CVSep 16, 2024

ScaleFlow++: Robust and Accurate Estimation of 3D Motion from Video

arXiv:2409.12202v24 citationsh-index: 3Has Code
Originality Highly original
AI Analysis

This work addresses the need for robust 3D motion perception in applications like autonomous driving and robotics, offering a novel approach that improves accuracy and generalization over existing methods.

The paper tackles the problem of inaccurate and unstable 3D motion estimation from video by proposing ScaleFlow++, a method that integrates optical flow and motion-in-depth estimation into a unified architecture using cross-scale matching, achieving state-of-the-art performance on KITTI with a reduction in SF-all from 6.21 to 5.79 and strong zero-shot generalization.

Perceiving and understanding 3D motion is a core technology in fields such as autonomous driving, robots, and motion prediction. This paper proposes a 3D motion perception method called ScaleFlow++ that is easy to generalize. With just a pair of RGB images, ScaleFlow++ can robustly estimate optical flow and motion-in-depth (MID). Most existing methods directly regress MID from two RGB frames or optical flow, resulting in inaccurate and unstable results. Our key insight is cross-scale matching, which extracts deep motion clues by matching objects in pairs of images at different scales. Unlike previous methods, ScaleFlow++ integrates optical flow and MID estimation into a unified architecture, estimating optical flow and MID end-to-end based on feature matching. Moreover, we also proposed modules such as global initialization network, global iterative optimizer, and hybrid training pipeline to integrate global motion information, reduce the number of iterations, and prevent overfitting during training. On KITTI, ScaleFlow++ achieved the best monocular scene flow estimation performance, reducing SF-all from 6.21 to 5.79. The evaluation of MID even surpasses RGBD-based methods. In addition, ScaleFlow++ has achieved stunning zero-shot generalization performance in both rigid and nonrigid scenes. Code is available at \url{https://github.com/HanLingsgjk/CSCV}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes