Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Normalized Cut Loss for Weakly-supervised CNN Segmentation

About

Most recent semantic segmentation methods train deep convolutional neural networks with fully annotated masks requiring pixel-accuracy for good quality training. Common weakly-supervised approaches generate full masks from partial input (e.g. scribbles or seeds) using standard interactive segmentation methods as preprocessing. But, errors in such masks result in poorer training since standard loss functions (e.g. cross-entropy) do not distinguish seeds from potentially mislabeled other pixels. Inspired by the general ideas in semi-supervised learning, we address these problems via a new principled loss function evaluating network output with criteria standard in "shallow" segmentation, e.g. normalized cut. Unlike prior work, the cross entropy part of our loss evaluates only seeds where labels are known while normalized cut softly evaluates consistency of all pixels. We focus on normalized cut loss where dense Gaussian kernel is efficiently implemented in linear time by fast Bilateral filtering. Our normalized cut loss approach to segmentation brings the quality of weakly-supervised training significantly closer to fully supervised methods.

Meng Tang, Abdelaziz Djelouah, Federico Perazzi, Yuri Boykov, Christopher Schroers• 2018

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU76.8
2204
Semantic segmentationPASCAL VOC 2012 (test)
mIoU74.5
1477
Semantic segmentationPascal VOC augmented 2012 (val)
mIoU74.5
162
Medical Image SegmentationMSCMRseg 5-scribble supervised (test)
Dice (LV)45.4
9
Scribble-supervised cardiac segmentationMyoPS
Dice (Scar)24.2
8
Showing 5 of 5 rows

Other info

Follow for update