paper-with-me

Papers

Generalized Few-Shot Continual Learning with Contrastive Mixture of Adapters

2023-02-12 · Yawen Cui, Zitong Yu, Rizhao Cai, Xun Wang, Alex C. Kot, Li Liu

The goal of Few-Shot Continual Learning (FSCL) is to incrementally learn novel tasks with limited labeled samples and preserve previous capabilities simultaneously, while current FSCL methods are all for the class-incremental purpose. Moreover, the evaluation of FSCL solutions is only the cumulative performance of all encountered tasks, but there is no work on exploring the domain generalization ability. Domain generalization is a challenging yet practical task that aims to generalize beyond training domains. In this paper, we set up a Generalized FSCL (GFSCL) protocol involving both class- and domain-incremental situations together with the domain generalization assessment. Firstly, two benchmark datasets and protocols are newly arranged, and detailed baselines are provided for this unexplored configuration. We find that common continual learning methods have poor generalization ability on unseen domains and cannot better cope with the catastrophic forgetting issue in cross-incremental tasks. In this way, we further propose a rehearsal-free framework based on Vision Transformer (ViT) named Contrastive Mixture of Adapters (CMoA). Due to different optimization targets of class increment and domain increment, the CMoA contains two parts: (1) For the class-incremental issue, the Mixture of Adapters (MoA) module is incorporated into ViT, then cosine similarity regularization and the dynamic weighting are designed to make each adapter learn specific knowledge and concentrate on particular classes. (2) For the domain-related issues and domain-invariant representation learning, we alleviate the inner-class variation by prototype-calibrated contrastive learning. The codes and protocols are available at https://github.com/yawencui/CMoA.

📄 PDF Abstract BibTeX arXiv:2302.05936

Code (1)

yawencui/cmoa 공식 구현 pytorch

Tasks

Continual LearningContrastive LearningDomain GeneralizationRepresentation Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Boosting Continual Learning of Vision-Language Models via Mixture-of-Experts Adapters

2024-03-18 · CVPR 2024 1 · Jiazuo Yu, Yunzhi Zhuge, Lu Zhang, Ping Hu 외

Continual learning can empower vision-language models to continuously acquire new knowledge, without the need for access to the entire historical dataset. However, mitigating the performance degradation in large-scale mo…

Continual LearningIncremental LearningLifelong learningMixture-of-Experts+1

Making Pre-trained Language Models Better Continual Few-Shot Relation Extractors

2024-02-24 · Shengkun Ma, Jiale Han, Yi Liang, Bo Cheng

Continual Few-shot Relation Extraction (CFRE) is a practical problem that requires the model to continuously learn novel relations while avoiding forgetting old ones with few labeled training data. The primary challenges…

Contrastive LearningPrompt LearningRelationRelation Extraction

Self-Expansion of Pre-trained Models with Mixture of Adapters for Continual Learning

2024-03-27 · CVPR 2025 1 · Huiyi Wang, Haodong Lu, Lina Yao, Dong Gong

Continual learning (CL) aims to continually accumulate knowledge from a non-stationary data stream without catastrophic forgetting of learned knowledge, requiring a balance between stability and adaptability. Relying on …

Continual Learning

Lightweight Zero-shot Text-to-Speech with Mixture of Adapters

2024-07-01 · Kenichi Fujita, Takanori Ashihara, Marc Delcroix, Yusuke Ijima

The advancements in zero-shot text-to-speech (TTS) methods, based on large-scale models, have demonstrated high fidelity in reproducing speaker characteristics. However, these models are too large for practical daily use…

DecoderSpeech Synthesistext-to-speechText to Speech

DIMoE-Adapters: Dynamic Expert Evolution for Continual Learning in Vision-Language Models

2026-05-08 · Mengxin Qin, Xiang Zhang, Xi Wang, Kun Wei 외 arxiv

Continual learning enables vision-language models to accumulate knowledge and adapt to evolving tasks without retraining from scratch. However, in multi-domain task-incremental learning, large domain shifts intensify the…

Incremental LearningContinual Learning