HARIS: Human-Like Attention for Reference Image Segmentation
Mengxi Zhang, Heqing Lian, Yiming Liu, Jie Chen
TL;DR
HARIS addresses the RIS challenge by proposing a Human-Like Attention mechanism that uses a feedback signal to refine multi-modal fusion and reduce irrelevant vision-language pairs. Coupled with a parameter-efficient fine-tuning (PEFT) framework, HARIS preserves zero-shot capabilities of pre-trained encoders while achieving state-of-the-art segmentation on RefCOCO, RefCOCO+, and G-Ref, and strong zero-shot performance on PhraseCut. The model employs a hierarchical design to fuse multi-scale visual features, and a Transformer-based mask decoder to generate precise masks, trained with a combination of focal and dice losses. Overall, HARIS advances RIS by improving object-centered attention and maintaining broad generalization with efficient adaptation.
Abstract
Referring image segmentation (RIS) aims to locate the particular region corresponding to the language expression. Existing methods incorporate features from different modalities in a \emph{bottom-up} manner. This design may get some unnecessary image-text pairs, which leads to an inaccurate segmentation mask. In this paper, we propose a referring image segmentation method called HARIS, which introduces the Human-Like Attention mechanism and uses the parameter-efficient fine-tuning (PEFT) framework. To be specific, the Human-Like Attention gets a \emph{feedback} signal from multi-modal features, which makes the network center on the specific objects and discard the irrelevant image-text pairs. Besides, we introduce the PEFT framework to preserve the zero-shot ability of pre-trained encoders. Extensive experiments on three widely used RIS benchmarks and the PhraseCut dataset demonstrate that our method achieves state-of-the-art performance and great zero-shot ability.
