In-Cell Learning Updates LLMs Without Bit Changes.

Zifeng Liu, Yaxin Lu, Xuanhan Wu, Zhiyong Du, Yiming Mao, Zhenhe Wang, Wenqi Shi, Zhengkun Jing, Linwei Liu· August 25, 2026 View original

Key takeaways

  • In-cell learning allows LLMs to acquire new knowledge without changing stored bits.
  • New information is written into the quantization interval, preserving original model integrity.
  • Updates are separate, reversible "fill" files, improving auditability and version control.
  • The method significantly enhances knowledge recall with high efficiency and zero violations.

Who benefits

AI DevelopmentSoftwareFinanceHealthcareGovernment

Summary

In-Cell Learning, specifically through the CellFill paradigm, allows deployed 4-bit quantized language models to acquire new knowledge without altering their original stored weights. This is achieved by writing new information into the quantization interval, ensuring the original codes and scales are perfectly reproducible, and enabling updates as separate, reversible "fill" files.

A novel paradigm called "in-cell learning" has been introduced, demonstrating that deployed language models can acquire new knowledge without modifying their fundamental stored bits. This approach is particularly relevant for 4-bit quantized models, where each weight is stored as an integer code and a shared scale, leaving a discarded interval between stored values. The core idea is to write new information exclusively into this "in-cell" interval. This ensures that when the served weights are re-quantized, they precisely reproduce the original released codes and scales. The update itself is a separate, reversible "fill" file, allowing for easy withdrawal by subtraction, and drift is strictly bounded by predefined grid radii. The CellFill method implements this paradigm, training a low-rank position within the cell using the vendor's 4-bit release. Experiments on various 4-bit quantized models (NF4, QAT, GPTQ-style grids, Qwen3, Gemma, 1.7B to 31B parameters) showed CellFill successfully injected 83% to 97% of new facts with zero violations across billions of constrained weights. The injected knowledge was demonstrably usable, improving answers to previously unknown questions by 82% to 90% against retrieval methods, with significantly fewer tokens.

Why it matters

This breakthrough offers a highly efficient, auditable, and reversible method for updating deployed LLMs with new information, addressing critical challenges in model versioning, certification, and continuous learning without full retraining.

How to implement this in your domain

  1. 1Investigate "in-cell learning" techniques for efficient and auditable updates of deployed LLMs.
  2. 2Explore methods for injecting new knowledge into quantized models without altering base weights.
  3. 3Develop strategies for managing and deploying "fill" files for incremental model updates.
  4. 4Assess the potential for multiple writers to share a single model release for collaborative knowledge injection.

Original post by Zifeng Liu, Yaxin Lu, Xuanhan Wu, Zhiyong Du, Yiming Mao, Zhenhe Wang, Wenqi Shi, Zhengkun Jing, Linwei Liu

"arXiv:2608.20873v2 Announce Type: new Abstract: A deployed language model is a file that many things depend on - a benchmark report, a certification, a fleet of devices - and every way of teaching it something new produces a different file. We show that this is not necessary. A 4…"

View on X

Originally posted by Zifeng Liu, Yaxin Lu, Xuanhan Wu, Zhiyong Du, Yiming Mao, Zhenhe Wang, Wenqi Shi, Zhengkun Jing, Linwei Liu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses