paper-with-me

Papers

Soft Augmentation for Image Classification

2022-11-09 · CVPR 2023 1 · Yang Liu, Shen Yan, Laura Leal-Taixé, James Hays, Deva Ramanan

Modern neural networks are over-parameterized and thus rely on strong regularization such as data augmentation and weight decay to reduce overfitting and improve generalization. The dominant form of data augmentation applies invariant transforms, where the learning target of a sample is invariant to the transform applied to that sample. We draw inspiration from human visual classification studies and propose generalizing augmentation with invariant transforms to soft augmentation where the learning target softens non-linearly as a function of the degree of the transform applied to the sample: e.g., more aggressive image crop augmentations produce less confident learning targets. We demonstrate that soft targets allow for more aggressive data augmentation, offer more robust performance boosts, work with other augmentation policies, and interestingly, produce better calibrated models (since they are trained to be less confident on aggressively cropped/occluded examples). Combined with existing aggressive augmentation strategies, soft target 1) doubles the top-1 accuracy boost across Cifar-10, Cifar-100, ImageNet-1K, and ImageNet-V2, 2) improves model occlusion performance by up to $4\times$, and 3) halves the expected calibration error (ECE). Finally, we show that soft augmentation generalizes to self-supervised classification tasks. Code available at https://github.com/youngleox/soft_augmentation

📄 PDF Abstract BibTeX arXiv:2211.04625

Code (1)

youngleox/soft_augmentation 공식 구현 pytorch

Tasks

ClassificationData Augmentationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Data Augmentation for Conflict and Duplicate Detection in Software Engineering Sentence Pairs

2023-05-16 · Garima Malik, Mucahit Cevik, Ayşe Başar

This paper explores the use of text data augmentation techniques to enhance conflict and duplicate detection in software engineering tasks through sentence pair classification. The study adapts generic augmentation techn…

Data AugmentationLEMMASentenceSentence-Pair Classification+1

Invariance encoding in sliced-Wasserstein space for image classification with limited training data

2022-01-09 · Mohammad Shifat E Rabbi, Yan Zhuang, Shiying Li, Abu Hasnat Mohammad Rubaiyat 외

Deep convolutional neural networks (CNNs) are broadly considered to be state-of-the-art generic end-to-end image classification systems. However, they are known to underperform when training data are limited and thus req…

Data Augmentationimage-classificationImage Classification

Data Augmentation using Random Image Cropping and Patching for Deep CNNs

2018-11-22 · Ryo Takahashi, Takashi Matsubara, Kuniaki Uehara

Deep convolutional neural networks (CNNs) have achieved remarkable results in image processing tasks. However, their high expression ability risks overfitting. Consequently, data augmentation techniques have been propose…

Data AugmentationImage AugmentationImage CroppingRetrieval

Advancing Speaker-Based Vocal Effort Classification with WavLM and Data Augmentation in Naturalistic Non-Calibrated Speech Recordings

2026-06-25 · Zahra Omidi, John H. L. Hansen arxiv

The variations in vocal effort range (e.g. whisper, soft, neutral, loud, shout) alter production and speech acoustics, reducing intelligibility and limiting the robustness of any subsequent speech technology. Classificat…

Data Augmentation

A CNN toolbox for skin cancer classification

2019-08-21 · Fabrizio Nunnari, Daniel Sonntag

We describe a software toolbox for the configuration of deep neural networks in the domain of skin cancer classification. The implemented software architecture allows developers to quickly set up new convolutional neural…

AutoMLCancer ClassificationClassificationGeneral Classification+2