← Latest papers
💬 NLP

Efficient Construction of Model Family through Progressive Training Using Model Expansion

This paper proposes an efficient progressive training method that incrementally expands smaller models to larger sizes to construct a model family, reducing total computational costs by approximately 25% while maintaining or improving performance and behavioral consistency compared to traditional independent training.

Original authors: Kazuki Yano, Sho Takase, Sosuke Kobayashi, Shun Kiyono, Jun Suzuki

Published 2026-03-17
📖 4 min read☕ Coffee break read

Original authors: Kazuki Yano, Sho Takase, Sosuke Kobayashi, Shun Kiyono, Jun Suzuki

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 a master chef trying to build a restaurant chain. You need three different kitchens: a tiny food truck (1B parameters), a medium bistro (4B parameters), and a massive five-star hotel kitchen (8B parameters).

The Old Way: Building from Scratch

Traditionally, if you wanted to open all three, you would hire three completely separate teams of chefs.

  1. You hire Team A, buy them fresh ingredients, and teach them everything from scratch to run the food truck.
  2. You fire them (or keep them on payroll), hire Team B, buy new ingredients, and teach them everything from scratch to run the bistro.
  3. You do the same for Team C and the five-star hotel.

The Problem: This is incredibly expensive. You are paying for the same "learning" three times. Plus, the food truck chef might have a slightly different style than the hotel chef, so the recipes don't quite match up.

The New Way: "Progressive Training" (The Paper's Idea)

The authors of this paper propose a smarter, more efficient way to build your restaurant chain. Instead of hiring three separate teams, you start with one chef and grow them.

  1. Start Small: You hire one chef and train them to run the food truck. They learn the basics.
  2. Expand the Kitchen: Instead of firing them, you give them a promotion. You physically expand their kitchen from a truck to a bistro. You take the skills they already learned (the "weights" or "parameters") and use them as a foundation. You don't start over; you just add more counters and ovens to what they already know.
  3. Grow Again: Once they master the bistro, you expand the kitchen again into the five-star hotel. Again, you build upon their existing expertise.

The Magic Trick: By doing this, you only pay for the final expansion cost. You don't pay to re-teach the chef how to chop onions or fry eggs every time you get a bigger kitchen.

What Did They Find?

1. It Saves a Ton of Money (and Time)
The paper shows that this "growing" method saves about 25% of the total computing power (or money) compared to training three separate models.

  • Analogy: It's like buying a single, high-quality suit and having it tailored to fit you as you grow, rather than buying three brand-new, ill-fitting suits every time you gain a few pounds.

2. The Food Tastes Better (Performance)
Surprisingly, the models built this way didn't just save money; they actually performed better or just as well as the ones trained from scratch.

  • The Secret Sauce: The researchers found that if you adjust the "heat" (learning rate) of the oven based on the size of the kitchen, it works even better. Small kitchens need high heat to learn fast; huge hotels need lower heat to stay stable. By tuning this, the "Progressive" models beat the "Independent" ones in many tests.

3. They All Speak the Same Language (Consistency)
This is the most fascinating part. Because the big model grew out of the small one, they think very similarly.

  • Analogy: If you ask the food truck chef and the hotel chef the same question, they will give very similar answers because they share the same brain history.
  • Why this matters: This makes it easy to use Speculative Decoding. Imagine the food truck chef quickly guessing what the hotel chef is going to say. Because they think so alike, the hotel chef accepts the guess almost every time. This makes the whole system run much faster.

The Bottom Line

This paper introduces a method to build a family of AI models (from small to huge) by expanding a smaller one rather than training them separately.

  • Old Way: Train 1B, Train 4B, Train 8B separately. (Expensive, inconsistent).
  • New Way: Train 1B \rightarrow Expand to 4B \rightarrow Expand to 8B. (Cheaper, faster, and the models work together perfectly).

It's a smarter way to build AI families, saving resources while making the models more consistent and efficient.

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 →