paper-with-me

Papers

Efficient Model Adaptation for Continual Learning at the Edge

2023-08-03 · Zachary A. Daniels, Jun Hu, Michael Lomnitz, Phil Miller, Aswin Raghavan, Joe Zhang, Michael Piacentino, David Zhang

Most machine learning (ML) systems assume stationary and matching data distributions during training and deployment. This is often a false assumption. When ML models are deployed on real devices, data distributions often shift over time due to changes in environmental factors, sensor characteristics, and task-of-interest. While it is possible to have a human-in-the-loop to monitor for distribution shifts and engineer new architectures in response to these shifts, such a setup is not cost-effective. Instead, non-stationary automated ML (AutoML) models are needed. This paper presents the Encoder-Adaptor-Reconfigurator (EAR) framework for efficient continual learning under domain shifts. The EAR framework uses a fixed deep neural network (DNN) feature encoder and trains shallow networks on top of the encoder to handle novel data. The EAR framework is capable of 1) detecting when new data is out-of-distribution (OOD) by combining DNNs with hyperdimensional computing (HDC), 2) identifying low-parameter neural adaptors to adapt the model to the OOD data using zero-shot neural architecture search (ZS-NAS), and 3) minimizing catastrophic forgetting on previous tasks by progressively growing the neural architecture as needed and dynamically routing data through the appropriate adaptors and reconfigurators for handling domain-incremental and class-incremental continual learning. We systematically evaluate our approach on several benchmark datasets for domain adaptation and demonstrate strong performance compared to state-of-the-art algorithms for OOD detection and few-/zero-shot NAS.

📄 PDF Abstract BibTeX arXiv:2308.02084

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLContinual LearningDomain AdaptationNeural Architecture Search

Similar Papers 제목 키워드 기반

Tackling Distribution Shift in LLM via KILO: Knowledge-Instructed Learning for Continual Adaptation

2025-08-05 · Iing Muttakhiroh, Thomas Fevens arxiv

Large Language Models (LLMs) often suffer from performance degradation when faced with domain shifts, primarily due to catastrophic forgetting. In this work, we propose KILO (Knowledge-Instructed Learning for Continual A…

Continual LearningKnowledge Graphs

Continual Model Merging with Test-Time Adaptation for Whole-Slide Image Analysis

2026-07-06 · Duc-Thanh Le, Doanh C. Bui, Maï K. Nguyen, Khang Nguyen arxiv

Model merging offers a practical alternative to conventional continual learning by integrating independently fine-tuned models without retaining previous training data. Recent state-of-the-art model merging methods emplo…

Image ClassificationTest-time AdaptationContinual Learning

ViDA: Homeostatic Visual Domain Adapter for Continual Test Time Adaptation

2023-06-07 · Jiaming Liu, Senqiao Yang, Peidong Jia, Renrui Zhang 외

Since real-world machine systems are running in non-stationary environments, Continual Test-Time Adaptation (CTTA) task is proposed to adapt the pre-trained model to continually changing target domains. Recently, existin…

Test-time Adaptation

Mix-CPT: A Domain Adaptation Framework via Decoupling Knowledge Learning and Format Alignment

2024-07-15 · Jinhao Jiang, Junyi Li, Wayne Xin Zhao, Yang song 외

Adapting general large language models (LLMs) to specialized domains presents great challenges due to varied data distributions. This adaptation typically requires continual pre-training on massive domain-specific corpor…

Domain AdaptationMemorization

Updating Parametric Knowledge with Context Distillation Retains Post-Training Capabilities

2026-02-17 · Shankar Padmanabhan, Mustafa Omer Gul, Tanya Goyal arxiv

Post-training endows pretrained LLMs with a variety of desirable skills, including instruction-following, reasoning, and others. However, these post-trained LLMs only encode knowledge up to a cut-off date, necessitating …