paper-with-me

Papers

Scalable Graph Coreset Selection via Greedy Sampling

2026-07-30 · Zhaiming Shen, Alexander Cloninger arxiv

Sampling representative nodes from large graphs is fundamental to graph signal processing and network analysis, yet existing methods require access to the full graph Laplacian, making them impractical at scale. We propose a simple and effective column-selective graph sampling algorithm based on a minimum inner product greedy selection rule. At each iteration, the algorithm accesses only a small random subset of Laplacian columns, requiring no eigendecomposition or global graph traversal, making it well-suited for large-scale graphs where the full Laplacian cannot be stored in memory. We analyze the algorithm under the stochastic block model and show that, when the degree distribution is balanced across nodes, the algorithm achieves sampling proportional to cluster size, and that the resulting mean estimate is controlled for band-limited graph signals in the Paley-Wiener space, with the error decaying as inter-cluster connectivity weakens. Numerical experiments on both synthetic and real-world data validate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2607.27602

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spectral Greedy Coresets for Graph Neural Networks

2024-05-27 · Mucong Ding, Yinhan He, Jundong Li, Furong Huang

The ubiquity of large-scale graphs in node-classification tasks significantly hinders the real-world applications of Graph Neural Networks (GNNs). Node sampling, graph coarsening, and dataset condensation are effective s…

Dataset CondensationNode Classification

Coresets for Estimating Means and Mean Square Error with Limited Greedy Samples

2019-06-03 · Saeed Vahidian, Baharan Mirzasoleiman, Alexander Cloninger

In a number of situations, collecting a function value for every data point may be prohibitively expensive, and random sampling ignores any structure in the underlying data. We introduce a scalable optimization algorithm…

ClusteringNode Classification

GraphSculptor: Sculpting Pre-training Coreset for Graph Self-supervised Learning

2026-05-02 · Chuang Liu, Zelin Yao, Xueqi Ma, Luzhi Wang 외 arxiv

Graph self-supervised learning typically relies on large-scale unlabeled datasets, heavily inflating computational costs. However, empirical evidence suggests that these datasets contain substantial redundancy-our analys…

Self-Supervised Learning

Bilevel Coreset Selection in Continual Learning: A New Formulation and Algorithm

2023-09-21 · NeurIPS 2023 11

Coreset is a small set that provides a data summary for a large dataset, such that training solely on the small set achieves competitive performance compared with a large dataset. In rehearsal-based continual learning, t…

FAST: Topology-Aware Frequency-Domain Distribution Matching for Coreset Selection

2025-11-22 · Jin Cui, Boran Zhao, Jiajun Xu, Jiaqi Guo 외 arxiv

Coreset selection compresses large datasets into compact, representative subsets, reducing the energy and computational burden of training deep neural networks. Existing methods are either: (i) DNN-based, which are tied …