vix.ing · top · new · best · stats · spec

Towards Affordable, Adaptive and Automatic GNN Training on CPU-GPU Heterogeneous Platforms

2025/10/15 by Tong Qiao, Qiao, Tong, Ao Zhou +11
Computer Science · #Advanced Graph Neural Networks #Big Data and Digital Economy #Distributed #FOS: Computer and information sciences #Graph Theory and Algorithms #Parallel #and Cluster Computing (cs.DC)

paper · pdf · doi:10.48550/arxiv.2511.07421

openalex publication_date 2025/10/15 · openalex created_date 2025/11/13 · openalex updated_date 2026/07/28

Abstract

Graph Neural Networks (GNNs) have been widely adopted due to their strong performance. However, GNN training often relies on expensive, high-performance computing platforms, limiting accessibility for many tasks. Profiling of representative GNN workloads indicates that substantial efficiency gains are possible on resource-constrained devices by fully exploiting available resources. This paper introduces A3GNN, a framework for affordable, adaptive, and automatic GNN training on heterogeneous CPU-GPU platforms. It improves resource usage through locality-aware sampling and fine-grained parallelism scheduling. Moreover, it leverages reinforcement learning to explore the design space and achieve pareto-optimal trade-offs among throughput, memory footprint, and accuracy. Experiments show that A3GNN can bridge the performance gap, allowing seven Nvidia 2080Ti GPUs to outperform two A100 GPUs by up to 1.8X in throughput with minimal accuracy loss.

Citations

Related