Gate-Zero Growth Enables Function-Preserving Continual Learning

Dante Lok· July 17, 2026 View original

Summary

This paper introduces "gate-zero growth," a novel function-preserving operator for continual learning that adds new residual blocks with zero-initialized gates. This method minimizes forgetting of old tasks while efficiently integrating new knowledge, demonstrating near-zero old-domain forgetting in Transformer models.

This research presents "gate-zero growth," a new technique designed to facilitate continual learning in neural networks without significantly forgetting previously learned functions. The method involves adding new residual blocks to a model, initialized with a "zero gate." This gate ensures that at the point of growth, the new blocks initially have no impact on the existing function, preserving the model's performance on old tasks. The core idea is that this zero-initialization induces "rank separation" in the functional Jacobian, meaning old knowledge remains undisturbed while new parameters are introduced in a controlled manner. As the gates gradually open during subsequent training, function drift is minimized, allowing for efficient integration of new information. Experiments on Transformer models, specifically adapting LLaMA2 from WikiText-103 to BookCorpus, showed that gate-zero growth achieved remarkably low forgetting rates on old domains, significantly outperforming non-function-preserving control methods. This geometric analysis also extends to other common architectural elements like LoRA and ReZero, positioning gate-zero growth as a foundational concept for safe capacity activation in continual learning.

Why it matters

For AI developers building models that need to adapt and learn continuously without catastrophic forgetting, gate-zero growth offers a robust architectural principle. This can lead to more efficient and stable deployment of evolving AI systems, reducing the need for costly retraining from scratch.

How to implement this in your domain

  1. 1Evaluate existing continual learning strategies for your AI models, particularly regarding forgetting rates.
  2. 2Explore incorporating "gate-zero growth" or similar zero-initialization techniques when expanding model capacity for new tasks.
  3. 3Design model architectures with residual blocks and gate mechanisms that support function-preserving updates.
  4. 4Test the impact of this approach on your models' ability to learn new tasks while retaining performance on old ones.

Who benefits

AI/ML DevelopmentRoboticsAutonomous SystemsEdTechHealthcare

Key takeaways

  • Gate-zero growth is a function-preserving operator for continual learning.
  • It adds new residual blocks with zero-initialized gates to minimize forgetting.
  • The method achieves near-zero old-domain forgetting in Transformer models.
  • It provides a geometric framework for safe capacity activation in evolving AI systems.

Original post by Dante Lok

"arXiv:2607.14571v1 Announce Type: new Abstract: We introduce \emph{gate-zero growth}, a function-preserving (FP) operator for continual learning that adds new residual blocks through a zero-initialised gate. Under a transversality condition, gate-zero growth induces \emph{rank se…"

View on X

Originally posted by Dante Lok on X · view source

Want to go deeper?

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

Explore courses