Online Correlation Clustering for Dynamic Complete Signed Graphs
Ali Shakiba

TL;DR
This paper introduces the first online algorithm for dynamic correlation clustering on complete signed graphs, efficiently handling vertex and edge modifications with improved runtime and memory usage.
Contribution
It presents a novel online correlation clustering algorithm for dynamic graphs with full editing operations, leveraging locality for efficiency improvements.
Findings
Reduces runtime dependency to local vertex degrees and cluster count.
Employs locality to improve efficiency over naive re-computation.
Demonstrates reduced memory requirements proportional to local changes.
Abstract
In the correlation clustering problem for complete signed graphs, the input is a complete signed graph with edges weighted as (denote recommendation to put this pair in the same cluster) or (recommending to put this pair of vertices in separate clusters) and the target is to cluster the set of vertices such that the number of disagreements with these recommendations is minimized. In this paper, we consider the problem of correlation clustering for dynamic complete signed graphs where (1) a vertex can be added or deleted, and (2) the sign of an edge can be flipped. In the proposed online scheme, the offline approximation algorithm in [CALM+21] for correlation clustering is used. Up to the author's knowledge, this is the first online algorithm for dynamic graphs which allows a full set of graph editing operations. The proposed approach is rigorously analyzed and compared…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Caching and Content Delivery
