Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Mono-Forward: Revisiting Forward-Forward through Objective-Locality Decomposition

About

Backpropagation remains the dominant algorithm for training deep neural networks, but it incurs substantial memory overhead and relies on global error propagation, which is often regarded as biologically implausible. The Forward-Forward (FF) algorithm is an appealing local-learning alternative to backpropagation, yet it still lags behind backpropagation in accuracy. A central unresolved question is whether this gap arises from FF's locality or from the positive-negative double-pass goodness objective used to train each layer. In this work, we revisit FF under the supervised setting through a decomposition that separates these two design choices. Our analysis suggests that FF's performance limitations are not explained by locality alone, but are also likely influenced by its goodness objective. Motivated by this view, we introduce Mono-Forward (MF), a simplification of FF that preserves its locality while replacing the contrastive goodness objective with a standard multi-class cross-entropy objective applied locally at each layer, serving as a controlled baseline for evaluating local learning under a standard classification objective. Across MLPs and convolutional networks, MF outperforms vanilla FF and remains competitive in multiple FF variants. On MLP-Mixers, MF achieves stronger results on PathMNIST than backpropagation while requiring only 31% of backpropagation's memory.

James Gong, Bruce Li, Waleed Abdulla• 2025

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10
Accuracy58.3
875
Image ClassificationFashionMNIST (test)
Accuracy93.98
363
Image ClassificationCIFAR-100
Accuracy31.5
357
Image ClassificationFashion MNIST
Accuracy90.51
317
Image ClassificationCIFAR-100 standard (test)
Top-1 Accuracy63.28
184
Image ClassificationF-MNIST
Accuracy90.52
139
Image ClassificationMNIST standard (test)
Accuracy99.58
69
Medical Image ClassificationPneumoniaMNIST
Accuracy89.42
21
Medical Image ClassificationChestMNIST
Accuracy94.76
12
Image ClassificationCIFAR-10--
6
Showing 10 of 14 rows

Other info

Follow for update