paper-with-me

Papers

Principled Algorithms for Optimizing Generalized Metrics in Binary Classification

2025-12-29 · Anqi Mao, Mehryar Mohri, Yutao Zhong arxiv

In applications with significant class imbalance or asymmetric costs, metrics such as the $F_β$-measure, AM measure, Jaccard similarity coefficient, and weighted accuracy offer more suitable evaluation criteria than standard binary classification loss. However, optimizing these metrics present significant computational and statistical challenges. Existing approaches often rely on the characterization of the Bayes-optimal classifier, and use threshold-based methods that first estimate class probabilities and then seek an optimal threshold. This leads to algorithms that are not tailored to restricted hypothesis sets and lack finite-sample performance guarantees. In this work, we introduce principled algorithms for optimizing generalized metrics, supported by $H$-consistency and finite-sample generalization bounds. Our approach reformulates metric optimization as a generalized cost-sensitive learning problem, enabling the design of novel surrogate loss functions with provable $H$-consistency guarantees. Leveraging this framework, we develop new algorithms, METRO (Metric Optimization), with strong theoretical performance guarantees. We report the results of experiments demonstrating the effectiveness of our methods compared to prior baselines.

📄 PDF Abstract BibTeX arXiv:2512.23133

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Principled Algorithms for Optimizing Generalized Metrics in Multi-Label Learning

2026-05-27 · Mehryar Mohri, Yutao Zhong arxiv

Many real-world classification tasks require predicting multiple labels per instance, necessitating the optimization of complex evaluation metrics such as the $F$-measure and Jaccard index. While the Empirical Utility Ma…

Multi-Label Learning

Consistent Binary Classification with Generalized Performance Metrics

2014-12-01 · NeurIPS 2014 12 · Oluwasanmi O. Koyejo, Nagarajan Natarajan, Pradeep K. Ravikumar, Inderjit S. Dhillon

Performance metrics for binary classification are designed to capture tradeoffs between four fundamental population quantities: true positives, false positives, true negatives and false negatives. Despite significant int…

Binary ClassificationClassificationGeneral Classification

Submodular Hamming Metrics

2015-11-06 · NeurIPS 2015 12 · Jennifer Gillenwater, Rishabh Iyer, Bethany Lusch, Rahul Kidambi 외

We show that there is a largely unexplored class of functions (positive polymatroids) that can define proper discrete metrics over pairs of binary vectors and that are fairly tractable to optimize over. By exploiting sub…

Clustering

Combining Varied Learners for Binary Classification using Stacked Generalization

2022-02-17 · Sruthi Nair, Abhishek Gupta, Raunak Joshi, Vidya Chitre

The Machine Learning has various learning algorithms that are better in some or the other aspect when compared with each other but a common error that all algorithms will suffer from is training data with very high dimen…

Binary ClassificationClassificationEnsemble Learning

Towards Searching Efficient and Accurate Neural Network Architectures in Binary Classification Problems

2021-01-16 · Yigit Alparslan, Ethan Jacob Moyer, Isamu Mclean Isozaki, Daniel Schwartz 외

In recent years, deep neural networks have had great success in machine learning and pattern recognition. Architecture size for a neural network contributes significantly to the success of any neural network. In this stu…

BIG-bench Machine LearningBinary ClassificationClassificationGeneral Classification