PulseAugur
EN
LIVE 13:51:30

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

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Academic paper introducing a new training method for deep neural networks. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
67 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

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…