Deep learning-based edge detectors heavily rely on pixel-wise labels which are often provided by multiple annotators. Existing methods fuse multiple annotations using a simple voting process, ignoring the inherent ambiguity of edges and labeling bias of annotators. In this paper, we propose a novel uncertainty-aware edge detector (UAED), which employs uncertainty to investigate the subjectivity and ambiguity of diverse annotations. Specifically, we first convert the deterministic label space into a learnable Gaussian distribution, whose variance measures the degree of ambiguity among different annotations. Then we regard the learned variance as the estimated uncertainty of the predicted edge maps, and pixels with higher uncertainty are likely to be hard samples for edge detection. Therefore we design an adaptive weighting loss to emphasize the learning from those pixels with high uncertainty, which helps the network to gradually concentrate on the important pixels. UAED can be combined with various encoder-decoder backbones, and the extensive experiments demonstrate that UAED achieves superior performance consistently across multiple edge detection benchmarks. The source code is available at \url{https://github.com/ZhouCX117/UAED}
翻译:基于深度学习的边缘检测器严重依赖于由多个注释器提供的像素级标签。现有的方法使用简单的投票过程融合多个注释,忽略了边缘的内在歧义和注释者的标记偏差。本文提出了一种新型的不确定性感知边缘检测器(UAED),使用不确定性来研究不同注释之间的主观性和歧义性。具体而言,我们首先将确定性标签空间转换为可学习的高斯分布,其方差测量不同注释之间歧义程度。然后将学习到的方差视为预测边缘图的估计不确定性,具有更高不确定性的像素往往是边缘检测的难样本。因此,我们设计了一种自适应加权损失,以强调从高不确定性像素的学习,这有助于网络逐渐集中于重要像素上。UAED可与各种编码器-解码器架构相结合,广泛的实验表明,UAED在多个边缘检测基准中始终实现了卓越的性能。源代码可从 \url{https://github.com/ZhouCX117/UAED} 获得。