SOTAVerified

Graph Learning

Graph learning is a branch of machine learning that focuses on the analysis and interpretation of data represented in graph form. In this context, a graph is a collection of nodes (or vertices) and edges, where nodes represent entities and edges represent the relationships or interactions between these entities. This structure is particularly useful for modeling complex networks found in various domains such as social networks, biological networks, and communication networks.

Graph learning leverages the relationships and structures within the graph to learn and make predictions. It includes techniques like graph neural networks (GNNs), which extend the concept of neural networks to handle graph-structured data. These models are adept at capturing the dependencies and influence of connected nodes, leading to more accurate predictions in scenarios where relationships play a key role.

Key applications of graph learning include recommender systems, drug discovery, social network analysis, and fraud detection. By utilizing the inherent structure of graph data, graph learning algorithms can uncover deep insights and patterns that are not apparent with traditional machine learning approaches.

Papers

Showing 12611270 of 1570 papers

TitleStatusHype
Are Graph Embeddings the Panacea? An Empirical Survey from the Data Fitness PerspectiveCode0
arXiv4TGC: Large-Scale Datasets for Temporal Graph ClusteringCode0
A simple yet effective baseline for non-attributed graph classificationCode0
AttriReBoost: A Gradient-Free Propagation Optimization Method for Cold Start Mitigation in Attribute Missing GraphsCode0
A Unified Framework against Topology and Class ImbalanceCode0
A Unified Framework for Structured Graph Learning via Spectral ConstraintsCode0
A Unified Invariant Learning Framework for Graph ClassificationCode0
A Unifying Generative Model for Graph Learning Algorithms: Label Propagation, Graph Convolutions, and CombinationsCode0
AutoAC: Towards Automated Attribute Completion for Heterogeneous Graph Neural NetworkCode0
MetaGL: Evaluation-Free Selection of Graph Learning Models via Meta-LearningCode0
Show:102550
← PrevPage 127 of 157Next →

Benchmark Results

#ModelMetricClaimedVerifiedStatus
1HaloGraphNetR^20.97Unverified