D3Former: Debiased Dual Distilled Transformer for Incremental Learning
Abdelrahman Mohamed, Rushali Grandhe, K J Joseph, Salman Khan, Fahad, Khan

TL;DR
D3Former is a novel ViT-based model for class incremental learning that mitigates bias and forgetting without architecture expansion, achieving strong results on multiple datasets.
Contribution
It introduces a debiased dual distilled transformer with a hybrid nested ViT design and novel bias mitigation strategies for incremental learning.
Findings
Outperforms existing methods on CIFAR-100, MNIST, SVHN, and ImageNet.
Effectively reduces catastrophic forgetting in incremental tasks.
Maintains performance without dynamically expanding architecture.
Abstract
In class incremental learning (CIL) setting, groups of classes are introduced to a model in each learning phase. The goal is to learn a unified model performant on all the classes observed so far. Given the recent popularity of Vision Transformers (ViTs) in conventional classification settings, an interesting question is to study their continual learning behaviour. In this work, we develop a Debiased Dual Distilled Transformer for CIL dubbed . The proposed model leverages a hybrid nested ViT design to ensure data efficiency and scalability to small as well as large datasets. In contrast to a recent ViT based CIL approach, our does not dynamically expand its architecture when new tasks are learned and remains suitable for a large number of incremental tasks. The improved CIL behaviour of owes to two…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Multimodal Machine Learning Applications
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Softmax · Position-Wise Feed-Forward Layer · Layer Normalization · Adam · Byte Pair Encoding · Label Smoothing · Residual Connection
