Energy-Efficient Deep Learning Without Backpropagation: A Rigorous Evaluation of Forward-Only Algorithms
Przemysław Spyra, Witold Dzwinel
TL;DR
The paper tackles the energy and memory bottlenecks of backpropagation by evaluating forward-only BP-free learning algorithms—Forward-Forward (FF), Cascaded Forward (CaFo), and Mono-Forward (MF)—under a rigorous, hardware-validated framework with universal hyperparameter tuning. It demonstrates MF can match or surpass fairly tuned BP baselines in accuracy on native MLPs while delivering substantial efficiency gains, including up to 41% energy reduction and up to 34% faster training on demanding tasks. The work provides a data-driven evolutionary view of BP-free methods, showing that MF's layer-wise projection matrices and local losses yield strong generalization and favorable hardware profiles. These findings highlight the potential for sustainable AI and motivate hardware-software co-design toward forward-only learning, while noting limitations to CNNs/Transformers and memory trade-offs observed in practice.
Abstract
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.
