paper-with-me

Papers

Combining Ensembles and Data Augmentation can Harm your Calibration

2020-10-19 · ICLR 2021 1 · Yeming Wen, Ghassen Jerfel, Rafael Muller, Michael W. Dusenberry, Jasper Snoek, Balaji Lakshminarayanan, Dustin Tran

Ensemble methods which average over multiple neural network predictions are a simple approach to improve a model's calibration and robustness. Similarly, data augmentation techniques, which encode prior information in the form of invariant feature transformations, are effective for improving calibration and robustness. In this paper, we show a surprising pathology: combining ensembles and data augmentation can harm model calibration. This leads to a trade-off in practice, whereby improved accuracy by combining the two techniques comes at the expense of calibration. On the other hand, selecting only one of the techniques ensures good uncertainty estimates at the expense of accuracy. We investigate this pathology and identify a compounding under-confidence among methods which marginalize over sets of weights and data augmentation techniques which soften labels. Finally, we propose a simple correction, achieving the best of both worlds with significant accuracy and calibration gains over using only ensembles or data augmentation individually. Applying the correction produces new state-of-the art in uncertainty calibration across CIFAR-10, CIFAR-100, and ImageNet.

📄 PDF Abstract BibTeX arXiv:2010.09875

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Feature transforms for image data augmentation

2022-01-24 · Loris Nanni, Michelangelo Paci, Sheryl Brahnam, Alessandra Lumini

A problem with Convolutional Neural Networks (CNNs) is that they require large datasets to obtain adequate robustness; on small datasets, they are prone to overfitting. Many methods have been proposed to overcome this sh…

Data Augmentationimage-classificationImage ClassificationImage Manipulation

Bootstrap Your Own Variance

2023-12-06 · Polina Turishcheva, Jason Ramapuram, Sinead Williamson, Dan Busbridge 외

Understanding model uncertainty is important for many applications. We propose Bootstrap Your Own Variance (BYOV), combining Bootstrap Your Own Latent (BYOL), a negative-free Self-Supervised Learning (SSL) algorithm, wit…

Self-Supervised Learning

An Ensemble of Convolutional Neural Networks for Audio Classification

2020-07-15 · Loris Nanni, Gianluca Maguolo, Sheryl Brahnam, Michelangelo Paci

In this paper, ensembles of classifiers that exploit several data augmentation techniques and four signal representations for training Convolutional Neural Networks (CNNs) for audio classification are presented and teste…

Audio ClassificationClassificationData AugmentationEnvironmental Sound Classification+2

Back Translation Survey for Improving Text Augmentation

2021-02-19 · Matthew Ciolino, David Noever, Josh Kalin

Natural Language Processing (NLP) relies heavily on training data. Transformers, as they have gotten bigger, have required massive amounts of training data. To satisfy this requirement, text augmentation should be looked…

SentenceSurveyText AugmentationTranslation

MixPro: Simple yet Effective Data Augmentation for Prompt-based Learning

2023-04-19 · Bohan Li, Longxu Dou, Yutai Hou, Yunlong Feng 외

Prompt-based learning has shown considerable promise in reformulating various downstream tasks as cloze problems by combining original input with a predetermined template. This approach demonstrates its effectiveness, es…

Data AugmentationFew-Shot LearningSentence