LGMay 9, 2025

Autoencoder-Based Hybrid Replay for Class-Incremental Learning

arXiv:2505.05926v3h-index: 4Has CodeICML
Originality Incremental advance
AI Analysis

This addresses memory efficiency for incremental learning systems, though it appears incremental as it builds on existing replay methods.

The paper tackles catastrophic forgetting in class-incremental learning by proposing an autoencoder-based hybrid replay strategy that reduces memory complexity to O(0.1t) at worst while achieving state-of-the-art performance across benchmarks.

In class-incremental learning (CIL), effective incremental learning strategies are essential to mitigate task confusion and catastrophic forgetting, especially as the number of tasks $t$ increases. Current exemplar replay strategies impose $\mathcal{O}(t)$ memory/compute complexities. We propose an autoencoder-based hybrid replay (AHR) strategy that leverages our new hybrid autoencoder (HAE) to function as a compressor to alleviate the requirement for large memory, achieving $\mathcal{O}(0.1 t)$ at the worst case with the computing complexity of $\mathcal{O}(t)$ while accomplishing state-of-the-art performance. The decoder later recovers the exemplar data stored in the latent space, rather than in raw format. Additionally, HAE is designed for both discriminative and generative modeling, enabling classification and replay capabilities, respectively. HAE adopts the charged particle system energy minimization equations and repulsive force algorithm for the incremental embedding and distribution of new class centroids in its latent space. Our results demonstrate that AHR consistently outperforms recent baselines across multiple benchmarks while operating with the same memory/compute budgets. The source code is included in the supplementary material and will be open-sourced upon publication.

Foundations

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

Your Notes