CVAISep 6, 2024

Cycle Pixel Difference Network for Crisp Edge Detection

arXiv:2409.04272v27 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work addresses edge detection in computer vision, offering a novel method that is incremental in improving specific issues like edge crispness and pre-training dependence.

The paper tackled the problems of reliance on large-scale pre-trained weights and generation of thick edges in deep learning-based edge detection, achieving competitive performance with ODS scores of 0.813 on BSDS500, 0.760 on NYUD-V2, 0.898 on BIPED, and 0.59 on CID.

Edge detection, as a fundamental task in computer vision, has garnered increasing attention. The advent of deep learning has significantly advanced this field. However, recent deep learning-based methods generally face two significant issues: 1) reliance on large-scale pre-trained weights, and 2) generation of thick edges. We construct a U-shape encoder-decoder model named CPD-Net that successfully addresses these two issues simultaneously. In response to issue 1), we propose a novel cycle pixel difference convolution (CPDC), which effectively integrates edge prior knowledge with modern convolution operations, consequently successfully eliminating the dependence on large-scale pre-trained weights. As for issue 2), we construct a multi-scale information enhancement module (MSEM) and a dual residual connection-based (DRC) decoder to enhance the edge location ability of the model, thereby generating crisp and clean contour maps. Comprehensive experiments conducted on four standard benchmarks demonstrate that our method achieves competitive performance on the BSDS500 dataset (ODS=0.813 and AC=0.352), NYUD-V2 (ODS=0.760 and AC=0.223), BIPED dataset (ODS=0.898 and AC=0.426), and CID (ODS=0.59). Our approach provides a novel perspective for addressing these challenges in edge detection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes