paper-with-me

Papers

Reshaping the Forward-Forward Algorithm with a Similarity-Based Objective

2025-08-29 · James Gong, Raymond Luo, Emma Wang, Leon Ge, Bruce Li, Felix Marattukalam, Waleed Abdulla arxiv

Backpropagation is the pivotal algorithm underpinning the success of artificial neural networks, yet it has critical limitations such as biologically implausible backward locking and global error propagation. To circumvent these constraints, the Forward-Forward algorithm was proposed as a more biologically plausible method that replaces the backward pass with an additional forward pass. Despite this advantage, the Forward-Forward algorithm significantly trails backpropagation in accuracy, and its optimal form exhibits low inference efficiency due to multiple forward passes required. In this work, the Forward-Forward algorithm is reshaped through its integration with similarity learning frameworks, eliminating the need for multiple forward passes during inference. This proposed algorithm is named Forward-Forward Algorithm Unified with Similarity-based Tuplet loss (FAUST). Empirical evaluations on MNIST, Fashion-MNIST, and CIFAR-10 datasets indicate that FAUST substantially improves accuracy, narrowing the gap with backpropagation. On CIFAR-10, FAUST achieves 56.22\% accuracy with a simple multi-layer perceptron architecture, approaching the backpropagation benchmark of 57.63\% accuracy.

📄 PDF Abstract BibTeX arXiv:2509.08697

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Wolfies at SemEval-2022 Task 8: Feature extraction pipeline with transformers for Multi-lingual news article similarity

2022-08-20 · SemEval (NAACL) 2022 7 · Nikhil Goel, Ranjith Reddy

This work is about finding the similarity between a pair of news articles. There are seven different objective similarity metrics provided in the dataset for each pair and the news articles are in multiple different lang…

Articles

Emergent representations in networks trained with the Forward-Forward algorithm

2023-05-26 · Niccolò Tosato, Lorenzo Basile, Emanuele Ballarin, Giuseppe de Alteriis 외

The Backpropagation algorithm has often been criticised for its lack of biological realism. In an attempt to find a more biologically plausible alternative, the recently introduced Forward-Forward algorithm replaces the …

The Forward-Forward Algorithm: Characterizing Training Behavior

2025-04-15 · Reece Adamson

The Forward-Forward algorithm is an alternative learning method which consists of two forward passes rather than a forward and backward pass employed by backpropagation. Forward-Forward networks employ layer local loss f…

Unifying back-propagation and forward-forward algorithms through model predictive control

2024-09-29 · Lianhai Ren, Qianxiao Li

We introduce a Model Predictive Control (MPC) framework for training deep neural networks, systematically unifying the Back-Propagation (BP) and Forward-Forward (FF) algorithms. At the same time, it gives rise to a range…

Model Predictive Control

One-class systems seamlessly fit in the forward-forward algorithm

2023-06-27 · Michael Hopwood

The forward-forward algorithm presents a new method of training neural networks by updating weights during an inference, performing parameter updates for each layer individually. This immediately reduces memory requireme…