paper-with-me

Papers

A Convex Surrogate Operator for General Non-Modular Loss Functions

2016-04-12 · Jiaqian Yu, Matthew Blaschko

Empirical risk minimization frequently employs convex surrogates to underlying discrete loss functions in order to achieve computational tractability during optimization. However, classical convex surrogates can only tightly bound modular loss functions, sub-modular functions or supermodular functions separately while maintaining polynomial time computation. In this work, a novel generic convex surrogate for general non-modular loss functions is introduced, which provides for the first time a tractable solution for loss functions that are neither super-modular nor submodular. This convex surro-gate is based on a submodular-supermodular decomposition for which the existence and uniqueness is proven in this paper. It takes the sum of two convex surrogates that separately bound the supermodular component and the submodular component using slack-rescaling and the Lov{\'a}sz hinge, respectively. It is further proven that this surrogate is convex , piecewise linear, an extension of the loss function, and for which subgradient computation is polynomial time. Empirical results are reported on a non-submodular loss based on the S{{\o}}rensen-Dice difference function, and a real-world face track dataset with tens of thousands of frames, demonstrating the improved performance, efficiency, and scalabil-ity of the novel convex surrogate.

📄 PDF Abstract BibTeX arXiv:1604.03373

Code (1)

yjq8812/aistats2016 공식 구현

Similar Papers 제목 키워드 기반

The Lovász Hinge: A Novel Convex Surrogate for Submodular Losses

2015-12-24 · Jiaqian Yu, Matthew Blaschko

Learning with non-modular losses is an important problem when sets of predictions are made simultaneously. The main tools for constructing convex surrogate loss functions for set prediction are margin rescaling and slack…

Slack and Margin Rescaling as Convex Extensions of Supermodular Functions

2016-06-19 · Matthew B. Blaschko

Slack and margin rescaling are variants of the structured output SVM, which is frequently applied to problems in computer vision such as image segmentation, object localization, and learning parts based object models. Th…

Image SegmentationObject LocalizationSemantic SegmentationStructured Prediction

Convex Calibration Dimension for Multiclass Loss Matrices

2014-08-12 · Harish G. Ramaswamy, Shivani Agarwal

We study consistency properties of surrogate loss functions for general multiclass learning problems, defined by a general multiclass loss matrix. We extend the notion of classification calibration, which has been studie…

General Classification

Consistent Robust Adversarial Prediction for General Multiclass Classification

2018-12-18 · Rizal Fathony, Kaiser Asif, Anqi Liu, Mohammad Ali Bashiri 외

We propose a robust adversarial prediction framework for general multiclass classification. Our method seeks predictive distributions that robustly optimize non-convex and non-continuous multiclass loss metrics against t…

ClassificationGeneral ClassificationPrediction

Misclassification excess risk bounds for PAC-Bayesian classification via convexified loss

2024-08-16 · The Tien Mai

PAC-Bayesian bounds have proven to be a valuable tool for deriving generalization bounds and for designing new learning algorithms in machine learning. However, it typically focus on providing generalization bounds with …

Generalization Bounds