Faster CONGEST Approximation Algorithms for Maximum Weighted Independent Set in Sparse Graphs

June 12, 2025 Β· Declared Dead Β· πŸ› arXiv.org

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Salwa Faour, Fabian Kuhn arXiv ID 2506.10845 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DC Citations 0 Venue arXiv.org Last Checked 5 months ago
Abstract
The maximum independent set problem is a classic optimization problem that has also been studied quite intensively in the distributed setting. While the problem is hard to approximate in general, there are good approximation algorithms known for several sparse graph families. In this paper, we consider deterministic distributed CONGEST algorithms for the weighted version of the problem in trees and graphs of bounded arboricity. For trees, we prove that the task of deterministically computing a $(1-Ξ΅)$-approximate solution to the maximum weight independent set (MWIS) problem has a tight $Θ(\log^*(n) / Ξ΅)$ complexity. The lower bound already holds on unweighted oriented paths. On the upper bound side, we show that the bound can be achieved even in unrooted trees. For graphs $G=(V,E)$ of arboricity $Ξ²>1$, we give two algorithms. If the sum of all node weights is $w(V)$, we show that for any $Ξ΅>0$, an independent set of weight at least $(1-Ξ΅)\cdot \frac{w(V)}{4Ξ²}$ can be computed in $O(\log^2(Ξ²/Ξ΅)/Ξ΅+ \log^* n)$ rounds. This result is obtained by a direct application of the local rounding framework of Faour, Ghaffari, Grunau, Kuhn, and Rozhoň [SODA '23]. We further show that for any $Ξ΅>0$, an independent set of weight at least $(1-Ξ΅)\cdot\frac{w(V)}{2Ξ²+1}$ can be computed in $O(\log^3(Ξ²)\cdot\log(1/Ξ΅)/Ξ΅^2 \cdot\log n)$ rounds. This improves on a recent result of Gil [OPODIS '23], who showed that a $1/\lfloor(2+Ξ΅)Ξ²\rfloor$-approximation to the MWIS problem can be computed in $O(Ξ²\cdot\log n)$ rounds. As an intermediate step, we design an algorithm to compute an independent set of total weight at least $(1-Ξ΅)\cdot\sum_{v\in V}\frac{w(v)}{deg(v)+1}$ in time $O(\log^3(Ξ”)\cdot\log(1/Ξ΅)/Ξ΅+ \log^* n)$, where $Ξ”$ is the maximum degree of the graph.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted