Exact Higher-Order Derivatives for SE(3) via Analytical/AD Methods
Frank O. Kuehnel

TL;DR
This paper introduces a hybrid analytical/automatic differentiation method for efficiently computing exact higher-order derivatives in SE(3) estimation problems, improving speed and accuracy over existing approaches.
Contribution
A novel hybrid analytical/AD approach for SE(3) negative log-likelihoods enables fast, exact higher-order derivatives with minimal code overhead and improved numerical stability.
Findings
Seeded Hessian computation is 5x faster than finite differences.
Method matches nested AD to machine precision.
Implementation adds only ~70 lines of code.
Abstract
Fast prototyping of new SE(3) estimation objectives remains awkward in practice. Modern Lie-group frameworks -- GTSAM, manif, Sophus, SymForce, Ceres -- target first-order workloads through different code-generation and automatic-differentiation strategies, each optimized for a particular seam between hand-derived geometry and generic differentiation. The remaining gap is a compact, AD-safe path from these first-order primitives to exact Hessians, observed-information matrices, and higher-order derivative tensors: the quantities needed for exact Newton steps, observed-information covariance estimates, and covariance correction. This paper presents a hybrid analytical/AD recipe for SE(3) negative log-likelihoods. The practitioner writes the NLL gradient once, generic over a scalar type, and places the analytical/AD seam at the point-action interface y = Tx. Closed-form Lie-group…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
