paper-with-me

Papers

Sparse Variable Projection in Robotic Perception: Exploiting Separable Structure for Efficient Nonlinear Optimization

2025-12-08 · Alan Papalia, Nikolas Sanderson, Haoyu Han, Heng Yang, Hanumant Singh, Michael Everett arxiv

Robotic perception often requires solving large nonlinear least-squares (NLS) problems. While sparsity has been well-exploited to scale solvers, a complementary and underexploited structure is \emph{separability} -- where some variables (e.g., visual landmarks) appear linearly in the residuals and, for any estimate of the remaining variables (e.g., poses), have a closed-form solution. Variable projection (VarPro) methods are a family of techniques that exploit this structure by analytically eliminating the linear variables and presenting a reduced problem in the remaining variables that has favorable properties. However, VarPro has seen limited use in robotic perception; a major challenge arises from gauge symmetries (e.g., cost invariance to global shifts and rotations), which are common in perception and induce specific computational challenges in standard VarPro approaches. We present a VarPro scheme designed for problems with gauge symmetries that jointly exploits separability and sparsity. Our method can be applied as a one-time preprocessing step to construct a \emph{matrix-free Schur complement operator}. This operator allows efficient evaluation of costs, gradients, and Hessian-vector products of the reduced problem and readily integrates with standard iterative NLS solvers. We provide precise conditions under which our method applies, and describe extensions when these conditions are only partially met. Across synthetic and real benchmarks in SLAM, SNL, and SfM, our approach achieves up to \textbf{2$\times$--35$\times$ faster runtimes} than state-of-the-art methods while maintaining accuracy. We release an open-source C++ implementation and all datasets from our experiments.

📄 PDF Abstract BibTeX arXiv:2512.07969

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring the Adjugate Matrix Approach to Quaternion Pose Extraction

2022-05-17 · Andrew J. Hanson, Sonya M. Hanson

Quaternions are important for a wide variety of rotation-related problems in computer graphics, machine vision, and robotics. We study the nontrivial geometry of the relationship between quaternions and rotation matrices…

3D Point Cloud MatchingPose Estimation

Exploiting Chordal Sparsity for Globally Optimal Estimation with Factor Graphs

2026-05-28 · Avinash Subramanian, Connor Holmes, Timothy D. Barfoot, Frank Dellaert 외 arxiv

Robust and efficient state estimation is crucial for perception, navigation, and control in robotics. State estimation problems are conveniently modeled using the factor-graph framework as enabled by modern software pack…

Projection Mapping Implementation: Enabling Direct Externalization of Perception Results and Action Intent to Improve Robot Explainability

2020-10-05 · Zhao Han, Alexander Wilkinson, Jenna Parrillo, Jordan Allspaw 외

Existing research on non-verbal cues, e.g., eye gaze or arm movement, may not accurately present a robot's internal states such as perception results and action intent. Projecting the states directly onto a robot's opera…

Motion Planning

S3Net: 3D LiDAR Sparse Semantic Segmentation Network

2021-03-15 · Ran Cheng, Ryan Razani, Yuan Ren, Liu Bingbing

Semantic Segmentation is a crucial component in the perception systems of many applications, such as robotics and autonomous driving that rely on accurate environmental perception and understanding. In literature, severa…

Autonomous DrivingDecoderLIDAR Semantic SegmentationSegmentation+1

Semismooth Newton Algorithm for Efficient Projections onto $\ell_{1, \infty}$-norm Ball

2020-01-01 · ICML 2020 1 · Dejun Chu, Chang-Shui Zhang, Shiliang Sun, Qing Tao

Structured sparsity-inducing $\ell_{1, \infty}$-norm, as a generalization of the classical $\ell_1$-norm, plays an important role in jointly sparse models which select or remove simultaneously all the variables forming a…