Skip to content

Code for the paper Classification Confidence Estimation with Test-Time Data-Augmentation

Notifications You must be signed in to change notification settings

YuvalBahat/Confidence-Estimation

Repository files navigation

Confidence-Estimation

Code for the paper "Classification Confidence Estimation with Test-Time Data-Augmentation", by Yuval Bahat and Greg Shakhnarovich.

Usage insturctions:

1.Update the desired experiment parameters in main.py
2.Update the relevant dataset path in utils.py
3.Run main.py

Subsets Partition

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}
}

About

Code for the paper Classification Confidence Estimation with Test-Time Data-Augmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages