菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-24
📄 Abstract - MatchED: Crisp Edge Detection Using End-to-End, Matching-based Supervision

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 this https URL.

顶级标签: computer vision model training
详细标签: edge detection crisp edges end-to-end learning matching supervision non-maximum suppression 或 搜索:

MatchED:基于端到端匹配监督的清晰边缘检测 / MatchED: Crisp Edge Detection Using End-to-End, Matching-based Supervision


1️⃣ 一句话总结

这篇论文提出了一种名为MatchED的轻量级监督模块,它通过端到端的匹配学习,让边缘检测模型能直接生成清晰的单像素宽边缘,从而摆脱了对传统非可微后处理步骤的依赖,并在多个数据集上取得了领先的性能。

源自 arXiv: 2602.20689