Papers › Diffused Redundancy in Pre-trained Representations

Diffused Redundancy in Pre-trained Representations

31 May 2023NeurIPS 2023 11arXiv:2306.00183archive 2025-07-28

Representations learned by pre-training a neural network on a large dataset are increasingly used successfully to perform a variety of downstream tasks. In this work, we take a closer look at how features are encoded in such pre-trained representations. We find that learned representations in a given layer exhibit a degree of diffuse redundancy, ie, any randomly chosen subset of neurons in the layer that is larger than a threshold size shares a large degree of similarity with the full layer and is able to perform similarly as the whole layer on a variety of downstream tasks. For example, a linear probe trained on 20% of randomly picked neurons from the penultimate layer of a ResNet50 pre-trained on ImageNet1k achieves an accuracy within 5% of a linear probe trained on the full layer of neurons for downstream CIFAR10 classification. We conduct experiments on different neural architectures (including CNNs and Transformers) pre-trained on both ImageNet1k and ImageNet21k and evaluate a variety of downstream tasks taken from the VTAB benchmark. We find that the loss and dataset used during pre-training largely govern the degree of diffuse redundancy and the "critical mass" of neurons needed often depends on the downstream task, suggesting that there is a task-inherent redundancy-performance Pareto frontier. Our findings shed light on the nature of representations learned by pre-trained deep neural networks and suggest that entire layers might not be necessary to perform many downstream tasks. We investigate the potential for exploiting this redundancy to achieve efficient generalization for downstream tasks and also draw caution to certain possible unintended consequences. Our code is available at \url{https://github.com/nvedant07/diffused-redundancy}.

PaperPDFConference PDFCodeCode 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="2306.00183")

Code

Syntology Ran 1 of 12 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

nvedant07/diffused-redundancy 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

12 samples harvested; 1 ran; 0 honoured the contract we drafted; 11 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.

1ran
11unverified

Licence: 0 of the 12 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 nvedant07/STIR. “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.

add_args_to_parser nvedant07/STIR/stir/model/defaults.py found in paper text by Syntology ran Apache-2.0 (permissive) · 078da01e51a28471 · report
TransformedLoader nvedant07/STIR/stir/model/loaders.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e96e72db9f288269 · report
centering nvedant07/STIR/stir/CKA_pytorch.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3618a159ae4e6c6f · report
forward_models nvedant07/STIR/stir/attack/losses.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b7b8027b897178e1 · report
image_plot nvedant07/STIR/stir/plot_helper.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 38eecfafc4f839af · report
kernel_HSIC nvedant07/STIR/stir/CKA_pytorch.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1ed3811c7af7289d · report
list_as_floats nvedant07/STIR/stir/helper.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 129b2365166bddfa · report
list_as_ints nvedant07/STIR/stir/helper.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eed7ebd73f4d076e · report
list_as_strs nvedant07/STIR/stir/helper.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fe88a8117264e87e · report
make_loaders nvedant07/STIR/stir/model/loaders.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8de5a4001dbcbb38 · report
rbf nvedant07/STIR/stir/CKA_pytorch.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 603a14d591c9dfb5 · report
setup_args nvedant07/STIR/stir/model/train_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 71f7ddd8aa721475 · 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