paper-with-me

Papers

Evolving Loss Functions for Specific Image Augmentation Techniques

2024-04-09 · Brandon Morgan, Dean Hougen

Previous work in Neural Loss Function Search (NLFS) has shown a lack of correlation between smaller surrogate functions and large convolutional neural networks with massive regularization. We expand upon this research by revealing another disparity that exists, correlation between different types of image augmentation techniques. We show that different loss functions can perform well on certain image augmentation techniques, while performing poorly on others. We exploit this disparity by performing an evolutionary search on five types of image augmentation techniques in the hopes of finding image augmentation specific loss functions. The best loss functions from each evolution were then taken and transferred to WideResNet-28-10 on CIFAR-10 and CIFAR-100 across each of the five image augmentation techniques. The best from that were then taken and evaluated by fine-tuning EfficientNetV2Small on the CARS, Oxford-Flowers, and Caltech datasets across each of the five image augmentation techniques. Multiple loss functions were found that outperformed cross-entropy across multiple experiments. In the end, we found a single loss function, which we called the inverse bessel logarithm loss, that was able to outperform cross-entropy across the majority of experiments.

📄 PDF Abstract BibTeX arXiv:2404.06633

Code (0)

등록된 구현이 없습니다.

Tasks

Image Augmentation

Similar Papers 제목 키워드 기반

Evaluation of Data Augmentation and Loss Functions in Semantic Image Segmentation for Drilling Tool Wear Detection

2023-02-10 · Elke Schlager, Andreas Windisch, Lukas Hanna, Thomas Klünsner 외

Tool wear monitoring is crucial for quality control and cost reduction in manufacturing processes, of which drilling applications are one example. In this paper, we present a U-Net based semantic image segmentation pipel…

Binary ClassificationData AugmentationImage SegmentationSemantic Segmentation

Data Augmentation for Text Generation Without Any Augmented Data

2021-05-28 · ACL 2021 5 · Wei Bi, Huayang Li, Jiacheng Huang

Data augmentation is an effective way to improve the performance of many neural text generation models. However, current data augmentation methods need to define or choose proper data mapping functions that map the origi…

Data AugmentationText Generation

FusiformNet: Extracting Discriminative Facial Features on Different Levels

2020-11-01 · Kyo Takano

Over the last several years, research on facial recognition based on Deep Neural Network has evolved with approaches like task-specific loss functions, image normalization and augmentation, network architectures, etc. Ho…

Image Augmentation

EntAugment: Entropy-Driven Adaptive Data Augmentation Framework for Image Classification

2024-09-10 · Suorong Yang, Furao Shen, Jian Zhao

Data augmentation (DA) has been widely used to improve the generalization of deep neural networks. While existing DA methods have proven effective, they often rely on augmentation operations with random magnitudes to eac…

Data Augmentationimage-classificationImage Classification

TeachAugment: Data Augmentation Optimization Using Teacher Knowledge

2022-02-25 · CVPR 2022 1 · Teppei Suzuki

Optimization of image transformation functions for the purpose of data augmentation has been intensively studied. In particular, adversarial data augmentation strategies, which search augmentation maximizing task loss, s…

Data Augmentationimage-classificationImage ClassificationRepresentation Learning+1