paper-with-me

홈 › Papers

Distribution-Level Memory Recall for Continual Learning: Preserving Knowledge and Avoiding Confusion

2024-08-04 · Shaoxu Cheng, Kanglei Geng, Chiyuan He, Zihuan Qiu, Linfeng Xu, Heqian Qiu, Lanxiao Wang, Qingbo Wu, Fanman Meng, Hongliang Li

Continual Learning (CL) aims to enable Deep Neural Networks (DNNs) to learn new data without forgetting previously learned knowledge. The key to achieving this goal is to avoid confusion at the feature level, i.e., avoiding confusion within old tasks and between new and old tasks. Previous prototype-based CL methods generate pseudo features for old knowledge replay by adding Gaussian noise to the centroids of old classes. However, the distribution in the feature space exhibits anisotropy during the incremental process, which prevents the pseudo features from faithfully reproducing the distribution of old knowledge in the feature space, leading to confusion in classification boundaries within old tasks. To address this issue, we propose the Distribution-Level Memory Recall (DMR) method, which uses a Gaussian mixture model to precisely fit the feature distribution of old knowledge at the distribution level and generate pseudo features in the next stage. Furthermore, resistance to confusion at the distribution level is also crucial for multimodal learning, as the problem of multimodal imbalance results in significant differences in feature responses between different modalities, exacerbating confusion within old tasks in prototype-based CL methods. Therefore, we mitigate the multi-modal imbalance problem by using the Inter-modal Guidance and Intra-modal Mining (IGIM) method to guide weaker modalities with prior information from dominant modalities and further explore useful information within modalities. For the second key, We propose the Confusion Index to quantitatively describe a model's ability to distinguish between new and old tasks, and we use the Incremental Mixup Feature Enhancement (IMFE) method to enhance pseudo features with new sample features, alleviating classification confusion between new and old knowledge.

📄 PDF Abstract BibTeX arXiv:2408.02695

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Total Recall: a Customized Continual Learning Method for Neural Semantic Parsers

2021-09-11 · EMNLP 2021 11 · Zhuang Li, Lizhen Qu, Gholamreza Haffari

This paper investigates continual learning for semantic parsing. In this setting, a neural semantic parser learns tasks sequentially without accessing full training data from previous tasks. Direct application of the SOT…

Continual LearningSemantic Parsing

MemVerse: Multimodal Memory for Lifelong Learning Agents

2025-12-03 · Junming Liu, Yifei Sun, Weihua Cheng, Haodong Lei 외 arxiv

Despite rapid progress in large-scale language and vision models, AI agents still suffer from a fundamental limitation: they cannot remember. Without reliable memory, agents catastrophically forget past experiences, stru…

Multimodal ReasoningContinual LearningKnowledge Graphs

BayesPCN: A Continually Learnable Predictive Coding Associative Memory

2022-05-20 · Jason Yoo, Frank Wood

Associative memory plays an important role in human intelligence and its mechanisms have been linked to attention in machine learning. While the machine learning community's interest in associative memories has recently …

BIG-bench Machine LearningMeta-Learning

Replay-enhanced Continual Reinforcement Learning

2023-11-20 · Tiantian Zhang, Kevin Zehua Shen, Zichuan Lin, Bo Yuan 외

Replaying past experiences has proven to be a highly effective approach for averting catastrophic forgetting in supervised continual learning. However, some crucial factors are still largely ignored, making it vulnerable…

Continual Learningreinforcement-learningReinforcement Learning

Saliency-Guided Hidden Associative Replay for Continual Learning

2023-10-06 · Guangji Bai, Qilong Zhao, Xiaoyang Jiang, Yifei Zhang 외

Continual Learning is a burgeoning domain in next-generation AI, focusing on training neural networks over a sequence of tasks akin to human learning. While CL provides an edge over traditional supervised learning, its c…

Continual LearningRetrieval