Rethinking Video Segmentation with Masked Video Consistency: Did the Model Learn as Intended?
Chen Liang, Qiang Guo, Xiaochao Qu, Luoqi Liu, Ting Liu
TL;DR
This work tackles the instability and limited generalization of video segmentation by introducing Masked Video Consistency (MVC) and Object Masked Attention (OMA) within a decoupled video segmentation framework. MVC applies strategic masking to inputs and features to compel the model to predict full semantic segmentation using broader spatial-temporal context, while OMA modulates cross-attention to downweight irrelevant background queries and strengthen temporal modeling. Across five datasets and three tasks (VPS, VSS, VIS), the approach achieves state-of-the-art results without increasing model parameters, highlighting the value of auxiliary masking cues in supervised training. The findings advance practical video segmentation by improving frame-to-frame consistency and segmentation accuracy in challenging scenarios such as occlusions and class imbalance, with broad implications for real-world applications in video understanding.
Abstract
Video segmentation aims at partitioning video sequences into meaningful segments based on objects or regions of interest within frames. Current video segmentation models are often derived from image segmentation techniques, which struggle to cope with small-scale or class-imbalanced video datasets. This leads to inconsistent segmentation results across frames. To address these issues, we propose a training strategy Masked Video Consistency, which enhances spatial and temporal feature aggregation. MVC introduces a training strategy that randomly masks image patches, compelling the network to predict the entire semantic segmentation, thus improving contextual information integration. Additionally, we introduce Object Masked Attention (OMA) to optimize the cross-attention mechanism by reducing the impact of irrelevant queries, thereby enhancing temporal modeling capabilities. Our approach, integrated into the latest decoupled universal video segmentation framework, achieves state-of-the-art performance across five datasets for three video segmentation tasks, demonstrating significant improvements over previous methods without increasing model parameters.
