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

arXiv:2601.04707v14 citationsh-index: 3IEEE Access
Originality Highly original
AI Analysis

This work addresses scalability problems for researchers and practitioners training GNNs on large-scale graphs, representing a strong specific gain rather than a foundational breakthrough.

The paper tackled the scalability issues in Graph Neural Network (GNN) training, such as inefficient mini-batch generation and inter-GPU synchronization, by proposing MQ-GNN, a multi-queue pipelined framework that achieved up to 4.6× faster training time and 30% improved GPU utilization while maintaining competitive accuracy.

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 $\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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes