paper-with-me

홈 › Papers

Regularizing Deep Networks with Semantic Data Augmentation

2020-07-21 · Yulin Wang, Gao Huang, Shiji Song, Xuran Pan, Yitong Xia, Cheng Wu

Data augmentation is widely known as a simple yet surprisingly effective technique for regularizing deep networks. Conventional data augmentation schemes, e.g., flipping, translation or rotation, are low-level, data-independent and class-agnostic operations, leading to limited diversity for augmented samples. To this end, we propose a novel semantic data augmentation algorithm to complement traditional approaches. The proposed method is inspired by the intriguing property that deep networks are effective in learning linearized features, i.e., certain directions in the deep feature space correspond to meaningful semantic transformations, e.g., changing the background or view angle of an object. Based on this observation, translating training samples along many such directions in the feature space can effectively augment the dataset for more diversity. To implement this idea, we first introduce a sampling based method to obtain semantically meaningful directions efficiently. Then, an upper bound of the expected cross-entropy (CE) loss on the augmented training set is derived by assuming the number of augmented samples goes to infinity, yielding a highly efficient algorithm. In fact, we show that the proposed implicit semantic data augmentation (ISDA) algorithm amounts to minimizing a novel robust CE loss, which adds minimal extra computational cost to a normal training procedure. In addition to supervised learning, ISDA can be applied to semi-supervised learning tasks under the consistency regularization framework, where ISDA amounts to minimizing the upper bound of the expected KL-divergence between the augmented features and the original features. Although being simple, ISDA consistently improves the generalization performance of popular deep models (e.g., ResNets and DenseNets) on a variety of datasets, i.e., CIFAR-10, CIFAR-100, SVHN, ImageNet, and Cityscapes.

📄 PDF Abstract BibTeX arXiv:2007.10538

Code (1)

blackfeather-wang/ISDA-for-Deep-Networks 공식 구현 pytorch

Tasks

Data AugmentationDiversity

Similar Papers 제목 키워드 기반

SoftEdge: Regularizing Graph Classification with Random Soft Edges

2022-04-21 · Hongyu Guo, Sun Sun

Augmented graphs play a vital role in regularizing Graph Neural Networks (GNNs), which leverage information exchange along edges in graphs, in the form of message passing, for learning. Due to their effectiveness, simple…

ClassificationData AugmentationGraph Classification

Semantic-aware Data Augmentation for Text-to-image Synthesis

2023-12-13 · Zhaorui Tan, Xi Yang, Kaizhu Huang

Data augmentation has been recently leveraged as an effective regularizer in various vision-language deep neural networks. However, in text-to-image synthesis (T2Isyn), current augmentation wisdom still suffers from the …

Data AugmentationImage Generation

Semantic Data Augmentation for End-to-End Mandarin Speech Recognition

2021-04-26 · Jianwei Sun, Zhiyuan Tang, Hengxin Yin, Wei Wang 외

End-to-end models have gradually become the preferred option for automatic speech recognition (ASR) applications. During the training of end-to-end ASR, data augmentation is a quite effective technique for regularizing t…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data Augmentationspeech-recognition+1

Shift from Texture-bias to Shape-bias: Edge Deformation-based Augmentation for Robust Object Recognition

2023-01-01 · ICCV 2023 1 · Xilin He, Qinliang Lin, Cheng Luo, Weicheng Xie 외

Recent studies have shown the vulnerability of CNNs under perturbation noises, which is partially caused by the reason that the well-trained CNNs are too biased toward the object texture, i.e., they make predictions …

Object Recognition

Conditional Augmentation for Generative Modeling

2020-01-01 · ICML 2020 1 · Heewoo Jun, Rewon Child, Mark Chen, John Schulman 외

We present conditional augmentation (CondAugment), a simple and powerful method of regularizing generative models. Core to our approach is applying augmentation functions to data and then conditioning the generative mode…

Data AugmentationSelf-Supervised Learning