paper-with-me

홈 › Papers

Identifying and Correcting Label Noise for Robust GNNs via Influence Contradiction

2026-01-24 · Wei Ju, Wei Zhang, Siyu Yi, Zhengyang Mao, Yifan Wang, Jingyang Yuan, Zhiping Xiao, Ziyue Qiao, Ming Zhang 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 scenarios poses a significant challenge in learning robust GNNs, and their effectiveness can be severely impacted when dealing with noisy labels on graphs, often stemming from annotation errors or inconsistencies. To address this, in this paper we propose a novel approach called ICGNN that harnesses the structure information of the graph to effectively alleviate the challenges posed by noisy labels. Specifically, we first design a novel noise indicator that measures the influence contradiction score (ICS) based on the graph diffusion matrix to quantify the credibility of nodes with clean labels, such that nodes with higher ICS values are more likely to be detected as having noisy labels. Then we leverage the Gaussian mixture model to precisely detect whether the label of a node is noisy or not. Additionally, we develop a soft strategy to combine the predictions from neighboring nodes on the graph to correct the detected noisy labels. At last, pseudo-labeling for abundant unlabeled nodes is incorporated to provide auxiliary supervision signals and guide the model optimization. Experiments on benchmark datasets show the superiority of our approach over competitive baselines in noisy label scenarios.

📄 PDF Abstract BibTeX arXiv:2601.17469

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DeGLIF for Label Noise Robust Node Classification using GNNs

2025-05-30 · Pintu Kumar, Nandyala Hemachandra

Noisy labelled datasets are generally inexpensive compared to clean labelled datasets, and the same is true for graph data. In this paper, we propose a denoising technique DeGLIF: Denoising Graph Data using Leave-One-Out…

DenoisingNode Classification

Co-Correcting: Noise-tolerant Medical Image Classification via mutual Label Correction

2021-09-11 · Jiarun Liu, Ruirui Li, Chuan Sun

With the development of deep learning, medical image classification has been significantly improved. However, deep learning requires massive data with labels. While labeling the samples by human experts is expensive and …

ClassificationDeep Learningimage-classificationImage Classification+2

Efficient, Direct, and Restricted Black-Box Graph Evasion Attacks to Any-Layer Graph Neural Networks via Influence Function

2020-09-01 · Binghui Wang, Tianxiang Zhou, Minhua Lin, Pan Zhou 외

Graph neural network (GNN), the mainstream method to learn on graph data, is vulnerable to graph evasion attacks, where an attacker slightly perturbing the graph structure can fool trained GNN models. Existing work has a…

Graph Neural NetworkNode Classification

Adjudicator: Correcting Noisy Labels with a KG-Informed Council of LLM Agents

2025-12-05 · Doohee You, Sundeep Paul arxiv

The performance of production machine learning systems is fundamentally limited by the quality of their training data. In high-stakes industrial applications, noisy labels can degrade performance and erode user trust. Th…

Detecting Label Noise via Leave-One-Out Cross-Validation

2021-03-21 · Yu-Hang Tang, Yuanran Zhu, Wibe A. de Jong

We present a simple algorithm for identifying and correcting real-valued noisy labels from a mixture of clean and corrupted sample points using Gaussian process regression. A heteroscedastic noise model is employed, in w…

GPRregression