LGCVJun 23, 2023

On The Relationship Between Continual Learning and Long-Tailed Recognition

arXiv:2306.13275v22 citationsh-index: 20
Originality Highly original
AI Analysis

This work addresses imbalanced data challenges in machine learning by bridging long-tailed recognition and continual learning, offering a principled approach for improving generalization on underrepresented classes.

The paper tackles the problem of biased learning in long-tailed datasets by revealing a theoretical connection to continual learning, showing that models converge near weights trained on dominant classes. It introduces CLTR, a method using standard continual learning to sequentially learn classes, achieving strong results on benchmarks like CIFAR100-LT and ImageNet-LT.

Real-world datasets often exhibit long-tailed distributions, where a few dominant "Head" classes have abundant samples while most "Tail" classes are severely underrepresented, leading to biased learning and poor generalization for the Tail. We present a theoretical framework that reveals a previously undescribed connection between Long-Tailed Recognition (LTR) and Continual Learning (CL), the process of learning sequential tasks without forgetting prior knowledge. Our analysis demonstrates that, for models trained on imbalanced datasets, the weights converge to a bounded neighborhood of those trained exclusively on the Head, with the bound scaling as the inverse square root of the imbalance factor. Leveraging this insight, we introduce Continual Learning for Long-Tailed Recognition (CLTR), a principled approach that employs standard off-the-shelf CL methods to address LTR problems by sequentially learning Head and Tail classes without forgetting the Head. Our theoretical analysis further suggests that CLTR mitigates gradient saturation and improves Tail learning while maintaining strong Head performance. Extensive experiments on CIFAR100-LT, CIFAR10-LT, ImageNet-LT, and Caltech256 validate our theoretical predictions, achieving strong results across various LTR benchmarks. Our work bridges the gap between LTR and CL, providing a principled way to tackle imbalanced data challenges with standard existing CL strategies.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes