Loop the Loopies!

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

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

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.