paper-with-me

Papers

Learning Surrogate Losses

2019-05-24 · Josif Grabocka, Randolf Scholz, Lars Schmidt-Thieme

The minimization of loss functions is the heart and soul of Machine Learning. In this paper, we propose an off-the-shelf optimization approach that can minimize virtually any non-differentiable and non-decomposable loss function (e.g. Miss-classification Rate, AUC, F1, Jaccard Index, Mathew Correlation Coefficient, etc.) seamlessly. Our strategy learns smooth relaxation versions of the true losses by approximating them through a surrogate neural network. The proposed loss networks are set-wise models which are invariant to the order of mini-batch instances. Ultimately, the surrogate losses are learned jointly with the prediction model via bilevel optimization. Empirical results on multiple datasets with diverse real-life loss functions compared with state-of-the-art baselines demonstrate the efficiency of learning surrogate losses.

📄 PDF Abstract BibTeX arXiv:1905.10108

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel OptimizationGeneral Classification

Similar Papers 제목 키워드 기반

Theoretically Grounded Loss Functions and Algorithms for Score-Based Multi-Class Abstention

2023-10-23 · Anqi Mao, Mehryar Mohri, Yutao Zhong

Learning with abstention is a key scenario where the learner can abstain from making a prediction at some cost. In this paper, we analyze the score-based formulation of learning with abstention in the multi-class classif…

Multi-class Classification

Establishing Linear Surrogate Regret Bounds for Convex Smooth Losses via Convolutional Fenchel-Young Losses

2025-05-14 · Yuzhou Cao, Han Bao, Lei Feng, Bo An

Surrogate regret bounds, also known as excess risk bounds, bridge the gap between the convergence rates of surrogate and target losses, with linear bounds favorable for their lossless regret transfer. While convex smooth…

On the Efficient Minimization of Classification Calibrated Surrogates

2008-12-01 · NeurIPS 2008 12 · Richard Nock, Frank Nielsen

Bartlett et al (2006) recently proved that a ground condition for convex surrogates, classification calibration, ties up the minimization of the surrogates and classification risks, and left as an important problem the a…

ClassificationGeneral Classification

Calibration and Consistency of Adversarial Surrogate Losses

2021-04-19 · NeurIPS 2021 12 · Pranjal Awasthi, Natalie Frank, Anqi Mao, Mehryar Mohri 외

Adversarial robustness is an increasingly critical property of classifiers in applications. The design of robust algorithms relies on surrogate losses since the optimization of the adversarial loss with most hypothesis s…

Adversarial Robustness

Structured Prediction with Stronger Consistency Guarantees

2023-09-21 · NeurIPS 2023 11

We present an extensive study of surrogate losses for structured prediction supported by *$H$-consistency bounds*. These are recently introduced guarantees that are more relevant to learning than Bayes-consistency, since…