paper-with-me

Papers

Densely Connected Parameter-Efficient Tuning for Referring Image Segmentation

2025-01-15 · Jiaqi Huang, Zunnan Xu, Ting Liu, Yong liu, Haonan Han, Kehong Yuan, Xiu Li

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}.

📄 PDF Abstract BibTeX arXiv:2501.08580

Code (1)

jiaqihuang01/detris 공식 구현 pytorch

Tasks

Image SegmentationReferring Expression SegmentationSemantic SegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Automatic Lumbar Spinal CT Image Segmentation with a Dual Densely Connected U-Net

2019-10-21 · He Tang, Xiaobing Pei, Shilong Huang, Xin Li 외

The clinical treatment of degenerative and developmental lumbar spinal stenosis (LSS) is different. Computed tomography (CT) is helpful in distinguishing degenerative and developmental LSS due to its advantage in imaging…

Computed Tomography (CT)DenoisingImage SegmentationSegmentation+1

Active Deep Densely Connected Convolutional Network for Hyperspectral Image Classification

2020-09-01 · Bing Liu, Anzhu Yu, Pengqiang Zhang, Lei Ding 외

Deep learning based methods have seen a massive rise in popularity for hyperspectral image classification over the past few years. However, the success of deep learning is attributed greatly to numerous labeled samples. …

Active LearningClassificationDeep LearningGeneral Classification+3

Improving Language Modeling using Densely Connected Recurrent Neural Networks

2017-07-19 · WS 2017 8 · Fréderic Godin, Joni Dambre, Wesley De Neve

In this paper, we introduce the novel concept of densely connected layers into recurrent neural networks. We evaluate our proposed architecture on the Penn Treebank language modeling task. We show that we can obtain simi…

Language ModelingLanguage Modelling

Understanding What Is Not Said:Referring Remote Sensing Image Segmentation with Scarce Expressions

2025-10-26 · Kai Ye, Bowen Liu, Jianghang Lin, Jiayi Ji 외 arxiv

Referring Remote Sensing Image Segmentation (RRSIS) aims to segment instances in remote sensing images according to referring expressions. Unlike Referring Image Segmentation on general images, acquiring high-quality ref…

Referring ExpressionImage Segmentation

Bridging Vision and Language Encoders: Parameter-Efficient Tuning for Referring Image Segmentation

2023-07-21 · ICCV 2023 1 · Zunnan Xu, Zhihong Chen, Yong Zhang, Yibing Song 외

Parameter Efficient Tuning (PET) has gained attention for reducing the number of parameters while maintaining performance and providing better hardware resource savings, but few studies investigate dense prediction tasks…

DecoderImage SegmentationReferring Expression SegmentationSegmentation+1