Paper Overview
- Field: Computer Vision
- Authors: Junyu Xie, Tengda Han, Weidi Xie, Andrew Zisserman
- Published: 2026-05-28
- arXiv: 2605.30352
Abstract (Translated)
Moving Object Segmentation (MOS) aims to discover, segment, and track objects that move independently of the camera. Existing MOS approaches have two fundamental limitations: they depend on pre-computed 2D auxiliary modalities (such as optical flow or point trajectories) that lack 3D geometric information, and they treat motion as a sequence-level attribute, ignoring the instantaneous motion state of each object.
This work proposes GMOS, a framework that grounds MOS in 3D space and time. GMOS operates directly on RGB video and generates 3D-aware, temporally fine-grained segmentation of multiple moving objects, while also offering a foreground-background variant, GMOS-S, for faster deployment.
To support training and evaluation of this paradigm, the authors construct the GMOS-2K dataset, containing 2,210 real-world videos with per-object temporal motion annotations, sourced from five established video object segmentation benchmarks. They also formalize the MOS-I ("I" for instantaneous) evaluation protocol with three complementary metrics.
GMOS achieves state-of-the-art performance on MOS, MOS-I, and unsupervised VOS benchmarks, runs significantly faster than prior multi-object MOS methods, and supports streaming online inference.
---
*Auto-collected on 2026-06-01*