paper-with-me

홈 › Papers

Projective Manifold Gradient Layer for Deep Rotation Regression

2021-10-22 · CVPR 2022 1 · Jiayi Chen, Yingda Yin, Tolga Birdal, Baoquan Chen, Leonidas Guibas, He Wang

Regressing rotations on SO(3) manifold using deep neural networks is an important yet unsolved problem. The gap between the Euclidean network output space and the non-Euclidean SO(3) manifold imposes a severe challenge for neural network learning in both forward and backward passes. While several works have proposed different regression-friendly rotation representations, very few works have been devoted to improving the gradient backpropagating in the backward pass. In this paper, we propose a manifold-aware gradient that directly backpropagates into deep network weights. Leveraging Riemannian optimization to construct a novel projective gradient, our proposed regularized projective manifold gradient (RPMG) method helps networks achieve new state-of-the-art performance in a variety of rotation estimation tasks. Our proposed gradient layer can also be applied to other smooth manifolds such as the unit sphere. Our project page is at https://jychen18.github.io/RPMG.

📄 PDF Abstract BibTeX arXiv:2110.11657

Code (1)

jychen18/rpmg 공식 구현 pytorch

Tasks

regressionRiemannian optimization

Similar Papers 제목 키워드 기반

Camera Pose Filtering with Local Regression Geodesics on the Riemannian Manifold of Dual Quaternions

2017-04-24 · Benjamin Busam, Tolga Birdal, Nassir Navab

Time-varying, smooth trajectory estimation is of great interest to the vision community for accurate and well behaving 3D systems. In this paper, we propose a novel principal component local regression filter acting dire…

Pose TrackingregressionTranslation

Deep Projective Rotation Estimation through Relative Supervision

2022-11-21 · Brian Okorn, Chuer Pan, Martial Hebert, David Held

Orientation estimation is the core to a variety of vision and robotics tasks such as camera and object pose estimation. Deep learning has offered a way to develop image-based orientation estimators; however, such estimat…

Pose EstimationSelf-Supervised Learning

Deep Regression on Manifolds: A 3D Rotation Case Study

2021-03-30 · Romain Brégier

Many machine learning problems involve regressing variables on a non-Euclidean manifold -- e.g. a discrete probability distribution, or the 6D pose of an object. One way to tackle these problems through gradient-based le…

regression

Spherical Regression: Learning Viewpoints, Surface Normals and 3D Rotations on n-Spheres

2019-04-10 · CVPR 2019 6 · Shuai Liao, Efstratios Gavves, Cees G. M. Snoek

Many computer vision challenges require continuous outputs, but tend to be solved by discrete classification. The reason is classification's natural containment within a probability $n$-simplex, as defined by the popular…

3D Rotation EstimationregressionSurface Normal EstimationSurface Normals Estimation+1

Computing CNN Loss and Gradients for Pose Estimation with Riemannian Geometry

2018-05-02 · Benjamin Hou, Nina Miolane, Bishesh Khanal, Matthew C. H. Lee 외

Pose estimation, i.e. predicting a 3D rigid transformation with respect to a fixed co-ordinate frame in, SE(3), is an omnipresent problem in medical image analysis with applications such as: image rigid registration, ana…

Camera Pose EstimationMedical Image AnalysisPose EstimationTranslation