paper-with-me

Papers

Progressive Memory Banks for Incremental Domain Adaptation

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

This paper addresses the problem of incremental domain adaptation (IDA). We assume each domain comes sequentially, and that we could only access data in the current domain. The goal of IDA is to build a unified model performing well on all the encountered domains. We propose to augment a recurrent neural network (RNN) with a directly parameterized memory bank, which is retrieved by an attention mechanism at each step of RNN transition. The memory bank provides a natural way of IDA: when adapting our model to a new domain, we progressively add new slots to the memory bank, which increases the model capacity. We learn the new memory slots and fine-tune existing parameters by back-propagation. Experiments show that our approach significantly outperforms naive fine-tuning and previous work on IDA, including elastic weight consolidation and the progressive neural network. Compared with expanding hidden states, our approach is more robust for old domains, shown by both empirical and theoretical results.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

Progressive Memory Banks for Incremental Domain Adaptation

2018-11-01 · ICLR 2020 1 · Nabiha Asghar, Lili Mou, Kira A. Selby, Kevin D. Pantasdo 외

This paper addresses the problem of incremental domain adaptation (IDA) in natural language processing (NLP). We assume each domain comes one after another, and that we could only access data in the current domain. The g…

Domain Adaptation

Continual Machine Reading Comprehension via Uncertainty-aware Fixed Memory and Adversarial Domain Adaptation

2022-08-10 · Findings (NAACL) 2022 7 · Zhijing Wu, Hua Xu, Jingliang Fang, Kai Gao

Continual Machine Reading Comprehension aims to incrementally learn from a continuous data stream across time without access the previous seen data, which is crucial for the development of real-world MRC systems. However…

Domain AdaptationIncremental LearningMachine Reading ComprehensionReading Comprehension

An Efficient Domain-Incremental Learning Approach to Drive in All Weather Conditions

2022-04-19 · M. Jehanzeb Mirza, Marc Masana, Horst Possegger, Horst Bischof

Although deep neural networks enable impressive visual perception performance for autonomous driving, their robustness to varying weather conditions still requires attention. When adapting these models for changed enviro…

AllAutonomous DrivingIncremental Learningobject-detection+1

Few-shot Class-Incremental Learning via Generative Co-Memory Regularization

2026-01-12 · Kexin Bao, Yong Li, Dan Zeng, Shiming Ge arxiv

Few-shot class-incremental learning (FSCIL) aims to incrementally learn models from a small amount of novel data, which requires strong representation and adaptation ability of models learned under few-example supervisio…

Few-Shot Class-Incremental LearningDomain Adaptation

InduceKV: Fixed-Footprint Continual Adaptation of Multimodal LLMs via Inducing KV Memories

2026-07-02 · Qianyu Chen, Ziteng Feng, Canran Xiao, Runxuan Tang arxiv

Multimodal large language models must adapt to evolving tasks and domains, yet continual improvement under bounded deployment footprint remains difficult because repeated parameter updates or growing replay stores can ac…