Sketching Meets Differential Privacy: Fast Algorithm for Dynamic Kronecker Projection Maintenance
Zhao Song, Xin Yang, Yuanyuan Yang, Lichen Zhang
TL;DR
The paper tackles dynamic projection maintenance for Kronecker-structured products by maintaining the projection ${ m B}^ op({ m BB}^ op)^{-1}{ m B}$ where ${ m B}={ m A}(W ext{ or }W^{1/2})$-structured via low-rank updates to $W$ and online queries. It introduces a two-pronged approach: (i) a Kron-based projection maintenance data structure that leverages lazy eigenvalue updates, Woodbury identities, and batched sketching to achieve amortized subquadratic updates and efficient queries, and (ii) a differential privacy–driven robust set-query framework that defends against adaptive adversaries, reducing the required sketches to $ ilde{O}( ext{sqrt}(T))$ for single coordinates and to $ ilde{O}( ext{sqrt}(kT))$ for sets of coordinates. The main technical contributions are the Kronecker Product Projection Maintenance Data Structure (with Init/Update/Query guarantees and complexity under low-rank $W$ changes) and the Robust Set Query Data Structure (employing coordinate-wise embedding, PrivateMedian, and DP composition to ensure adaptivity resilience). Together, these results yield faster dynamic SDP-type computations and broader DP-based robustness for iterative projection maintenance tasks in Kronecker-structured settings. The work has potential impact on speeding convex optimization and SDP solvers that exploit Kronecker structure while providing strong guarantees under adaptive queries and updates.
Abstract
Projection maintenance is one of the core data structure tasks. Efficient data structures for projection maintenance have led to recent breakthroughs in many convex programming algorithms. In this work, we further extend this framework to the Kronecker product structure. Given a constraint matrix ${\sf A}$ and a positive semi-definite matrix $W\in \mathbb{R}^{n\times n}$ with a sparse eigenbasis, we consider the task of maintaining the projection in the form of ${\sf B}^\top({\sf B}{\sf B}^\top)^{-1}{\sf B}$, where ${\sf B}={\sf A}(W\otimes I)$ or ${\sf B}={\sf A}(W^{1/2}\otimes W^{1/2})$. At each iteration, the weight matrix $W$ receives a low rank change and we receive a new vector $h$. The goal is to maintain the projection matrix and answer the query ${\sf B}^\top({\sf B}{\sf B}^\top)^{-1}{\sf B}h$ with good approximation guarantees. We design a fast dynamic data structure for this task and it is robust against an adaptive adversary. Following the beautiful and pioneering work of [Beimel, Kaplan, Mansour, Nissim, Saranurak and Stemmer, STOC'22], we use tools from differential privacy to reduce the randomness required by the data structure and further improve the running time.
