vix.ing · top · new · best · stats · spec

Rethinking Video Segmentation with Masked Video Consistency: Did the Model Learn as Intended?

2024/08/20 by Liang Chen, Liang, Chen, Qiang Guo +7
Arts and Humanities · Computer Science · Engineering · #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Human Motion and Animation #Subtitles and Audiovisual Media #Video Analysis and Summarization

paper · pdf · doi:10.48550/arxiv.2408.10627

openalex publication_date 2024/08/20 · openalex created_date 2024/10/01 · openalex updated_date 2026/07/28

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.

Related