Optimizing Complex Loss Functions in Structured Prediction

Abstract

In this paper we develop an algorithm for structured prediction that optimizes against complex performance measures, those which are a function of false positive and false negative counts. The approach can be directly applied to performance measures such as F _ β score (natural language processing), intersection over union (image segmentation), Precision/Recall at k (search engines) and ROC area (binary classifiers). We attack this optimization problem by approximating the loss function with a piecewise linear function and relaxing the obtained QP problem to a LP which we solve with an off-the-shelf LP solver. We present experiments on object class-specific segmentation and show significant improvement over baseline approaches that either use simple loss functions or simple compatibility functions on VOC 2009.

Cite

Text

Ranjbar et al. "Optimizing Complex Loss Functions in Structured Prediction." European Conference on Computer Vision, 2010. doi:10.1007/978-3-642-15552-9_42

Markdown

[Ranjbar et al. "Optimizing Complex Loss Functions in Structured Prediction." European Conference on Computer Vision, 2010.](https://mlanthology.org/eccv/2010/ranjbar2010eccv-optimizing/) doi:10.1007/978-3-642-15552-9_42

BibTeX

@inproceedings{ranjbar2010eccv-optimizing,
  title     = {{Optimizing Complex Loss Functions in Structured Prediction}},
  author    = {Ranjbar, Mani and Mori, Greg and Wang, Yang},
  booktitle = {European Conference on Computer Vision},
  year      = {2010},
  pages     = {580-593},
  doi       = {10.1007/978-3-642-15552-9_42},
  url       = {https://mlanthology.org/eccv/2010/ranjbar2010eccv-optimizing/}
}