SOTAVerified

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

2017-05-24CVPR 2018Code Available2· sign in to hype

Maxim Berman, Amal Rannen Triki, Matthew B. Blaschko

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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 relevance to small objects, and appropriate counting of false negatives, in comparison to per-pixel losses. We present a method for direct optimization of the mean intersection-over-union loss in neural networks, in the context of semantic image segmentation, based on the convex Lov\'asz extension of submodular losses. The loss is shown to perform better with respect to the Jaccard index measure than the traditionally used cross-entropy loss. We show quantitative and qualitative differences between optimizing the Jaccard index per image versus optimizing the Jaccard index taken over an entire dataset. We evaluate the impact of our method in a semantic segmentation pipeline and show substantially improved intersection-over-union segmentation scores on the Pascal VOC and Cityscapes datasets using state-of-the-art deep learning segmentation architectures.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Cityscapes testENet + Lovász-SoftmaxMean IoU (class)63.06Unverified
PASCAL VOC 2012 testDeeplab-v2 with Lovasz-Softmax lossMean IoU79Unverified
PASCAL VOC 2012 testDeeplab-v2 + Lovász-SoftmaxMean IoU79Unverified

Reproductions