日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
点群レジストレーションarXiv:2607.26583v1

R-SLPR: コントラスト学習を用いた領域ベースの小規模から大規模への点群レジストレーション

R-SLPR: Region-based Small-to-Large Point-cloud Registration with Contrastive Learning

シェア:XThreadsFacebookLINEはてブBluesky

小規模で部分的な点群を大規模な参照点群に位置合わせする問題を、領域提案・領域マッチング・反復精緻化の3段階で解く新しいフレームワークを提案した。

著者: Yusen Wan, Zeyuan Chen, Qianshi Zou, Xu Chen

分類: cs.CV

原文アブストラクト

Point-cloud (PC) registration is fundamental to three-dimensional (3D) perception in robotic systems. However, classic registration algorithms falter when aligning a source PC containing limited, incomplete, or ambiguous geometric cues against a reference. This challenge of registering a small, partial PC to a significantly larger global reference is pervasive in real-world deployment yet remains insufficiently addressed by existing learning-based approaches, which typically assume comparable scales and significant overlap. To bridge this gap, we propose the Region-based Small-to-Large Point-cloud Registra- tion framework (R-SLPR), a novel three-stage architecture that fundamentally reformulates the scale-mismatched registration problem into a sequence of region proposal, regional matching, and iterative refinement. Unlike conventional methods that fail to localize specific regions, R-SLPR explicitly identifies candidate regions prior to estimating rigid transformations, ensuring robust alignment even under severe scale mismatch. The framework introduces a Fibonacci Grid Segmentation method coupled with a contrastive learning objective to effectively generate and match local geometric patches. Building on this, a novel Cascade Anchor Selection and Refinement algorithm iteratively aligns the source with the target region to maximize precision. Extensive evaluation on ModelNet40 demonstrates that R-SLPR establishes a new state-of-the-art accuracy standard, outperforming prior approaches and significantly reducing position and rotation Mean Absolute Error (MAE) to 0.009 and 1.104, respectively.

関連論文