CVLGJul 4, 2022

Progressive Latent Replay for efficient Generative Rehearsal

arXiv:2207.01562v23 citationsh-index: 9
AI Analysis

This addresses computational efficiency in continual learning for AI systems, though it appears incremental over existing generative replay methods.

The paper tackles catastrophic forgetting in neural networks by proposing Progressive Latent Replay, a method that modulates rehearsal frequency based on network depth using intermediate-level features, which outperforms Internal Replay while using significantly fewer resources.

We introduce a new method for internal replay that modulates the frequency of rehearsal based on the depth of the network. While replay strategies mitigate the effects of catastrophic forgetting in neural networks, recent works on generative replay show that performing the rehearsal only on the deeper layers of the network improves the performance in continual learning. However, the generative approach introduces additional computational overhead, limiting its applications. Motivated by the observation that earlier layers of neural networks forget less abruptly, we propose to update network layers with varying frequency using intermediate-level features during replay. This reduces the computational burden by omitting computations for both deeper layers of the generator and earlier layers of the main model. We name our method Progressive Latent Replay and show that it outperforms Internal Replay while using significantly fewer resources.

Foundations

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

Your Notes