CLAug 11, 2025

Progressive Depth Up-scaling via Optimal Transport

arXiv:2508.08011v12 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses the high training costs of scaling LLMs for researchers and practitioners, offering an incremental improvement over prior depth up-scaling techniques.

The paper tackles the problem of efficiently scaling Large Language Models by proposing Optimal Transport Depth Up-Scaling (OpT-DeUS), which aligns and fuses Transformer blocks using Optimal Transport to mitigate neuron permutation mismatches, achieving better overall performance and improved training efficiency compared to existing methods.

Scaling Large Language Models (LLMs) yields performance gains but incurs substantial training costs. Depth up-scaling offers training efficiency by adding new layers to pre-trained models. However, most existing methods copy or average weights from base layers, neglecting neuron permutation differences. This limitation can potentially cause misalignment that harms performance. Inspired by applying Optimal Transport (OT) for neuron alignment, we propose Optimal Transport Depth Up-Scaling (OpT-DeUS). OpT-DeUS aligns and fuses Transformer blocks in adjacent base layers via OT for new layer creation, to mitigate neuron permutation mismatch between layers. OpT-DeUS achieves better overall performance and offers improved training efficiency than existing methods for continual pre-training and supervised fine-tuning across different model sizes. To further evaluate the impact of interpolation positions, our extensive analysis shows that inserting new layers closer to the top results in higher training efficiency due to shorter back-propagation time while obtaining additional performance gains.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes