AI Navigate

Towards Motion-aware Referring Image Segmentation

arXiv cs.CV / 3/19/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The authors identify a gap in RIS performance on motion-centric queries and propose two innovations: motion-centric data augmentation and Multimodal Radial Contrastive Learning (MRaCL) on fused image-text embeddings.
  • They introduce a new test split and a benchmark called M-Bench, where objects are distinguished primarily by actions, to specifically evaluate motion understanding.
  • The approach yields substantial improvements on motion-centric queries across multiple RIS models while keeping competitive results for appearance-based descriptions.
  • The data augmentation scheme extracts motion-related phrases from existing captions, enabling exposure to more motion expressions without additional annotations.
  • The authors release code at the provided GitHub link to enable replication and adoption.

Abstract

Referring Image Segmentation (RIS) requires identifying objects from images based on textual descriptions. We observe that existing methods significantly underperform on motion-related queries compared to appearance-based ones. To address this, we first introduce an efficient data augmentation scheme that extracts motion-centric phrases from original captions, exposing models to more motion expressions without additional annotations. Second, since the same object can be described differently depending on the context, we propose Multimodal Radial Contrastive Learning (MRaCL), performed on fused image-text embeddings rather than unimodal representations. For comprehensive evaluation, we introduce a new test split focusing on motion-centric queries, and introduce a new benchmark called M-Bench, where objects are distinguished primarily by actions. Extensive experiments show our method substantially improves performance on motion-centric queries across multiple RIS models, maintaining competitive results on appearance-based descriptions. Codes are available at https://github.com/snuviplab/MRaCL