paper-with-me

홈 › Papers

Task Augmentation by Rotating for Meta-Learning

2020-02-08 · arXiv 2020 2 · Jialin Liu, Fei Chao, Chih-Min Lin

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}.

📄 PDF Abstract BibTeX arXiv:2003.00804

Code (1)

AceChuse/TaskLevelAug 공식 구현 pytorch

Tasks

Data AugmentationFew-Shot LearningMeta-Learning

Similar Papers 제목 키워드 기반

Unsupervised Multi-Attention Meta Transformer for Rotating Machinery Fault Diagnosis

2025-09-11 · Hanyang Wang, Yuxuan Yang, Hongjun Wang, Lihui Wang arxiv

The intelligent fault diagnosis of rotating mechanical equipment usually requires a large amount of labeled sample data. However, in practical industrial applications, acquiring enough data is both challenging and expens…

Contrastive LearningFault Diagnosis

Multi-Fault Diagnosis Of Industrial Rotating Machines Using Data-Driven Approach: A Review Of Two Decades Of Research

2022-05-30 · Shreyas Gawde, Shruti Patil, Satish Kumar, Pooja Kamat 외

Industry 4.0 is an era of smart manufacturing. Manufacturing is impossible without the use of machinery. Majority of these machines comprise rotating components and are called rotating machines. The engineers' top priori…

Fault DiagnosisSystematic Literature Review

Effective Data Augmentation for Sentence Classification Using One VAE per Class

2022-10-01 · COLING 2022 10 · Frédéric Piedboeuf, Philippe Langlais

In recent years, data augmentation has become an important field of machine learning. While images can use simple techniques such as cropping or rotating, textual data augmentation needs more complex manipulations to ens…

Binary ClassificationData AugmentationSentenceSentence Classification

Handwritten image augmentation

2023-08-26 · Mahendran N

In this paper, we introduce Handwritten augmentation, a new data augmentation for handwritten character images. This method focuses on augmenting handwritten image data by altering the shape of input characters in traini…

Data AugmentationImage AugmentationOptical Character RecognitionPosition

The Effectiveness of Data Augmentation in Image Classification using Deep Learning

2017-12-13 · Luis Perez, Jason Wang

In this paper, we explore and compare multiple solutions to the problem of data augmentation in image classification. Previous work has demonstrated the effectiveness of data augmentation through simple techniques, such …

Data AugmentationGeneral Classificationimage-classificationImage Classification