DualReg: Dual-Space Filtering and Reinforcement for Rigid Registration

arXiv cs.RO / 4/3/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • DualReg addresses rigid registration under noisy, partially overlapping, and real-time constraints by combining the complementary strengths of feature-based matching and geometry-based refinement.
  • It introduces an efficient two-stage filtering pipeline using a one-point RANSAC followed by a refinement module to remove unreliable correspondences from feature matching.
  • The method converts the filtered correspondences into anchor points, builds geometric proxies, and optimizes a tailored objective function with a specialized solver to estimate the transformation.
  • Experiments on KITTI show that DualReg achieves comparable accuracy to MAC while delivering a reported 32× CPU-time speedup, indicating practical efficiency gains.
  • The work is published as an arXiv announcement (v2) with a project page providing additional materials for implementation and evaluation.

Abstract

Noisy, partially overlapping data and the need for real-time processing pose major challenges for rigid registration. Considering that feature-based matching can handle large transformation differences but suffers from limited accuracy, while local geometry-based matching can achieve fine-grained local alignment but relies heavily on a good initial transformation, we propose a novel dual-space paradigm to fully leverage the strengths of both approaches. First, we introduce an efficient filtering mechanism consisting of a computationally lightweight one-point RANSAC algorithm and a subsequent refinement module to eliminate unreliable feature-based correspondences. Subsequently, we treat the filtered correspondences as anchor points, extract geometric proxies, and formulate an effective objective function with a tailored solver to estimate the transformation. Experiments verify our method's effectiveness, as demonstrated by a 32x CPU-time speedup over MAC on KITTI with comparable accuracy. Project page: https://ustc3dv.github.io/DualReg/.