Gefen Optimizer Reduces AdamW Memory Footprint by 8x, Boosts Throughput.
Key takeaways
- Gefen reduces AdamW's memory footprint by ~8x while maintaining performance.
- It shares second-moment estimates and quantizes first moments for efficiency.
- Gefen enables training larger models or using larger batch sizes.
- It significantly improves throughput in distributed training environments.
Who benefits
Summary
Gefen is a memory-efficient optimizer that significantly reduces AdamW's memory footprint by approximately 8x while maintaining performance. It achieves this by automatically sharing second-moment estimates across parameter blocks and quantizing first moments, enabling larger models or batch sizes and improving throughput in distributed training.
Why it matters
Deep learning engineers and researchers can leverage Gefen to train larger models or use bigger batch sizes, especially in distributed environments, without incurring prohibitive memory costs. This directly translates to more efficient experimentation, faster training times, and the ability to push the boundaries of model scale.
How to implement this in your domain
- 1Replace AdamW with Gefen in deep learning training pipelines to reduce optimizer memory usage.
- 2Experiment with larger batch sizes or model architectures made possible by Gefen's memory efficiency.
- 3Integrate Gefen into distributed training frameworks (e.g., FSDP, DDP) to improve throughput.
- 4Benchmark training performance and memory consumption when switching from AdamW to Gefen.
Original post by Nadav Benedek, Tomer Koren, Ohad Fried
"arXiv:2606.13894v1 Announce Type: new Abstract: AdamW is a default optimizer for modern deep learning, but its first and second moment states add roughly two parameter-sized buffers to training memory. We propose Gefen, a memory-efficient optimizer that automatically shares secon…"
View on XPrimary sources
Originally posted by Nadav Benedek, Tomer Koren, Ohad Fried on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Engineering & DevTools
Zapier vs. Tray: Enterprise Automation Platform Comparison for 2026
This post compares Zapier and Tray.io, evaluating which platform is better suited for enterprise automation needs by balancing power and ease of use. It argues that the best tools scale for complex requirements while remaining intuitive for all users.
OlmoEarth Studio Offers Custom Embedding Exports for Analysis
OlmoEarth Studio now allows users to export custom embeddings, enabling more detailed downstream analysis of geospatial data. This feature enhances the utility of their platform for specialized applications.
Grok AI Model Updates to Version 4.6
The Grok AI model has been updated to version 4.6, indicating ongoing development and potential enhancements to its capabilities. This release suggests iterative improvements to the underlying AI architecture.