Papers › Unsupervised Learning of Visual Representations by Solving Jigsaw Puzzles

Unsupervised Learning of Visual Representations by Solving Jigsaw Puzzles

30 Mar 2016arXiv:1603.09246archive 2025-07-28

Mehdi Noroozi, Paolo Favaro

In this paper we study the problem of image representation learning without human annotation. By following the principles of self-supervision, we build a convolutional neural network (CNN) that can be trained to solve Jigsaw puzzles as a pretext task, which requires no manual labeling, and then later repurposed to solve object classification and detection. To maintain the compatibility across tasks we introduce the context-free network (CFN), a siamese-ennead CNN. The CFN takes image tiles as input and explicitly limits the receptive field (or context) of its early processing units to one tile at a time. We show that the CFN includes fewer parameters than AlexNet while preserving the same semantic learning capabilities. By training the CFN to solve Jigsaw puzzles, we learn both a feature mapping of object parts as well as their correct spatial arrangement. Our experimental evaluations show that the learned features capture semantically relevant content. Our proposed method for learning visual representations outperforms state of the art methods in several transfer learning benchmarks.

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

Code

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

By repository: community (archive-listed): 13 samples from 6 repositories, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Confusezius/selfsupervised_learning mentioned on GitHubpytorch report
bbrattoli/JigsawPuzzlePytorch mentioned on GitHubpytorch report
facebookresearch/vissl mentioned on GitHubpytorch report
ferrannoguera/MLMI-Transfromers mentioned on GitHubpytorch report
kalelpark/FG-SSL mentioned on GitHubpytorch report
virtualgraham/sc_patch 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

13 samples harvested; 10 ran; 0 honoured the contract we drafted; 3 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
7ran
3unverified

Licence: 7 of the 13 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 6 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.

AlexNet Confusezius/selfsupervised_learning/JigsawNet/baseline_conv.py community (archive-listed) ran no licence file found · pointer only · c8988caab7b2ad80 · report
AttrDict facebookresearch/vissl/vissl/models/trunks/alexnet_jigsaw.py community (archive-listed) ran MIT (permissive) · 6663d33830e09bae · report
Classifier SharadGitHub/Self-Supervised-Autoencoder/Jigsaw Task/skeleton/src/segnet.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 80068288a687a198 · report
Flatten facebookresearch/vissl/vissl/models/trunks/alexnet_jigsaw.py community (archive-listed) ran fingerprinted MIT (permissive) · 0b750ebcd399df8e · report
LRN bbrattoli/JigsawPuzzlePytorch/JigsawNetwork.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 6b7aa1cb23b2f8e5 · report
Separable SharadGitHub/Self-Supervised-Autoencoder/Jigsaw Task/skeleton/src/segnet.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 49b29ff2cd6ea499 · report
VggNetwork virtualgraham/sc_patch/src/nine_patch/nine_patch_a.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 4fe485f49849d35b · report
get_trunk_forward_outputs_module_list facebookresearch/vissl/vissl/models/trunks/alexnet_jigsaw.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · b9b9733099ed93fd · report
parse_out_keys_arg facebookresearch/vissl/vissl/models/trunks/alexnet_jigsaw.py community (archive-listed) ran · our draft was wrong MIT (permissive) · fa8d202b59c77f16 · report
register_model_trunk facebookresearch/vissl/vissl/models/trunks/alexnet_jigsaw.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 4e819ea98b2a0bc8 · report
AlexNetJigsaw facebookresearch/vissl/vissl/models/trunks/alexnet_jigsaw.py community (archive-listed) unverified MIT (permissive) · 3eb3d5e042c389a9 · report
Network bbrattoli/JigsawPuzzlePytorch/JigsawNetwork.py community (archive-listed) unverified no licence file found · pointer only · a8e0685e21eae7d2 · report
jigsaw_train kalelpark/FG-SSL/learner/pretrain.py community (archive-listed) unverified no licence file found · pointer only · 10ab7c87e639cc4b · report

Tasks

Representation LearningTransfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Introduced by this paper: Jigsaw

1x1 ConvolutionConvolutionDense ConnectionsDropoutGrouped ConvolutionJigsawLocal Response NormalizationMax PoolingReLUSoftmax

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