Practical graph signal sampling with log-linear size scaling
Ajinkya Jayawant, Antonio Ortega

TL;DR
This paper introduces a scalable graph signal sampling method that achieves near-optimal accuracy with computational complexity comparable to random sampling, suitable for large graphs.
Contribution
It proposes a new eigendecomposition-free sampling algorithm optimized for the D-optimal criterion, balancing efficiency and accuracy.
Findings
Achieves accuracy similar to eigendecomposition-based methods
Operates with complexity comparable to random sampling
Effective across various graph types
Abstract
Graph signal sampling is the problem of selecting a subset of representative graph vertices whose values can be used to interpolate missing values on the remaining graph vertices. Optimizing the choice of sampling set using concepts from experiment design can help minimize the effect of noise in the input signal. While many existing sampling set selection methods are computationally intensive because they require an eigendecomposition, existing eigendecompostion-free methods are still much slower than random sampling algorithms for large graphs. In this paper, through optimizing sampling sets towards the D-optimal objective from experiment design, we propose a sampling algorithm that has complexity comparable to random sampling algorithms, while reaching accuracy similar to existing eigendecomposition-free methods for a broad range of graph types.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Software System Performance and Reliability
