paper-with-me

Papers

An Efficient Decomposition Framework for Discriminative Segmentation with Supermodular Losses

2017-02-13 · Jiaqian Yu, Matthew B. Blaschko

Several supermodular losses have been shown to improve the perceptual quality of image segmentation in a discriminative framework such as a structured output support vector machine (SVM). These loss functions do not necessarily have the same structure as the one used by the segmentation inference algorithm, and in general, we may have to resort to generic submodular minimization algorithms for loss augmented inference. Although these come with polynomial time guarantees, they are not practical to apply to image scale data. Many supermodular losses come with strong optimization guarantees, but are not readily incorporated in a loss augmented graph cuts procedure. This motivates our strategy of employing the alternating direction method of multipliers (ADMM) decomposition for loss augmented inference. In doing so, we create a new API for the structured SVM that separates the maximum a posteriori (MAP) inference of the model from the loss augmentation during training. In this way, we gain computational efficiency, making new choices of loss functions practical for the first time, while simultaneously making the inference algorithm employed during training closer to the test time procedure. We show improvement both in accuracy and computational performance on the Microsoft Research Grabcut database and a brain structure segmentation task, empirically validating the use of several supermodular loss functions during training, and the improved computational properties of the proposed ADMM approach over the Fujishige-Wolfe minimum norm point algorithm.

📄 PDF Abstract BibTeX arXiv:1702.03690

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyImage SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

Supermodular Rank: Set Function Decomposition and Optimization

2023-05-24 · Rishi Sonthalia, Anna Seigal, Guido Montufar

We define the supermodular rank of a function on a lattice. This is the smallest number of terms needed to decompose it into a sum of supermodular functions. The supermodular summands are defined with respect to differen…

Marginal Weighted Maximum Log-likelihood for Efficient Learning of Perturb-and-Map models

2018-11-21 · Tatiana Shpakova, Francis Bach, Anton Osokin

We consider the structured-output prediction problem through probabilistic approaches and generalize the "perturb-and-MAP" framework to more challenging weighted Hamming losses, which are crucial in applications. While i…

Image SegmentationSemantic Segmentation

Provisions and Economic Capital for Credit Losses

2024-01-15 · Dorinel Bastide, Stéphane Crépey

Based on supermodularity ordering properties, we show that convex risk measures of credit losses are nondecreasing w.r.t. credit-credit and, in a wrong-way risk setup, credit-market, covariances of elliptically distribut…

Management

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

Online SuBmodular + SuPermodular (BP) Maximization with Bandit Feedback

2022-07-07 · Adhyyan Narang, Omid Sadeghi, Lillian J Ratliff, Maryam Fazel 외

In the context of online interactive machine learning with combinatorial objectives, we extend purely submodular prior work to more general non-submodular objectives. This includes: (1) those that are additively decompos…

Computational EfficiencyMovie RecommendationMulti-Armed BanditsRecommendation Systems