Giter Site home page Giter Site logo

son_regression's Introduction

Discrete regression curves on rotation group SO(n)

Code accompanying the paper:

Interpolation and Regression of Rotation Matrices,

Nicolas Boumal, 2013

In: Nielsen F., Barbaresco F. (eds) Geometric Science of Information. Lecture Notes in Computer Science, vol 8085. Springer, Berlin, Heidelberg

https://link.springer.com/chapter/10.1007/978-3-642-40020-9_37

PDF included on this GIT repository.

Code was adapted from the original in October 2017.

Requires Manopt, freely available at http://www.manopt.org

About the parameters

Large w's (weights on individual control points) favor interpolation over smoothness (though you would need to let w go to infinity to get actual interpolation with the current code; there are better ways to interpolate.)

Large lambda (velocity regularization) favors shorter curves. If mu (acceleration regularization) is zero, then the result will be piecewise geodesic, but not exactly passing through the control points (it will take shortcuts.)

Large mu (acceleration regularization) will favor an almost geodesic regression curve. For mu > 0 but not necessarily large, "corners" will be penalized strongly, so that the curve will feel overall smoother (not piecewise geodesic).

Something to keep in mind is: the larger mu, the slower the solver is. This is because a large mu tends to translate into poor conditioning, unfortunately. Designing a good preconditioner for this is an open question.

son_regression's People

Contributors

nicolasboumal avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.