paper-with-me

홈 › Papers

Learning to Segment Rigid Motions from Two Frames

2021-01-11 · CVPR 2021 1 · Gengshan Yang, Deva Ramanan

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%).

📄 PDF Abstract BibTeX arXiv:2101.03694

Code (1)

gengshan-y/rigidmask 공식 구현 pytorch

Tasks

Motion SegmentationScene Flow EstimationSegmentationVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Rigid Motion Segmentation using Randomized Voting

2014-06-01 · CVPR 2014 6 · Heechul Jung, Jeongwoo Ju, Junmo Kim

In this paper, we propose a novel rigid motion segmentation algorithm called randomized voting (RV). This algorithm is based on epipolar geometry, and computes a score using the distance between the feature point and the…

Motion SegmentationSegmentation

Cascaded Scene Flow Prediction using Semantic Segmentation

2017-07-26 · Zhile Ren, Deqing Sun, Jan Kautz, Erik B. Sudderth

Given two consecutive frames from a pair of stereo cameras, 3D scene flow methods simultaneously estimate the 3D geometry and motion of the observed scene. Many existing approaches use superpixels for regularization, but…

3D geometryAutonomous DrivingGeneral ClassificationOptical Flow Estimation+3

Enhancing motion trajectory segmentation of rigid bodies using a novel screw-based trajectory-shape representation

2023-09-20 · Arno Verduyn, Maxim Vochten, Joris De Schutter

Trajectory segmentation refers to dividing a trajectory into meaningful consecutive sub-trajectories. This paper focuses on trajectory segmentation for 3D rigid-body motions. Most segmentation approaches in the literatur…

SegmentationTranslation

SfM-Net: Learning of Structure and Motion from Video

2017-04-25 · Sudheendra Vijayanarasimhan, Susanna Ricco, Cordelia Schmid, Rahul Sukthankar 외

We propose SfM-Net, a geometry-aware neural network for motion estimation in videos that decomposes frame-to-frame pixel motion in terms of scene and object depth, camera motion and 3D object rotations and translations. …

Motion EstimationObjectOptical Flow Estimation

Multiframe Scene Flow with Piecewise Rigid Motion

2017-10-05 · Vladislav Golyanik, Kihwan Kim, Robert Maier, Matthias Nießner 외

We introduce a novel multiframe scene flow approach that jointly optimizes the consistency of the patch appearances and their local rigid motions from RGB-D image sequences. In contrast to the competing methods, we take …

Scene Flow Estimation