paper-with-me

홈 › Papers

PNT-Edge: Towards Robust Edge Detection with Noisy Labels by Learning Pixel-level Noise Transitions

2023-07-26 · Wenjie Xuan, Shanshan Zhao, Yu Yao, Juhua Liu, Tongliang Liu, Yixin Chen, Bo Du, DaCheng Tao

Relying on large-scale training data with pixel-level labels, previous edge detection methods have achieved high performance. However, it is hard to manually label edges accurately, especially for large datasets, and thus the datasets inevitably contain noisy labels. This label-noise issue has been studied extensively for classification, while still remaining under-explored for edge detection. To address the label-noise issue for edge detection, this paper proposes to learn Pixel-level NoiseTransitions to model the label-corruption process. To achieve it, we develop a novel Pixel-wise Shift Learning (PSL) module to estimate the transition from clean to noisy labels as a displacement field. Exploiting the estimated noise transitions, our model, named PNT-Edge, is able to fit the prediction to clean labels. In addition, a local edge density regularization term is devised to exploit local structure information for better transition learning. This term encourages learning large shifts for the edges with complex local structures. Experiments on SBD and Cityscapes demonstrate the effectiveness of our method in relieving the impact of label noise. Codes are available at https://github.com/DREAMXFAR/PNT-Edge.

📄 PDF Abstract BibTeX arXiv:2307.14070

Code (1)

dreamxfar/pnt-edge 공식 구현 pytorch

Tasks

Edge Detection

Similar Papers 제목 키워드 기반

Accurate Segmentation of Optic Disc And Cup from Multiple Pseudo-labels by Noise-aware Learning

2023-11-30 · Tengjin Weng, Yang shen, Zhidong Zhao, Zhiming Cheng 외

Optic disc and cup segmentation plays a crucial role in automating the screening and diagnosis of optic glaucoma. While data-driven convolutional neural networks (CNNs) show promise in this area, the inherent ambiguity o…

DenoisingSegmentation

Fast Detection of Curved Edges at Low SNR

2015-05-25 · CVPR 2016 6 · Nati Ofir, Meirav Galun, Boaz Nadler, Ronen Basri

Detecting edges is a fundamental problem in computer vision with many applications, some involving very noisy images. While most edge detection methods are fast, they perform well only on relatively clean images. Indeed,…

Edge Detection

Object Boundary Detection and Classification with Image-level Labels

2016-06-29 · Jing Yu Koh, Wojciech Samek, Klaus-Robert Müller, Alexander Binder

Semantic boundary and edge detection aims at simultaneously detecting object edge pixels in images and assigning class labels to them. Systematic training of predictors for this task requires the labeling of edges in ima…

Boundary DetectionClassificationEdge DetectionGeneral Classification+1

Learning from Pixel-Level Label Noise: A New Perspective for Semi-Supervised Semantic Segmentation

2021-03-26 · Rumeng Yi, Yaping Huang, Qingji Guan, Mengyang Pu 외

This paper addresses semi-supervised semantic segmentation by exploiting a small set of images with pixel-level annotations (strong supervisions) and a large set of images with only image-level annotations (weak supervis…

Graph AttentionSemantic SegmentationSemantic SimilaritySemantic Textual Similarity+1

A novel centroid update approach for clustering-based superpixel methods and superpixel-based edge detection

2019-10-18 · Houwang Zhang, Chong Wu, Le Zhang, Hanying Zheng

Superpixel is widely used in image processing. And among the methods for superpixel generation, clustering-based methods have a high speed and a good performance at the same time. However, most clustering-based superpixe…

ClusteringEdge Detection