LGAINov 2, 2025

Energy-Efficient Deep Learning Without Backpropagation: A Rigorous Evaluation of Forward-Only Algorithms

arXiv:2511.01061v1h-index: 22
Originality Highly original
AI Analysis

It addresses the energy efficiency problem for deep learning practitioners by offering a sustainable alternative to backpropagation, though it is incremental as it builds on prior forward-only methods like Forward-Forward.

This work tackles the problem of energy-intensive deep learning by proposing the Mono-Forward algorithm, a backpropagation-free method that achieves up to 41% less energy consumption and up to 34% faster training while surpassing an optimally tuned backpropagation baseline in classification accuracy on MLP architectures.

The long-held assumption that backpropagation (BP) is essential for state-of-the-art performance is challenged by this work. We present rigorous, hardware-validated evidence that the Mono-Forward (MF) algorithm, a backpropagation-free method, consistently surpasses an optimally tuned BP baseline in classification accuracy on its native Multi-Layer Perceptron (MLP) architectures. This superior generalization is achieved with profound efficiency gains, including up to 41% less energy consumption and up to 34% faster training. Our analysis, which charts an evolutionary path from Geoffrey Hinton's Forward-Forward (FF) to the Cascaded Forward (CaFo) and finally to MF, is grounded in a fair comparative framework using identical architectures and universal hyperparameter optimization. We further provide a critical re-evaluation of memory efficiency in BP-free methods, empirically demonstrating that practical overhead can offset theoretical gains. Ultimately, this work establishes MF as a practical, high-performance, and sustainable alternative to BP for MLPs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes