EXACT: How to Train Your Accuracy
Machine Learning
2024-07-25 v5 Computer Vision and Pattern Recognition
Abstract
Classification tasks are usually evaluated in terms of accuracy. However, accuracy is discontinuous and cannot be directly optimized using gradient ascent. Popular methods minimize cross-entropy, hinge loss, or other surrogate losses, which can lead to suboptimal results. In this paper, we propose a new optimization framework by introducing stochasticity to a model's output and optimizing expected accuracy, i.e. accuracy of the stochastic model. Extensive experiments on linear models and deep image classification show that the proposed optimization method is a powerful alternative to widely used classification losses.
Cite
@article{arxiv.2205.09615,
title = {EXACT: How to Train Your Accuracy},
author = {Ivan Karpukhin and Stanislav Dereka and Sergey Kolesnikov},
journal= {arXiv preprint arXiv:2205.09615},
year = {2024}
}
Comments
Pattern Recognition Letters (2024)