LGCVMar 13, 2025

Generative Binary Memory: Pseudo-Replay Class-Incremental Learning on Binarized Embeddings

arXiv:2503.10333v1h-index: 16
Originality Highly original
AI Analysis

This addresses the problem of adapting deep neural networks to new classes while retaining old ones in dynamic environments, offering an incremental improvement with specific gains for embedded systems.

The paper tackles class-incremental learning by introducing Generative Binary Memory, which generates synthetic binary pseudo-exemplars using Bernoulli Mixture Models, achieving state-of-the-art average accuracy improvements of +2.9% on CIFAR100 and +1.5% on TinyImageNet with a ResNet-18 model.

In dynamic environments where new concepts continuously emerge, Deep Neural Networks (DNNs) must adapt by learning new classes while retaining previously acquired ones. This challenge is addressed by Class-Incremental Learning (CIL). This paper introduces Generative Binary Memory (GBM), a novel CIL pseudo-replay approach which generates synthetic binary pseudo-exemplars. Relying on Bernoulli Mixture Models (BMMs), GBM effectively models the multi-modal characteristics of class distributions, in a latent, binary space. With a specifically-designed feature binarizer, our approach applies to any conventional DNN. GBM also natively supports Binary Neural Networks (BNNs) for highly-constrained model sizes in embedded systems. The experimental results demonstrate that GBM achieves higher than state-of-the-art average accuracy on CIFAR100 (+2.9%) and TinyImageNet (+1.5%) for a ResNet-18 equipped with our binarizer. GBM also outperforms emerging CIL methods for BNNs, with +3.1% in final accuracy and x4.7 memory reduction, on CORE50.

Foundations

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

Your Notes