Deep Crisp Boundaries

Abstract

Edge detection had made significant progress with the help of deep Convolutional Networks (ConvNet). ConvNet based edge detectors approached human level performance on standard benchmarks. We provide a systematical study of these detector outputs, and show that they failed to accurately localize edges, which can be adversarial for tasks that require crisp edge inputs. In addition, we propose a novel refinement architecture to address the challenging problem of learning a crisp edge detector using ConvNet. Our method leverages a top-down backward refinement pathway, and progressively increases the resolution of feature maps to generate crisp edges. Our results achieve promising performance on BSDS500, surpassing human accuracy when using standard criteria, and largely outperforming state-of-the-art methods when using more strict criteria. We further demonstrate the benefit of crisp edge maps for estimating optical flow and generating object proposals.

Cite

Text

Wang et al. "Deep Crisp Boundaries." Conference on Computer Vision and Pattern Recognition, 2017. doi:10.1109/CVPR.2017.187

Markdown

[Wang et al. "Deep Crisp Boundaries." Conference on Computer Vision and Pattern Recognition, 2017.](https://mlanthology.org/cvpr/2017/wang2017cvpr-deep/) doi:10.1109/CVPR.2017.187

BibTeX

@inproceedings{wang2017cvpr-deep,
  title     = {{Deep Crisp Boundaries}},
  author    = {Wang, Yupei and Zhao, Xin and Huang, Kaiqi},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2017},
  doi       = {10.1109/CVPR.2017.187},
  url       = {https://mlanthology.org/cvpr/2017/wang2017cvpr-deep/}
}