Loop the Loopies!
Summary
Loopie is presented as the most powerful looped Transformer to date, comprising two Mixture-of-Experts (MoE) models: a 20B-parameter model with 2B active parameters and a 6B-parameter model with 0.6B active parameters. It successfully addresses the long-standing challenge where increasing parameter count typically outperformed looping a model N times for an N-fold compute increase. Extensive ablation studies confirm Loopie's substantial outperformance against vanilla Transformer baselines trained with identical compute budgets. Furthermore, a novel post-training pipeline endows Loopie with strong reasoning abilities, demonstrated by achieving gold-medal performance without tools at the 2025 IMO and IPhO.
Key takeaway
For Machine Learning Engineers optimizing model performance under compute constraints, you should investigate looped Mixture-of-Experts architectures like Loopie. This approach demonstrates that compute-efficient designs can outperform larger, vanilla Transformers, offering a path to deploy highly capable models with strong reasoning abilities without requiring proportional increases in parameter count. Consider exploring novel post-training pipelines to enhance such models' specific capabilities.
Key insights
Looped Mixture-of-Experts Transformers can now achieve superior performance over larger vanilla models with equivalent compute.
Principles
- Looped Transformers can surpass vanilla models for equal compute.
- Mixture-of-Experts architecture enhances looped Transformer efficiency.
In practice
- Achieve gold-medal performance in complex reasoning tasks.
- Optimize model performance under fixed compute budgets.
Topics
- Looped Transformers
- Mixture-of-Experts
- Compute Efficiency
- AI Reasoning
- Model Architecture
- Loopie
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Architect
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.