paper-with-me

Papers

UniAdapter: Unified Parameter-Efficient Transfer Learning for Cross-modal Modeling

2023-02-13 · Haoyu Lu, Yuqi Huo, Guoxing Yang, Zhiwu Lu, Wei Zhan, Masayoshi Tomizuka, Mingyu Ding

Large-scale vision-language pre-trained models have shown promising transferability to various downstream tasks. As the size of these foundation models and the number of downstream tasks grow, the standard full fine-tuning paradigm becomes unsustainable due to heavy computational and storage costs. This paper proposes UniAdapter, which unifies unimodal and multimodal adapters for parameter-efficient cross-modal adaptation on pre-trained vision-language models. Specifically, adapters are distributed to different modalities and their interactions, with the total number of tunable parameters reduced by partial weight sharing. The unified and knowledge-sharing design enables powerful cross-modal representations that can benefit various downstream tasks, requiring only 1.0%-2.0% tunable parameters of the pre-trained model. Extensive experiments on 6 cross-modal downstream benchmarks (including video-text retrieval, image-text retrieval, VideoQA, and VQA) show that in most cases, UniAdapter not only outperforms the state-of-the-arts, but even beats the full fine-tuning strategy. Particularly, on the MSRVTT retrieval task, UniAdapter achieves 49.7% recall@1 with 2.2% model parameters, outperforming the latest competitors by 2.0%. The code and models are available at https://github.com/RERV/UniAdapter.

📄 PDF Abstract BibTeX arXiv:2302.06605

Code (2)

rerv/uniadapter 공식 구현 pytorch
uniadapter/uniadapter 공식 구현 pytorch

Tasks

Image-text RetrievalRetrievalText RetrievalTransfer LearningVideo-Text RetrievalVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

$π$-Tuning: Transferring Multimodal Foundation Models with Optimal Multi-task Interpolation

2023-04-27 · Chengyue Wu, Teng Wang, Yixiao Ge, Zeyu Lu 외

Foundation models have achieved great advances in multi-task learning with a unified interface of unimodal and multimodal tasks. However, the potential of such multi-task learners has not been exploited during transfer l…

Multi-Task LearningTransfer Learning

SDPT: Synchronous Dual Prompt Tuning for Fusion-based Visual-Language Pre-trained Models

2024-07-16 · Yang Zhou, Yongjian Wu, Jiya Saiyin, Bingzheng Wei 외

Prompt tuning methods have achieved remarkable success in parameter-efficient fine-tuning on large pre-trained models. However, their application to dual-modal fusion-based visual-language pre-trained models (VLPMs), suc…

parameter-efficient fine-tuning

CL-Anomaly: Layer-Adaptive Mixture-of-Experts with Multimodal Large Language Model for Continual Learning in Anomaly Detection

2026-07-03 · Wen Dong, Zhao Wang, Shuangqing Zhang, Kai Sun 외 arxiv

Multimodal Large Language Models (MLLMs) excel in diverse vision tasks, but full-parameter retraining is computationally expensive as real-world knowledge evolves. Existing continual learning methods often suffer from se…

parameter-efficient fine-tuningContinual LearningAnomaly Detection

Optimizing Multi-Modality Trackers via Significance-Regularized Tuning

2025-08-24 · Zhiwen Chen, Jinjian Wu, Zhiyu Zhu, Yifan Zhang 외 arxiv

This paper tackles the critical challenge of optimizing multi-modality trackers by effectively adapting pre-trained models for RGB data. Existing fine-tuning paradigms oscillate between excessive flexibility and over-res…

CRC-SAM: SAM-Based Multi-Modal Segmentation and Quantification of Colorectal Cancer in CT, Colonoscopy, and Histology Images

2026-04-25 · Daniel Lao arxiv

We present CRC-SAM, a unified framework for colorectal cancer segmentation across colonoscopy, CT, and histopathology images. Unlike prior single-modality methods, CRC-SAM provides consistent, modality-agnostic segmentat…