An improved local search based algorithm for $k^-$-star partition
Mingyang Gong, Guohui Lin, Brendan Mumey

TL;DR
This paper introduces an improved approximation algorithm for the $k^-$-star partition problem, achieving better efficiency and ratio through local search and critical vertex analysis.
Contribution
It presents a novel $O(|V|^3)$-time approximation algorithm with a refined ratio for the $k^-$-star partition problem, utilizing critical vertices and local search techniques.
Findings
Achieves a $(rac{k}{2} - rac{k-2}{8k-14})$-approximation ratio.
Operates in $O(|V|^3)$ time.
Effectively distinguishes and updates critical vertices during local search.
Abstract
We study the -star partition problem that aims to find a minimum collection of vertex-disjoint stars, each having at most vertices to cover all vertices in a simple undirected graph . Our main contribution is an improved -time -approximation algorithm. Our algorithm starts with a -star partition with the least -stars and a key idea is to distinguish critical vertices, each of which is either in a -star or is the center of a -star in the current solution. Our algorithm iteratively updates the solution by three local search operations so that the vertices in each star in the final solution produced cannot be adjacent to too many critical vertices. We present an amortization scheme to prove the approximation ratio in which the critical vertices are allowed to receive more tokens from the optimal solution.
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 · Limits and Structures in Graph Theory · Advanced Graph Theory Research
