Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Random Representations Outperform Online Continually Learned Representations

About

Continual learning has primarily focused on the issue of catastrophic forgetting and the associated stability-plasticity tradeoffs. However, little attention has been paid to the efficacy of continually learned representations, as representations are learned alongside classifiers throughout the learning process. Our primary contribution is empirically demonstrating that existing online continually trained deep networks produce inferior representations compared to a simple pre-defined random transforms. Our approach projects raw pixels using a fixed random transform, approximating an RBF-Kernel initialized before any data is seen. We then train a simple linear classifier on top without storing any exemplars, processing one sample at a time in an online continual learning setting. This method, called RanDumb, significantly outperforms state-of-the-art continually learned representations across all standard online continual learning benchmarks. Our study reveals the significant limitations of representation learning, particularly in low-exemplar and online continual learning scenarios. Extending our investigation to popular exemplar-free scenarios with pretrained models, we find that training only a linear classifier on top of pretrained representations surpasses most continual fine-tuning and prompt-tuning strategies. Overall, our investigation challenges the prevailing assumptions about effective representation learning in online continual learning. Our code is available at://github.com/drimpossible/RanDumb.

Ameya Prabhu, Shiven Sinha, Ponnurangam Kumaraguru, Philip H.S. Torr, Ozan Sener, Puneet K. Dokania• 2024

Related benchmarks

TaskDatasetResultRank
Class-incremental learningImageNet-R
Average Accuracy66.9
103
Class-incremental learningImageNet A
Average Accuracy49.5
86
Continual LearningCIFAR-100
Accuracy28.6
56
Class-incremental learningCUB
Avg Accuracy88.5
45
Online Continual LearningCIFAR10 (5/2)
Accuracy55.6
31
Online Continual LearningCIFAR100 (10/10)
Accuracy28.6
31
Online Continual LearningTinyImageNet 100/2
Accuracy11.6
31
Class-incremental learningVTAB--
31
Class-incremental learningCIFAR
Accuracy86.8
28
Online Continual LearningMNIST 10/1 (test)
Accuracy98.3
20
Showing 10 of 29 rows

Other info

Code

Follow for update