Scalable Graph Coreset Selection via Greedy Sampling

arXiv:2607.27602 2026 Training 1 ideas extracted · analyzed Aug 31, 2026

What the math gives to ML

The paper's transferable asset is a scalable, column-local graph sampling rule: it uses randomly accessed Laplacian columns and a minimum-inner-product criterion instead of storing or diagonalizing the full Laplacian. This naturally becomes a graph-minibatch or graph-token coreset for GNN training, where selected nodes should retain cluster coverage and low-frequency graph signals. The graph Fourier formulation also suggests evaluating whether the selected batch preserves smooth node features and labels, rather than optimizing only uniform coverage. The most practical first transfer is a drop-in sampler for neighbor-sampled GNNs, with importance weighting to prevent biased gradients.

Ideas from this paper

✓✓ Beats tuned baseline 2026

Laplacian-Coherence Graph Minibatches

Replace uniform node minibatches in a GNN with a coreset selected from a small random candidate set using local Laplacian-column coherence. Select nodes whose connectivity signatures are least redundant with already selected nodes, while retaining inverse-probability weights for unbiased loss estimates. This should improve coverage of weakly connected graph clusters and preserve smooth graph signals at the same batch size.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Scalable Graph Coreset Selection via Greedy Sampling arXiv:2607.27602