日本フィジカルAI新聞

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

週刊ニュースレター購読
姿勢推定arXiv:2606.09569v1

自動運転における相対姿勢推定のための効率的な最小解ソルバー

Efficient Minimal Solvers for Relative Pose Estimation in Autonomous Driving Applications

シェア:XThreadsFacebookLINEはてブBluesky

自動運転やロボットナビゲーション向けに、IMUや回転軸、平面運動などの事前情報を活用した3つの効率的な最小解ソルバーを提案し、RANSACパイプラインでの高速な仮説生成を実現した。

著者: Tao Li, Liang Liu, Jianli Han, Weimin Lv

分類: cs.RO, cs.CV

原文アブストラクト

With the advancement of visual sensing systems, computer vision is playing an increasingly important role in autonomous driving and robot navigation. Relative pose estimation in multi-camera systems is essential for accurate vehicle localization and environment perception, demanding high real-time performance and robustness. Existing methods, however, often involve high computational costs and rely heavily on abundant feature matches, limiting their applicability in time-sensitive driving scenarios. To address these limitations, this paper introduces a unified framework for efficient relative pose estimation, built upon a novel translation parameterization and first-order rotation approximation. Within this framework, we propose three efficient minimal solvers specifically designed for autonomous vehicles. The first solver integrates the vertical direction prior from Inertial Measurement Units (IMUs), the second utilizes the rotation axis direction prior during steering maneuvers, and the third is designed for planar motion - a realistic assumption for ground vehicles operating on structured roads. By reducing both the minimal number of point correspondences and the algebraic complexity, our methods enable faster hypothesis generation within RANSAC-based pipelines, improving suitability for real-time systems. Extensive experiments on synthetic datasets and the KITTI autonomous driving benchmark demonstrate that the proposed solvers achieve a favorable balance between speed and accuracy compared to existing state-of-the-art algorithms.

関連論文