Augmented Sparsifiers for Generalized Hypergraph Cuts with Applications to Decomposable Submodular Function Minimization
Austin R. Benson, Jon Kleinberg, Nate Veldt

TL;DR
This paper introduces a sparsification framework for hypergraph cut problems with submodular splitting functions, enabling faster approximate algorithms by reducing dense graph representations to sparse ones using piecewise linear approximations.
Contribution
It presents a novel hypergraph-to-graph reduction method that approximates hypergraph cuts with significantly fewer edges, improving computational efficiency for submodular function minimization.
Findings
Achieves $(1+\varepsilon)$-approximate sparsification with $O(\varepsilon^{-1}|e| \log |e|)$ edges per hyperedge.
Requires only $O(|e| \varepsilon^{-1/2} \log \log \frac{1}{\varepsilon})$ edges for clique splitting functions.
Enables faster approximate min $s$-$t$ cut algorithms for certain co-occurrence graphs.
Abstract
In recent years, hypergraph generalizations of many graph cut problems have been introduced and analyzed as a way to better explore and understand complex systems and datasets characterized by multiway relationships. Recent work has made use of a generalized hypergraph cut function which for a hypergraph can be defined by associating each hyperedge with a splitting function , which assigns a penalty to each way of separating the nodes of . When each is a submodular cardinality-based splitting function, meaning that for some concave function , previous work has shown that a generalized hypergraph cut problem can be reduced to a directed graph cut problem on an augmented node set. However, existing reduction procedures often result in a dense graph, even when the hypergraph is sparse, which leads to slow…
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 · Advanced Graph Theory Research · Machine Learning and Algorithms
