paper-with-me

Papers

Fine-tuning Reinforcement Learning Models is Secretly a Forgetting Mitigation Problem

2024-02-05 · Maciej Wołczyk, Bartłomiej Cupiał, Mateusz Ostaszewski, Michał Bortkiewicz, Michał Zając, Razvan Pascanu, Łukasz Kuciński, Piotr Miłoś

Fine-tuning is a widespread technique that allows practitioners to transfer pre-trained capabilities, as recently showcased by the successful applications of foundation models. However, fine-tuning reinforcement learning (RL) models remains a challenge. This work conceptualizes one specific cause of poor transfer, accentuated in the RL setting by the interplay between actions and observations: forgetting of pre-trained capabilities. Namely, a model deteriorates on the state subspace of the downstream task not visited in the initial phase of fine-tuning, on which the model behaved well due to pre-training. This way, we lose the anticipated transfer benefits. We identify conditions when this problem occurs, showing that it is common and, in many cases, catastrophic. Through a detailed empirical analysis of the challenging NetHack and Montezuma's Revenge environments, we show that standard knowledge retention techniques mitigate the problem and thus allow us to take full advantage of the pre-trained capabilities. In particular, in NetHack, we achieve a new state-of-the-art for neural models, improving the previous best score from $5$K to over $10$K points in the Human Monk scenario.

📄 PDF Abstract BibTeX arXiv:2402.02868

Code (1)

bartekcupial/finetuning-rl-as-cl 공식 구현

Tasks

Montezuma's RevengeNetHackreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Foundation vs. Specialized Models: Evaluating Catastrophic Forgetting in Continual Time Series Forecasting

2025-10-01 · Nouha Karaouli, Denis Coquenet, Elisa Fromont, Martial Mermillod 외 arxiv

While Time Series Foundation Models (TSFMs) excel in zero-shot tasks, their behavior under continual fine tuning is poorly understood. We present the first systematic study of catastrophic forgetting in TSFMs (TimesFM-2.…

Time Series ForecastingContinual Learning

Chained Tuning Leads to Biased Forgetting

2024-12-21 · Megan Ung, Alicia Sun, Samuel J. Bell, Bhaktipriya Radharapu 외

Large language models (LLMs) are often fine-tuned for use on downstream tasks, though this can degrade capabilities learned during previous training. This phenomenon, often referred to as catastrophic forgetting, has imp…

Continual Learning

Demystifying Language Model Forgetting with Low-rank Example Associations

2024-06-20 · Xisen Jin, Xiang Ren

Large Language models (LLMs) suffer from forgetting of upstream knowledge when fine-tuned. Despite efforts on mitigating forgetting, few have investigated how forgotten upstream examples are dependent on newly learned ta…

Language ModelingLanguage ModellingMatrix Completion

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

Domain adapted machine translation: What does catastrophic forgetting forget and why?

2024-12-23 · Danielle Saunders, Steve DeNeefe

Neural Machine Translation (NMT) models can be specialized by domain adaptation, often involving fine-tuning on a dataset of interest. This process risks catastrophic forgetting: rapid loss of generic translation quality…

Domain AdaptationMachine TranslationNMTTranslation