HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Task Augmentation by Rotating for Meta-Learning

Jialin Liu Fei Chao Chih-Min Lin

Task Augmentation by Rotating for Meta-Learning

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 \url{www.github.com/AceChuse/TaskLevelAug}.

Code Repositories

AceChuse/TaskLevelAug
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
few-shot-image-classification-on-cifar-fs-5MetaOptNet-SVM+Task Aug
Accuracy: 76.75
few-shot-image-classification-on-cifar-fs-5R2-D2+Task Aug
Accuracy: 77.66
few-shot-image-classification-on-cifar-fs-5-1MetaOptNet-SVM+Task Aug
Accuracy: 88.38
few-shot-image-classification-on-cifar-fs-5-1R2-D2+Task Aug
Accuracy: 88.33
few-shot-image-classification-on-fc100-5-wayMetaOptNet-SVM+Task Aug
Accuracy: 49.77
few-shot-image-classification-on-fc100-5-wayR2-D2+Task Aug
Accuracy: 51.35
few-shot-image-classification-on-fc100-5-way-1MetaOptNet-SVM+Task Aug
Accuracy: 67.17
few-shot-image-classification-on-fc100-5-way-1R2-D2+Task Aug
Accuracy: 67.66
few-shot-image-classification-on-mini-1R2-D2+Task Aug
Accuracy: 65.95%
few-shot-image-classification-on-mini-1MetaOptNet-SVM+Task Aug
Accuracy: 65.38%
few-shot-image-classification-on-mini-2R2-D2+Task Aug
Accuracy: 65.95
few-shot-image-classification-on-mini-2MetaOptNet-SVM+Task Aug
Accuracy: 65.38
few-shot-image-classification-on-mini-3R2-D2+Task Aug
Accuracy: 81.96
few-shot-image-classification-on-mini-3MetaOptNet-SVM+Task Aug
Accuracy: 82.13

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Task Augmentation by Rotating for Meta-Learning | Papers | HyperAI