SOTAVerified

Low-shot Visual Recognition by Shrinking and Hallucinating Features

2016-06-09ICCV 2017Code Available0· sign in to hype

Bharath Hariharan, Ross Girshick

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Low-shot visual learning---the ability to recognize novel object categories from very few examples---is a hallmark of human visual intelligence. Existing machine learning approaches fail to generalize in the same way. To make progress on this foundational problem, we present a low-shot learning benchmark on complex images that mimics challenges faced by recognition systems in the wild. We then propose a) representation regularization techniques, and b) techniques to hallucinate additional training examples for data-starved classes. Together, our methods improve the effectiveness of convolutional networks in low-shot learning, improving the one-shot accuracy on novel classes by 2.3x on the challenging ImageNet dataset.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNet-FS (1-shot, novel)SGM (ResNet-50)Top-5 Accuracy (%)52.9Unverified
ImageNet-FS (2-shot, novel)SGM (ResNet-50)Top-5 Accuracy (%)67Unverified
ImageNet-FS (2-shot, novel)SGM w/G (ResNet-50)Top-5 Accuracy (%)64.9Unverified
ImageNet-FS (5-shot, all)SGM (ResNet-50)Top-5 Accuracy (%)77.4Unverified
ImageNet-FS (5-shot, all)SGM w/ G (ResNet-50)Top-5 Accuracy (%)77.3Unverified

Reproductions