iConFormer: Dynamic Parameter-Efficient Tuning with Input-Conditioned Adaptation
Hayeon Jo, Hyesong Choi, Minhee Cho, Dongbo Min

TL;DR
iConFormer introduces a dynamic, input-conditioned adapter for parameter-efficient tuning of transformers, enabling flexible, task-specific adaptation with minimal parameter updates, and achieves competitive or superior performance across multiple vision tasks.
Contribution
The paper proposes iConFormer, a novel PEFT method with an input-conditioned adapter that enhances flexibility and task-specific learning in transformer models.
Findings
Achieves comparable performance to full fine-tuning with only 1.6%-2.8% of parameters tuned.
Outperforms recent PEFT methods across various vision tasks.
Demonstrates effectiveness in monocular depth estimation, semantic segmentation, image classification, and instance segmentation.
Abstract
Transfer learning based on full fine-tuning (FFT) of the pre-trained encoder and task-specific decoder becomes increasingly complex as deep models grow exponentially. Parameter efficient fine-tuning (PEFT) approaches using adapters consisting of small learnable layers have emerged as an alternative to FFT, achieving comparable performance while maintaining high training efficiency. However, the inflexibility of the adapter with respect to input instances limits its capability of learning task-specific information in diverse downstream tasks. In this paper, we propose a novel PEFT approach, input-Conditioned transFormer, termed iConFormer, that leverages a dynamic adapter conditioned on the input instances. To secure flexible learning ability on input instances in various downstream tasks, we introduce an input-Conditioned Network (iCoN) in the dynamic adapter that enables instance-level…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Embedded Systems Design Techniques
MethodsByte Pair Encoding · Absolute Position Encodings · Softmax · Label Smoothing · Linear Layer · Adam · Dropout · Layer Normalization · Adapter · Dense Connections
