AIResearch AIResearch
Back to articles
Coding

AI Training Breakthrough Cuts Memory Use in Half

Breakthrough AI training method slashes memory needs by half, making powerful AI accessible to all researchers without sacrificing performance.

AI Research
November 14, 2025
3 min read
AI Training Breakthrough Cuts Memory Use in Half

Training the powerful artificial intelligence models that power today's chatbots and coding assistants requires enormous computing resources, making AI development expensive and inaccessible to many researchers. A new optimization method called GradLite dramatically reduces the memory needed to train these models while maintaining their performance, potentially democratizing AI development.

Researchers at Sun Yat-sen University have developed a technique that allows large language models to be trained using only half the memory typically required. The key innovation lies in relaxing the requirement for exact gradient calculations during training, which traditionally consumes massive amounts of memory to store intermediate results.

GradLite employs two complementary techniques to achieve memory efficiency. First, it uses low-rank approximation to compress the gradient signals during backpropagation, reducing the dimensionality of calculations from O(m) to O(k) where k is much smaller than m. Second, it incorporates an error-feedback correction mechanism that accumulates residual errors from previous approximations, ensuring that no information is permanently lost despite using approximate gradients. This combination allows the system to maintain stable training while significantly cutting memory usage.

The results demonstrate remarkable efficiency gains. When fine-tuning the Qwen1.5-MoE-A2.7B model on the Dolly dataset, GradLite achieved peak VRAM usage of only 17.3 GB compared to 65.4 GB for standard full-parameter fine-tuning with activation checkpointing - a 73% reduction. Throughput increased by 27% compared to standard checkpointing methods, processing more samples per second while using less memory. Crucially, these efficiency gains came without sacrificing model performance. On the GSM8K mathematical reasoning benchmark, GradLite achieved 75.3% accuracy compared to 74.2% for standard methods, while maintaining competitive scores on MMLU (66.3% vs 66.2%) and MT-Bench (7.60 vs 7.52).

This breakthrough matters because it addresses one of the fundamental bottlenecks in AI development: the enormous computational resources required for training. By reducing memory requirements by up to 50% while maintaining or even improving performance, GradLite could make AI model development more accessible to smaller research teams and organizations with limited computing budgets. The method works without requiring changes to model architecture or multi-GPU infrastructure, making it easily adoptable for existing AI development workflows.

The researchers acknowledge that the method's effectiveness depends on proper configuration of the approximation rank and learning rates. Their ablation studies showed that disabling the error-feedback correction caused catastrophic performance drops, confirming that both components are essential for maintaining training stability. The approach represents a shift from traditional system-level optimizations to optimizer-level redesign, opening new avenues for making AI training more efficient without compromising model capabilities.

About the Author

Guilherme A.

Guilherme A.

Former dentist (MD) from Brazil, 41 years old, husband, and AI enthusiast. In 2020, he transitioned from a decade-long career in dentistry to pursue his passion for technology, entrepreneurship, and helping others grow.

Connect on LinkedIn