8 research outputs found

    Fast and Deterministic Approximations for k-Cut

    Get PDF
    In an undirected graph, a k-cut is a set of edges whose removal breaks the graph into at least k connected components. The minimum weight k-cut can be computed in n^O(k) time, but when k is treated as part of the input, computing the minimum weight k-cut is NP-Hard [Goldschmidt and Hochbaum, 1994]. For poly(m,n,k)-time algorithms, the best possible approximation factor is essentially 2 under the small set expansion hypothesis [Manurangsi, 2017]. Saran and Vazirani [1995] showed that a (2 - 2/k)-approximately minimum weight k-cut can be computed via O(k) minimum cuts, which implies a O~(km) randomized running time via the nearly linear time randomized min-cut algorithm of Karger [2000]. Nagamochi and Kamidoi [2007] showed that a (2 - 2/k)-approximately minimum weight k-cut can be computed deterministically in O(mn + n^2 log n) time. These results prompt two basic questions. The first concerns the role of randomization. Is there a deterministic algorithm for 2-approximate k-cuts matching the randomized running time of O~(km)? The second question qualitatively compares minimum cut to 2-approximate minimum k-cut. Can 2-approximate k-cuts be computed as fast as the minimum cut - in O~(m) randomized time? We give a deterministic approximation algorithm that computes (2 + eps)-minimum k-cuts in O(m log^3 n / eps^2) time, via a (1 + eps)-approximation for an LP relaxation of k-cut

    Approximating Submodular k-Partition via Principal Partition Sequence

    Get PDF

    LP Relaxation and Tree Packing for Minimum k-cuts

    Get PDF
    Karger used spanning tree packings [Karger, 2000] to derive a near linear-time randomized algorithm for the global minimum cut problem as well as a bound on the number of approximate minimum cuts. This is a different approach from his well-known random contraction algorithm [Karger, 1995; Karger and Stein, 1996]. Thorup developed a fast deterministic algorithm for the minimum k-cut problem via greedy recursive tree packings [Thorup, 2008]. In this paper we revisit properties of an LP relaxation for k-cut proposed by Naor and Rabani [Naor and Rabani, 2001], and analyzed in [Chekuri et al., 2006]. We show that the dual of the LP yields a tree packing, that when combined with an upper bound on the integrality gap for the LP, easily and transparently extends Karger\u27s analysis for mincut to the k-cut problem. In addition to the simplicity of the algorithm and its analysis, this allows us to improve the running time of Thorup\u27s algorithm by a factor of n. We also improve the bound on the number of alpha-approximate k-cuts. Second, we give a simple proof that the integrality gap of the LP is 2(1-1/n). Third, we show that an optimum solution to the LP relaxation, for all values of k, is fully determined by the principal sequence of partitions of the input graph. This allows us to relate the LP relaxation to the Lagrangean relaxation approach of Barahona [Barahona, 2000] and Ravi and Sinha [Ravi and Sinha, 2008]; it also shows that the idealized recursive tree packing considered by Thorup gives an optimum dual solution to the LP. This work arose from an effort to understand and simplify the results of Thorup [Thorup, 2008]

    Approximating submodular kk-partition via principal partition sequence

    Full text link
    In submodular kk-partition, the input is a non-negative submodular function ff defined over a finite ground set VV (given by an evaluation oracle) along with a positive integer kk and the goal is to find a partition of the ground set VV into kk non-empty parts V1,V2,...,VkV_1, V_2, ..., V_k in order to minimize ∑i=1kf(Vi)\sum_{i=1}^k f(V_i). Narayanan, Roy, and Patkar (Journal of Algorithms, 1996) designed an algorithm for submodular kk-partition based on the principal partition sequence and showed that the approximation factor of their algorithm is 22 for the special case of graph cut functions (subsequently rediscovered by Ravi and Sinha (Journal of Operational Research, 2008)). In this work, we study the approximation factor of their algorithm for three subfamilies of submodular functions -- monotone, symmetric, and posimodular, and show the following results: 1. The approximation factor of their algorithm for monotone submodular kk-partition is 4/34/3. This result improves on the 22-factor achievable via other algorithms. Moreover, our upper bound of 4/34/3 matches the recently shown lower bound under polynomial number of function evaluation queries (Santiago, IWOCA 2021). Our upper bound of 4/34/3 is also the first improvement beyond 22 for a certain graph partitioning problem that is a special case of monotone submodular kk-partition. 2. The approximation factor of their algorithm for symmetric submodular kk-partition is 22. This result generalizes their approximation factor analysis beyond graph cut functions. 3. The approximation factor of their algorithm for posimodular submodular kk-partition is 22. We also construct an example to show that the approximation factor of their algorithm for arbitrary submodular functions is Ω(n/k)\Omega(n/k).Comment: Accepted to APPROX'2

    Fast Approximation Algorithms for Bounded Degree and Crossing Spanning Tree Problems

    Get PDF
    We develop fast approximation algorithms for the minimum-cost version of the Bounded-Degree MST problem (BD-MST) and its generalization the Crossing Spanning Tree problem (Crossing-ST). We solve the underlying LP to within a (1+?) approximation factor in near-linear time via the multiplicative weight update (MWU) technique. This yields, in particular, a near-linear time algorithm that outputs an estimate B such that B ? B^* ? ?(1+?)B?+1 where B^* is the minimum-degree of a spanning tree of a given graph. To round the fractional solution, in our main technical contribution, we describe a fast near-linear time implementation of swap-rounding in the spanning tree polytope of a graph. The fractional solution can also be used to sparsify the input graph that can in turn be used to speed up existing combinatorial algorithms. Together, these ideas lead to significantly faster approximation algorithms than known before for the two problems of interest. In addition, a fast algorithm for swap rounding in the graphic matroid is a generic tool that has other applications, including to TSP and submodular function maximization

    Counting and enumerating optimum cut sets for hypergraph kk-partitioning problems for fixed kk

    Get PDF
    We consider the problem of enumerating optimal solutions for two hypergraph kk-partitioning problems -- namely, Hypergraph-kk-Cut and Minmax-Hypergraph-kk-Partition. The input in hypergraph kk-partitioning problems is a hypergraph G=(V,E)G=(V, E) with positive hyperedge costs along with a fixed positive integer kk. The goal is to find a partition of VV into kk non-empty parts (V1,V2,…,Vk)(V_1, V_2, \ldots, V_k) -- known as a kk-partition -- so as to minimize an objective of interest. 1. If the objective of interest is the maximum cut value of the parts, then the problem is known as Minmax-Hypergraph-kk-Partition. A subset of hyperedges is a minmax-kk-cut-set if it is the subset of hyperedges crossing an optimum kk-partition for Minmax-Hypergraph-kk-Partition. 2. If the objective of interest is the total cost of hyperedges crossing the kk-partition, then the problem is known as Hypergraph-kk-Cut. A subset of hyperedges is a min-kk-cut-set if it is the subset of hyperedges crossing an optimum kk-partition for Hypergraph-kk-Cut. We give the first polynomial bound on the number of minmax-kk-cut-sets and a polynomial-time algorithm to enumerate all of them in hypergraphs for every fixed kk. Our technique is strong enough to also enable an nO(k)pn^{O(k)}p-time deterministic algorithm to enumerate all min-kk-cut-sets in hypergraphs, thus improving on the previously known nO(k2)pn^{O(k^2)}p-time deterministic algorithm, where nn is the number of vertices and pp is the size of the hypergraph. The correctness analysis of our enumeration approach relies on a structural result that is a strong and unifying generalization of known structural results for Hypergraph-kk-Cut and Minmax-Hypergraph-kk-Partition. We believe that our structural result is likely to be of independent interest in the theory of hypergraphs (and graphs).Comment: Accepted to ICALP'22. arXiv admin note: text overlap with arXiv:2110.1481
    corecore