paper-with-me

Papers

DiffusionEdge: Diffusion Probabilistic Model for Crisp Edge Detection

2024-01-04 · Yunfan Ye, Kai Xu, Yuhang Huang, Renjiao Yi, Zhiping Cai

Limited by the encoder-decoder architecture, learning-based edge detectors usually have difficulty predicting edge maps that satisfy both correctness and crispness. With the recent success of the diffusion probabilistic model (DPM), we found it is especially suitable for accurate and crisp edge detection since the denoising process is directly applied to the original image size. Therefore, we propose the first diffusion model for the task of general edge detection, which we call DiffusionEdge. To avoid expensive computational resources while retaining the final performance, we apply DPM in the latent space and enable the classic cross-entropy loss which is uncertainty-aware in pixel level to directly optimize the parameters in latent space in a distillation manner. We also adopt a decoupled architecture to speed up the denoising process and propose a corresponding adaptive Fourier filter to adjust the latent features of specific frequencies. With all the technical designs, DiffusionEdge can be stably trained with limited resources, predicting crisp and accurate edge maps with much fewer augmentation strategies. Extensive experiments on four edge detection benchmarks demonstrate the superiority of DiffusionEdge both in correctness and crispness. On the NYUDv2 dataset, compared to the second best, we increase the ODS, OIS (without post-processing) and AC by 30.2%, 28.1% and 65.1%, respectively. Code: https://github.com/GuHuangAI/DiffusionEdge.

📄 PDF Abstract BibTeX arXiv:2401.02032

Code (1)

guhuangai/diffusionedge 공식 구현 pytorch

Tasks

DecoderDenoisingEdge Detectionmodel

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Delving into Crispness: Guided Label Refinement for Crisp Edge Detection

2023-06-27 · Yunfan Ye, Renjiao Yi, Zhirui Gao, Zhiping Cai 외

Learning-based edge detection usually suffers from predicting thick edges. Through extensive quantitative study with a new edge crispness measure, we find that noisy human-labeled edges are the main cause of thick predic…

Edge DetectionImage SegmentationOptical Flow EstimationSemantic Segmentation

MatchED: Crisp Edge Detection Using End-to-End, Matching-based Supervision

2026-02-24 · Bedrettin Cetinkaya, Sinan Kalkan, Emre Akbas arxiv

Generating crisp, i.e., one-pixel-wide, edge maps remains one of the fundamental challenges in edge detection, affecting both traditional and learning-based methods. To obtain crisp edges, most existing approaches rely o…

Edge Detection

Extending Ontologies: From Dense Embeddings to Hybrid Quantum-Fuzzy Systems

2026-06-07 · Angjelin Hila arxiv

LLMs have revolutionized knowledge representation and retrieval, but lack the explicit modeling that knowledge ontologies possess. This paper surveys the ways that ontologies and knowledge graphs have been integrated wit…

Knowledge Graphs

EasyControlEdge: A Foundation-Model Fine-Tuning for Edge Detection

2026-02-18 · Hiroki Nakamura, Hiroto Iino, Masashi Okada, Tadahiro Taniguchi arxiv

We propose EasyControlEdge, adapting an image-generation foundation model to edge detection. In real-world edge detection (e.g., floor-plan walls, satellite roads/buildings, and medical organ boundaries), crispness and d…

Edge Detection

Deep Crisp Boundaries: From Boundaries to Higher-level Tasks

2018-01-08 · Yupei Wang, Xin Zhao, Yin Li, Kaiqi Huang

Edge detection has made significant progress with the help of deep Convolutional Networks (ConvNet). These ConvNet based edge detectors have approached human level performance on standard benchmarks. We provide a systema…

Edge DetectionObject Proposal GenerationOptical Flow EstimationSemantic Segmentation