Dynamic Kernel Graph Sparsifiers
Yang Cao, Yichuan Deng, Wenyu Jin, Xiaoyu Li, Zhao Song, Xiaorui Sun, Omri Weinstein

TL;DR
This paper introduces a dynamic data structure for maintaining spectral sparsifiers of geometric graphs efficiently as points move, with applications in optimization and matrix computations.
Contribution
It presents the first fully-dynamic spectral sparsifier for geometric graphs with sublinear update time and robustness against adaptive adversaries.
Findings
Update time is $n^{o(1)}$ with high probability.
Initialization time is $n^{1+o(1)}$.
Supports efficient matrix-vector operations for geometric graph Laplacians.
Abstract
A geometric graph associated with a set of points and a fixed kernel function is a complete graph on such that the weight of edge is . We present a fully-dynamic data structure that maintains a spectral sparsifier of a geometric graph under updates that change the locations of points in one at a time. The update time of our data structure is with high probability, and the initialization time is . Under certain assumption, our data structure can be made robust against adaptive adversaries, which makes our sparsifier applicable in iterative optimization algorithms. We further show that the Laplacian matrices corresponding to geometric graphs admit a randomized sketch for maintaining matrix-vector…
Peer Reviews
Decision·ICLR 2026 Conference Desk Rejected Submission
This is in my understanding the first algorithm that provides sparisification of geometric graphs. Using standard techniques, they also extend it to Laplacian solver (though that part I did not find that interesting). The writing of the paper is good and I could not any weakness or suggestions for the authors to improve their paper. I found it easy to follow, which is a good sign. I would say that I did not read the proof, but looking at the theorem statement, nothing came out that sounds it
I did not find any.
* Given the importance of geometric graphs and their application in data-driven applications, the problem studied here is natural and very well motivated. The results on the update time are also competitive.
* The question is not central to classic dynamic data structures, but perhaps relevant in dynamic ML applications
I’m supportive of the paper. The paper studied a well-motivated problem with many downstream applications in numerical linear algebra, data processing, and machine learning. The paper also spent some passages discussing these applications. The intuitions for the techniques are clearly given in the paper, and I could follow most of their ideas. The writing of the paper demonstrates a great breadth of knowledge, and this is the first dynamic algorithm for spectral sparsifier, as far as I know. The
I do not see major flaws in the paper. One potential criticism is that the paper contains no experiments; however, I do not think it is an issue for a paper with this amount and quality of results. There are some typos and lower-order clarity issues in the paper (see questions), but I think most of them could be easily fixed.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopological and Geometric Data Analysis · Graph theory and applications · Stochastic Gradient Optimization Techniques
