PulseAugur
EN
LIVE 07:48:55

DeGLIF technique enhances GNN node classification by denoising noisy graph data

Researchers have developed DeGLIF, a novel technique designed to improve node classification accuracy in Graph Neural Networks (GNNs) by addressing label noise in datasets. This method utilizes a leave-one-out influence function to approximate the impact of removing individual training points on model parameters and validation loss. DeGLIF employs a theoretically motivated relabeling function to denoise the training data without requiring prior knowledge of the noise model or level. Experimental results demonstrate that DeGLIF outperforms existing baseline algorithms in accuracy. AI

IMPACT This method could improve the reliability of graph-based AI models trained on real-world, potentially noisy, datasets.

RANK_REASON The cluster contains an arXiv preprint detailing a new method for graph neural networks. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv stat.ML →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

DeGLIF technique enhances GNN node classification by denoising noisy graph data

COVERAGE [1]

  1. arXiv stat.ML TIER_1 English(EN) · Pintu Kumar, Nandyala Hemachandra ·

    DeGLIF for Label Noise Robust Node Classification using GNNs

    arXiv:2506.00244v2 Announce Type: replace-cross Abstract: 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 I…