paper-with-me

Papers

Towards Automatic Continual Learning: A Self-Adaptive Framework for Continual Instruction Tuning

2025-03-20 · Peiyi Lin, Fukai Zhang, Kai Niu, Hao Fu

Continual instruction tuning enables large language models (LLMs) to learn incrementally while retaining past knowledge, whereas existing methods primarily focus on how to retain old knowledge rather than on selecting which new knowledge to learn. In domain-specific contexts, maintaining data quality and managing system constraints remain key challenges. To address these issues, we propose an automated continual instruction tuning framework that dynamically filters incoming data, which identify and reduce redundant data across successive updates. Our approach utilizes a small proxy model for efficient perplexity-based filtering, and updates the proxy to ensure that the filtering criteria remain aligned with the evolving state of the deployed model. Compared to existing static data selection methods, our framework can effectively handle incrementally acquired data and shifting distributions. Additionally, it addresses practical deployment challenges by enabling seamless model updates, supporting version rollback and incorporating automatic checkpoint evaluation. We evaluated the system in real-world medical scenarios. It reduced computational costs by 66.7% and improved model performance, and achieved autonomous updates, thus demonstrating its effectiveness for automatic continual instruction tuning.

📄 PDF Abstract BibTeX arXiv:2503.15924

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Continual Learning in Practice

2019-03-12 · Tom Diethe, Tom Borchert, Eno Thereska, Borja Balle 외

This paper describes a reference architecture for self-maintaining systems that can learn continually, as data arrives. In environments where data evolves, we need architectures that manage Machine Learning (ML) models i…

AutoMLBIG-bench Machine LearningContinual Learning

MetaMix: Towards Corruption-Robust Continual Learning With Temporally Self-Adaptive Data Transformation

2023-01-01 · CVPR 2023 1 · Zhenyi Wang, Li Shen, Donglin Zhan, Qiuling Suo 외

Continual Learning (CL) has achieved rapid progress in recent years. However, it is still largely unknown how to determine whether a CL model is trustworthy and how to foster its trustworthiness. This work focuses on…

Continual LearningData AugmentationMeta-Learning

Adaptive Reorganization of Neural Pathways for Continual Learning with Spiking Neural Networks

2023-09-18 · Bing Han, Feifei Zhao, Wenxuan Pan, Zhaoya Zhao 외

The human brain can self-organize rich and diverse sparse neural pathways to incrementally master hundreds of cognitive tasks. However, most existing continual learning algorithms for deep artificial and spiking neural n…

Continual Learning

Continual-MAE: Adaptive Distribution Masked Autoencoders for Continual Test-Time Adaptation

2023-12-19 · CVPR 2024 1 · Jiaming Liu, ran Xu, Senqiao Yang, Renrui Zhang 외

Continual Test-Time Adaptation (CTTA) is proposed to migrate a source pre-trained model to continually changing target distributions, addressing real-world dynamism. Existing CTTA methods mainly rely on entropy minimizat…

DecoderSelf-Supervised LearningTest-time Adaptation

Self-Supervised Continual Graph Learning in Adaptive Riemannian Spaces

2022-11-30 · Li Sun, Junda Ye, Hao Peng, Feiyang Wang 외

Continual graph learning routinely finds its role in a variety of real-world applications where the graph data with different tasks come sequentially. Despite the success of prior works, it still faces great challenges. …

Graph Learning