paper-with-me

Papers

When Less is More: 8-bit Quantization Improves Continual Learning in Large Language Models

2025-12-22 · Michael S. Zhang, Rishi A. Ruia, Arnav Kewalram, Saathvik Dharmapuram, Utkarsh Sharma, Kevin Zhu arxiv

Catastrophic forgetting poses a fundamental challenge in continual learning, particularly when models are quantized for deployment efficiency. We systematically investigate the interplay between quantization precision (FP16, INT8, INT4) and replay buffer strategies in large language models, revealing unexpected dynamics. While FP16 achieves superior initial task performance (74.44% on NLU), we observe a striking inversion on subsequent tasks: quantized models outperform FP16 by 8-15% on final task forward accuracy, with INT4 achieving nearly double FP16's performance on Code generation (40% vs 20%). Critically, even minimal replay buffers (0.1%) dramatically improve retention - increasing NLU retention after Math training from 45% to 65% across all precision levels - with INT8 consistently achieving the optimal balance between learning plasticity and knowledge retention. We hypothesize that quantization-induced noise acts as implicit regularization, preventing the overfitting to new task gradients that plagues high-precision models. These findings challenge the conventional wisdom that higher precision is always preferable, suggesting instead that INT8 quantization offers both computational efficiency and superior continual learning dynamics. Our results provide practical guidelines for deploying compressed models in continual learning scenarios: small replay buffers (1-2%) suffice for NLU tasks, while Math and Code benefit from moderate buffers (5-10%), with quantized models requiring less replay than FP16 to achieve comparable retention. Code is available at https://github.com/Festyve/LessIsMore.

📄 PDF Abstract BibTeX arXiv:2512.18934

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyContinual LearningCode Generation

Similar Papers 제목 키워드 기반

Vector Quantization Prompting for Continual Learning

2024-10-27 · Li Jiao, Qiuxia Lai, Yu Li, Qiang Xu

Continual learning requires to overcome catastrophic forgetting when training a single model on a sequence of tasks. Recent top-performing approaches are prompt-based methods that utilize a set of learnable parameters (i…

Continual LearningQuantization

Continual Learning via Bit-Level Information Preserving

2021-05-10 · CVPR 2021 1 · Yujun Shi, Li Yuan, Yunpeng Chen, Jiashi Feng

Continual learning tackles the setting of learning different tasks sequentially. Despite the lots of previous solutions, most of them still suffer significant forgetting or expensive memory cost. In this work, targeted a…

Continual LearningQuantization

Enhancing Translation Accuracy of Large Language Models through Continual Pre-Training on Parallel Data

2024-07-03 · Minato Kondo, Takehito Utsuro, Masaaki Nagata

In this paper, we propose a two-phase training approach where pre-trained large language models are continually pre-trained on parallel data and then supervised fine-tuned with a small amount of high-quality parallel dat…

DecoderTranslation

A TinyML Platform for On-Device Continual Learning with Quantized Latent Replays

2021-10-20 · Leonardo Ravaglia, Manuele Rusci, Davide Nadalini, Alessandro Capotondi 외

In the last few years, research and development on Deep Learning models and techniques for ultra-low-power devices in a word, TinyML has mainly focused on a train-then-deploy assumption, with static models that cannot be…

Continual LearningQuantization

SparCL: Sparse Continual Learning on the Edge

2022-09-20 · Zifeng Wang, Zheng Zhan, Yifan Gong, Geng Yuan 외

Existing work in continual learning (CL) focuses on mitigating catastrophic forgetting, i.e., model performance deterioration on past tasks when learning a new task. However, the training efficiency of a CL system is und…

Continual Learning