OptiRefine: Densest subgraphs and maximum cuts with $k$ refinements
Sijing Tu, Aleksa Stankovic, Stefan Neumann, Aristides Gionis

TL;DR
OptiRefine introduces a framework for refining solutions to graph optimization problems with minimal changes, maintaining proximity to initial solutions while achieving near-optimal results, applicable to densest subgraph and maximum cut problems.
Contribution
The paper presents a novel framework for solution refinement in graph optimization, providing approximation algorithms for densest subgraph and maximum cut with a fixed number of refinements.
Findings
Effective approximation algorithms for densest subgraph with $k= ext{Omega}(n)$ refinements.
Optimal approximation algorithms for maximum cut with $k= ext{Omega}(n)$ refinements under the Unique Games Conjecture.
Scalable heuristics that perform well on synthetic and real-world data.
Abstract
Data-analysis tasks often involve an iterative process, which requires refining previous solutions. For instance, when analyzing dynamic social networks, we may be interested in monitoring the evolution of a community that was identified at an earlier snapshot. This task requires finding a community in the current snapshot of data that is ``close'' to the earlier-discovered community of interest. However, classic optimization algorithms, which typically find solutions from scratch, potentially return communities that are very dissimilar to the initial one. To mitigate these issues, we introduce the \emph{OptiRefine framework}. The framework optimizes initial solutions by making a small number of \emph{refinements}, thereby ensuring that the new solution remains close to the initial solution and simultaneously achieving a near-optimal solution for the optimization problem. We apply the…
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
TopicsComplexity and Algorithms in Graphs · graph theory and CDMA systems · Advanced Graph Theory Research
