paper-with-me

홈 › Papers

Integrating Dual Prototypes for Task-Wise Adaption in Pre-Trained Model-Based Class-Incremental Learning

2024-11-26 · Zhiming Xu, Suorong Yang, Baile Xu, Jian Zhao, Furao Shen

Class-incremental learning (CIL) aims to acquire new classes while conserving historical knowledge incrementally. Despite existing pre-trained model (PTM) based methods performing excellently in CIL, it is better to fine-tune them on downstream incremental tasks with massive patterns unknown to PTMs. However, using task streams for fine-tuning could lead to catastrophic forgetting that will erase the knowledge in PTMs. This paper proposes the Dual Prototype network for Task-wise Adaption (DPTA) of PTM-based CIL. For each incremental learning task, a task-wise adapter module is built to fine-tune the PTM, where the center-adapt loss forces the representation to be more centrally clustered and class separable. The dual prototype network improves the prediction process by enabling test-time adapter selection, where the raw prototypes deduce several possible task indexes of test samples to select suitable adapter modules for PTM, and the augmented prototypes that could separate highly correlated classes are utilized to determine the final result. Experiments on several benchmark datasets demonstrate the state-of-the-art performance of DPTA. The code will be open-sourced after the paper is published.

📄 PDF Abstract BibTeX arXiv:2411.17766

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Progressive Semantic-Visual Mutual Adaption for Generalized Zero-Shot Learning

2023-03-27 · CVPR 2023 1 · Man Liu, Feng Li, Chunjie Zhang, Yunchao Wei 외

Generalized Zero-Shot Learning (GZSL) identifies unseen categories by knowledge transferred from the seen domain, relying on the intrinsic interactions between visual and semantic information. Prior works mainly localize…

AttributeDecoderGeneralized Zero-Shot LearningZero-Shot Learning

Calibration-based Dual Prototypical Contrastive Learning Approach for Domain Generalization Semantic Segmentation

2023-09-25 · Muxin Liao, Shishun Tian, Yuhang Zhang, Guoguang Hua 외

Prototypical contrastive learning (PCL) has been widely used to learn class-wise domain-invariant features recently. These methods are based on the assumption that the prototypes, which are represented as the central val…

Contrastive LearningDomain GeneralizationSemantic Segmentation

TTAPS: Test-Time Adaption by Aligning Prototypes using Self-Supervision

2022-05-18 · Alexander Bartler, Florian Bender, Felix Wiewel, Bin Yang

Nowadays, deep neural networks outperform humans in many tasks. However, if the input distribution drifts away from the one used in training, their performance drops significantly. Recently published research has shown t…

Dynamic Prototype Adaptation with Distillation for Few-shot Point Cloud Segmentation

2024-01-29 · Jie Liu, Wenzhe Yin, Haochen Wang, Yunlu Chen 외

Few-shot point cloud segmentation seeks to generate per-point masks for previously unseen categories, using only a minimal set of annotated point clouds as reference. Existing prototype-based methods rely on support prot…

Point Cloud SegmentationTransfer Learning

Customizing Language Models with Instance-wise LoRA for Sequential Recommendation

2024-08-19 · Xiaoyu Kong, Jiancan Wu, An Zhang, Leheng Sheng 외

Sequential recommendation systems predict the next interaction item based on users' past interactions, aligning recommendations with individual preferences. Leveraging the strengths of Large Language Models (LLMs) in kno…

Mixture-of-ExpertsMulti-Task Learningparameter-efficient fine-tuningRecommendation Systems+2