paper-with-me

홈 › Papers

Integrating Task-Specific and Universal Adapters for Pre-Trained Model-based Class-Incremental Learning

2025-08-11 · Yan Wang, Da-Wei Zhou, Han-Jia Ye arxiv

Class-Incremental Learning (CIL) requires a learning system to continually learn new classes without forgetting. Existing pre-trained model-based CIL methods often freeze the pre-trained network and adapt to incremental tasks using additional lightweight modules such as adapters. However, incorrect module selection during inference hurts performance, and task-specific modules often overlook shared general knowledge, leading to errors on distinguishing between similar classes across tasks. To address the aforementioned challenges, we propose integrating Task-Specific and Universal Adapters (TUNA) in this paper. Specifically, we train task-specific adapters to capture the most crucial features relevant to their respective tasks and introduce an entropy-based selection mechanism to choose the most suitable adapter. Furthermore, we leverage an adapter fusion strategy to construct a universal adapter, which encodes the most discriminative features shared across tasks. We combine task-specific and universal adapter predictions to harness both specialized and general knowledge during inference. Extensive experiments on various benchmark datasets demonstrate the state-of-the-art performance of our approach. Code is available at: https://github.com/LAMDA-CL/ICCV2025-TUNA

📄 PDF Abstract BibTeX arXiv:2508.08165

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningGeneral Knowledge

Similar Papers 제목 키워드 기반

Language-Universal Adapter Learning with Knowledge Distillation for End-to-End Multilingual Speech Recognition

2023-02-28 · Zhijie Shen, Wu Guo, Bin Gu

In this paper, we propose a language-universal adapter learning framework based on a pre-trained model for end-to-end multilingual automatic speech recognition (ASR). For acoustic modeling, the wav2vec 2.0 pre-trained mo…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge Distillationspeech-recognition+1

Task-Customized Mixture of Adapters for General Image Fusion

2024-03-19 · CVPR 2024 1 · Pengfei Zhu, Yang Sun, Bing Cao, QinGhua Hu

General image fusion aims at integrating important information from multi-source images. However, due to the significant cross-task gap, the respective fusion mechanism varies considerably in practice, resulting in limit…

Mixture-of-Experts

Parameter-Efficient Domain Knowledge Integration from Multiple Sources for Biomedical Pre-trained Language Models

2021-11-01 · Findings (EMNLP) 2021 11 · Qiuhao Lu, Dejing Dou, Thien Huu Nguyen

Domain-specific pre-trained language models (PLMs) have achieved great success over various downstream tasks in different domains. However, existing domain-specific PLMs mostly rely on self-supervised learning over large…

ArticlesSelf-Supervised Learning

AdaRing: Towards Ultra-Light Vision-Language Adaptation via Cross-Layer Tensor Ring Decomposition

2025-08-16 · Ying Huang, Yuanbin Man, Wenqi Jia, Zhengzhong Tu 외 arxiv

Adapter-based fine-tuning has gained remarkable attention in adapting large pre-trained vision language models (VLMs) for a wide range of downstream tasks efficiently. In this paradigm, only the inserted adapters are fin…

Composable Sparse Fine-Tuning for Cross-Lingual Transfer

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Fine-tuning the entire set of parameters of a large pretrained model has become the mainstream approach for transfer learning. To increase its efficiency and prevent catastrophic forgetting and interference, techniques l…

Cross-Lingual TransferLanguage ModelingLanguage ModellingMasked Language Modeling+2