Large Scale GNN

Large-scale Graph Neural Networks (GNNs) aim to overcome the computational and memory limitations of training GNNs on massive graphs, crucial for applications like recommendation systems and drug discovery. Current research focuses on optimizing data transfer and partitioning strategies across multiple GPUs and nodes, employing techniques like cached operator reordering and in-storage processing to improve efficiency. These advancements enable the training of significantly larger GNN models, leading to more accurate and powerful models for various real-world applications that previously were computationally infeasible.

Papers