paper-with-me

Papers

DARA: Domain- and Relation-aware Adapters Make Parameter-efficient Tuning for Visual Grounding

2024-05-10 · Ting Liu, Xuyang Liu, Siteng Huang, Honggang Chen, Quanjun Yin, Long Qin, Donglin Wang, Yue Hu

Visual grounding (VG) is a challenging task to localize an object in an image based on a textual description. Recent surge in the scale of VG models has substantially improved performance, but also introduced a significant burden on computational costs during fine-tuning. In this paper, we explore applying parameter-efficient transfer learning (PETL) to efficiently transfer the pre-trained vision-language knowledge to VG. Specifically, we propose \textbf{DARA}, a novel PETL method comprising \underline{\textbf{D}}omain-aware \underline{\textbf{A}}dapters (DA Adapters) and \underline{\textbf{R}}elation-aware \underline{\textbf{A}}dapters (RA Adapters) for VG. DA Adapters first transfer intra-modality representations to be more fine-grained for the VG domain. Then RA Adapters share weights to bridge the relation between two modalities, improving spatial reasoning. Empirical results on widely-used benchmarks demonstrate that DARA achieves the best accuracy while saving numerous updated parameters compared to the full fine-tuning and other PETL methods. Notably, with only \textbf{2.13\%} tunable backbone parameters, DARA improves average accuracy by \textbf{0.81\%} across the three benchmarks compared to the baseline model. Our code is available at \url{https://github.com/liuting20/DARA}.

📄 PDF Abstract BibTeX arXiv:2405.06217

Code (1)

liuting20/dara 공식 구현 pytorch

Tasks

RelationSpatial ReasoningTransfer LearningVisual Grounding

Similar Papers 제목 키워드 기반

DARAD: Dual Adapters and Ranking-Aware Distillation for Continual Remote Sensing Image-Text Retrieval

2026-08-06 · Xi Chen, Xu Chen, Xiangyang Jia, Wei Wang 외 arxiv

With the rapid growth of Earth observation technologies, remote sensing archives are rapidly expanding, making remote sensing image-text retrieval (RS-ITR) increasingly important. However, continual RS-ITR remains challe…

Continual LearningText Retrieval

Identifying and Transferring Reasoning-Critical Neurons: Improving LLM Inference Reliability via Activation Steering

2026-01-27 · Fangan Dong, Zuming Yan, Xuri Ge, Zhiwei Xu 외 arxiv

Despite the strong reasoning capabilities of recent large language models (LLMs), achieving reliable performance on challenging tasks often requires post-training or computationally expensive sampling strategies, limitin…

Exploring Training on Heterogeneous Data with Mixture of Low-rank Adapters

2024-06-14 · YuHang Zhou, Zihua Zhao, Haolin Li, Siyuan Du 외

Training a unified model to take multiple targets into account is a trend towards artificial general intelligence. However, how to efficiently mitigate the training conflicts among heterogeneous data collected from diffe…

DARA: Dynamics-Aware Reward Augmentation in Offline Reinforcement Learning

2022-03-13 · ICLR 2022 4 · Jinxin Liu, Hongyin Zhang, Donglin Wang

Offline reinforcement learning algorithms promise to be applicable in settings where a fixed dataset is available and no new experience can be acquired. However, such formulation is inevitably offline-data-hungry and, in…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning Invariant Representations with a Nonparametric Nadaraya-Watson Head

2023-09-23 · NeurIPS 2023 11 · Alan Q. Wang, Minh Nguyen, Mert R. Sabuncu

Machine learning models will often fail when deployed in an environment with a data distribution that is different than the training distribution. When multiple environments are available during training, many methods ex…

Domain Generalization