Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Tangent Space Backpropagation for 3D Transformation Groups

About

We address the problem of performing backpropagation for computation graphs involving 3D transformation groups SO(3), SE(3), and Sim(3). 3D transformation groups are widely used in 3D vision and robotics, but they do not form vector spaces and instead lie on smooth manifolds. The standard backpropagation approach, which embeds 3D transformations in Euclidean spaces, suffers from numerical difficulties. We introduce a new library, which exploits the group structure of 3D transformations and performs backpropagation in the tangent spaces of manifolds. We show that our approach is numerically more stable, easier to implement, and beneficial to a diverse set of tasks. Our plug-and-play PyTorch library is available at https://github.com/princeton-vl/lietorch.

Zachary Teed, Jia Deng• 2021

Related benchmarks

TaskDatasetResultRank
RGB-D Registration (SE(3))TartanAir
Success Rate (Tr < 1cm)79
7
RGB-D Registration (Sim(3))TartanAir
Acc (Trans < 1cm)77.4
6
Pose graph optimizationSphere-A (n=2200, m=8647)
Error1.49
6
Pose graph optimizationTorus n=5000, m=9048
Error1.21
6
Pose graph optimizationCube n=8000, m=22236
Error4.22
6
Pose graph optimizationParking-Garage
Error6.35
6
SLAM TrackingTUM RGB-D benchmark
Error (360)0.096
3
Showing 7 of 7 rows

Other info

Code

Follow for update