English

MQ-GNN: A Multi-Queue Pipelined Architecture for Scalable and Efficient GNN Training

Machine Learning 2026-01-09 v1 Artificial Intelligence Distributed, Parallel, and Cluster Computing Performance

Abstract

Graph Neural Networks (GNNs) are powerful tools for learning graph-structured data, but their scalability is hindered by inefficient mini-batch generation, data transfer bottlenecks, and costly inter-GPU synchronization. Existing training frameworks fail to overlap these stages, leading to suboptimal resource utilization. This paper proposes MQ-GNN, a multi-queue pipelined framework that maximizes training efficiency by interleaving GNN training stages and optimizing resource utilization. MQ-GNN introduces Ready-to-Update Asynchronous Consistent Model (RaCoM), which enables asynchronous gradient sharing and model updates while ensuring global consistency through adaptive periodic synchronization. Additionally, it employs global neighbor sampling with caching to reduce data transfer overhead and an adaptive queue-sizing strategy to balance computation and memory efficiency. Experiments on four large-scale datasets and ten baseline models demonstrate that MQ-GNN achieves up to \boldmath 4.6×\bm{4.6\,\times} faster training time and 30% improved GPU utilization while maintaining competitive accuracy. These results establish MQ-GNN as a scalable and efficient solution for multi-GPU GNN training.

Keywords

Cite

@article{arxiv.2601.04707,
  title  = {MQ-GNN: A Multi-Queue Pipelined Architecture for Scalable and Efficient GNN Training},
  author = {Irfan Ullah and Young-Koo Lee},
  journal= {arXiv preprint arXiv:2601.04707},
  year   = {2026}
}

Comments

IEEE Access 2025

R2 v1 2026-07-01T08:55:43.585Z