LGNov 23, 2025

In Search of Goodness: Large Scale Benchmarking of Goodness Functions for the Forward-Forward Algorithm

arXiv:2511.18567v11 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the critical but understudied choice of goodness functions in the biologically plausible Forward-Forward algorithm, which is important for researchers developing alternatives to backpropagation.

The researchers benchmarked 21 different goodness functions for the Forward-Forward algorithm across four image datasets, finding that certain alternatives significantly outperform the standard baseline with specific accuracy improvements like 97.15% on MNIST and 82.84% on FashionMNIST.

The Forward-Forward (FF) algorithm offers a biologically plausible alternative to backpropagation, enabling neural networks to learn through local updates. However, FF's efficacy relies heavily on the definition of "goodness", which is a scalar measure of neural activity. While current implementations predominantly utilize a simple sum-of-squares metric, it remains unclear if this default choice is optimal. To address this, we benchmarked 21 distinct goodness functions across four standard image datasets (MNIST, FashionMNIST, CIFAR-10, STL-10), evaluating classification accuracy, energy consumption, and carbon footprint. We found that certain alternative goodness functions inspired from various domains significantly outperform the standard baseline. Specifically, \texttt{game\_theoretic\_local} achieved 97.15\% accuracy on MNIST, \texttt{softmax\_energy\_margin\_local} reached 82.84\% on FashionMNIST, and \texttt{triplet\_margin\_local} attained 37.69\% on STL-10. Furthermore, we observed substantial variability in computational efficiency, highlighting a critical trade-off between predictive performance and environmental cost. These findings demonstrate that the goodness function is a pivotal hyperparameter in FF design. We release our code on \href{https://github.com/aryashah2k/In-Search-of-Goodness}{Github} for reference and reproducibility.

Foundations

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

Your Notes