paper-with-me

Papers

Leveraging Normalization Layer in Adapters With Progressive Learning and Adaptive Distillation for Cross-Domain Few-Shot Learning

2023-12-18 · Yongjin Yang, Taehyeon Kim, Se-Young Yun

Cross-domain few-shot learning presents a formidable challenge, as models must be trained on base classes and then tested on novel classes from various domains with only a few samples at hand. While prior approaches have primarily focused on parameter-efficient methods of using adapters, they often overlook two critical issues: shifts in batch statistics and noisy sample statistics arising from domain discrepancy variations. In this paper, we introduce a novel generic framework that leverages normalization layer in adapters with Progressive Learning and Adaptive Distillation (ProLAD), marking two principal contributions. First, our methodology utilizes two separate adapters: one devoid of a normalization layer, which is more effective for similar domains, and another embedded with a normalization layer, designed to leverage the batch statistics of the target domain, thus proving effective for dissimilar domains. Second, to address the pitfalls of noisy statistics, we deploy two strategies: a progressive training of the two adapters and an adaptive distillation technique derived from features determined by the model solely with the adapter devoid of a normalization layer. Through this adaptive distillation, our approach functions as a modulator, controlling the primary adapter for adaptation, based on each domain. Evaluations on standard cross-domain few-shot learning benchmarks confirm that our technique outperforms existing state-of-the-art methodologies.

📄 PDF Abstract BibTeX arXiv:2312.11260

Code (1)

YangYongJin/APEX 공식 구현 pytorch

Tasks

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

GRANOLA: Adaptive Normalization for Graph Neural Networks

2024-04-20 · Moshe Eliasof, Beatrice Bevilacqua, Carola-Bibiane Schönlieb, Haggai Maron

In recent years, significant efforts have been made to refine the design of Graph Neural Network (GNN) layers, aiming to overcome diverse challenges, such as limited expressive power and oversmoothing. Despite their wide…

Graph Neural Network

LaPE: Layer-adaptive Position Embedding for Vision Transformers with Independent Layer Normalization

2023-01-01 · ICCV 2023 1 · Runyi Yu, Zhennan Wang, Yinhuai Wang, Kehan Li 외

Position information is critical for Vision Transformers (VTs) due to the permutation-invariance of self-attention operations. A typical way to introduce position information is adding the absolute Position Embedding…

image-classificationImage Classificationobject-detectionObject Detection+2

Adaptive Rank Allocation: Speeding Up Modern Transformers with RaNA Adapters

2025-03-23 · Roberto Garcia, Jerry Liu, Daniel Sorvisto, Sabri Eyuboglu

Large Language Models (LLMs) are computationally intensive, particularly during inference. Neuron-adaptive techniques, which selectively activate neurons in Multi-Layer Perceptron (MLP) layers, offer some speedups but su…

Improvise, Adapt, Overcome -- Telescopic Adapters for Efficient Fine-tuning of Vision Language Models in Medical Imaging

2025-12-15 · Ujjwal Mishra, Vinita Shukla, Praful Hambarde, Amit Shukla arxiv

Adapting Vision Language Segmentation Models (VLSMs) to medical imaging domains requires significant computational overhead when using conventional fine-tuning approaches. Existing Parameter-Efficient Fine-Tuning (PEFT) …

parameter-efficient fine-tuningPolyp Segmentation

Parameter-Efficient Tuning on Layer Normalization for Pre-trained Language Models

2022-11-16 · Wang Qi, Yu-Ping Ruan, Yuan Zuo, Taihao Li

Conventional fine-tuning encounters increasing difficulties given the size of current Pre-trained Language Models, which makes parameter-efficient tuning become the focal point of frontier research. Previous methods in t…