YOSO: You-Only-Sample-Once via Compressed Sensing for Graph Neural Network Training
Yi Li, Zhichun Guo, Guanpeng Li, Bingzhe Li

TL;DR
YOSO is a novel graph neural network training method that uses compressed sensing to sample nodes only once, significantly reducing training time while maintaining high accuracy.
Contribution
YOSO introduces a compressed sensing-based sampling and reconstruction framework for GNN training, enabling efficient one-time sampling with lossless reconstruction.
Findings
Reduces GNN training time by 75% on average.
Maintains comparable accuracy to full-node training.
Effective for node classification and link prediction.
Abstract
Graph neural networks (GNNs) have become essential tools for analyzing non-Euclidean data across various domains. During training stage, sampling plays an important role in reducing latency by limiting the number of nodes processed, particularly in large-scale applications. However, as the demand for better prediction performance grows, existing sampling algorithms become increasingly complex, leading to significant overhead. To mitigate this, we propose YOSO (You-Only-Sample-Once), an algorithm designed to achieve efficient training while preserving prediction accuracy. YOSO introduces a compressed sensing (CS)-based sampling and reconstruction framework, where nodes are sampled once at input layer, followed by a lossless reconstruction at the output layer per epoch. By integrating the reconstruction process with the loss function of specific learning tasks, YOSO not only avoids costly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Brain Tumor Detection and Classification · Machine Learning and ELM
