SOTAVerified

Task Augmentation by Rotating for Meta-Learning

2020-02-08arXiv 2020Code Available0· sign in to hype

Jialin Liu, Fei Chao, Chih-Min Lin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Data augmentation is one of the most effective approaches for improving the accuracy of modern machine learning models, and it is also indispensable to train a deep model for meta-learning. In this paper, we introduce a task augmentation method by rotating, which increases the number of classes by rotating the original images 90, 180 and 270 degrees, different from traditional augmentation methods which increase the number of images. With a larger amount of classes, we can sample more diverse task instances during training. Therefore, task augmentation by rotating allows us to train a deep network by meta-learning methods with little over-fitting. Experimental results show that our approach is better than the rotation for increasing the number of images and achieves state-of-the-art performance on miniImageNet, CIFAR-FS, and FC100 few-shot learning benchmarks. The code is available on www.github.com/AceChuse/TaskLevelAug.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-FS 5-way (1-shot)R2-D2+Task AugAccuracy77.66Unverified
CIFAR-FS 5-way (1-shot)MetaOptNet-SVM+Task AugAccuracy76.75Unverified
CIFAR-FS 5-way (5-shot)R2-D2+Task AugAccuracy88.33Unverified
CIFAR-FS 5-way (5-shot)MetaOptNet-SVM+Task AugAccuracy88.38Unverified
FC100 5-way (1-shot)R2-D2+Task AugAccuracy51.35Unverified
FC100 5-way (1-shot)MetaOptNet-SVM+Task AugAccuracy49.77Unverified
FC100 5-way (5-shot)R2-D2+Task AugAccuracy67.66Unverified
FC100 5-way (5-shot)MetaOptNet-SVM+Task AugAccuracy67.17Unverified
Mini-ImageNet - 1-Shot LearningR2-D2+Task AugAccuracy65.95Unverified
Mini-ImageNet - 1-Shot LearningMetaOptNet-SVM+Task AugAccuracy65.38Unverified
Mini-Imagenet 5-way (1-shot)R2-D2+Task AugAccuracy65.95Unverified
Mini-Imagenet 5-way (1-shot)MetaOptNet-SVM+Task AugAccuracy65.38Unverified
Mini-Imagenet 5-way (5-shot)R2-D2+Task AugAccuracy81.96Unverified
Mini-Imagenet 5-way (5-shot)MetaOptNet-SVM+Task AugAccuracy82.13Unverified

Reproductions