Paper#Graph Neural Networks, Machine Learning, Sampling Techniques🔬 ResearchAnalyzed: Jan 3, 2026 20:06
BLISS: Efficient GNN Training with Adaptive Node Sampling
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.
Key Takeaways
Reference
“BLISS adapts to evolving node importance, leading to more informed node selection and improved performance.”