Research on the application of graph data structure and graph neural network in node classification/clustering tasks
Graph-structured data are pervasive across domains including social networks, biological networks, and knowledge graphs. Due to their non-Euclidean nature, such data pose significant challenges to conventional machine learning methods. This study investigates graph data structures, classical graph algorithms, and Graph Neural Networks (GNNs), providing comprehensive theoretical analysis and comparative evaluation. Through comparative experiments, we quantitatively assess performance differences between traditional algorithms and GNNs in node classification and clustering tasks. Results show GNNs achieve substantial accuracy improvements of 43% to 70% over traditional methods. We further explore integration strategies between classical algorithms and GNN architectures, providing theoretical guidance for advancing graph representation learning research.
Code (0)
등록된 구현이 없습니다.
Tasks
Graph Representation LearningGraph Neural NetworkNode ClassificationKnowledge GraphsSimilar Papers 제목 키워드 기반
Graph Lifelong Learning: A Survey
Graph learning is a popular approach for performing machine learning on graph-structured data. It has revolutionized the machine learning ability to model graph data to address downstream tasks. Its application is wide d…
Graph LearningLifelong learningRecommendation SystemsSurveyData Augmentation for Deep Graph Learning: A Survey
Graph neural networks, a powerful deep learning tool to model graph-structured data, have demonstrated remarkable performance on numerous graph learning tasks. To address the data noise and data scarcity issues in deep g…
Data AugmentationGraph LearningSurveyA Survey of Knowledge Graph Embedding and Their Applications
Knowledge Graph embedding provides a versatile technique for representing knowledge. These techniques can be used in a variety of applications such as completion of knowledge graph to predict missing information, recomme…
Graph EmbeddingKnowledge Graph EmbeddingQuestion AnsweringRecommendation Systems+2UGSL: A Unified Framework for Benchmarking Graph Structure Learning
Graph neural networks (GNNs) demonstrate outstanding performance in a broad range of applications. While the majority of GNN applications assume that a graph structure is given, some recent methods substantially expanded…
BenchmarkingGraph structure learningFrom Node Embedding to Graph Embedding: Scalable Global Graph Kernel via Random Features
Graph kernels are one of the most important methods for graph data analysis and have been successfully applied in diverse applications. We can generally categorize existing graph kernels into two groups: kernels based on…
Graph Embedding