Let's Scale Step by Step: Compute-Efficient Hyperparameter Transfer for Large-Scale Mixture-of-Experts

Nayeon Kim, Hojin Lee, Yunju Bak, Jaesun Park, Boseop Kim

arXiv:2608.20061 · 2026-08-24 공개 · arXiv · PDF

mixture-of-experts scaling-laws token-budget muon-optimizer hyperparameter-transfer learning-rate-optimization compute-efficient maximal-update-parameterization

Abstract

Mixture-of-Experts (MoE) architectures significantly expand model capacity without a proportional increase in computational cost. However, optimizing their hyperparameters---particularly the learning rate---at extreme scales of both model size and token budget via sweeping remains computationally prohibitive. In this paper, we propose a compute-efficient, two-step hyperparameter transfer framework that estimates optimal learning rates for training large MoE models by transferring them across scaling model widths, and subsequently extrapolating to trillion-token horizons. First, we formulate a Maximal Update Parameterization (μP) adaptation for MoE architectures utilizing Multi-head Latent Attention (MLA) and the Muon optimizer, demonstrating that optimal learning rates transfer consistently across width-scaled models. Second, we extend this transferability along the token dimension by establishing a predictive scaling law. By applying linear regression to the optimal values derived from small proxy models on limited budgets, we successfully extrapolate the ideal learning rate to massive training horizons (e.g., 10 trillion tokens) with high fidelity (R^2=0.95). Consequently, this indicates that proxy training on small models is sufficient to determine the optimal learning rate for the extensive training of large-scale MoEs. We apply the proposed methodology to pretrain our foundation model (155B total, 17B active parameters) from scratch, and the stable training and evaluation results validate that optimal configurations for full-scale target models can be accurately predicted with minimal ablation costs.

한국어 요약

한 줄 요약

대규모 MoE 모델의 학습률 최적화를 위해 계산 효율적인 2단계 하이퍼파라미터 전이 프레임워크를 제안한다.

핵심 기여도

핵심 아이디어

기존의 MoE 모델 학습률 최적화는 모델 크기와 토큰 수가 커질수록 계산 비용이 급증하는 문제를 해결하기 위해, μP와 MLA, Muon 옵티마이저를 결합한 새로운 접근법을 제안한다. μP는 모델 너비 확장에 따라 학습률이 일관되게 전이됨을 보장하며, MLA와 Muon은 MoE의 스파스성과 병렬 처리를 효과적으로 활용한다. 이에 따라, 소규모 프록시 모델에서 얻은 학습률을 대규모 모델로 전이할 수 있다.

두 번째 핵심 아이디어는 토큰 수 증가에 따른 학습률 예측을 위한 선형 스케일링 법칙 도입이다. 소규모 모델에서 얻은 학습률 최적값을 기반으로 선형 회귀를 적용하여, 10조 토큰 규모에서도 높은 정확도로 학습률을 예측한다. 이는 기존의 2D 스윕 방식에 비해 계산 비용을 크게 절감한다.

기술적 접근법

주요 결과

의의 및 한계

본 연구는 대규모 MoE 모델 학습에서 하이퍼파라미터 최적화의 계산 비용을 획기적으로 줄이는 기법을 제시하며, μP와 MLA, Muon의 결합을 통해 모델 너비와 토큰 수 확장에 따른 학습률 전이 가능성을 입증한다. 특히, 소규모 프록시 모델에서의 학습률 최적값을 기반으로 대규모 학습에 필요한 하이퍼파라미터를 예측함으로써, 기존의 2D 스윕 방식에 비해 훨씬 효율적인 최적화가 가능하다는 점에서 실용적 의의가 있다.

한편, 현재 연구는 스파스성 확장에 따른 μP 전이 가능성에 대한 명확한 분석이 부족하며, 전문가별 학습률 조정이나 다양한 MoE 구조 및 옵티마이저에 대한 일반화 가능성도 추가 연구가 필요하다.

실용적 활용

본 연구의 프레임워크는 대규모 MoE 모델의 학습률 최적화에 있어 계산 비용을 줄이며 정확한 예측을 가능하게 하므로, LLM 연구 및 산업적 MoE 모델 개발에 유용하게 활용될 수 있다. 특히, 10조 토큰 이상의 대규모 학습 환경에서 하이퍼파라미터 최적화를 효율적으로 수행할 수 있는 기반을 제공한다.