SOTAVerified

Fixing the train-test resolution discrepancy: FixEfficientNet

2020-03-18Code Available2· sign in to hype

Hugo Touvron, Andrea Vedaldi, Matthijs Douze, Hervé Jégou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This paper provides an extensive analysis of the performance of the EfficientNet image classifiers with several recent training procedures, in particular one that corrects the discrepancy between train and test images. The resulting network, called FixEfficientNet, significantly outperforms the initial architecture with the same number of parameters. For instance, our FixEfficientNet-B0 trained without additional training data achieves 79.3% top-1 accuracy on ImageNet with 5.3M parameters. This is a +0.5% absolute improvement over the Noisy student EfficientNet-B0 trained with 300M unlabeled images. An EfficientNet-L2 pre-trained with weak supervision on 300M unlabeled images and further optimized with FixRes achieves 88.5% top-1 accuracy (top-5: 98.7%), which establishes the new state of the art for ImageNet with a single crop. These improvements are thoroughly evaluated with cleaner protocols than the one usually employed for Imagenet, and particular we show that our improvement remains in the experimental setting of ImageNet-v2, that is less prone to overfitting, and with ImageNet Real Labels. In both cases we also establish the new state of the art.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNetFixEfficientNet-B0Top 1 Accuracy80.2Unverified
ImageNetFixEfficientNet-B2Top 1 Accuracy83.6Unverified
ImageNetFixEfficientNet-B1Top 1 Accuracy82.6Unverified
ImageNetFixEfficientNet-L2Top 1 Accuracy88.5Unverified
ImageNetFixEfficientNet-B7Top 1 Accuracy87.1Unverified
ImageNetFixEfficientNet-B6Top 1 Accuracy86.7Unverified
ImageNetFixEfficientNet-B5Top 1 Accuracy86.4Unverified
ImageNetFixEfficientNet-B4Top 1 Accuracy85.9Unverified
ImageNetFixEfficientNet-B8Top 1 Accuracy85.7Unverified
ImageNetFixEfficientNet-B3Top 1 Accuracy85Unverified
ImageNetFixEfficientNetB4Top 1 Accuracy84Unverified
ImageNet ReaLFixEfficientNet-B8Accuracy90Unverified
ImageNet ReaLFixEfficientNet-L2Accuracy90.9Unverified

Reproductions