Bridging the Gap: Unifying the Training and Evaluation of Neural Network Binary Classifiers
Nathan Tsoi, Kate Candon, Deyuan Li, Yofti Milkessa, Marynel V\'azquez

TL;DR
This paper introduces a unified training method for neural network binary classifiers that directly optimizes evaluation metrics like F1-Score by combining differentiable approximations and probabilistic confusion matrix modeling.
Contribution
It presents a novel approach that unifies training and evaluation by enabling direct optimization of metrics, overcoming limitations of existing techniques.
Findings
Effective in optimizing F1-Score and accuracy
Outperforms traditional training methods in experiments
Applicable across multiple domains
Abstract
While neural network binary classifiers are often evaluated on metrics such as Accuracy and -Score, they are commonly trained with a cross-entropy objective. How can this training-evaluation gap be addressed? While specific techniques have been adopted to optimize certain confusion matrix based metrics, it is challenging or impossible in some cases to generalize the techniques to other metrics. Adversarial learning approaches have also been proposed to optimize networks via confusion matrix based metrics, but they tend to be much slower than common training methods. In this work, we propose a unifying approach to training neural network binary classifiers that combines a differentiable approximation of the Heaviside function with a probabilistic view of the typical confusion matrix values using soft sets. Our theoretical analysis shows the benefit of using our method to optimize…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsImbalanced Data Classification Techniques · Machine Learning and ELM · Neural Networks and Applications
