paper-with-me

홈 › Papers

Exemplar-Free Continual Transformer with Convolutions

2023-08-22 · ICCV 2023 1 · Anurag Roy, Vinay Kumar Verma, Sravan Voonna, Kripabandhu Ghosh, Saptarshi Ghosh, Abir Das

Continual Learning (CL) involves training a machine learning model in a sequential manner to learn new information while retaining previously learned tasks without the presence of previous training data. Although there has been significant interest in CL, most recent CL approaches in computer vision have focused on convolutional architectures only. However, with the recent success of vision transformers, there is a need to explore their potential for CL. Although there have been some recent CL approaches for vision transformers, they either store training instances of previous tasks or require a task identifier during test time, which can be limiting. This paper proposes a new exemplar-free approach for class/task incremental learning called ConTraCon, which does not require task-id to be explicitly present during inference and avoids the need for storing previous training instances. The proposed approach leverages the transformer architecture and involves re-weighting the key, query, and value weights of the multi-head self-attention layers of a transformer trained on a similar task. The re-weighting is done using convolution, which enables the approach to maintain low parameter requirements per task. Additionally, an image augmentation-based entropic task identification approach is used to predict tasks without requiring task-ids during inference. Experiments on four benchmark datasets demonstrate that the proposed approach outperforms several competitive approaches while requiring fewer parameters.

📄 PDF Abstract BibTeX arXiv:2308.11357

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningExemplar-FreeImage AugmentationIncremental Learning

Similar Papers 제목 키워드 기반

Exemplar-free Continual Learning of Vision Transformers via Gated Class-Attention and Cascaded Feature Drift Compensation

2022-11-22 · Marco Cotogni, Fei Yang, Claudio Cusano, Andrew D. Bagdanov 외

We propose a new method for exemplar-free class incremental training of ViTs. The main challenge of exemplar-free continual learning is maintaining plasticity of the learner without causing catastrophic forgetting of pre…

Continual LearningExemplar-Free

Exemplar-free Online Continual Learning

2022-02-11 · Jiangpeng He, Fengqing Zhu

Targeted for real world scenarios, online continual learning aims to learn new tasks from sequentially available data under the condition that each data is observed only once by the learner. Though recent works have made…

Continual LearningExemplar-Freeimage-classificationImage Classification

Towards Exemplar-Free Continual Learning in Vision Transformers: an Account of Attention, Functional and Weight Regularization

2022-03-24 · Francesco Pelosin, Saurav Jha, Andrea Torsello, Bogdan Raducanu 외

In this paper, we investigate the continual learning of Vision Transformers (ViT) for the challenging exemplar-free scenario, with special focus on how to efficiently distill the knowledge of its crucial self-attention m…

Continual LearningExemplar-Free

EWC-Guided Diffusion Replay for Exemplar-Free Continual Learning in Medical Imaging

2025-09-28 · Anoushka Harit, William Prew, Zhongtian Sun, Florian Markowetz arxiv

Medical imaging foundation models must adapt over time, yet full retraining is often blocked by privacy constraints and cost. We present a continual learning framework that avoids storing patient exemplars by pairing cla…

Continual Learning

Online Analytic Exemplar-Free Continual Learning with Large Models for Imbalanced Autonomous Driving Task

2024-05-28 · Huiping Zhuang, Di Fang, Kai Tong, Yuchen Liu 외

In autonomous driving, even a meticulously trained model can encounter failures when facing unfamiliar scenarios. One of these scenarios can be formulated as an online continual learning (OCL) problem. That is, data come…

Autonomous DrivingContinual LearningExemplar-Free