← Latest papers
💬 NLP

Growing Transformers: Modular Composition and Layer-wise Expansion on a Frozen Substrate

This paper demonstrates that decoder-only Transformers can continue learning effectively by stacking new blocks onto a frozen substrate with a bounded active parameter budget, proving the viability of modular, layer-wise expansion even under extreme constraints like a low-rank binary token interface, albeit with a tradeoff in final perplexity compared to fully trainable monolithic models.

Original authors: A. Bochkov

Published 2026-05-06
📖 4 min read☕ Coffee break read

Original authors: A. Bochkov

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are building a skyscraper, but you have a very strict rule: you can only work on the top floor at any given time. Once a floor is finished, you seal it with concrete, lock the doors, and you are never allowed to go back inside to fix or change anything. You also have a limited budget for construction workers, so you can't hire a whole new crew every time you add a floor; you just move your small team up to the new level.

This paper asks a simple question: Can you still build a useful, tall skyscraper under these extreme rules?

Here is the breakdown of the research using everyday analogies:

1. The "Frozen Foundation" Problem

Usually, when training a giant AI (like a large language model), the computer needs to remember how to adjust every single part of the building as it learns. This requires a massive amount of memory, like needing a huge warehouse to store blueprints for every brick.

The researchers wanted to see if they could train a model while keeping the "active" part (the part they can change) small and constant.

  • The Strategy: They start with a small building. They train it, then freeze it (lock it down). Then, they add a new floor on top and only train that new floor.
  • The Catch: They never go back to the old floors to tweak them. They also keep the number of "workers" (trainable parameters) roughly the same, no matter how tall the building gets.

2. The "Bad Elevator" Test

To really stress-test this idea, the researchers created an extreme scenario. Imagine the ground floor (where the building connects to the street) is broken.

  • The Setup: Instead of a rich, detailed entrance, the building only has a tiny, 16-bit binary code (like a simple "on/off" switch) to identify which room you are in. It's a very poor, low-quality interface.
  • The Question: If the entrance is so bad and the lower floors are frozen solid, can the upper floors still learn to do complex tasks?
  • The Result: Surprisingly, yes. Even with this terrible, frozen entrance, the AI was able to grow taller and learn useful things. It proved that you don't necessarily need a perfect, flexible entrance for the whole building to function; the upper floors can figure out how to make sense of the limited information they receive.

3. The "Renovation" Compromise (LoRA)

In the longer experiments, the researchers realized that if the lower floors are too frozen, the building gets a bit rigid. To fix this without breaking their "small budget" rule, they used a technique called LoRA.

  • The Analogy: Think of LoRA as adding thin, flexible scaffolding or sticky notes to the walls of every floor. You aren't rebuilding the walls (the main structure is still frozen), but you can make small, temporary adjustments to how the rooms connect.
  • The Benefit: This allowed the model to "readjust" globally without needing to unlock and retrain the entire massive building.

4. The Trade-off: Quality vs. Efficiency

The paper is very honest about the results. It does not claim this method is better than the standard way of building (where you can tweak every floor at once).

  • The Standard Way: If you have enough memory and money, building the whole thing at once (monolithic training) produces a slightly "smarter" building (lower perplexity, better scores).
  • The New Way: The "grow-as-you-go" method produces a building that is slightly less perfect but is much more efficient. It uses significantly fewer "active workers" (about 105 million vs. 247 million in their tests) and requires less memory.

The Bottom Line

The paper concludes that useful learning can happen even under very strict constraints.

  • You can keep the bottom of the model frozen.
  • You can keep the number of trainable parts small.
  • You can even start with a very poor, fixed input interface.

While this isn't the "best" way to build the smartest possible AI, it proves that you don't need to unlock the whole building to keep adding useful height. It's a viable strategy for situations where memory is tight or you want to grow a model in stages without massive computational costs.

What the paper does NOT say:

  • It does not claim this is the best way to build AI for general use.
  • It does not claim this method produces the highest possible intelligence.
  • It does not suggest this is ready for clinical or commercial deployment without further testing.

It simply proves that growth is possible even when you are handcuffed by strict memory and training rules.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →