CVSep 24, 2023

Motion Segmentation from a Moving Monocular Camera

arXiv:2309.13772v16 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the challenge of motion segmentation in complex scenes for applications like visual SLAM or SFM, though it appears incremental as it builds on existing methods.

The paper tackles the problem of segmenting moving objects from a moving monocular camera by fusing point trajectory and optical flow cues at the object level, achieving state-of-the-art performance on the KT3DMoSeg dataset.

Identifying and segmenting moving objects from a moving monocular camera is difficult when there is unknown camera motion, different types of object motions and complex scene structures. To tackle these challenges, we take advantage of two popular branches of monocular motion segmentation approaches: point trajectory based and optical flow based methods, by synergistically fusing these two highly complementary motion cues at object level. By doing this, we are able to model various complex object motions in different scene structures at once, which has not been achieved by existing methods. We first obtain object-specific point trajectories and optical flow mask for each common object in the video, by leveraging the recent foundational models in object recognition, segmentation and tracking. We then construct two robust affinity matrices representing the pairwise object motion affinities throughout the whole video using epipolar geometry and the motion information provided by optical flow. Finally, co-regularized multi-view spectral clustering is used to fuse the two affinity matrices and obtain the final clustering. Our method shows state-of-the-art performance on the KT3DMoSeg dataset, which contains complex motions and scene structures. Being able to identify moving objects allows us to remove them for map building when using visual SLAM or SFM.

Foundations

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

Your Notes