CVMar 21

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

arXiv:2603.2078234.1h-index: 7
Predicted impact top 83% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the issue of non-human-like edge quality in computer vision, but it is incremental as it builds on existing edge detection approaches.

The paper tackles the problem of thick edge predictions in learning-based edge detection by introducing MEMO, a method that uses a training and inference strategy to produce crisp, single-pixel edges without specialized losses or architecture changes, achieving improved crispness in evaluations.

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.

Foundations

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

Your Notes