Enhancing Edge Detection by Texture Handling Architecture and Noiseless Training Data
Hao Shu
TL;DR
The paper tackles the challenge of achieving high-precision edge detection under strict evaluation while addressing the impact of noisy human annotations. It introduces SDPED, a CSDB-based ED model that avoids down-sampling to preserve detail and employs an extended fusion block to improve feature integration, achieving state-of-the-art results with fewer parameters. A novel noiseless data augmentation strategy uses ground-truth edge maps as inputs to enable training with noiseless data, improving performance on edge maps and robustness across datasets. Across BRIND, UDED, MDBD, and BIPED, SDPED delivers substantial gains in AP and consistently outperforms prior methods, offering a practical path toward more reliable and data-efficient ED systems.
Abstract
Image edge detection (ED) is a fundamental task in computer vision. While convolution-based models have significantly advanced ED performance, achieving high precision under strict error tolerance constraints remains challenging. Furthermore, the reliance on noisy, human-annotated training data limits model performance, even when the inputs are edge maps themselves. In this paper, we address these challenges in two key aspects. First, we propose a novel ED model incorporating Cascaded Skipping Density Blocks (CSDB) to enhance precision and robustness. Our model achieves state-of-the-art (SOTA) performance across multiple datasets, with substantial improvements in average precision (AP), as demonstrated by extensive experiments. Second, we introduce a novel data augmentation strategy that enables the integration of noiseless annotations during training, improving model performance, particularly when processing edge maps directly. Our findings contribute to a more precise ED architecture and the first method for integrating noiseless training data into ED tasks, offering potential directions for improving ED models. Codes can be found on https://github.com/Hao-B-Shu/SDPED.
