CVMar 30, 2016

Unsupervised Learning of Visual Representations by Solving Jigsaw Puzzles

arXiv:1603.09246v33252 citations
Originality Highly original
AI Analysis

This addresses the problem of reducing reliance on human annotation for computer vision tasks, offering a novel self-supervised approach.

The paper tackles unsupervised visual representation learning by training a convolutional neural network to solve Jigsaw puzzles as a pretext task, achieving state-of-the-art performance in transfer learning benchmarks for object classification and detection.

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.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes