CVMay 6, 2019

SEMEDA: Enhancing Segmentation Precision with Semantic Edge Aware Loss

arXiv:1905.01892v129 citations
Originality Incremental advance
AI Analysis

This work addresses boundary precision issues in semantic segmentation for computer vision applications, offering an incremental improvement with a plug-in loss function.

The paper tackles the problem of inaccurate object boundaries and holes in semantic segmentation predictions by proposing SEMEDA, a semantic edge-aware loss that improves mask structure, achieving enhanced segmentation performance on Pascal VOC 2012 and Cityscapes datasets.

While nowadays deep neural networks achieve impressive performances on semantic segmentation tasks, they are usually trained by optimizing pixel-wise losses such as cross-entropy. As a result, the predictions outputted by such networks usually struggle to accurately capture the object boundaries and exhibit holes inside the objects. In this paper, we propose a novel approach to improve the structure of the predicted segmentation masks. We introduce a novel semantic edge detection network, which allows to match the predicted and ground truth segmentation masks. This Semantic Edge-Aware strategy (SEMEDA) can be combined with any backbone deep network in an end-to-end training framework. Through thorough experimental validation on Pascal VOC 2012 and Cityscapes datasets, we show that the proposed SEMEDA approach enhances the structure of the predicted segmentation masks by enforcing sharp boundaries and avoiding discontinuities inside objects, improving the segmentation performance. In addition, our semantic edge-aware loss can be integrated into any popular segmentation network without requiring any additional annotation and with negligible computational load, as compared to standard pixel-wise cross-entropy loss.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes