paper-with-me

홈 › Papers

iConFormer: Dynamic Parameter-Efficient Tuning with Input-Conditioned Adaptation

2024-09-04 · Hayeon Jo, Hyesong Choi, Minhee Cho, Dongbo Min

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 feature transformation. To be specific, iCoN generates channel-wise convolutional kernels for each feature and transform it using adaptive convolution process to effectively capture task-specific and fine-grained details tailor to downstream tasks. Experimental results demonstrate that by tuning just 1.6% to 2.8% of the Transformer backbone parameters, iConFormer achieves performance comparable to FFT in monocular depth estimation and semantic segmentation, while outperforming it in image classification and instance segmentation. Also, the proposed method consistently outperforms recent PEFT methods for all the tasks mentioned above.

📄 PDF Abstract BibTeX arXiv:2409.02838

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDepth Estimationimage-classificationImage ClassificationInstance SegmentationMonocular Depth Estimationparameter-efficient fine-tuningSemantic SegmentationTransfer Learning

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

An Efficient Network with Novel Quantization Designed for Massive MIMO CSI Feedback

2024-05-30 · Xinran Sun, Zhengming Zhang, Luxi Yang

The efficacy of massive multiple-input multiple-output (MIMO) techniques heavily relies on the accuracy of channel state information (CSI) in frequency division duplexing (FDD) systems. Many works focus on CSI compressio…

Quantization

TADFormer : Task-Adaptive Dynamic Transformer for Efficient Multi-Task Learning

2025-01-08 · Seungmin Baek, Soyul Lee, Hayeon Jo, Hyesong Choi 외

Transfer learning paradigm has driven substantial advancements in various vision tasks. However, as state-of-the-art models continue to grow, classical full fine-tuning often becomes computationally impractical, particul…

Multi-Task Learningparameter-efficient fine-tuningScene UnderstandingTransfer Learning

TADFormer: Task-Adaptive Dynamic TransFormer for Efficient Multi-Task Learning

2025-01-01 · CVPR 2025 1 · Seungmin Baek, Soyul Lee, Hayeon Jo, Hyesong Choi 외

Transfer learning paradigm has driven substantial advancements in various vision tasks. However, as state-of-the-art models continue to grow, classical full fine-tuning often becomes computationally impractical, part…

Multi-Task Learningparameter-efficient fine-tuningScene UnderstandingTransfer Learning

Hyperdecoders: Instance-specific decoders for multi-task NLP

2022-03-15 · Hamish Ivison, Matthew E. Peters

We investigate input-conditioned hypernetworks for multi-tasking in NLP, generating parameter-efficient adaptations for a decoder using a hypernetwork conditioned on the output of an encoder. This approach produces a uni…

Decoderparameter-efficient fine-tuning

Test-Time Instance-Specific Parameter Composition: A New Paradigm for Adaptive Generative Modeling

2026-03-29 · Minh-Tuan Tran, Xuan-May Le, Quan Hung Tran, Mehrtash Harandi 외 arxiv

Existing generative models, such as diffusion and auto-regressive networks, are inherently static, relying on a fixed set of pretrained parameters to handle all inputs. In contrast, humans flexibly adapt their internal g…