TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Revisiting Unreasonable Effectiveness of Data in Deep Lear...

Revisiting Unreasonable Effectiveness of Data in Deep Learning Era

Chen Sun, Abhinav Shrivastava, Saurabh Singh, Abhinav Gupta

2017-07-10ICCV 2017 10Image ClassificationRepresentation LearningSemantic SegmentationPose EstimationDeep Learningobject-detectionObject Detection
PaperPDFCodeCode

Abstract

The success of deep learning in vision can be attributed to: (a) models with high capacity; (b) increased computational power; and (c) availability of large-scale labeled data. Since 2012, there have been significant advances in representation capabilities of the models and computational capabilities of GPUs. But the size of the biggest dataset has surprisingly remained constant. What will happen if we increase the dataset size by 10x or 100x? This paper takes a step towards clearing the clouds of mystery surrounding the relationship between `enormous data' and visual deep learning. By exploiting the JFT-300M dataset which has more than 375M noisy labels for 300M images, we investigate how the performance of current vision tasks would change if this data was used for representation learning. Our paper delivers some surprising (and some expected) findings. First, we find that the performance on vision tasks increases logarithmically based on volume of training data size. Second, we show that representation learning (or pre-training) still holds a lot of promise. One can improve performance on many vision tasks by just training a better base model. Finally, as expected, we present new state-of-the-art results for different vision tasks including image classification, object detection, semantic segmentation and human pose estimation. Our sincere hope is that this inspires vision community to not undervalue the data and develop collective efforts in building larger datasets.

Results

TaskDatasetMetricValueModel
Semantic SegmentationPASCAL VOC 2007Mean IoU81.3DeepLabv3 (ImageNet+300M)
Pose EstimationCOCO test-devAP64.4Faster R-CNN (ImageNet+300M)
Pose EstimationCOCO test-devAP5085.7Faster R-CNN (ImageNet+300M)
Pose EstimationCOCO test-devAP7570.7Faster R-CNN (ImageNet+300M)
Pose EstimationCOCO test-devAPL69.8Faster R-CNN (ImageNet+300M)
Pose EstimationCOCO test-devAPM61.8Faster R-CNN (ImageNet+300M)
Object DetectionCOCO test-devAP5058Faster R-CNN (ImageNet+300M)
Object DetectionCOCO test-devAP7540.1Faster R-CNN (ImageNet+300M)
Object DetectionCOCO test-devAPL51.2Faster R-CNN (ImageNet+300M)
Object DetectionCOCO test-devAPM41.1Faster R-CNN (ImageNet+300M)
Object DetectionCOCO test-devAPS17.5Faster R-CNN (ImageNet+300M)
Object DetectionCOCO test-devbox mAP37.4Faster R-CNN (ImageNet+300M)
3DCOCO test-devAP5058Faster R-CNN (ImageNet+300M)
3DCOCO test-devAP7540.1Faster R-CNN (ImageNet+300M)
3DCOCO test-devAPL51.2Faster R-CNN (ImageNet+300M)
3DCOCO test-devAPM41.1Faster R-CNN (ImageNet+300M)
3DCOCO test-devAPS17.5Faster R-CNN (ImageNet+300M)
3DCOCO test-devbox mAP37.4Faster R-CNN (ImageNet+300M)
3DCOCO test-devAP64.4Faster R-CNN (ImageNet+300M)
3DCOCO test-devAP5085.7Faster R-CNN (ImageNet+300M)
3DCOCO test-devAP7570.7Faster R-CNN (ImageNet+300M)
3DCOCO test-devAPL69.8Faster R-CNN (ImageNet+300M)
3DCOCO test-devAPM61.8Faster R-CNN (ImageNet+300M)
2D ClassificationCOCO test-devAP5058Faster R-CNN (ImageNet+300M)
2D ClassificationCOCO test-devAP7540.1Faster R-CNN (ImageNet+300M)
2D ClassificationCOCO test-devAPL51.2Faster R-CNN (ImageNet+300M)
2D ClassificationCOCO test-devAPM41.1Faster R-CNN (ImageNet+300M)
2D ClassificationCOCO test-devAPS17.5Faster R-CNN (ImageNet+300M)
2D ClassificationCOCO test-devbox mAP37.4Faster R-CNN (ImageNet+300M)
2D Object DetectionCOCO test-devAP5058Faster R-CNN (ImageNet+300M)
2D Object DetectionCOCO test-devAP7540.1Faster R-CNN (ImageNet+300M)
2D Object DetectionCOCO test-devAPL51.2Faster R-CNN (ImageNet+300M)
2D Object DetectionCOCO test-devAPM41.1Faster R-CNN (ImageNet+300M)
2D Object DetectionCOCO test-devAPS17.5Faster R-CNN (ImageNet+300M)
2D Object DetectionCOCO test-devbox mAP37.4Faster R-CNN (ImageNet+300M)
10-shot image generationPASCAL VOC 2007Mean IoU81.3DeepLabv3 (ImageNet+300M)
1 Image, 2*2 StitchiCOCO test-devAP64.4Faster R-CNN (ImageNet+300M)
1 Image, 2*2 StitchiCOCO test-devAP5085.7Faster R-CNN (ImageNet+300M)
1 Image, 2*2 StitchiCOCO test-devAP7570.7Faster R-CNN (ImageNet+300M)
1 Image, 2*2 StitchiCOCO test-devAPL69.8Faster R-CNN (ImageNet+300M)
1 Image, 2*2 StitchiCOCO test-devAPM61.8Faster R-CNN (ImageNet+300M)
16kCOCO test-devAP5058Faster R-CNN (ImageNet+300M)
16kCOCO test-devAP7540.1Faster R-CNN (ImageNet+300M)
16kCOCO test-devAPL51.2Faster R-CNN (ImageNet+300M)
16kCOCO test-devAPM41.1Faster R-CNN (ImageNet+300M)
16kCOCO test-devAPS17.5Faster R-CNN (ImageNet+300M)
16kCOCO test-devbox mAP37.4Faster R-CNN (ImageNet+300M)

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21Touch in the Wild: Learning Fine-Grained Manipulation with a Portable Visuo-Tactile Gripper2025-07-20Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17Spectral Bellman Method: Unifying Representation and Exploration in RL2025-07-17