Related Experiment Video
Updated: Aug 4, 2026

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
Published on: December 6, 2024
Dual prototypes for adaptive pre-trained model in class-incremental learning
Zhiming Xu1, Suorong Yang2, Baile Xu1
1State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing, 210023, China; School of Artificial Intelligence, Nanjing University, China.
This study introduces the Dual-Prototype Network with Task-wise Adaptation (DPTA) to combat catastrophic forgetting in class-incremental learning (CIL) using pre-trained models. DPTA enhances knowledge retention and performance on new tasks.
Area of Science:
- Artificial Intelligence
- Machine Learning
- Computer Vision
Background:
- Class-incremental learning (CIL) aims to learn new classes sequentially while preserving knowledge of previously learned classes.
- Pre-trained model (PTM) based methods are effective but prone to catastrophic forgetting when fine-tuned on incremental tasks.
- Existing CIL approaches struggle to balance new knowledge acquisition with old knowledge retention.
Purpose of the Study:
- To propose a novel Dual-Prototype Network with Task-wise Adaptation (DPTA) for PTM-based CIL.
- To mitigate catastrophic forgetting in PTM-based CIL by introducing task-wise adaptation and dual prototypes.
- To improve the performance and knowledge retention capabilities of models in incremental learning scenarios.
Main Methods:
- Developed an adapter module for each incremental task to fine-tune the PTM.
- Introduced a center-adapt loss to promote centrally clustered and class-separable representations.
- Implemented a dual prototype network for test-time adapter selection and improved prediction using raw and augmented prototypes.
Main Results:
- DPTA consistently outperformed recent CIL methods by 1-5% across multiple benchmarks.
- Achieved approximately 3% improvement over state-of-the-art methods on the VTAB dataset.
- Demonstrated effective knowledge retention and improved class separability.
Conclusions:
- DPTA effectively addresses catastrophic forgetting in PTM-based CIL.
- The proposed dual-prototype network and task-wise adaptation significantly enhance incremental learning performance.
- DPTA offers a promising solution for robust and efficient class-incremental learning.
Related Concept Videos
Multi-input and Multi-variable systems
In the absence of...
Associative Learning
Classical conditioning, also known...
Generalization, Discrimination, and Extinction
Generalization occurs when a behavior reinforced in one context is performed in similar situations. For instance, a student who studies diligently for calculus and receives excellent grades might apply the same study habits to psychology and history, expecting similar results. Generalization shows how learning in one setting can influence behavior in...
Observational Learning
Concepts and Prototypes
The brain organizes this information using concepts, which are mental categories grouping linguistic data,...
Survival Tree
Building a Survival Tree
Constructing a...