SkewAdam cuts MoE optimizer memory by 97 percent through tiered state allocation

Training mixture-of-experts models consumes enormous memory, with optimizer state alone ballooning to 50+ GB on modest-scale models. A new technique called SkewAdam exploits the structural asymmetry of MoE architectures, allocating different precision levels to the dense backbone, expert layers, and routing network based on their gradient statistics. The result cuts optimizer state from 50.6 GB to 1.29 GB, reducing peak training memory by 62 percent. This addresses a real scaling bottleneck for practitioners building large sparse models, making MoE training more accessible on constrained hardware without sacrificing convergence.
Modelwire context
ExplainerThe key insight the summary gestures at but doesn't unpack is *why* MoE architectures create asymmetric gradient statistics in the first place: expert layers activate sparsely and infrequently, so their gradient moments accumulate differently than the dense backbone, making uniform precision allocation across all parameters wasteful by design rather than by accident.
This is largely disconnected from recent activity in our archive. The work sits within a broader cluster of memory-efficiency research targeting sparse model training, a space that has grown in urgency as MoE architectures (used in models like Mixtral and reportedly in several frontier systems) have moved from research curiosity to production default. The relevant prior context is the general tension between MoE's compute efficiency at inference time and its punishing memory footprint during training, a trade-off that has limited who can actually train these models from scratch.
The real test is whether SkewAdam's convergence parity holds at scales above the paper's reported experiments. If an independent replication on a model above 30B active parameters shows no regression on standard language modeling benchmarks within the next two conference cycles, the method is likely to get absorbed into mainstream training frameworks like Megatron-LM or similar.
This analysis is generated by Modelwire’s editorial layer from our archive and the summary above. It is not a substitute for the original reporting. How we write it.
MentionsSkewAdam · AdamW · mixture-of-experts
Modelwire Editorial
This synthesis and analysis was prepared by the Modelwire editorial team. We use advanced language models to read, ground, and connect the day’s most significant AI developments, providing original strategic context that helps practitioners and leaders stay ahead of the frontier.
Modelwire summarizes, we don’t republish. arXiv cs.LG originally reported this story as “Where Should Optimizer State Live? Tiered State Allocation for Memory-Efficient Mixture-of-Experts Training”. The full content lives on arxiv.org. If you’re a publisher and want a different summarization policy for your work, see our takedown page.