SOTAVerified

Decoupling Static and Hierarchical Motion Perception for Referring Video Segmentation

2024-04-04CVPR 2024Code Available2· sign in to hype

Shuting He, Henghui Ding

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Referring video segmentation relies on natural language expressions to identify and segment objects, often emphasizing motion clues. Previous works treat a sentence as a whole and directly perform identification at the video-level, mixing up static image-level cues with temporal motion cues. However, image-level features cannot well comprehend motion cues in sentences, and static cues are not crucial for temporal perception. In fact, static cues can sometimes interfere with temporal perception by overshadowing motion cues. In this work, we propose to decouple video-level referring expression understanding into static and motion perception, with a specific emphasis on enhancing temporal comprehension. Firstly, we introduce an expression-decoupling module to make static cues and motion cues perform their distinct role, alleviating the issue of sentence embeddings overlooking motion cues. Secondly, we propose a hierarchical motion perception module to capture temporal information effectively across varying timescales. Furthermore, we employ contrastive learning to distinguish the motions of visually similar objects. These contributions yield state-of-the-art performance across five datasets, including a remarkable 9.2% J\&F improvement on the challenging MeViS dataset. Code is available at https://github.com/heshuting555/DsHmp.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Refer-YouTube-VOS (2021 public validation)DsHmp (Video-Swin-Base)J&F67.1Unverified

Reproductions