New research: standard SGD matches AdamW for LLM RL training, with far less memory overhead
zhaoran_wang · x · 2026-09-14
A new study challenges the default assumption that AdamW is required for training LLMs with reinforcement learning.
Key findings:
- During RLVR, vanilla SGD performs on par with AdamW while being far more memory-efficient, since AdamW must store both first and second gradient moments.
- The authors argue RL is a fundamentally different training regime from SFT: the variance of the second moment in RL is roughly 22x lower than in SFT, so most parameters share nearly the same effective step size, making adaptive learning rates largely unnecessary.
- Momentum also matters far less than assumed, suggesting RL fine-tuning can drop AdamW entirely for a sparser, cheaper optimizer setup.
More from Infra
- Maia 200 hits ~12 TFLOP/s FP4 in 1mm²: density should be a first-class goal — thoefler · 2026-09-14
- Dev's 24/7 self-hosted AI stack: OpenWebUI, pidot, Tailscale, GLM and DeepSeek — andfanilo · 2026-09-14
- Dream Photonics' laser integration render caught mirroring the whole chip image — jwt0625 · 2026-09-14
- Engineer questions the inline PTX hype DeepSeek sparked: hand-written PTX isn't a proxy for performance — mike64_t · 2026-09-14
- Qwen3.8-Flash-Next on M3 Ultra: 559 t/s prompt processing, 31 t/s generation — rm-rf-rm · 2026-09-14
- RTX 5090 stock nearly gone as prices spiral further — DustNearby2848 · 2026-09-14