TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Training Neural Networks with Local Error Signals

Training Neural Networks with Local Error Signals

Arild Nøkland, Lars Hiller Eidnes

2019-01-20Image Classification
PaperPDFCodeCode(official)

Abstract

Supervised training of neural networks for classification is typically performed with a global loss function. The loss function provides a gradient for the output layer, and this gradient is back-propagated to hidden layers to dictate an update direction for the weights. An alternative approach is to train the network with layer-wise loss functions. In this paper we demonstrate, for the first time, that layer-wise training can approach the state-of-the-art on a variety of image datasets. We use single-layer sub-networks and two different supervised loss functions to generate local error signals for the hidden layers, and we show that the combination of these losses help with optimization in the context of local learning. Using local errors could be a step towards more biologically plausible deep learning because the global error does not have to be transported back to hidden layers. A completely backprop free variant outperforms previously reported results among methods aiming for higher biological plausibility. Code is available https://github.com/anokland/local-loss

Results

TaskDatasetMetricValueModel
Image ClassificationFashion-MNISTPercentage error4.14VGG8B(2x) + LocalLearning + CO
Image ClassificationCIFAR-10Percentage correct96.4VGG11B(2x) + LocalLearning + CO
Image ClassificationKuzushiji-MNISTAccuracy99.01VGG8B(2x) + LocalLearning + CO
Image ClassificationKuzushiji-MNISTError0.99VGG8B(2x) + LocalLearning + CO
Image ClassificationCIFAR-100Percentage correct79.9VGG11B(3x) + LocalLearning
Image ClassificationMNISTPercentage error0.26VGG8B + LocalLearning + CO
Image ClassificationSTL-10Percentage correct80.75VGG8B + LocalLearning + CO
Image ClassificationSVHNPercentage error1.65VGG8B + LocalLearning + CO

Related Papers

Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17Hashed Watermark as a Filter: Defeating Forging and Overwriting Attacks in Weight-based Neural Network Watermarking2025-07-15Transferring Styles for Reduced Texture Bias and Improved Robustness in Semantic Segmentation Networks2025-07-14FedGSCA: Medical Federated Learning with Global Sample Selector and Client Adaptive Adjuster under Label Noise2025-07-13