LGAICVMay 29, 2025

Buffer-free Class-Incremental Learning with Out-of-Distribution Detection

arXiv:2505.23412v23 citationsh-index: 48Pattern Recognition
Originality Incremental advance
AI Analysis

This addresses privacy, scalability, and efficiency issues in open-world class-incremental learning systems, though it is incremental as it builds on existing OOD detection techniques.

The paper tackles the problem of class-incremental learning in open-world scenarios by eliminating the need for a memory buffer, using post-hoc out-of-distribution detection methods to handle unknown classes and prevent forgetting, achieving comparable or superior performance to buffer-based methods on datasets like CIFAR-10, CIFAR-100, and Tiny ImageNet.

Class-incremental learning (CIL) poses significant challenges in open-world scenarios, where models must not only learn new classes over time without forgetting previous ones but also handle inputs from unknown classes that a closed-set model would misclassify. Recent works address both issues by (i)~training multi-head models using the task-incremental learning framework, and (ii) predicting the task identity employing out-of-distribution (OOD) detectors. While effective, the latter mainly relies on joint training with a memory buffer of past data, raising concerns around privacy, scalability, and increased training time. In this paper, we present an in-depth analysis of post-hoc OOD detection methods and investigate their potential to eliminate the need for a memory buffer. We uncover that these methods, when applied appropriately at inference time, can serve as a strong substitute for buffer-based OOD detection. We show that this buffer-free approach achieves comparable or superior performance to buffer-based methods both in terms of class-incremental learning and the rejection of unknown samples. Experimental results on CIFAR-10, CIFAR-100 and Tiny ImageNet datasets support our findings, offering new insights into the design of efficient and privacy-preserving CIL systems for open-world settings.

Foundations

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

Your Notes