LGCVApr 20, 2023

Regularizing Second-Order Influences for Continual Learning

arXiv:2304.10177v140 citationsh-index: 74Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient sample selection for replay-based continual learning, offering an incremental improvement for AI systems that learn from non-stationary data streams.

The paper tackles the problem of catastrophic forgetting in continual learning by addressing overlooked interference between successive rounds of replay buffer selection, proposing a novel objective to regularize second-order influences, which improves performance over state-of-the-art methods on multiple benchmarks.

Continual learning aims to learn on non-stationary data streams without catastrophically forgetting previous knowledge. Prevalent replay-based methods address this challenge by rehearsing on a small buffer holding the seen data, for which a delicate sample selection strategy is required. However, existing selection schemes typically seek only to maximize the utility of the ongoing selection, overlooking the interference between successive rounds of selection. Motivated by this, we dissect the interaction of sequential selection steps within a framework built on influence functions. We manage to identify a new class of second-order influences that will gradually amplify incidental bias in the replay buffer and compromise the selection process. To regularize the second-order effects, a novel selection objective is proposed, which also has clear connections to two widely adopted criteria. Furthermore, we present an efficient implementation for optimizing the proposed criterion. Experiments on multiple continual learning benchmarks demonstrate the advantage of our approach over state-of-the-art methods. Code is available at https://github.com/feifeiobama/InfluenceCL.

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