CVJan 9, 2025

Multi-Context Temporal Consistent Modeling for Referring Video Object Segmentation

arXiv:2501.04939v2h-index: 1Has CodeICASSP
Originality Incremental advance
AI Analysis

This addresses segmentation instability and inaccuracies for video analysis tasks, representing an incremental improvement over existing transformer-based methods.

The paper tackles the problem of query inconsistency and limited context consideration in referring video object segmentation, proposing a Multi-context Temporal Consistency Module that improved performance to 47.6 J&F on the MeViS dataset.

Referring video object segmentation aims to segment objects within a video corresponding to a given text description. Existing transformer-based temporal modeling approaches face challenges related to query inconsistency and the limited consideration of context. Query inconsistency produces unstable masks of different objects in the middle of the video. The limited consideration of context leads to the segmentation of incorrect objects by failing to adequately account for the relationship between the given text and instances. To address these issues, we propose the Multi-context Temporal Consistency Module (MTCM), which consists of an Aligner and a Multi-Context Enhancer (MCE). The Aligner removes noise from queries and aligns them to achieve query consistency. The MCE predicts text-relevant queries by considering multi-context. We applied MTCM to four different models, increasing performance across all of them, particularly achieving 47.6 J&F on the MeViS. Code is available at https://github.com/Choi58/MTCM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes