One-Stage Deep Edge Detection Based on Dense-Scale Feature Fusion and Pixel-Level Imbalance Learning
Dawei Dai, Chunjie Wang, Shuyin Xia, Yingge Liu, Guoyin Wang

TL;DR
This paper introduces a one-stage deep neural network for edge detection that produces high-quality, thin edges directly, eliminating the need for postprocessing steps like NMS and morphological thinning.
Contribution
It proposes a novel encoder-decoder model with dense-scale feature fusion and a new loss function addressing pixel imbalance, achieving state-of-the-art results in edge detection.
Findings
Achieves superior edge detection accuracy on benchmark datasets.
Produces clear, thin edges without postprocessing.
Outperforms existing methods in standard evaluations.
Abstract
Edge detection, a basic task in the field of computer vision, is an important preprocessing operation for the recognition and understanding of a visual scene. In conventional models, the edge image generated is ambiguous, and the edge lines are also very thick, which typically necessitates the use of non-maximum suppression (NMS) and morphological thinning operations to generate clear and thin edge images. In this paper, we aim to propose a one-stage neural network model that can generate high-quality edge images without postprocessing. The proposed model adopts a classic encoder-decoder framework in which a pre-trained neural model is used as the encoder and a multi-feature-fusion mechanism that merges the features of each level with each other functions as a learnable decoder. Further, we propose a new loss function that addresses the pixel-level imbalance in the edge image by…
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
TopicsImage Processing Techniques and Applications · Advanced Image Fusion Techniques · Medical Image Segmentation Techniques
