# Devil is in the Edges: Learning Semantic Boundaries from Noisy   Annotations

**Authors:** David Acuna, Amlan Kar, Sanja Fidler

arXiv: 1904.07934 · 2019-06-11

## TL;DR

This paper introduces a novel method for semantic boundary detection that explicitly models annotation noise, leading to sharper boundary predictions and improved performance over existing methods, while also enhancing coarse segmentation labels.

## Contribution

It proposes a new layer and loss function that reason about annotation noise and true boundaries, improving boundary detection accuracy in noisy datasets.

## Key findings

- Over 4% improvement in MF(ODS)
- 18.61% increase in AP
- Enhanced coarse segmentation labels

## Abstract

We tackle the problem of semantic boundary prediction, which aims to identify pixels that belong to object(class) boundaries. We notice that relevant datasets consist of a significant level of label noise, reflecting the fact that precise annotations are laborious to get and thus annotators trade-off quality with efficiency. We aim to learn sharp and precise semantic boundaries by explicitly reasoning about annotation noise during training. We propose a simple new layer and loss that can be used with existing learning-based boundary detectors. Our layer/loss enforces the detector to predict a maximum response along the normal direction at an edge, while also regularizing its direction. We further reason about true object boundaries during training using a level set formulation, which allows the network to learn from misaligned labels in an end-to-end fashion. Experiments show that we improve over the CASENet backbone network by more than 4% in terms of MF(ODS) and 18.61% in terms of AP, outperforming all current state-of-the-art methods including those that deal with alignment. Furthermore, we show that our learned network can be used to significantly improve coarse segmentation labels, lending itself as an efficient way to label new data.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.07934/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1904.07934/full.md

## References

39 references — full list in the complete paper: https://tomesphere.com/paper/1904.07934/full.md

---
Source: https://tomesphere.com/paper/1904.07934