Expression Prompt Collaboration Transformer for Universal Referring Video Object Segmentation
Jiajun Chen, Jiacheng Lin, Guojin Zhong, Haolong Fu, Ke Nai, Kailun Yang, Zhiyong Li
TL;DR
The paper addresses universal referring video object segmentation by handling both audio-guided and text-guided prompts within a single framework. It introduces EPCFormer, a two-branch Transformer that processes text and audio prompts, and couples it with Expression Alignment (EA) and Expression-Visual Attention (EVA) to align modalities and enable deep tri-modal interactions with video features. EA uses contrastive learning to align audio and text semantics, while EVA provides Audio-Text Collaboration and Expression-Visual Interaction to refine referring cues and visual regions, respectively. Empirical results on multiple A-VOS and R-VOS benchmarks show state-of-the-art performance and good cross-task generalizability, underscoring the practical impact for flexible, efficient video segmentation guided by diverse expressions.
Abstract
Audio-guided Video Object Segmentation (A-VOS) and Referring Video Object Segmentation (R-VOS) are two highly related tasks that both aim to segment specific objects from video sequences according to expression prompts. However, due to the challenges of modeling representations for different modalities, existing methods struggle to strike a balance between interaction flexibility and localization precision. In this paper, we address this problem from two perspectives: the alignment of audio and text and the deep interaction among audio, text, and visual modalities. First, we propose a universal architecture, the Expression Prompt Collaboration Transformer, herein EPCFormer. Next, we propose an Expression Alignment (EA) mechanism for audio and text. The proposed EPCFormer exploits the fact that audio and text prompts referring to the same objects are semantically equivalent by using contrastive learning for both types of expressions. Then, to facilitate deep interactions among audio, text, and visual modalities, we introduce an Expression-Visual Attention (EVA) module. The knowledge of video object segmentation in terms of the expression prompts can seamlessly transfer between the two tasks by deeply exploring complementary cues between text and audio. Experiments on well-recognized benchmarks demonstrate that our EPCFormer attains state-of-the-art results on both tasks. The source code will be made publicly available at https://github.com/lab206/EPCFormer.
