Learning to Refine Object Contours with a Top-Down Fully Convolutional Encoder-Decoder Network
Yahui Liu, Jian Yao, Li Li, Xiaohu Lu, Jing Han

TL;DR
This paper introduces TD-CEDN, a top-down fully convolutional encoder-decoder network for contour detection that effectively learns multi-scale features and refines predictions, achieving state-of-the-art results on multiple datasets.
Contribution
The paper proposes a novel top-down refinement approach in an encoder-decoder network for contour detection, improving accuracy over previous methods.
Findings
Achieved state-of-the-art F-score of 0.788 on BSDS500
Outperformed previous methods on PASCAL VOC2012 with 0.588 F-score
Attained 0.735 F-score on NYU Depth dataset
Abstract
We develop a novel deep contour detection algorithm with a top-down fully convolutional encoder-decoder network. Our proposed method, named TD-CEDN, solves two important issues in this low-level vision problem: (1) learning multi-scale and multi-level features; and (2) applying an effective top-down refined approach in the networks. TD-CEDN performs the pixel-wise prediction by means of leveraging features at all layers of the net. Unlike skip connections and previous encoder-decoder methods, we first learn a coarse feature map after the encoder stage in a feedforward pass, and then refine this feature map in a top-down strategy during the decoder stage utilizing features at successively lower layers. Therefore, the deconvolutional process is conducted stepwise, which is guided by Deeply-Supervision Net providing the integrated direct supervision. The above proposed technologies lead to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Advanced Image and Video Retrieval Techniques
