← 返回论文检索
ICML 2026Poster

Retrospective Feature Estimation for Continual Learning

Nghia Nguyen, Trung Hieu Nguyen, Ang Li, Hoang Pham, Viet Anh Nguyen, Khoa Doan

University of Illinois Urbana-Champaign · The Chinese University of Hong Kong · DeepMind · The University of Warwick · Chinese University of Hong Kong · VinUniversity

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

The intrinsic capability to continuously learn a changing data stream is a desideratum of deep neural networks (DNNs). However, current DNNs suffer from catastrophic forgetting, which interferes with remembering past knowledge. To mitigate this issue, existing Continual Learning (CL) approaches often retain exemplars for replay, regularize learning, or allocate dedicated capacity for new tasks. This paper investigates an unexplored direction for CL called Retrospective Feature Estimation (RFE). RFE learns to reverse feature changes by aligning the features from the current trained DNN backward to the feature space of the old task, where performing predictions is easier. This retrospective process utilizes a chain of small feature mapping networks called retrospector modules. Empirical experiments on several CL benchmarks, including CIFAR10, CIFAR100, and Tiny ImageNet, demonstrate the effectiveness and potential of this novel CL direction compared to existing representative CL methods, motivating further research into retrospective mechanisms as a principled alternative for mitigating catastrophic forgetting in CL. Code is available at: https://github.com/mail-research/retrospective-feature-estimation.