Multi-Context Temporal Consistent Modeling for Referring Video Object Segmentation
Sun-Hyuk Choi, Hayoung Jo, Seong-Whan Lee
TL;DR
This work tackles RVOS by addressing two core issues: query inconsistency and insufficient temporal context. It introduces the Multi-context Temporal Consistency Module (MTCM), composed of an Aligner that enforces cross-frame query consistency and a Multi-Context Enhancer (MCE) that integrates local and global temporal context to identify the target object. By applying MTCM to four strong baselines, the authors demonstrate consistent performance gains across MeViS, A2D Sentences, and JHMDB Sentences, including a notable 47.6 J&F on MeViS. The proposed training strategy and modular design enable effective temporal modeling while preserving frame-level detail, with code available at the referenced GitHub repository. Overall, MTCM provides a practical and generalizable enhancement for transformer-based RVOS, improving robustness to mid-video target shifts and improving text-to-object alignment.
Abstract
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.
