Code for the paper "Classification Confidence Estimation with Test-Time Data-Augmentation", by Yuval Bahat and Greg Shakhnarovich.
1.Update the desired experiment parameters in main.py
2.Update the relevant dataset path in utils.py
3.Run main.py
The partitions of the different validation datasets into evaluation and experimental subsets are defined in the npz files inside the datasets_partition folder. This folder contains the randomly drawn bootstrapping resampling indices, to allow reproducing the results in the paper.
If you find our work useful in your research or publication, please cite it:
@article{bahat2020classification,
title={Classification confidence estimation with test-time data-augmentation},
author={Bahat, Yuval and Shakhnarovich, Gregory},
journal={arXiv preprint arXiv:2006.16705},
year={2020}
}