paper-with-me

Papers

Learning with Structural Labels for Learning with Noisy Labels

2024-01-01 · CVPR 2024 1 · Noo-ri Kim, Jin-Seop Lee, Jee-Hyong Lee

Deep Neural Networks (DNNs) have demonstrated remarkable performance across diverse domains and tasks with large-scale datasets. To reduce labeling costs for large-scale datasets semi-automated and crowdsourcing labeling methods are developed but their labels are inevitably noisy. Learning with Noisy Labels (LNL) approaches aim to train DNNs despite the presence of noisy labels. These approaches utilize the memorization effect to select correct labels and refine noisy ones which are then used for subsequent training. However these methods encounter a significant decrease in the model's generalization performance due to the inevitably existing noise labels. To overcome this limitation we propose a new approach to enhance learning with noisy labels by incorporating additional distribution information--structural labels. In order to leverage additional distribution information for generalization we employ a reverse k-NN which helps the model in achieving a better feature manifold and mitigating overfitting to noisy labels. The proposed method shows outperformed performance in multiple benchmark datasets with IDN and real-world noisy datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Learning with noisy labelsMemorization

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Superpixel-guided Iterative Learning from Noisy Labels for Medical Image Segmentation

2021-07-21 · Shuailin Li, Zhitong Gao, Xuming He

Learning segmentation from noisy labels is an important task for medical image analysis due to the difficulty in acquiring highquality annotations. Most existing methods neglect the pixel correlation and structural prior…

Image SegmentationMedical Image AnalysisMedical Image SegmentationSegmentation+2

Co-learning: Learning from Noisy Labels with Self-supervision

2021-08-05 · Cheng Tan, Jun Xia, Lirong Wu, Stan Z. Li

Noisy labels, resulting from mistakes in manual labeling or webly data collecting for supervised learning, can cause neural networks to overfit the misleading information and degrade the generalization performance. Self-…

Learning with noisy labelsSelf-Supervised Learning

Noise-robust Graph Learning by Estimating and Leveraging Pairwise Interactions

2021-06-14 · Xuefeng Du, Tian Bian, Yu Rong, Bo Han 외

Teaching Graph Neural Networks (GNNs) to accurately classify nodes under severely noisy labels is an important problem in real-world graph learning applications, but is currently underexplored. Although pairwise training…

Contrastive LearningGraph LearningMetric LearningNode Classification

PLGC: Pseudo-Labeled Graph Condensation

2026-01-15 · Jay Nandy, Arnab Kumar Mondal, Anuj Rathore, Mahesh Chandran arxiv

Large graph datasets make training graph neural networks (GNNs) computationally costly. Graph condensation methods address this by generating small synthetic graphs that approximate the original data. However, existing a…

Node ClassificationLink Prediction

Holistic Label Correction for Noisy Multi-Label Classification

2023-01-01 · ICCV 2023 1 · Xiaobo Xia, Jiankang Deng, Wei Bao, Yuxuan Du 외

Multi-label classification aims to learn classification models from instances associated with multiple labels. It is pivotal to learn and utilize the label dependence among multiple labels in multi-label classificati…

ClassificationMemorizationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION