LGAISIOCMLDec 26, 2025

BLISS: Bandit Layer Importance Sampling Strategy for Efficient Training of Graph Neural Networks

arXiv:2512.22388v1h-index: 5
Originality Incremental advance
AI Analysis

This addresses efficiency issues for researchers and practitioners applying GNNs to large-scale graph data, though it is an incremental improvement over existing sampling methods.

The paper tackles the computational bottleneck in training Graph Neural Networks (GNNs) on large graphs by introducing BLISS, a bandit-based sampling strategy that dynamically selects informative nodes, achieving accuracy comparable to or better than full-batch training.

Graph Neural Networks (GNNs) are powerful tools for learning from graph-structured data, but their application to large graphs is hindered by computational costs. The need to process every neighbor for each node creates memory and computational bottlenecks. To address this, we introduce BLISS, a Bandit Layer Importance Sampling Strategy. It uses multi-armed bandits to dynamically select the most informative nodes at each layer, balancing exploration and exploitation to ensure comprehensive graph coverage. Unlike existing static sampling methods, BLISS adapts to evolving node importance, leading to more informed node selection and improved performance. It demonstrates versatility by integrating with both Graph Convolutional Networks (GCNs) and Graph Attention Networks (GATs), adapting its selection policy to their specific aggregation mechanisms. Experiments show that BLISS maintains or exceeds the accuracy of full-batch 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