PulseAugur
EN
LIVE 15:00:13

New Split-FG method trains deep networks with 35% less memory

Researchers have developed a novel method called Split Forward Gradient (Split-FG) to train deep neural networks more efficiently by reducing memory usage. This technique splits a network into a trunk and an output head, calculating the head's gradient exactly while estimating the trunk's gradient using a Jacobian-vector product. This approach mitigates the noise in forward-mode gradients and avoids backpropagation through the trunk, leading to memory savings of up to 35% compared to traditional backpropagation. Experiments showed that Split-FG, when combined with a smaller learning rate for the trunk, achieved competitive results on benchmarks like WikiText-103 and CIFAR-10/100, though performance differences increase with trunk size. AI

IMPACT Reduces memory requirements for training large models, potentially enabling larger architectures or training on less powerful hardware.

RANK_REASON Academic paper introducing a new training method for deep neural networks. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv stat.ML →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New Split-FG method trains deep networks with 35% less memory

COVERAGE [1]

  1. arXiv stat.ML TIER_1 English(EN) · Tian Qin, Wei-Min Huang ·

    Backpropagation-Free Trunk Training via the Split Forward Gradients

    arXiv:2607.16612v1 Announce Type: new Abstract: Backpropagation makes training deep networks memory intensive because it must store intermediate activations. Forward-mode methods avoid this cost, but their gradient estimates become increasingly noisy as the number of trained para…