SOTAVerified

Densely Connected Parameter-Efficient Tuning for Referring Image Segmentation

2025-01-15Code Available2· sign in to hype

Jiaqi Huang, Zunnan Xu, Ting Liu, Yong liu, Haonan Han, Kehong Yuan, Xiu Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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 https://github.com/jiaqihuang01/DETRIS.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
RefCOCODETRISIoU81Unverified
RefCOCOg-testDETRISOverall IoU75.3Unverified
RefCOCOg-valDETRISOverall IoU74.6Unverified
RefCOCO testADETRISOverall IoU81.9Unverified
RefCOCO testADETRISOverall IoU78.6Unverified
RefCOCO testBDETRISOverall IoU79Unverified
RefCOCO+ test BDETRISOverall IoU70.2Unverified
RefCoCo valDETRISOverall IoU81Unverified
RefCoCo valDETRISOverall IoU75.2Unverified

Reproductions