Code Monkey home page Code Monkey logo

rotation_estimation's Introduction

Rotation estimation

This repository gives a summary of contemporary approaches to deep rotation estimation, as well as their implementations in Python. Specifically, 3D rotation matrices have stood out to be the estimation target given the discontinuity [1] presented in simpler presentations including Euler angles, quaternion, and axis-angle.

There are 2 mainstream methods to recover a rotation matrix:

  1. Gram-Schmidt orthogonalization [1] (paper)
  2. Singular Value Decomposition (SVD) [2] (paper)
[1]
@inproceedings{Zhou_2019_CVPR,
title={On the Continuity of Rotation Representations in Neural Networks},
author={Zhou, Yi and Barnes, Connelly and Jingwan, Lu and Jimei, Yang and Hao, Li},
booktitle={The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month={June},
year={2019}
}

[2]
@inproceedings{NEURIPS2020_fec3392b,
 author = {Levinson, Jake and Esteves, Carlos and Chen, Kefan and Snavely, Noah and Kanazawa, Angjoo and Rostamizadeh, Afshin and Makadia, Ameesh},
 booktitle = {Advances in Neural Information Processing Systems},
 editor = {H. Larochelle and M. Ranzato and R. Hadsell and M. F. Balcan and H. Lin},
 pages = {22554--22565},
 publisher = {Curran Associates, Inc.},
 title = {An Analysis of SVD for Deep Rotation Estimation},
 url = {https://proceedings.neurips.cc/paper/2020/file/fec3392b0dc073244d38eba1feb8e6b7-Paper.pdf},
 volume = {33},
 year = {2020}
}

rotation_estimation's People

Contributors

wuyenlin 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.