paper-with-me

홈 › Papers

Learning Graph Neural Networks with Noisy Labels

2019-05-05 · ICLR Workshop LLD 2019 · Hoang NT, Choong Jun Jin, Tsuyoshi Murata

We study the robustness to symmetric label noise of GNNs training procedures. By combining the nonlinear neural message-passing models (e.g. Graph Isomorphism Networks, GraphSAGE, etc.) with loss correction methods, we present a noise-tolerant approach for the graph classification task. Our experiments show that test accuracy can be improved under the artificial symmetric noisy setting.

📄 PDF Abstract BibTeX arXiv:1905.01591

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGraph Classification

Methods 이 논문이 사용한 방법론

GraphSAGE GraphSAGE is a general inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen…

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…