Papers › Effective Self-supervised Pre-training on Low-compute Networks without Distillation

Effective Self-supervised Pre-training on Low-compute Networks without Distillation

6 Oct 2022arXiv:2210.02808archive 2025-07-28

Fuwen Tan, Fatemeh Saleh, Brais Martinez

Despite the impressive progress of self-supervised learning (SSL), its applicability to low-compute networks has received limited attention. Reported performance has trailed behind standard supervised pre-training by a large margin, barring self-supervised learning from making an impact on models that are deployed on device. Most prior works attribute this poor performance to the capacity bottleneck of the low-compute networks and opt to bypass the problem through the use of knowledge distillation (KD). In this work, we revisit SSL for efficient neural networks, taking a closer at what are the detrimental factors causing the practical limitations, and whether they are intrinsic to the self-supervised low-compute setting. We find that, contrary to accepted knowledge, there is no intrinsic architectural bottleneck, we diagnose that the performance bottleneck is related to the model complexity vs regularization strength trade-off. In particular, we start by empirically observing that the use of local views can have a dramatic impact on the effectiveness of the SSL methods. This hints at view sampling being one of the performance bottlenecks for SSL on low-capacity networks. We hypothesize that the view sampling strategy for large neural networks, which requires matching views in very diverse spatial scales and contexts, is too demanding for low-capacity architectures. We systematize the design of the view sampling mechanism, leading to a new training methodology that consistently improves the performance across different SSL methods (e.g. MoCo-v2, SwAV, DINO), different low-size networks (e.g. MobileNetV2, ResNet18, ResNet34, ViT-Ti), and different tasks (linear probe, object detection, instance segmentation and semi-supervised learning). Our best models establish a new state-of-the-art for SSL methods on low-compute networks despite not using a KD loss term.

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

Code

Syntology Ran 3 of 9 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

saic-fi/sslight officialmentioned in papermentioned 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

9 samples harvested; 3 ran; 0 honoured the contract we drafted; 6 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
1ran · fixture could not drive it
6unverified

Licence: 0 of the 9 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 saic-fi/SSLight. “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.

conv1x1 saic-fi/SSLight/src/sslight/backbone/resnet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 2a80220dabcb742a · report
conv3x3 saic-fi/SSLight/src/sslight/backbone/resnet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 600ff2c45e0de056 · report
drop_path saic-fi/SSLight/src/sslight/backbone/vision_transformer.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 55120f2026b56aa2 · report
accuracy saic-fi/SSLight/src/sslight/utils/eval_utils.py official repository unverified Apache-2.0 (permissive) · 1f742f99bc9f3e7e · report
concat_all_gather saic-fi/SSLight/src/sslight/model/moco.py official repository unverified Apache-2.0 (permissive) · 73cecca9f3575f09 · report
create_mobilenet_v2_from_configurations saic-fi/SSLight/src/sslight/backbone/mnv2.py official repository unverified Apache-2.0 (permissive) · 729e0cb77334d3a7 · report
get_group_stride_channel_expansion_list saic-fi/SSLight/src/sslight/backbone/mnv2.py official repository unverified Apache-2.0 (permissive) · 8128ba6741d0722b · report
group_to_block saic-fi/SSLight/src/sslight/backbone/mnv2.py official repository unverified Apache-2.0 (permissive) · 0a5447540bbfb24f · report
knn_classifier saic-fi/SSLight/src/sslight/utils/eval_utils.py official repository unverified Apache-2.0 (permissive) · 8e979b60e24a0c37 · report

Tasks

AttributeInstance SegmentationKnowledge DistillationObject DetectionSelf-Supervised LearningSemantic Segmentationobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationConvolutionDepthwise ConvolutionDepthwise Separable ConvolutionInverted Residual BlockKnowledge DistillationLARSOPTPointwise ConvolutionSwAV

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