SOTAVerified

Semi-Supervised Recognition under a Noisy and Fine-grained Dataset

2020-06-18Code Available0· sign in to hype

Cheng Cui, Zhi Ye, Yangxi Li, Xinjian Li, Min Yang, Kai Wei, Bing Dai, Yanmei Zhao, Zhongji Liu, Rong Pang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Simi-Supervised Recognition Challenge-FGVC7 is a challenging fine-grained recognition competition. One of the difficulties of this competition is how to use unlabeled data. We adopted pseudo-tag data mining to increase the amount of training data. The other one is how to identify similar birds with a very small difference, especially those have a relatively tiny main-body in examples. We combined generic image recognition and fine-grained image recognition method to solve the problem. All generic image recognition models were training using PaddleClas . Using the combination of two different ways of deep recognition models, we finally won the third place in the competition.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNetResNet200_vd_26w_4s_ssldTop 1 Accuracy85.1Unverified
ImageNetFix_ResNet50_vd_ssldTop 1 Accuracy84Unverified
ImageNetResNet50_vd_ssldTop 1 Accuracy83Unverified
ImageNetMobileNetV3_large_x1_0_ssldTop 1 Accuracy79Unverified

Reproductions