Papers › Minimizing Control for Credit Assignment with Strong Feedback

Minimizing Control for Credit Assignment with Strong Feedback

14 Apr 2022arXiv:2204.07249archive 2025-07-28

Alexander Meulemans, Matilde Tristany Farinha, Maria R. Cervera, João Sacramento, Benjamin F. Grewe

The success of deep learning ignited interest in whether the brain learns hierarchical representations using gradient-based learning. However, current biologically plausible methods for gradient-based credit assignment in deep neural networks need infinitesimally small feedback signals, which is problematic in biologically realistic noisy environments and at odds with experimental evidence in neuroscience showing that top-down feedback can significantly influence neural activity. Building upon deep feedback control (DFC), a recently proposed credit assignment method, we combine strong feedback influences on neural activity with gradient-based learning and show that this naturally leads to a novel view on neural network optimization. Instead of gradually changing the network weights towards configurations with low output loss, weight updates gradually minimize the amount of feedback required from a controller that drives the network to the supervised output label. Moreover, we show that the use of strong feedback in DFC allows learning forward and feedback connections simultaneously, using learning rules fully local in space and time. We complement our theoretical results with experiments on standard computer-vision benchmarks, showing competitive performance to backpropagation as well as robustness to noise. Overall, our work presents a fundamentally novel view of learning as control minimization, while sidestepping biologically unrealistic assumptions.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2204.07249")

Code

Syntology Ran 2 of 18 code samples harvested from 2 repositories linked to this paper; 16 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: official repository: 1 sample from 1 repository, 0 ran; community (archive-listed): 17 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mariacer/strong_dfc officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
pennfranc/bio-inspired-continual-learning mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 2 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
16unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

loss_function_H mariacer/strong_dfc/dfc/networks/dfc_network_utils.py official repository unverified Apache-2.0 (permissive) · 1c6c7c58e85e4956 · report
conv3x3 pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/models/resnet.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 583f9780bdd00a45 · report
get_args pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/iBatchLearn.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 1341f003d9955629 · report
CIFAR10 pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/clb_dataloaders/base.py community (archive-listed) unverified Apache-2.0 (permissive) · af0506c68398edcc · report
CIFAR100 pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/clb_dataloaders/base.py community (archive-listed) unverified Apache-2.0 (permissive) · 863446156dbf1191 · report
LeNetC pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/models/lenet.py community (archive-listed) unverified Apache-2.0 (permissive) · 8fef921f066b1f46 · report
MLP100 pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/models/mlp.py community (archive-listed) unverified Apache-2.0 (permissive) · 67a28e500cf8fce1 · report
MLP20 pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/models/mlp.py community (archive-listed) unverified Apache-2.0 (permissive) · 1df29e9f02681a32 · report
MLP200 pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/models/mlp.py community (archive-listed) unverified Apache-2.0 (permissive) · ad5be7c4526b2f74 · report
MNIST pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/clb_dataloaders/base.py community (archive-listed) unverified Apache-2.0 (permissive) · 9a3033fb697cd22a · report
NormalNN_reset_optim pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/agents/customization.py community (archive-listed) unverified Apache-2.0 (permissive) · a6b5321ddba4e76a · report
PermutedGen pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/clb_dataloaders/datasetGen.py community (archive-listed) unverified Apache-2.0 (permissive) · f9b8caa6279ce116 · report
ResNet110_cifar pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/models/senet.py community (archive-listed) unverified Apache-2.0 (permissive) · 38189f93ef69d6ec · report
ResNet20_cifar pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/models/resnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 063d93881930a42e · report
ResNet56_cifar pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/models/resnet.py community (archive-listed) unverified Apache-2.0 (permissive) · a3355598bff4a9c9 · report
SE_ResNet20_cifar pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/models/senet.py community (archive-listed) unverified Apache-2.0 (permissive) · 16e2d4177214aebb · report
SE_ResNet56_cifar pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/models/senet.py community (archive-listed) unverified Apache-2.0 (permissive) · e1b5400489e523bc · report
SplitGen pennfranc/bio-inspired-continual-learning/Continual-Learning-Benchmark/clb_dataloaders/datasetGen.py community (archive-listed) unverified Apache-2.0 (permissive) · 8c9829ef771c8fe8 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections