Papers › PASS: An ImageNet replacement for self-supervised pretraining without humans

PASS: An ImageNet replacement for self-supervised pretraining without humans

27 Sep 2021NeurIPS Workshop ImageNet_PPF 2021 12arXiv:2109.13228archive 2025-07-28

Yuki M. Asano, Christian Rupprecht, Andrew Zisserman, Andrea Vedaldi

Computer vision has long relied on ImageNet and other large datasets of images sampled from the Internet for pretraining models. However, these datasets have ethical and technical shortcomings, such as containing personal information taken without consent, unclear license usage, biases, and, in some cases, even problematic image content. On the other hand, state-of-the-art pretraining is nowadays obtained with unsupervised methods, meaning that labelled datasets such as ImageNet may not be necessary, or perhaps not even optimal, for model pretraining. We thus propose an unlabelled dataset PASS: Pictures without humAns for Self-Supervision. PASS only contains images with CC-BY license and complete attribution metadata, addressing the copyright issue. Most importantly, it contains no images of people at all, and also avoids other types of images that are problematic for data protection or ethics. We show that PASS can be used for pretraining with methods such as MoCo-v2, SwAV and DINO. In the transfer learning setting, it yields similar downstream performances to ImageNet pretraining even on tasks that involve humans, such as human pose estimation. PASS does not make existing datasets obsolete, as for instance it is insufficient for benchmarking. However, it shows that model pretraining is often possible while using safer data, and it also provides the basis for a more robust evaluation of pretraining methods.

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

Code

Syntology Ran 6 of 14 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · fixture could not drive it; 4 ran with no contract checked.

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

yukimasano/PASS officialpytorchMIT 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

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

Licence: 0 of the 14 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 facebookresearch/dino. “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.

apply_mask facebookresearch/dino/visualize_attention.py found in paper text by Syntology ran Apache-2.0 (permissive) · c83fb22106327e13 · report
bool_flag facebookresearch/dino/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · c19231378e41dc5a · report
clip_gradients facebookresearch/dino/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2b5489053b222e00 · report
cosine_scheduler facebookresearch/dino/utils.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · 361a6b24f11fc50a · report
drop_path facebookresearch/dino/vision_transformer.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 55120f2026b56aa2 · report
random_colors facebookresearch/dino/visualize_attention.py found in paper text by Syntology ran Apache-2.0 (permissive) · cc71140102574a2c · report
config_imname facebookresearch/dino/eval_image_retrieval.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 49cf1f4ce52e9613 · report
config_qimname facebookresearch/dino/eval_image_retrieval.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 91c5ae2396603107 · report
is_image_file facebookresearch/dino/eval_copy_detection.py found in paper text by Syntology unverified Apache-2.0 (permissive) · dfebfd56865b6379 · report
knn_classifier facebookresearch/dino/eval_knn.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6ecb6791e6a9ebfb · report
label_propagation facebookresearch/dino/eval_video_segmentation.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3093e0466654d790 · report
norm_mask facebookresearch/dino/eval_video_segmentation.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e015f2c93c762aff · report
restrict_neighborhood facebookresearch/dino/eval_video_segmentation.py found in paper text by Syntology unverified Apache-2.0 (permissive) · efc78e753491eeab · report
score_ap_from_ranks_1 facebookresearch/dino/eval_copy_detection.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5f21619ff716c1ce · report

Tasks

BenchmarkingEthicsPose EstimationTransfer Learning

Datasets

Introduced by this paper, per the archive.

PASS

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionDense ConnectionsLARSLayer NormalizationLinear LayerMulti-Head AttentionResidual ConnectionSoftmaxSwAVVision Transformer

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