点群からの3Dシーンフロー推定は、コンピュータービジョンにおける低レベルの3Dモーション知覚タスクです。フロー埋め込みは、シーンフロー推定で一般的に使用される手法であり、2つの連続するフレーム間のポイントモーションをエンコードします。したがって、フロー埋め込みがモーションの正しい全体的な方向をキャプチャすることが重要です。ただし、以前の作品は、実際に一致するものであることが判明した遠方の点を無視して、ソフトな対応を決定するためにローカルで検索するだけです。さらに、推定された対応は通常、隣接する点群の順方向からのものであり、逆方向から取得された推定された対応と一致しない場合があります。これらの問題に取り組むために、最初のシーンフロー推定中に後方信頼性検証を備えた新しいオールツーオールフロー埋め込み層を提案します。さらに、ポイント類似度の計算、予測子の入力要素、予測子と改良レベルの設計など、3Dシーンフローネットワークの主要コンポーネントのいくつかの設計選択を調査して比較します。最も効果的な設計を慎重に選択した後、FlyingThings3DおよびKITTIシーンフローデータセットで最先端のパフォーマンスを実現するモデルを提示することができます。提案されたモデルは、FlyingThings3Dデータセットで少なくとも38.2%、EPE3DメトリックのKITTIシーンフローデータセットで24.7%、すべての既存の方法を上回っています。コードはhttps://github.com/IRMVLab/3DFlowでリリースされます。
3D scene flow estimation from point clouds is a low-level 3D motion perception task in computer vision. Flow embedding is a commonly used technique in scene flow estimation, and it encodes the point motion between two consecutive frames. Thus, it is critical for the flow embeddings to capture the correct overall direction of the motion. However, previous works only search locally to determine a soft correspondence, ignoring the distant points that turn out to be the actual matching ones. In addition, the estimated correspondence is usually from the forward direction of the adjacent point clouds, and may not be consistent with the estimated correspondence acquired from the backward direction. To tackle these problems, we propose a novel all-to-all flow embedding layer with backward reliability validation during the initial scene flow estimation. Besides, we investigate and compare several design choices in key components of the 3D scene flow network, including the point similarity calculation, input elements of predictor, and predictor & refinement level design. After carefully choosing the most effective designs, we are able to present a model that achieves the state-of-the-art performance on FlyingThings3D and KITTI Scene Flow datasets. Our proposed model surpasses all existing methods by at least 38.2% on FlyingThings3D dataset and 24.7% on KITTI Scene Flow dataset for EPE3D metric. We release our codes at https://github.com/IRMVLab/3DFlow.