Table of Contents
Fetching ...

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

De Li, Xianxian Li, Zeming Gan, Qiyu Li, Bin Qu, Jinyan Wang

TL;DR

The paper presents elsarticle.cls, a robust LaTeX document class for Elsevier submissions that minimizes package conflicts and streamlines front matter handling. Built on article.cls, it integrates with standard packages such as natbib and hyperref to ensure compatibility with common workflows and amsmath environments. It contrasts with the older elsart.cls by offering default preprint formatting, flexible final-style models (1+, 3+, 5+), and improved front matter and citation management. The installation path is documented via Elsevier resources and CTAN, enabling easy deployment in typical TeX distributions and aiding authors in producing publication-ready manuscripts. Overall, it facilitates clash-free, flexible, and publication-ready formatting for Elsevier journals.

Abstract

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 data. Most existing noisy labeling approaches focus on the visual domain or graph node classification tasks and analyze the impact of noisy labels only from a utility perspective. Unlike existing work, in this paper, we measure the effects of noise labels on graph classification from data privacy and model utility perspectives. We find that noise labels degrade the model's generalization performance and enhance the ability of membership inference attacks on graph data privacy. To this end, we propose the robust graph neural network approach with noisy labeled graph classification. Specifically, we first accurately filter the noisy samples by high-confidence samples and the first feature principal component vector of each class. Then, the robust principal component vectors and the model output under data augmentation are utilized to achieve noise label correction guided by dual spatial information. Finally, supervised graph contrastive learning is introduced to enhance the embedding quality of the model and protect the privacy of the training graph data. The utility and privacy of the proposed method are validated by comparing twelve different methods on eight real graph classification datasets. Compared with the state-of-the-art methods, the RGLC method achieves at most and at least 7.8% and 0.8% performance gain at 30% noisy labeling rate, respectively, and reduces the accuracy of privacy attacks to below 60%.

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

TL;DR

The paper presents elsarticle.cls, a robust LaTeX document class for Elsevier submissions that minimizes package conflicts and streamlines front matter handling. Built on article.cls, it integrates with standard packages such as natbib and hyperref to ensure compatibility with common workflows and amsmath environments. It contrasts with the older elsart.cls by offering default preprint formatting, flexible final-style models (1+, 3+, 5+), and improved front matter and citation management. The installation path is documented via Elsevier resources and CTAN, enabling easy deployment in typical TeX distributions and aiding authors in producing publication-ready manuscripts. Overall, it facilitates clash-free, flexible, and publication-ready formatting for Elsevier journals.

Abstract

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 data. Most existing noisy labeling approaches focus on the visual domain or graph node classification tasks and analyze the impact of noisy labels only from a utility perspective. Unlike existing work, in this paper, we measure the effects of noise labels on graph classification from data privacy and model utility perspectives. We find that noise labels degrade the model's generalization performance and enhance the ability of membership inference attacks on graph data privacy. To this end, we propose the robust graph neural network approach with noisy labeled graph classification. Specifically, we first accurately filter the noisy samples by high-confidence samples and the first feature principal component vector of each class. Then, the robust principal component vectors and the model output under data augmentation are utilized to achieve noise label correction guided by dual spatial information. Finally, supervised graph contrastive learning is introduced to enhance the embedding quality of the model and protect the privacy of the training graph data. The utility and privacy of the proposed method are validated by comparing twelve different methods on eight real graph classification datasets. Compared with the state-of-the-art methods, the RGLC method achieves at most and at least 7.8% and 0.8% performance gain at 30% noisy labeling rate, respectively, and reduces the accuracy of privacy attacks to below 60%.
Paper Structure (3 sections)

This paper contains 3 sections.