CVJan 11, 2021

Learning to Segment Rigid Motions from Two Frames

arXiv:2101.03694v166 citations
Originality Highly original
AI Analysis

This work is significant for autonomous driving and robotics, where accurate rigid motion segmentation and scene flow estimation are crucial for navigation and interaction with dynamic environments. It offers a substantial improvement over existing methods.

This paper addresses the challenge of segmenting rigid motions from two consecutive frames, a task where appearance-based methods struggle with novel scenes and geometric methods are hampered by noise. The authors propose a modular network that combines geometric insights with deep learning, achieving state-of-the-art performance on KITTI and Sintel datasets. Their method notably reduced scene flow error on the KITTI leaderboard from 6.31% to 4.89%.

Appearance-based detectors achieve remarkable performance on common scenes, but tend to fail for scenarios lack of training data. Geometric motion segmentation algorithms, however, generalize to novel scenes, but have yet to achieve comparable performance to appearance-based ones, due to noisy motion estimations and degenerate motion configurations. To combine the best of both worlds, we propose a modular network, whose architecture is motivated by a geometric analysis of what independent object motions can be recovered from an egomotion field. It takes two consecutive frames as input and predicts segmentation masks for the background and multiple rigidly moving objects, which are then parameterized by 3D rigid transformations. Our method achieves state-of-the-art performance for rigid motion segmentation on KITTI and Sintel. The inferred rigid motions lead to a significant improvement for depth and scene flow estimation. At the time of submission, our method ranked 1st on KITTI scene flow leaderboard, out-performing the best published method (scene flow error: 4.89% vs 6.31%).

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