Faster Global Minimum Cut with Predictions
Abstract
Global minimum cut is a fundamental combinatorial optimization problem with wide-ranging applications. Often in practice, these problems are solved repeatedly on families of similar or related instances. However, the de facto algorithmic approach is to solve each instance of the problem from scratch discarding information from prior instances. In this paper, we consider how predictions informed by prior instances can be used to warm-start practical minimum cut algorithms. The paper considers the widely used Karger’s algorithm and its counterpart, the Karger-Stein algorithm. Given good predictions, we show these algorithms become near-linear time and have robust performance to erroneous predictions. Both of these algorithms are randomized edge-contraction algorithms. Our natural idea is to probabilistically prioritize the contraction of edges that are unlikely to be in the minimum cut.
Cite
Text
Niaparast et al. "Faster Global Minimum Cut with Predictions." Proceedings of the 42nd International Conference on Machine Learning, 2025.Markdown
[Niaparast et al. "Faster Global Minimum Cut with Predictions." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/niaparast2025icml-faster/)BibTeX
@inproceedings{niaparast2025icml-faster,
title = {{Faster Global Minimum Cut with Predictions}},
author = {Niaparast, Helia and Moseley, Benjamin and Singh, Karan},
booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
year = {2025},
pages = {46305-46319},
volume = {267},
url = {https://mlanthology.org/icml/2025/niaparast2025icml-faster/}
}