AggSS: An Aggregated Self-Supervised Approach for Class-Incremental Learning
Jayateja Kalla, Soma Biswas
TL;DR
Class-incremental learning often suffers catastrophic forgetting; AggSS mitigates this by leveraging rotational self-supervision as auxiliary classes. By treating each rotation as a separate class (with $M=4$) and aggregating the rotation-specific logits at inference, AggSS strengthens feature representations and provides a plug-in augmentation for existing CIL frameworks, via a dedicated loss ${\\mathcal{L}_{AggSS}}$ and rotated-ensemble inference ${p^{agg}}$. Empirical results on CIFAR-100 and ImageNet-Subset show substantial accuracy gains across traditional, long-tail, and semi-supervised CIL settings, supported by qualitative Grad-CAM analyses that reveal attention shifts to intrinsic object features. Overall, AggSS offers a practical, scalable approach to enhance continual learning systems by enriching representations through self-supervised rotations.
Abstract
This paper investigates the impact of self-supervised learning, specifically image rotations, on various class-incremental learning paradigms. Here, each image with a predefined rotation is considered as a new class for training. At inference, all image rotation predictions are aggregated for the final prediction, a strategy we term Aggregated Self-Supervision (AggSS). We observe a shift in the deep neural network's attention towards intrinsic object features as it learns through AggSS strategy. This learning approach significantly enhances class-incremental learning by promoting robust feature learning. AggSS serves as a plug-and-play module that can be seamlessly incorporated into any class-incremental learning framework, leveraging its powerful feature learning capabilities to enhance performance across various class-incremental learning approaches. Extensive experiments conducted on standard incremental learning datasets CIFAR-100 and ImageNet-Subset demonstrate the significant role of AggSS in improving performance within these paradigms.
