SOTAVerified

FeatMatch: Feature-Based Augmentation for Semi-Supervised Learning

2020-07-16ECCV 2020Code Available1· sign in to hype

Chia-Wen Kuo, Chih-Yao Ma, Jia-Bin Huang, Zsolt Kira

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent state-of-the-art semi-supervised learning (SSL) methods use a combination of image-based transformations and consistency regularization as core components. Such methods, however, are limited to simple transformations such as traditional data augmentation or convex combinations of two images. In this paper, we propose a novel learned feature-based refinement and augmentation method that produces a varied set of complex transformations. Importantly, these transformations also use information from both within-class and across-class prototypical representations that we extract through clustering. We use features already computed across iterations by storing them in a memory bank, obviating the need for significant extra computation. These transformations, combined with traditional image-based augmentation, are then used as part of the consistency-based regularization loss. We demonstrate that our method is comparable to current state of art for smaller datasets (CIFAR-10 and SVHN) while being able to scale up to larger datasets such as CIFAR-100 and mini-Imagenet where we achieve significant gains over the state of art (e.g., absolute 17.44\% gain on mini-ImageNet). We further test our method on DomainNet, demonstrating better robustness to out-of-domain unlabeled data, and perform rigorous ablations and analysis to validate the method.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Mini-ImageNet, 10000 LabelsFeatMatchAccuracy65.21Unverified
Mini-ImageNet, 4000 LabelsFeatMatchAccuracy60.95Unverified

Reproductions