LGAIIRSIMar 7, 2024

A Survey of Graph Neural Networks in Real world: Imbalance, Noise, Privacy and OOD Challenges

arXiv:2403.04468v2102 citationsh-index: 30IEEE Trans Pattern Anal Mach Intell
AI Analysis

This is an incremental survey paper that organizes existing research on practical challenges for GNN practitioners.

This paper surveys Graph Neural Networks (GNNs) in real-world applications, addressing performance degradation from data imbalance, noise, privacy concerns, and out-of-distribution scenarios, and systematically reviews existing solutions to enhance reliability and robustness.

Graph-structured data exhibits universality and widespread applicability across diverse domains, such as social network analysis, biochemistry, financial fraud detection, and network security. Significant strides have been made in leveraging Graph Neural Networks (GNNs) to achieve remarkable success in these areas. However, in real-world scenarios, the training environment for models is often far from ideal, leading to substantial performance degradation of GNN models due to various unfavorable factors, including imbalance in data distribution, the presence of noise in erroneous data, privacy protection of sensitive information, and generalization capability for out-of-distribution (OOD) scenarios. To tackle these issues, substantial efforts have been devoted to improving the performance of GNN models in practical real-world scenarios, as well as enhancing their reliability and robustness. In this paper, we present a comprehensive survey that systematically reviews existing GNN models, focusing on solutions to the four mentioned real-world challenges including imbalance, noise, privacy, and OOD in practical scenarios that many existing reviews have not considered. Specifically, we first highlight the four key challenges faced by existing GNNs, paving the way for our exploration of real-world GNN models. Subsequently, we provide detailed discussions on these four aspects, dissecting how these solutions contribute to enhancing the reliability and robustness of GNN models. Last but not least, we outline promising directions and offer future perspectives in the field.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes