paper-with-me

Papers

F-MALLOC: Feed-forward Memory Allocation for Continual Learning in Neural Machine Translation

2024-04-07 · Junhong Wu, Yuchen Liu, Chengqing Zong

In the evolving landscape of Neural Machine Translation (NMT), the pretrain-then-finetune paradigm has yielded impressive results. However, the persistent challenge of Catastrophic Forgetting (CF) remains a hurdle. While previous work has introduced Continual Learning (CL) methods to address CF, these approaches grapple with the delicate balance between avoiding forgetting and maintaining system extensibility. To address this, we propose a CL method, named $\textbf{F-MALLOC}$ ($\textbf{F}$eed-forward $\textbf{M}$emory $\textbf{ALLOC}ation)$. F-MALLOC is inspired by recent insights highlighting that feed-forward layers emulate neural memories and encapsulate crucial translation knowledge. It decomposes feed-forward layers into discrete memory cells and allocates these memories to different tasks. By learning to allocate and safeguard these memories, our method effectively alleviates CF while ensuring robust extendability. Besides, we propose a comprehensive assessment protocol for multi-stage CL of NMT systems. Experiments conducted following this new protocol showcase the superior performance of F-MALLOC, evidenced by higher BLEU scores and almost zero forgetting.

📄 PDF Abstract BibTeX arXiv:2404.04846

Code (1)

wjmacro/continualmt 공식 구현 pytorch

Tasks

Continual LearningMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Memory Planning for Deep Neural Networks

2022-02-23 · Maksim Levental

We study memory allocation patterns in DNNs during inference, in the context of large-scale systems. We observe that such memory allocation patterns, in the context of multi-threading, are subject to high latencies, due …

Memorization

Optimizing Memory Mapping Using Deep Reinforcement Learning

2023-05-11 · Pengming Wang, Mikita Sazanovich, Berkin Ilbeyi, Phitchaya Mangpo Phothilimthana 외

Resource scheduling and allocation is a critical component of many high impact systems ranging from congestion control to cloud computing. Finding more optimal solutions to these problems often has significant impact on …

Cloud ComputingDecision MakingDeep Reinforcement Learningreinforcement-learning+4

MALLOC: Benchmarking the Memory-aware Long Sequence Compression for Large Sequential Recommendation

2026-01-28 · Qihang Yu, Kairui Fu, Zhaocheng Du, Yuxuan Si 외 arxiv

The scaling law, which indicates that model performance improves with increasing dataset and model capacity, has fueled a growing trend in expanding recommendation models in both industry and academia. However, the adven…

Sequential RecommendationRecommendation Systems

MacVQA: Adaptive Memory Allocation and Global Noise Filtering for Continual Visual Question Answering

2026-01-05 · Zhifei Li, Yiran Wang, Chenyi Xiong, Yujing Xia 외 arxiv

Visual Question Answering (VQA) requires models to reason over multimodal information, combining visual and textual data. With the development of continual learning, significant progress has been made in retaining knowle…

Visual Question AnsweringContinual Learning

Maelstrom Networks

2024-08-29 · Matthew Evanusa, Cornelia Fermüller, Yiannis Aloimonos

Artificial Neural Networks has struggled to devise a way to incorporate working memory into neural networks. While the ``long term'' memory can be seen as the learned weights, the working memory consists likely more of d…

Continual LearningInductive Bias