paper-with-me

Papers

Optimizing Expected Intersection-Over-Union With Candidate-Constrained CRFs

2015-12-01 · ICCV 2015 12 · Faruk Ahmed, Dany Tarlow, Dhruv Batra

We study the question of how to make loss-aware predictions in image segmentation settings where the evaluation function is the Intersection-over-Union (IoU) measure that is used widely in evaluating image segmentation systems. Currently, there are two dominant approaches: the first approximates the Expected-IoU (EIoU) score as Expected-Intersection-over-Expected-Union (EIoEU); and the second approach is to compute exact EIoU but only over a small set of high-quality candidate solutions. We begin by asking which approach we should favor for two typical image segmentation tasks. Studying this question leads to two new methods that draw ideas from both existing approaches. Our new methods use the EIoEU approximation paired with high quality candidate solutions. Experimentally we show that our new approaches lead to improved performance on both image segmentation tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

The Lovász-Softmax loss: A tractable surrogate for the optimization of the intersection-over-union measure in neural networks

2017-05-24 · CVPR 2018 6 · Maxim Berman, Amal Rannen Triki, Matthew B. Blaschko

The Jaccard index, also referred to as the intersection-over-union score, is commonly employed in the evaluation of image segmentation results given its perceptual qualities, scale invariance - which lends appropriate re…

Image SegmentationSegmentationSemantic Segmentation

The Lovász-Softmax Loss: A Tractable Surrogate for the Optimization of the Intersection-Over-Union Measure in Neural Networks

2018-06-01 · CVPR 2018 6 · Maxim Berman, Amal Rannen Triki, Matthew B. Blaschko

The Jaccard index, also referred to as the intersection-over-union score, is commonly employed in the evaluation of image segmentation results given its perceptual qualities, scale invariance - which lends appropriate re…

Image SegmentationSegmentationSemantic Segmentation

Union-over-Intersections: Object Detection beyond Winner-Takes-All

2023-11-30 · Aritra Bhowmik, Pascal Mettes, Martin R. Oswald, Cees G. M. Snoek

This paper revisits the problem of predicting box locations in object detection architectures. Typically, each box proposal or box query aims to directly maximize the intersection-over-union score with the ground truth, …

AllInstance SegmentationObjectobject-detection+4

Generalized Intersection over Union: A Metric and A Loss for Bounding Box Regression

2019-02-25 · CVPR 2019 6 · Hamid Rezatofighi, Nathan Tsoi, JunYoung Gwak, Amir Sadeghian 외

Intersection over Union (IoU) is the most popular evaluation metric used in the object detection benchmarks. However, there is a gap between optimizing the commonly used distance losses for regressing the parameters of a…

Objectobject-detectionObject Detectionregression

IoU is not submodular

2018-09-03 · Tanguy Kerdoncuff, Rémi Emonet

This short article aims at demonstrate that the Intersection over Union (or Jaccard index) is not a submodular function. This mistake has been made in an article which is cited and used as a foundation in another article…

BIG-bench Machine LearningSegmentationSemantic Segmentation