paper-with-me

홈 › Papers

STaDA: Style Transfer as Data Augmentation

2019-09-03 · Xu Zheng, Tejo Chalasani, Koustav Ghosal, Sebastian Lutz, Aljosa Smolic

The success of training deep Convolutional Neural Networks (CNNs) heavily depends on a significant amount of labelled data. Recent research has found that neural style transfer algorithms can apply the artistic style of one image to another image without changing the latter's high-level semantic content, which makes it feasible to employ neural style transfer as a data augmentation method to add more variation to the training dataset. The contribution of this paper is a thorough evaluation of the effectiveness of the neural style transfer as a data augmentation method for image classification tasks. We explore the state-of-the-art neural style transfer algorithms and apply them as a data augmentation method on Caltech 101 and Caltech 256 dataset, where we found around 2% improvement from 83% to 85% of the image classification accuracy with VGG16, compared with traditional data augmentation strategies. We also combine this new method with conventional data augmentation approaches to further improve the performance of image classification. This work shows the potential of neural style transfer in computer vision field, such as helping us to reduce the difficulty of collecting sufficient labelled data and improve the performance of generic image-based deep learning algorithms.

📄 PDF Abstract BibTeX arXiv:1909.01056

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationData AugmentationGeneral Classificationimage-classificationImage ClassificationStyle Transfer

Similar Papers 제목 키워드 기반

Style Augmentation: Data Augmentation via Style Randomization

2018-09-14 · Philip T. Jackson, Amir Atapour-Abarghouei, Stephen Bonner, Toby Breckon 외

We introduce style augmentation, a new form of data augmentation based on random style transfer, for improving the robustness of convolutional neural networks (CNN) over both classification and regression based tasks. Du…

ClassificationData AugmentationDepth EstimationDomain Adaptation+3

Data Augmentation Through Random Style Replacement

2025-04-14 · Qikai Yang, Cheng Ji, Huaiying Luo, Panfeng Li 외

In this paper, we introduce a novel data augmentation technique that combines the advantages of style augmentation and random erasing by selectively replacing image subregions with style-transferred patches. Our approach…

Data AugmentationStyle Transfer

A decreasing scaling transition scheme from Adam to SGD

2021-06-12 · Kun Zeng, Jinlan Liu, Zhixia Jiang, Dongpo Xu

Adaptive gradient algorithm (AdaGrad) and its variants, such as RMSProp, Adam, AMSGrad, etc, have been widely used in deep learning. Although these algorithms are faster in the early phase of training, their generalizati…

FastAdaBelief: Improving Convergence Rate for Belief-based Adaptive Optimizers by Exploiting Strong Convexity

2021-04-28 · Yangfan Zhou, Kaizhu Huang, Cheng Cheng, Xuguang Wang 외

AdaBelief, one of the current best optimizers, demonstrates superior generalization ability compared to the popular Adam algorithm by viewing the exponential moving average of observed gradients. AdaBelief is theoretical…

Image ClassificationLanguage Modelling

FastAdaSP: Multitask-Adapted Efficient Inference for Large Speech Language Model

2024-10-03 · Yichen Lu, Jiaqi Song, Chao-Han Huck Yang, Shinji Watanabe

In this study, we aim to explore Multitask Speech Language Model (SpeechLM) efficient inference via token reduction. Unlike other modalities such as vision or text, speech has unique temporal dependencies, making previou…

Emotion RecognitionLanguage ModelingLanguage ModellingQuestion Answering+1