LGJun 30, 2024

TEAL: New Selection Strategy for Small Buffers in Experience Replay Class Incremental Learning

arXiv:2407.00673v21 citationsHas Code
AI Analysis

This addresses the problem of inefficient memory usage in continual learning for AI systems, though it is incremental as it builds on existing experience-replay methods.

The paper tackles catastrophic forgetting in continual learning by introducing TEAL, a novel memory selection strategy for small buffers that enhances average accuracy and achieves state-of-the-art performance with as few as 1-3 exemplars per class.

Continual Learning is an unresolved challenge, whose relevance increases when considering modern applications. Unlike the human brain, trained deep neural networks suffer from a phenomenon called catastrophic forgetting, wherein they progressively lose previously acquired knowledge upon learning new tasks. To mitigate this problem, numerous methods have been developed, many relying on the replay of past exemplars during new task training. However, as the memory allocated for replay decreases, the effectiveness of these approaches diminishes. On the other hand, maintaining a large memory for the purpose of replay is inefficient and often impractical. Here we introduce TEAL, a novel approach to populate the memory with exemplars, that can be integrated with various experience-replay methods and significantly enhance their performance with small memory buffers. We show that TEAL enhances the average accuracy of existing class-incremental methods and outperforms other selection strategies, achieving state-of-the-art performance even with small memory buffers of 1-3 exemplars per class in the final task. This confirms our initial hypothesis that when memory is scarce, it is best to prioritize the most typical data. Code is available at this https URL: https://github.com/shahariel/TEAL.

Code Implementations1 repo
Foundations

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

Your Notes