Preparing Lessons for Progressive Training on Language Models
Yu Pan, Ye Yuan, Yichun Yin, Jiaxin Shi, Zenglin Xu, Ming Zhang, Lifeng Shang, Xin Jiang, Qun Liu
TL;DR
Transformer training incurs high computational and environmental costs, motivating a universal scratch-based acceleration approach. Apollo introduces Low-Value-Prioritized Sampling to guide shallow layers in learning high-layer functionality, employs weight sharing to expand depth efficiently, and uses layer interpolation to stabilize training during expansion. Across BERT and GPT, Apollo achieves substantial FLOPs savings and competitive downstream performance, often outperforming pretrained-model baselines. The method promises greener, scalable AI by reducing training time and resource use while remaining broadly applicable to novel model designs.
Abstract
The rapid progress of Transformers in artificial intelligence has come at the cost of increased resource consumption and greenhouse gas emissions due to growing model sizes. Prior work suggests using pretrained small models to improve training efficiency, but this approach may not be suitable for new model structures. On the other hand, training from scratch can be slow, and progressively stacking layers often fails to achieve significant acceleration. To address these challenges, we propose a novel method called Apollo, which prep\textbf{a}res lessons for ex\textbf{p}anding \textbf{o}perations by \textbf{l}earning high-\textbf{l}ayer functi\textbf{o}nality during training of low layers. Our approach involves low-value-prioritized sampling (LVPS) to train different depths and weight sharing to facilitate efficient expansion. We also introduce an interpolation method for stable model depth extension. Experiments demonstrate that Apollo achieves state-of-the-art acceleration ratios, even rivaling methods using pretrained models, making it a universal and efficient solution for training deep models while reducing time, financial, and environmental costs.
