paper-with-me

홈 › Papers

LaplaceConfidence: a Graph-based Approach for Learning with Noisy Labels

2023-07-31 · Mingcai Chen, Yuntao Du, Wei Tang, Baoming Zhang, Hao Cheng, Shuwei Qian, Chongjun Wang

In real-world applications, perfect labels are rarely available, making it challenging to develop robust machine learning algorithms that can handle noisy labels. Recent methods have focused on filtering noise based on the discrepancy between model predictions and given noisy labels, assuming that samples with small classification losses are clean. This work takes a different approach by leveraging the consistency between the learned model and the entire noisy dataset using the rich representational and topological information in the data. We introduce LaplaceConfidence, a method that to obtain label confidence (i.e., clean probabilities) utilizing the Laplacian energy. Specifically, it first constructs graphs based on the feature representations of all noisy samples and minimizes the Laplacian energy to produce a low-energy graph. Clean labels should fit well into the low-energy graph while noisy ones should not, allowing our method to determine data's clean probabilities. Furthermore, LaplaceConfidence is embedded into a holistic method for robust training, where co-training technique generates unbiased label confidence and label refurbishment technique better utilizes it. We also explore the dimensionality reduction technique to accommodate our method on large-scale noisy datasets. Our experiments demonstrate that LaplaceConfidence outperforms state-of-the-art methods on benchmark datasets under both synthetic and real-world noise.

📄 PDF Abstract BibTeX arXiv:2307.16614

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionLearning with noisy labels

Similar Papers 제목 키워드 기반

Local Graph Clustering with Noisy Labels

2023-10-12 · Artur Back de Luca, Kimon Fountoulakis, Shenghao Yang

The growing interest in machine learning problems over graphs with additional node information such as texts, images, or labels has popularized methods that require the costly operation of processing the entire graph. Ye…

ClusteringGraph Clustering

Rethinking the impact of noisy labels in graph classification: A utility and privacy perspective

2024-06-11 · De Li, Xianxian Li, Zeming Gan, Qiyu Li 외

Graph neural networks based on message-passing mechanisms have achieved advanced results in graph classification tasks. However, their generalization performance degrades when noisy labels are present in the training dat…

ClassificationContrastive LearningData AugmentationGraph Classification+2

Resist Label Noise with PGM for Graph Neural Networks

2023-11-03 · Qingqing Ge, Jianxiang Yu, Zeyuan Zhao, Xiang Li

While robust graph neural networks (GNNs) have been widely studied for graph perturbation and attack, those for label noise have received significantly less attention. Most existing methods heavily rely on the label smoo…

When Noisy Labels Meet Class Imbalance on Graphs: A Graph Augmentation Method with LLM and Pseudo Label

2025-07-24 · Riting Xia, Rucong Wang, Yulin Liu, Anchen Li 외 arxiv

Class-imbalanced graph node classification is a practical yet underexplored research problem. Although recent studies have attempted to address this issue, they typically assume clean and reliable labels when processing …

Node Classification

Identifying and Correcting Label Noise for Robust GNNs via Influence Contradiction

2026-01-24 · Wei Ju, Wei Zhang, Siyu Yi, Zhengyang Mao 외 arxiv

Graph Neural Networks (GNNs) have shown remarkable capabilities in learning from graph-structured data with various applications such as social analysis and bioinformatics. However, the presence of label noise in real sc…