Moving Object Segmentation: All You Need Is SAM (and Flow)
Junyu Xie, Charig Yang, Weidi Xie, Andrew Zisserman

TL;DR
This paper demonstrates that combining the Segment Anything Model (SAM) with optical flow techniques enables simple yet highly effective moving object segmentation in videos, outperforming previous methods across multiple benchmarks.
Contribution
The paper introduces two straightforward methods that integrate SAM with optical flow for motion segmentation, achieving state-of-the-art results without complex training or modifications.
Findings
Outperforms all previous approaches on single-object benchmarks.
Achieves superior results on multi-object moving segmentation tasks.
Maintains object identity in sequence-level segmentation.
Abstract
The objective of this paper is motion segmentation -- discovering and segmenting the moving objects in a video. This is a much studied area with numerous careful, and sometimes complex, approaches and training schemes including: self-supervised learning, learning from synthetic datasets, object-centric representations, amodal representations, and many more. Our interest in this paper is to determine if the Segment Anything model (SAM) can contribute to this task. We investigate two models for combining SAM with optical flow that harness the segmentation power of SAM with the ability of flow to discover and group moving objects. In the first model, we adapt SAM to take optical flow, rather than RGB, as an input. In the second, SAM takes RGB as an input, and flow is used as a segmentation prompt. These surprisingly simple methods, without any further modifications, outperform all previous…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Robotic Path Planning Algorithms · Autonomous Vehicle Technology and Safety
MethodsSegment Anything Model
