Fully Dynamic Adversarially Robust Correlation Clustering in Polylogarithmic Update Time
Vladimir Braverman, Prathamesh Dharangutte, Shreyas Pai, Vihan Shah, Chen Wang
TL;DR
This work addresses dynamic correlation clustering under adaptive adversaries by introducing an adversarially robust algorithm that maintains an $O(1)$-approximation with polylogarithmic amortized update time. Central to the approach is a sparse-dense decomposition (SDD) that is updated locally in neighborhoods, enabling fast updates while preserving clustering quality. The authors prove amortized time bounds and approximation guarantees, and validate the method with experiments on synthetic SBMs and real networks, showing stable performance and competitive costs. The sparse-dense decomposition technique itself is presented as of independent interest, with potential applications beyond correlation clustering in dynamic graphs.
Abstract
We study the dynamic correlation clustering problem with $\textit{adaptive}$ edge label flips. In correlation clustering, we are given a $n$-vertex complete graph whose edges are labeled either $(+)$ or $(-)$, and the goal is to minimize the total number of $(+)$ edges between clusters and the number of $(-)$ edges within clusters. We consider the dynamic setting with adversarial robustness, in which the $\textit{adaptive}$ adversary could flip the label of an edge based on the current output of the algorithm. Our main result is a randomized algorithm that always maintains an $O(1)$-approximation to the optimal correlation clustering with $O(\log^{2}{n})$ amortized update time. Prior to our work, no algorithm with $O(1)$-approximation and $\text{polylog}{(n)}$ update time for the adversarially robust setting was known. We further validate our theoretical results with experiments on synthetic and real-world datasets with competitive empirical performances. Our main technical ingredient is an algorithm that maintains $\textit{sparse-dense decomposition}$ with $\text{polylog}{(n)}$ update time, which could be of independent interest.
