Toward Highly Efficient and Private Submodular Maximization via Matrix-Based Acceleration
Boyu Liu, Lianke Qin, Zhao Song, Yitan Wang, Jiale Zhao
TL;DR
This work targets efficient private submodular maximization under a cardinality constraint. It introduces a matrix-based embedding and a pair of dynamic data structures (IPE and FQFS) to convert marginal gains into fast inner-product queries, achieving a runtime of $O(\epsilon^{-2}(nd+kn+kd^2)\log(k/\delta))$ with a $(1-1/e)$-approximation up to additive terms. It further extends the framework to ($\epsilon$, $\delta$)-DP using the exponential mechanism, providing formal privacy guarantees while preserving near-optimal utility. An optional LSH extension yields further speedups, broadening applicability to large-scale, privacy-preserving submodular optimization in online and constrained settings.
Abstract
Submodular function maximization is a critical building block for diverse tasks, such as document summarization, sensor placement, and image segmentation. Yet its practical utility is often limit by the $O(knd^2)$ computational bottleneck. In this paper, we propose an integrated framework that addresses efficiency and privacy simultaneously. First, we introduce a novel matrix-based computation paradigm that accelerates function evaluations. Second, we develop approximate data structures that further streamline the optimization process, achieving a theoretical complexity of $O(ε^{-2}(nd+kn+kd^2)\log(k/δ))$. Third, we integrate ($ε, δ$)-DP guaranties to address the privacy concerns inherent in sensitive optimization tasks.
