MCDS-VSS: Moving Camera Dynamic Scene Video Semantic Segmentation by Filtering with Self-Supervised Geometry and Motion
Angel Villar-Corrales, Moritz Austermann, Sven Behnke
TL;DR
This work tackles the challenge of temporally coherent video semantic segmentation for moving cameras. It introduces MCDS-VSS, a structured recurrent filter that explicitly models scene geometry (depth), ego-motion, and dynamic object motion (via a residual flow) and fuses projected previous features with current frame information in a predicted-todelayed manner. Through a four-stage self-supervised training regime, the model learns interpretable representations and achieves superior temporal consistency while maintaining competitive per-frame segmentation accuracy on Cityscapes, outperforming several baselines and closely matching state-of-the-art VSS methods. The approach demonstrates the value of incorporating domain-specific inductive biases for dynamic scenes and provides depth and motion representations that enhance robustness and interpretability in automotive vision tasks.
Abstract
Autonomous systems, such as self-driving cars, rely on reliable semantic environment perception for decision making. Despite great advances in video semantic segmentation, existing approaches ignore important inductive biases and lack structured and interpretable internal representations. In this work, we propose MCDS-VSS, a structured filter model that learns in a self-supervised manner to estimate scene geometry and ego-motion of the camera, while also estimating the motion of external objects. Our model leverages these representations to improve the temporal consistency of semantic segmentation without sacrificing segmentation accuracy. MCDS-VSS follows a prediction-fusion approach in which scene geometry and camera motion are first used to compensate for ego-motion, then residual flow is used to compensate motion of dynamic objects, and finally the predicted scene features are fused with the current features to obtain a temporally consistent scene segmentation. Our model parses automotive scenes into multiple decoupled interpretable representations such as scene geometry, ego-motion, and object motion. Quantitative evaluation shows that MCDS-VSS achieves superior temporal consistency on video sequences while retaining competitive segmentation performance.
