CVAILGMay 3, 2019

Scaling and Benchmarking Self-Supervised Visual Representation Learning

arXiv:1905.01235v2431 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the scalability of self-supervised learning for computer vision, providing a benchmark to guide future research, though it is incremental in scaling existing methods.

The authors scaled two self-supervised learning methods to 100 million images, showing they can match or exceed supervised pre-training on tasks like object detection and visual navigation, while revealing limitations in learning high-level semantics.

Self-supervised learning aims to learn representations from the data itself without explicit manual supervision. Existing efforts ignore a crucial aspect of self-supervised learning - the ability to scale to large amount of data because self-supervision requires no manual labels. In this work, we revisit this principle and scale two popular self-supervised approaches to 100 million images. We show that by scaling on various axes (including data size and problem 'hardness'), one can largely match or even exceed the performance of supervised pre-training on a variety of tasks such as object detection, surface normal estimation (3D) and visual navigation using reinforcement learning. Scaling these methods also provides many interesting insights into the limitations of current self-supervised techniques and evaluations. We conclude that current self-supervised methods are not 'hard' enough to take full advantage of large scale data and do not seem to learn effective high level semantic representations. We also introduce an extensive benchmark across 9 different datasets and tasks. We believe that such a benchmark along with comparable evaluation settings is necessary to make meaningful progress. Code is at: https://github.com/facebookresearch/fair_self_supervision_benchmark.

Code Implementations2 repos
Foundations

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

Your Notes