Papers › The HSIC Bottleneck: Deep Learning without Back-Propagation

The HSIC Bottleneck: Deep Learning without Back-Propagation

5 Aug 2019arXiv:1908.01580archive 2025-07-28

Wan-Duo Kurt Ma, J. P. Lewis, W. Bastiaan Kleijn

We introduce the HSIC (Hilbert-Schmidt independence criterion) bottleneck for training deep neural networks. The HSIC bottleneck is an alternative to the conventional cross-entropy loss and backpropagation that has a number of distinct advantages. It mitigates exploding and vanishing gradients, resulting in the ability to learn very deep networks without skip connections. There is no requirement for symmetric feedback or update locking. We find that the HSIC bottleneck provides performance on MNIST/FashionMNIST/CIFAR10 classification comparable to backpropagation with a cross-entropy target, even when the system is not encouraged to make the output resemble the classification labels. Appending a single layer trained with SGD (without backpropagation) to reformat the information further improves performance.

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="1908.01580")

Code

Syntology Ran 4 of 16 code samples harvested from 3 repositories linked to this paper; 12 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong.

By repository: official repository: 12 samples from 1 repository, 2 ran; community (archive-listed): 4 samples from 2 repositories, 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.

choasma/HSIC-Bottleneck officialmentioned in paperpytorchMIT report
forin-xyz/Keras-HSIC-Bottleneck mentioned on GitHubtfMIT report
gusye1234/Pytorch-HSIC-bottleneck mentioned on GitHubpytorch 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

16 samples harvested; 4 ran; 2 honoured the contract we drafted; 12 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 · honoured contract
1ran · violated contract
1ran · our draft was wrong
12unverified

Licence: 0 of the 16 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 3 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.

distmat choasma/HSIC-Bottleneck/source/hsicbt/math/hsic.py official repository ran · honoured contract fingerprinted MIT (permissive) · ca565da6831e8ade · report
sigma_estimation choasma/HSIC-Bottleneck/source/hsicbt/math/hsic.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 9cb35dd6de9569b7 · report
activations_extraction choasma/HSIC-Bottleneck/source/hsicbt/core/train_misc.py official repository unverified MIT (permissive) · 36113cd19ffcf229 · report
get_activation choasma/HSIC-Bottleneck/source/hsicbt/model/block.py official repository unverified MIT (permissive) · 081d601ecb8131e9 · report
get_activation_functional choasma/HSIC-Bottleneck/source/hsicbt/model/block.py official repository unverified MIT (permissive) · f673b1b67b853686 · report
hsic_objective choasma/HSIC-Bottleneck/source/hsicbt/core/train_misc.py official repository unverified MIT (permissive) · a91fadca8b8eda82 · report
hsic_train choasma/HSIC-Bottleneck/source/hsicbt/core/train_hsic.py official repository unverified MIT (permissive) · 3e2e5b7d40d8d635 · report
kernelmat choasma/HSIC-Bottleneck/source/hsicbt/math/hsic.py official repository unverified MIT (permissive) · 24809ea920bce66a · report
model_distribution choasma/HSIC-Bottleneck/source/hsicbt/core/train_misc.py official repository unverified MIT (permissive) · 4e359f516c8b5cde · report
training_format choasma/HSIC-Bottleneck/source/hsicbt/core/engine.py official repository unverified MIT (permissive) · 8cf8628e457c620a · report
training_format_combined choasma/HSIC-Bottleneck/source/hsicbt/core/engine.py official repository unverified MIT (permissive) · eb4769af96585b1e · report
training_standard choasma/HSIC-Bottleneck/source/hsicbt/core/engine.py official repository unverified MIT (permissive) · b790ea06fc508512 · report
HSIC gusye1234/Pytorch-HSIC-bottleneck/torch_hsic.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 76846d9d673d577b · report
kernel_matrix gusye1234/Pytorch-HSIC-bottleneck/torch_hsic.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 4043a12aa5102af0 · report
hsic forin-xyz/Keras-HSIC-Bottleneck/hsic_bottleneck.py community (archive-listed) unverified MIT (permissive) · fa8a5e8c525f588e · report
kernel_matrix forin-xyz/Keras-HSIC-Bottleneck/hsic_bottleneck.py community (archive-listed) unverified MIT (permissive) · b8bd182708aa51a7 · report

Tasks

ClassificationDeep LearningGeneral Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SGD

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