視覚慣性オドメトリシステムを使用して推定されたカメラの動きと疎な深さから密な深さを推測する方法について説明します。 LIDARまたは構造化光センサーからの点群を使用する他のシナリオとは異なり、数百から数千の点があり、シーンのトポロジを通知するには不十分です。私たちの方法は、最初にシーンの区分的平面足場を構築し、次にそれを使用して、疎な点とともに画像を使用して密な深さを推測します。 「自己監視」に似た予測クロスモーダル基準を使用して、時間の経過に伴う測光の一貫性、前後のポーズの一貫性、および疎な点群との幾何学的な互換性を測定します。また、最初の視覚慣性+深度データセットを発表します。これにより、視覚センサーと慣性センサーの補完的な強みを組み合わせるためのさらなる調査が促進されることを期待しています。私たちの方法を以前の作業と比較するために、教師なしKITTI深度完了ベンチマークを採用し、その上で最先端のパフォーマンスを示します。コードはhttps://github.com/alexklwong/unsupervised-depth-completion-visual-inertial-odometryで入手できます。
We describe a method to infer dense depth from camera motion and sparse depth as estimated using a visual-inertial odometry system. Unlike other scenarios using point clouds from lidar or structured light sensors, we have few hundreds to few thousand points, insufficient to inform the topology of the scene. Our method first constructs a piecewise planar scaffolding of the scene, and then uses it to infer dense depth using the image along with the sparse points. We use a predictive cross-modal criterion, akin to `self-supervision,' measuring photometric consistency across time, forward-backward pose consistency, and geometric compatibility with the sparse point cloud. We also launch the first visual-inertial + depth dataset, which we hope will foster additional exploration into combining the complementary strengths of visual and inertial sensors. To compare our method to prior work, we adopt the unsupervised KITTI depth completion benchmark, and show state-of-the-art performance on it. Code available at: https://github.com/alexklwong/unsupervised-depth-completion-visual-inertial-odometry.