paper-with-me

홈 › Papers

Do Not Forget to Attend to Uncertainty while Mitigating Catastrophic Forgetting

2021-02-03 · Vinod K Kurmi, Badri N. Patro, Venkatesh K. Subramanian, Vinay P. Namboodiri

One of the major limitations of deep learning models is that they face catastrophic forgetting in an incremental learning scenario. There have been several approaches proposed to tackle the problem of incremental learning. Most of these methods are based on knowledge distillation and do not adequately utilize the information provided by older task models, such as uncertainty estimation in predictions. The predictive uncertainty provides the distributional information can be applied to mitigate catastrophic forgetting in a deep learning framework. In the proposed work, we consider a Bayesian formulation to obtain the data and model uncertainties. We also incorporate self-attention framework to address the incremental learning problem. We define distillation losses in terms of aleatoric uncertainty and self-attention. In the proposed work, we investigate different ablation analyses on these losses. Furthermore, we are able to obtain better results in terms of accuracy on standard benchmarks.

📄 PDF Abstract BibTeX arXiv:2102.01906

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningIncremental LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Chameleons do not Forget: Prompt-Based Online Continual Learning for Next Activity Prediction

2026-04-01 · Marwan Hassani, Tamara Verbeek, Sjoerd van Straten arxiv

Predictive process monitoring (PPM) focuses on predicting future process trajectories, including next activity predictions. This is crucial in dynamic environments where processes change or face uncertainty. However, cur…

Activity PredictionContinual Learning

Continual Learning for Traversability Prediction with Uncertainty-Aware Adaptation

2026-09-15 · Hojin Lee, Yunho Lee, Daniel A Duecker, Cheolhyeon Kwon arxiv

Traversability prediction is a critical component of autonomous navigation in unstructured environments, where complex and uncertain robot-terrain interactions pose significant challenges such as traction loss and dynami…

Continual Learning

The Importance of Robust Features in Mitigating Catastrophic Forgetting

2023-06-29 · Hikmat Khan, Nidhal C. Bouaynaya, Ghulam Rasoom

Continual learning (CL) is an approach to address catastrophic forgetting, which refers to forgetting previously learned knowledge by neural networks when trained on new tasks or data distributions. The adversarial robus…

Adversarial RobustnessContinual Learning

CURLoRA: Stable LLM Continual Fine-Tuning and Catastrophic Forgetting Mitigation

2024-08-26 · Muhammad Fawi

This paper introduces CURLoRA, a novel approach to fine-tuning large language models (LLMs) that leverages CUR matrix decomposition in the context of Low-Rank Adaptation (LoRA). Our method addresses two critical challeng…

Continual Learning

SelfAug: Mitigating Catastrophic Forgetting in Retrieval-Augmented Generation via Distribution Self-Alignment

2025-09-04 · Yuqing Huang, Rongyang Zhang, Qimeng Wang, Chengqiang Lu 외 arxiv

Recent advancements in large language models (LLMs) have revolutionized natural language processing through their remarkable capabilities in understanding and executing diverse tasks. While supervised fine-tuning, partic…