paper-with-me

홈 › Papers

Calibrated ensembles - a simple way to mitigate ID-OOD accuracy tradeoffs

2021-09-29 · Ananya Kumar, aditi raghunathan, Tengyu Ma, Percy Liang

We often see undesirable tradeoffs in robust machine learning where out-of-distribution (OOD) accuracy is at odds with in-distribution (ID) accuracy. A ‘robust’ classifier obtained via specialized techniques like removing spurious features has better OOD but worse ID accuracy compared to a ‘standard’ classifier trained via vanilla ERM. On six distribution shift datasets, we find that simply ensembling the standard and robust models is a strong baseline---we match the ID accuracy of a standard model with only a small drop in OOD accuracy compared to the robust model. However, calibrating these models in-domain surprisingly improves the OOD accuracy of the ensemble and completely eliminates the tradeoff and we achieve the best of both ID and OOD accuracy over the original models.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Calibrated ensembles can mitigate accuracy tradeoffs under distribution shift

2022-07-18 · Ananya Kumar, Tengyu Ma, Percy Liang, aditi raghunathan

We often see undesirable tradeoffs in robust machine learning where out-of-distribution (OOD) accuracy is at odds with in-distribution (ID) accuracy: a robust classifier obtained via specialized techniques such as removi…

Privacy Leakage Avoidance with Switching Ensembles

2019-11-18 · Rauf Izmailov, Peter Lin, Chris Mesterharm, Samyadeep Basu

We consider membership inference attacks, one of the main privacy issues in machine learning. These recently developed attacks have been proven successful in determining, with confidence better than a random guess, wheth…

BIG-bench Machine Learning

Uncertainty Quantification and Deep Ensembles

2020-07-17 · NeurIPS 2021 12 · Rahul Rahaman, Alexandre H. Thiery

Deep Learning methods are known to suffer from calibration issues: they typically produce over-confident estimates. These problems are exacerbated in the low data regime. Although the calibration of probabilistic models …

Data AugmentationUncertainty Quantification

Diverse Ensembles Improve Calibration

2020-07-08 · Asa Cooper Stickland, Iain Murray

Modern deep neural networks can produce badly calibrated predictions, especially when train and test distributions are mismatched. Training an ensemble of models and averaging their predictions can help alleviate these i…

Data Augmentation

Ensemble Distillation for Structured Prediction: Calibrated, Accurate, Fast-Choose Three

2020-10-13 · EMNLP 2020 11 · Steven Reich, David Mueller, Nicholas Andrews

Modern neural networks do not always produce well-calibrated predictions, even when trained with a proper scoring function such as cross-entropy. In classification settings, simple methods such as isotonic regression or …

Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2