paper-with-me

홈 › Papers

MEMO: Human-like Crisp Edge Detection Using Masked Edge Prediction

2026-03-21 · Jiaxin Cheng, Yue Wu, Yicong Zhou arxiv

Learning-based edge detection models trained with cross-entropy loss often suffer from thick edge predictions, which deviate from the crisp, single-pixel annotations typically provided by humans. While previous approaches to achieving crisp edges have focused on designing specialized loss functions or modifying network architectures, we show that a carefully designed training and inference strategy alone is sufficient to achieve human-like edge quality. In this work, we introduce the Masked Edge Prediction MOdel (MEMO), which produces both accurate and crisp edges using only cross-entropy loss. We first construct a large-scale synthetic edge dataset to pre-train MEMO, enhancing its generalization ability. Subsequent fine-tuning on downstream datasets requires only a lightweight module comprising 1.2\% additional parameters. During training, MEMO learns to predict edges under varying ratios of input masking. A key insight guiding our inference is that thick edge predictions typically exhibit a confidence gradient: high in the center and lower toward the boundaries. Leveraging this, we propose a novel progressive prediction strategy that sequentially finalizes edge predictions in order of prediction confidence, resulting in thinner and more precise contours. Our method achieves visually appealing, post-processing-free, human-like edge maps and outperforms prior methods on crispness-aware evaluations.

📄 PDF Abstract BibTeX arXiv:2603.20782

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

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

Deep Crisp Boundaries

2017-07-01 · CVPR 2017 7 · Yupei Wang, Xin Zhao, Kaiqi Huang

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

Edge DetectionOptical Flow Estimation

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

Learning to utilize image second-order derivative information for crisp edge detection

2024-06-09 · Changsong Liu, Yimeng Fan, Mingyang Li, Wei zhang 외

Edge detection is a fundamental task in computer vision. It has made great progress under the development of deep convolutional neural networks (DCNNs), some of which have achieved a beyond human-level performance. Howev…

Edge Detection