paper-with-me

Papers

Augmentations: An Insight into their Effectiveness on Convolution Neural Networks

2022-05-09 · Sabeesh Ethiraj, Bharath Kumar Bolla

Augmentations are the key factor in determining the performance of any neural network as they provide a model with a critical edge in boosting its performance. Their ability to boost a model's robustness depends on two factors, viz-a-viz, the model architecture, and the type of augmentations. Augmentations are very specific to a dataset, and it is not imperative that all kinds of augmentation would necessarily produce a positive effect on a model's performance. Hence there is a need to identify augmentations that perform consistently well across a variety of datasets and also remain invariant to the type of architecture, convolutions, and the number of parameters used. Hence there is a need to identify augmentations that perform consistently well across a variety of datasets and also remain invariant to the type of architecture, convolutions, and the number of parameters used. This paper evaluates the effect of parameters using 3x3 and depth-wise separable convolutions on different augmentation techniques on MNIST, FMNIST, and CIFAR10 datasets. Statistical Evidence shows that techniques such as Cutouts and Random horizontal flip were consistent on both parametrically low and high architectures. Depth-wise separable convolutions outperformed 3x3 convolutions at higher parameters due to their ability to create deeper networks. Augmentations resulted in bridging the accuracy gap between the 3x3 and depth-wise separable convolutions, thus establishing their role in model generalization. At higher number augmentations did not produce a significant change in performance. The synergistic effect of multiple augmentations at higher parameters, with antagonistic effect at lower parameters, was also evaluated. The work proves that a delicate balance between architectural supremacy and augmentations needs to be achieved to enhance a model's performance in any given deep learning task.

📄 PDF Abstract BibTeX arXiv:2205.04064

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/
Random Horizontal Flip RandomHorizontalFlip is a type of image data augmentation which horizontally flips a given image with a given probability. Image Credit: [Apache…

Similar Papers 제목 키워드 기반

Generating Synthetic Data via Augmentations for Improved Facial Resemblance in DreamBooth and InstantID

2025-05-06 · Koray Ulusan, Benjamin Kiefer

The personalization of Stable Diffusion for generating professional portraits from amateur photographs is a burgeoning area, with applications in various downstream contexts. This paper investigates the impact of augment…

AIM: An Auto-Augmenter for Images and Meshes

2022-01-01 · CVPR 2022 1 · Vinit Veerendraveer Singh, Chandra Kambhamettu

Data augmentations are commonly used to increase the robustness of deep neural networks. In most contemporary research, the networks do not decide the augmentations; they are task-agnostic, and grid search determines…

Analyzing the effectiveness of image augmentations for face recognition from limited data

2021-05-18 · Aleksei Zhuchkov

This work presents an analysis of the efficiency of image augmentations for the face recognition problem from limited data. We considered basic manipulations, generative methods, and their combinations for augmentations.…

Face Recognition

Image Augmentations for GAN Training

2020-06-04 · Zhengli Zhao, Zizhao Zhang, Ting Chen, Sameer Singh 외

Data augmentations have been widely studied to improve the accuracy and robustness of classifiers. However, the potential of image augmentation in improving GAN models for image synthesis has not been thoroughly investig…

Image AugmentationImage Generation

Which Augmentation Should I Use? An Empirical Investigation of Augmentations for Self-Supervised Phonocardiogram Representation Learning

2023-12-01 · Aristotelis Ballas, Vasileios Papapanagiotou, Christos Diou

Despite recent advancements in deep learning, its application in real-world medical settings, such as phonocardiogram (PCG) classification, remains limited. A significant barrier is the lack of high-quality annotated dat…

Contrastive LearningRepresentation LearningSelf-Supervised Learning