Approximating Min-Mean-Cycle for low-diameter graphs in near-optimal time and memory

April 07, 2020 Β· Declared Dead Β· πŸ› SIAM Journal on Optimization

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Jason M. Altschuler, Pablo A. Parrilo arXiv ID 2004.03114 Category cs.DS: Data Structures & Algorithms Cross-listed math.OC Citations 7 Venue SIAM Journal on Optimization Last Checked 4 months ago
Abstract
We revisit Min-Mean-Cycle, the classical problem of finding a cycle in a weighted directed graph with minimum mean weight. Despite an extensive algorithmic literature, previous work falls short of a near-linear runtime in the number of edges $m$. We propose an approximation algorithm that, for graphs with polylogarithmic diameter, achieves a near-linear runtime. In particular, this is the first algorithm whose runtime scales in the number of vertices $n$ as $\tilde{O}(n^2)$ for the complete graph. Moreover, unconditionally on the diameter, the algorithm uses only $O(n)$ memory beyond reading the input, making it "memory-optimal". Our approach is based on solving a linear programming relaxation using entropic regularization, which reduces the problem to Matrix Balancing -- Γ‘ la the popular reduction of Optimal Transport to Matrix Scaling. The algorithm is practical and simple to implement.
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