Densely Connected Parameter-Efficient Tuning for Referring Image Segmentation
Jiaqi Huang, Zunnan Xu, Ting Liu, Yong Liu, Haonan Han, Kehong Yuan, Xiu Li
TL;DR
The paper tackles Referring Image Segmentation (RIS) under a parameter-efficient tuning paradigm, addressing the challenge that large vision-language backbones are often misaligned when repurposed for RIS. It introduces DETRIS, which freezes the pre-trained backbone and injects Dense Aligner to enable dense, multi-scale cross-modal feature propagation, augmented by Text Adapters to improve linguistic representations. A cross-modal neck and vision-language decoder fuse visual and textual signals, trained with a text-to-visual contrastive loss, achieving state-of-the-art results with only 0.9%–1.8% backbone updates. On RIS benchmarks such as RefCOCO, RefCOCO+, and G-Ref, DETRIS-L attains 72.2 IoU and DETRIS-B 70.4 IoU, with mixed-training data further boosting performance to 77.2 IoU, illustrating strong efficiency and robustness for dense multi-modal tasks.
Abstract
In the domain of computer vision, Parameter-Efficient Tuning (PET) is increasingly replacing the traditional paradigm of pre-training followed by full fine-tuning. PET is particularly favored for its effectiveness in large foundation models, as it streamlines transfer learning costs and optimizes hardware utilization. However, the current PET methods are mainly designed for single-modal optimization. While some pioneering studies have undertaken preliminary explorations, they still remain at the level of aligned encoders (e.g., CLIP) and lack exploration of misaligned encoders. These methods show sub-optimal performance with misaligned encoders, as they fail to effectively align the multimodal features during fine-tuning. In this paper, we introduce DETRIS, a parameter-efficient tuning framework designed to enhance low-rank visual feature propagation by establishing dense interconnections between each layer and all preceding layers, which enables effective cross-modal feature interaction and adaptation to misaligned encoders. We also suggest using text adapters to improve textual features. Our simple yet efficient approach greatly surpasses state-of-the-art methods with 0.9% to 1.8% backbone parameter updates, evaluated on challenging benchmarks. Our project is available at \url{https://github.com/jiaqihuang01/DETRIS}.
