BLISS: Efficient GNN Training with Adaptive Node Sampling

Published:Dec 26, 2025 21:25
1 min read
ArXiv

Analysis

This paper addresses the computational bottleneck of training Graph Neural Networks (GNNs) on large graphs. The core contribution is BLISS, a novel Bandit Layer Importance Sampling Strategy. By using multi-armed bandits, BLISS dynamically selects the most informative nodes at each layer, adapting to evolving node importance. This adaptive approach distinguishes it from static sampling methods and promises improved performance and efficiency. The integration with GCNs and GATs demonstrates its versatility.

Reference

BLISS adapts to evolving node importance, leading to more informed node selection and improved performance.