paper-with-me

홈 › Papers

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 on two hand-crafted post-processing algorithms, Non-Maximum Suppression (NMS) and skeleton-based thinning, which are non-differentiable and hinder end-to-end optimization. Moreover, all existing crisp edge detection methods still depend on such post-processing to achieve satisfactory results. To address this limitation, we propose \MethodLPP, a lightweight, only $\sim$21K additional parameters, and plug-and-play matching-based supervision module that can be appended to any edge detection model for joint end-to-end learning of crisp edges. At each training iteration, \MethodLPP performs one-to-one matching between predicted and ground-truth edges based on spatial distance and confidence, ensuring consistency between training and testing protocols. Extensive experiments on four popular datasets demonstrate that integrating \MethodLPP substantially improves the performance of existing edge detection models. In particular, \MethodLPP increases the Average Crispness (AC) metric by up to 2--4$\times$ compared to baseline models. Under the crispness-emphasized evaluation (CEval), \MethodLPP further boosts baseline performance by up to 20--35\% in ODS and achieves similar gains in OIS and AP, achieving SOTA performance that matches or surpasses standard post-processing for the first time. Code is available at https://cvpr26-matched.github.io.

📄 PDF Abstract BibTeX arXiv:2602.20689

Code (0)

등록된 구현이 없습니다.

Tasks

Edge Detection

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

CRISP: A Spatiotemporal Camera-Radar Backbone for Driving via Forecasting-Based World-Model Pretraining

2026-07-05 · Jingyu Song, Yi Liu, Katherine A. Skinner arxiv

Camera-radar (CR) fusion is a practical sensing configuration for autonomous driving, but existing models are typically trained with task-specific supervision, limiting reusable representation learning. We present CRISP,…

Representation LearningAutonomous DrivingMotion ForecastingPoint Clouds

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

DiffusionEdge: Diffusion Probabilistic Model for Crisp Edge Detection

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

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 …

DecoderDenoisingEdge Detectionmodel

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