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

The Forward-Forward Algorithm: Some Preliminary Investigations

About

The aim of this paper is to introduce a new learning procedure for neural networks and to demonstrate that it works well enough on a few small problems to be worth further investigation. The Forward-Forward algorithm replaces the forward and backward passes of backpropagation by two forward passes, one with positive (i.e. real) data and the other with negative data which could be generated by the network itself. Each layer has its own objective function which is simply to have high goodness for positive data and low goodness for negative data. The sum of the squared activities in a layer can be used as the goodness but there are many other possibilities, including minus the sum of the squared activities. If the positive and negative passes could be separated in time, the negative passes could be done offline, which would make the learning much simpler in the positive pass and allow video to be pipelined through the network without ever storing activities or stopping to propagate derivatives.

Geoffrey Hinton• 2022

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy84.2
1215
Image ClassificationCIFAR-10
Accuracy59
875
Node ClassificationChameleon
Accuracy33.21
867
Node ClassificationCornell
Accuracy45.9
851
Node ClassificationTexas
Accuracy0.5967
801
Node ClassificationSquirrel
Accuracy33.66
786
Node ClassificationPubmed
Accuracy83.68
627
Image ClassificationCIFAR-10--
564
Node ClassificationActor
Accuracy33.58
556
Node ClassificationCiteseer
Accuracy75.25
503
Showing 10 of 29 rows

Other info

Follow for update