Calibration & Reconstruction: Deep Integrated Language for Referring Image Segmentation
Yichen Yan, Xingjian He, Sihan Chen, Jing Liu
TL;DR
CRFormer tackles the challenge of preserving linguistic information during cross-modal propagation in referring image segmentation by introducing a Calibration Decoder that iteratively updates language features and a Language Reconstruction loss that supervises language fidelity. The method generates multiple image-specific language queries ($N_q$), fuses language into the vision backbone through Vision-Language Fusion, and uses a reconstruction objective to prevent language distortion. Empirical results on RefCOCO, RefCOCO+, and G-Ref show state-of-the-art performance across backbones, with ablations confirming the benefits of multi-query language representations, the calibration mechanism, and the reconstruction supervision. This approach advances robust cross-modal integration in RIS and offers a principled way to mitigate language degradation in deep transformer decoders.
Abstract
Referring image segmentation aims to segment an object referred to by natural language expression from an image. The primary challenge lies in the efficient propagation of fine-grained semantic information from textual features to visual features. Many recent works utilize a Transformer to address this challenge. However, conventional transformer decoders can distort linguistic information with deeper layers, leading to suboptimal results. In this paper, we introduce CRFormer, a model that iteratively calibrates multi-modal features in the transformer decoder. We start by generating language queries using vision features, emphasizing different aspects of the input language. Then, we propose a novel Calibration Decoder (CDec) wherein the multi-modal features can iteratively calibrated by the input language features. In the Calibration Decoder, we use the output of each decoder layer and the original language features to generate new queries for continuous calibration, which gradually updates the language features. Based on CDec, we introduce a Language Reconstruction Module and a reconstruction loss. This module leverages queries from the final layer of the decoder to reconstruct the input language and compute the reconstruction loss. This can further prevent the language information from being lost or distorted. Our experiments consistently show the superior performance of our approach across RefCOCO, RefCOCO+, and G-Ref datasets compared to state-of-the-art methods.
