Correlation Clustering Algorithm for Dynamic Complete Signed Graphs: An Index-based Approach
Ali Shakiba

TL;DR
This paper introduces an efficient index-based correlation clustering algorithm for dynamic complete signed graphs, significantly reducing complexity and enabling real-time updates with proven effectiveness on real-world data.
Contribution
The authors develop a novel index-based approach that reduces approximation complexity from O(m×(2+α(G))) to O(m+n), facilitating dynamic graph updates.
Findings
Algorithm reduces processing time by 34% on average.
Supports dynamic updates like edge sign flipping and vertex changes.
Maintains the same output as the original algorithm.
Abstract
In this paper, we reduce the complexity of approximating the correlation clustering problem from to for any given value of for a complete signed graph with vertices and positive edges where is the arboricity of the graph. Our approach gives the same output as the original algorithm and makes it possible to implement the algorithm in a full dynamic setting where edge sign flipping and vertex addition/removal are allowed. Constructing this index costs memory and time. We also studied the structural properties of the non-agreement measure used in the approximation algorithm. The theoretical results are accompanied by a full set of experiments concerning seven real-world graphs. These results shows superiority of our index-based algorithm to the non-index one by a decrease of…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Clustering Algorithms Research · Data Management and Algorithms
