Holistically-Nested Edge Detection

Abstract

We develop a new edge detection algorithm that addresses two critical issues in this long-standing vision problem: (1) holistic image training; and (2) multi-scale feature learning. Our proposed method, holistically-nested edge detection (HED), turns pixel-wise edge classification into image-to-image prediction by means of a deep learning model that leverages fully convolutional neural networks and deeply-supervised nets. HED automatically learns rich hierarchical representations (guided by deep supervision on side responses) that are crucially important in order to approach the human ability to resolve the challenging ambiguity in edge and object boundary detection. We significantly advance the state-of-the-art on the BSD500 dataset (ODS F-score of 0.782) and the NYU Depth dataset (ODS F-score of 0.746), and do so with an improved speed (0.4 second per image) that is orders of magnitude faster than recent CNN-based edge detection algorithms.

Cite

Text

Xie and Tu. "Holistically-Nested Edge Detection." International Conference on Computer Vision, 2015. doi:10.1109/ICCV.2015.164

Markdown

[Xie and Tu. "Holistically-Nested Edge Detection." International Conference on Computer Vision, 2015.](https://mlanthology.org/iccv/2015/xie2015iccv-holisticallynested/) doi:10.1109/ICCV.2015.164

BibTeX

@inproceedings{xie2015iccv-holisticallynested,
  title     = {{Holistically-Nested Edge Detection}},
  author    = {Xie, Saining and Tu, Zhuowen},
  booktitle = {International Conference on Computer Vision},
  year      = {2015},
  doi       = {10.1109/ICCV.2015.164},
  url       = {https://mlanthology.org/iccv/2015/xie2015iccv-holisticallynested/}
}