← Latest papers
💬 NLP

SPARKLING: Balancing Signal Preservation and Symmetry Breaking for Width-Progressive Learning

The paper introduces SPARKLING, a novel framework for mid-stage width expansion in progressive learning that balances signal preservation and symmetry breaking to overcome training instabilities, thereby reducing computational costs by up to 35% while outperforming training from scratch.

Original authors: Qifan Yu, Xinyu Ma, Zhijian Zhuo, Minrui Wang, Deyi Liu, Shiyi Zhan, Yiyuan Ma, Liang Xiang, Xingyan Bin, Di He

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

Original authors: Qifan Yu, Xinyu Ma, Zhijian Zhuo, Minrui Wang, Deyi Liu, Shiyi Zhan, Yiyuan Ma, Liang Xiang, Xingyan Bin, Di He

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 massive, incredibly complex library (a Large Language Model) to store and understand human knowledge. Usually, to build the biggest, smartest library, you have to construct the entire building from the ground up, brick by brick, all at once. This is incredibly expensive and takes a huge amount of time and energy.

Progressive Learning is a smarter way to do this: you start with a small, cozy reading room and gradually add more rooms as you go. This saves money because you don't need to build the whole palace before you start reading.

However, there's a catch. While researchers have figured out how to easily add more floors (depth), adding more rooms on the same floor (width) in the middle of the construction process is a nightmare. If you just slap new rooms onto the existing building without care, the whole thing starts to wobble and collapse.

The paper introduces a new method called SPARKLING (which stands for balancing Signal Preservation And symmetRy breaKing for width-progressive LearnING) to fix this. Think of SPARKLING as a master architect's toolkit for safely expanding the library mid-construction.

Here is how it works, using simple analogies:

The Two Big Problems

When you try to double the size of the library in the middle of construction, two things go wrong:

  1. The "Volume Shock" (Signal Preservation):
    Imagine the library has a strict rule: the noise level in every hallway must be exactly the same. If you suddenly add a bunch of new, empty rooms, the acoustics change. The sound (the data) gets too quiet or too loud in the new areas, confusing the librarians (the model's neurons).

    • The SPARKLING Fix: They use a technique called RMS-scale consistency. It's like installing a "volume knob" on every new room. Before the new rooms are used, they are tuned so the noise level matches the old rooms perfectly. This ensures the data flows smoothly without shocking the system.
  2. The "Clone Trap" (Symmetry Breaking):
    The easiest way to add a new room is to copy the blueprint of an existing one exactly. But here's the problem: if you have two identical rooms with identical furniture and identical librarians, they will do the exact same thing. They will get the exact same instructions and move in the exact same way. They become "clones" that don't learn anything new; they just repeat what the original room does. The library gets bigger, but it doesn't get smarter.

    • The SPARKLING Fix: They break the "clone trap" with two tricks:
      • The "Fresh Start" (Optimizer State Reset): Even though the new room looks like the old one, they wipe the slate clean for the new librarians. They don't give them the old librarians' memories or habits. This forces the new librarians to figure things out for themselves.
      • The "Special Boost" (Asymmetric Learning Rate): They give the new librarians a temporary, slightly louder megaphone (a higher learning rate) for a short while. This encourages them to try new things and explore, while the old librarians keep working at their normal pace. This ensures the new rooms develop their own unique personality instead of just copying the old ones.

The Results

The researchers tested this on two types of libraries:

  • Dense Models: A standard library where every book is on every shelf.
  • MoE (Mixture-of-Experts): A high-tech library with specialized "expert" rooms that only open when needed.

They found that SPARKLING works like magic:

  • It saves money: By expanding the library in the middle of the process, they saved up to 35% of the total construction cost (computing power) compared to building the big library from scratch.
  • It works better: Despite using less energy, the final library was actually smarter and performed better on tests than libraries built the traditional, expensive way.

The Bottom Line

SPARKLING is a new way to grow AI models that says: "Don't just copy-paste new parts; tune them to fit the existing sound, and then give them a little push to be unique." This allows us to build massive, powerful AI systems much faster and cheaper than before, without the system falling apart during the expansion.

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 →