paper-with-me

홈 › Papers

DyTox: Transformers for Continual Learning with DYnamic TOken eXpansion

2021-11-22 · CVPR 2022 1 · Arthur Douillard, Alexandre Ramé, Guillaume Couairon, Matthieu Cord

Deep network architectures struggle to continually learn new tasks without forgetting the previous tasks. A recent trend indicates that dynamic architectures based on an expansion of the parameters can reduce catastrophic forgetting efficiently in continual learning. However, existing approaches often require a task identifier at test-time, need complex tuning to balance the growing number of parameters, and barely share any information across tasks. As a result, they struggle to scale to a large number of tasks without significant overhead. In this paper, we propose a transformer architecture based on a dedicated encoder/decoder framework. Critically, the encoder and decoder are shared among all tasks. Through a dynamic expansion of special tokens, we specialize each forward of our decoder network on a task distribution. Our strategy scales to a large number of tasks while having negligible memory and time overheads due to strict control of the parameters expansion. Moreover, this efficient strategy doesn't need any hyperparameter tuning to control the network's expansion. Our model reaches excellent results on CIFAR100 and state-of-the-art performances on the large-scale ImageNet100 and ImageNet1000 while having less parameters than concurrent dynamic frameworks.

📄 PDF Abstract BibTeX arXiv:2111.11326

Code (1)

arthurdouillard/dytox 공식 구현 pytorch

Tasks

Class Incremental LearningContinual LearningDecoderIncremental Learning

Similar Papers 제목 키워드 기반

DRDN: Decoupled Representation Dynamic Network for From-Scratch ViT Class-Incremental Learning

2026-07-02 · Bingchen Huang, Yifu Chen, Zhiling Wang, Yuanchao Du arxiv

Dynamic expansion methods for class-incremental learning (CIL) protect task-specific knowledge by growing dedicated tokens or subnetworks, yet our analyses suggest that classification supervision alone does not sufficien…

class-incremental learning

Continual Transformers: Redundancy-Free Attention for Online Inference

2022-01-17 · Lukas Hedegaard, Arian Bakhtiarnia, Alexandros Iosifidis

Transformers in their common form are inherently limited to operate on whole token sequences rather than on one token at a time. Consequently, their use during online inference on time-series data entails considerable re…

Action DetectionAudio ClassificationClassificationOnline Action Detection+2

A General and Efficient Training for Transformer via Token Expansion

2024-03-31 · CVPR 2024 1 · Wenxuan Huang, Yunhang Shen, Jiao Xie, Baochang Zhang 외

The remarkable performance of Vision Transformers (ViTs) typically requires an extremely large training cost. Existing methods have attempted to accelerate the training of ViTs, yet typically disregard method universalit…

Continual Learning with Transformers for Image Classification

2022-06-28 · Beyza Ermis, Giovanni Zappella, Martin Wistuba, Aditya Rawal 외

In many real-world scenarios, data to train machine learning models become available over time. However, neural network models struggle to continually learn new concepts without forgetting what has been learnt in the pas…

ClassificationContinual Learningimage-classificationImage Classification+2

FM-LoRA: Factorized Low-Rank Meta-Prompting for Continual Learning

2025-04-09 · Xiaobing Yu, Jin Yang, Xiao Wu, Peijie Qiu 외

How to adapt a pre-trained model continuously for sequential tasks with different prediction class labels and domains and finally learn a generalizable model across diverse tasks is a long-lasting challenge. Continual le…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning