paper-with-me

Papers

MixPHM: Redundancy-Aware Parameter-Efficient Tuning for Low-Resource Visual Question Answering

2023-03-02 · CVPR 2023 1 · Jingjing Jiang, Nanning Zheng

Recently, finetuning pretrained Vision-Language Models (VLMs) has been a prevailing paradigm for achieving state-of-the-art performance in Visual Question Answering (VQA). However, as VLMs scale, finetuning full model parameters for a given task in low-resource settings becomes computationally expensive, storage inefficient, and prone to overfitting. Current parameter-efficient tuning methods dramatically reduce the number of tunable parameters, but there still exists a significant performance gap with full finetuning. In this paper, we propose MixPHM, a redundancy-aware parameter-efficient tuning method that outperforms full finetuning in low-resource VQA. Specifically, MixPHM is a lightweight module implemented by multiple PHM-experts in a mixture-of-experts manner. To reduce parameter redundancy, MixPHM reparameterizes expert weights in a low-rank subspace and shares part of the weights inside and across experts. Moreover, based on a quantitative redundancy analysis for adapters, we propose Redundancy Regularization to reduce task-irrelevant redundancy while promoting task-relevant correlation in MixPHM representations. Experiments conducted on VQA v2, GQA, and OK-VQA demonstrate that MixPHM outperforms state-of-the-art parameter-efficient methods and is the only one consistently surpassing full finetuning.

📄 PDF Abstract BibTeX arXiv:2303.01239

Code (1)

jingjing12110/mixphm 공식 구현 pytorch

Tasks

Mixture-of-ExpertsQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

TRACE: Discovering Task-Specific Parameter via Adaptation-Aware Probing for Continual Fine-Tuning

2026-05-29 · Xiaosong Han, Ke Chen, Xindi Dai, Di Liang 외 arxiv

In real-world deployment, LLMs are often adapted continually across tasks to keep LLMs up-to-date in production, where new fine-tuning should preserve previously learned skills. However, indiscriminately mixing tasks can…

AdaGReS:Adaptive Greedy Context Selection via Redundancy-Aware Scoring for Token-Budgeted RAG

2025-12-31 · Chao Peng, Bin Wang, Zhilei Long, Jinfang Sheng arxiv

Retrieval-augmented generation (RAG) is highly sensitive to the quality of selected context, yet standard top-k retrieval often returns redundant or near-duplicate chunks that waste token budget and degrade downstream ge…

Open-Domain Question AnsweringNatural Questions

Less is More: Resource-Efficient Low-Rank Adaptation

2025-11-30 · Chunlin Tian, Xuyang Wei, Huanrong Liu, Zhijiang Guo 외 arxiv

Low-Rank Adaptation (LoRA) is a widely adopted parameter-efficient fine-tuning (PEFT) method for Large Language Models (LLMs), but it still incurs notable overhead and suffers from parameter interference in complex datas…

parameter-efficient fine-tuningImage Generation

TASO: Task-Aligned Sparse Optimization for Parameter-Efficient Model Adaptation

2025-09-22 · Daiye Miao, Yufang Liu, Jie Wang, Changzhi Sun 외 arxiv

LoRA has become one of the most widely used parameter-efficient fine-tuning methods due to its simplicity and effectiveness. However, numerous studies have shown that LoRA often introduces substantial parameter redundanc…

parameter-efficient fine-tuning

SHERL: Synthesizing High Accuracy and Efficient Memory for Resource-Limited Transfer Learning

2024-07-10 · Haiwen Diao, Bo Wan, Xu Jia, Yunzhi Zhuge 외

Parameter-efficient transfer learning (PETL) has emerged as a flourishing research field for adapting large pre-trained models to downstream tasks, greatly reducing trainable parameters while grappling with memory challe…

Transfer Learning