Boosting Edge Detection with Pixel-wise Feature Selection: The Extractor-Selector Paradigm
Hao Shu
TL;DR
Edge detection models often fuse multi-scale features uniformly, which fails to distinguish edge from texture regions. The authors introduce the Extractor-Selector (E-S) paradigm, deploying a pixel-wise selector in tandem with a feature extractor to enable adaptive fusion, with an enhanced EES variant that leverages richer, less-degraded intermediate features. Across BRIND, BIPED2, UDED, BSDS500, and NYUD2, E-S and especially EES yield substantial gains in ODS, OIS, and AP without post-processing, validating the approach's effectiveness and robustness. The framework preserves compatibility with existing ED architectures and shows potential for broader applications such as contour detection and segmentation, offering a practical path to more precise and perceptually satisfying edge predictions.
Abstract
Deep learning has significantly advanced image edge detection (ED), primarily through improved feature extraction. However, most existing ED models apply uniform feature fusion across all pixels, ignoring critical differences between regions such as edges and textures. To address this limitation, we propose the Extractor-Selector (E-S) paradigm, a novel framework that introduces pixel-wise feature selection for more adaptive and precise fusion. Unlike conventional image-level fusion that applies the same convolutional kernel to all pixels, our approach dynamically selects relevant features at each pixel, enabling more refined edge predictions. The E-S framework can be seamlessly integrated with existing ED models without architectural changes, delivering substantial performance gains. It can also be combined with enhanced feature extractors for further accuracy improvements. Extensive experiments across multiple benchmarks confirm that our method consistently outperforms baseline ED models. For instance, on the BIPED2 dataset, the proposed framework can achieve over 7$\%$ improvements in ODS and OIS, and 22$\%$ improvements in AP, demonstrating its effectiveness and superiority.
