No sublogarithmic-time approximation scheme for bipartite vertex cover

@article{Gs2012NoSA,
  title={No sublogarithmic-time approximation scheme for bipartite vertex cover},
  author={Mika G{\"o}{\"o}s and Jukka Suomela},
  journal={Distributed Computing},
  year={2012},
  volume={27},
  pages={435-443}
}
König’s theorem states that on bipartite graphs the size of a maximum matching equals the size of a minimum vertex cover. It is known from prior work that for every $$\epsilon > 0$$ϵ>0 there exists a constant-time distributed algorithm that finds a $$(1+\epsilon )$$(1+ϵ)-approximation of a maximum matching on bounded-degree graphs. In this work, we show—somewhat surprisingly—that no sublogarithmic-time approximation scheme exists for the dual problem: there is a constant $$\delta > 0$$δ>0 so… 

Approximate Bipartite Vertex Cover in the CONGEST Model

This paper gives efficient distributed algorithms for the minimum vertex cover problem in bipartite graphs in the CONGEST model and shows that a $(1+O(\delta)$-approximate vertex cover can be computed in time $O(D+\mathrm{poly}(\log n}{\delta}))$, where $D$ is the diameter of the graph.

Approximating Bipartite Minimum Vertex Cover in the CONGEST Model

It is shown that the constructive proof of Kőnig’s theorem directly leads to a deterministic O(n logn)-round CONGEST algorithm for computing a minimum vertex cover, and that by adapting the construction, it can also convert an approximate maximum matching into an approximate minimum graph cover.

Distributed CONGEST Approximation of Weighted Vertex Covers and Matchings

It is shown that in general weighted graph families that are closed under taking subgraphs and in which the authors can compute an independent set of weight at least λ · w ( V ) in polylogarithmic time in the CONGEST model, one can compute a (2 − 2 λ + ε )-approximate weighted vertex cover in poly ( cid:0) log n ε (cid:1) rounds in the congEST model.

Linear-in-$Δ$ Lower Bounds in the LOCAL Model

This work gives the first linear-in-Δ lower bound for a natural graph problem in the standard LOCAL model of distributed computing—prior lower bounds for a wide range of graph problems have been at best logarithmic in Δ.

On the complexity of local distributed graph problems

The result can be viewed as showing that the only obstacle to getting efficient determinstic algorithms in the LOCAL model is an efficient algorithm to approximately round fractional values into integer values.

Linear-in-delta lower bounds in the LOCAL model

This work gives the first linear-in-Δ lower bound for a natural graph problem in the standard LOCAL model of distributed computing---prior lower bounds for a wide range of graph problems have been at best logarithmic in Δ.

A Time Hierarchy Theorem for the LOCAL Model

  • Yi-Jun ChangSeth Pettie
  • Computer Science, Mathematics
    2017 IEEE 58th Annual Symposium on Foundations of Computer Science (FOCS)
  • 2017
It is proved that any randomized algorithm that solves an LCL problem in sublogarithmic time can be sped up to run in O(T_{LLL}) time, which is the complexity of the distributed Lovasz local lemma problem, currently known to be Ω( log log n) and 2^{O(sqrt{log log n})} on bounded degree graphs.

Local coordination and symmetry breaking

An informal overview of the techniques that can be used to prove lower bounds for distributed graph algorithms and a roadmap for future research are proposed, with the aim of resolving some of the major open questions of the field.

Polynomial Lower Bound for Distributed Graph Coloring in a Weak LOCAL Model

An \(\varOmega \big (\varDelta ^{\frac{1}{3}-\frac{\eta }{3}}\big )\) lower bound on the runtime of any deterministic distributed graph coloring algorithm in a weak variant of theLOCAL model is shown.

A Closer Look at Concurrent Data Structures and Algorithms

In this survey article, the introduction of a new synchronization problem, called fair synchronization, is presented, which enables to automatically add strong fairness guarantees to existing implementations of concurrent data structures, without using locks, and to transform any solution to the mutual exclusion problem into a fair solution.

References

SHOWING 1-10 OF 22 REFERENCES

Lower bounds for local approximation

It is shown that if a local algorithm finds a constant-factor approximation of a simple PO-checkable graph problem with the help of unique identifiers, then the same approximation ratio can be achieved on anonymous networks.

On Approximating the Minimum Vertex Cover in Sublinear Time and the Connection to Distributed Algorithms

Low diameter graph decompositions

  • Nathan LinialM. Saks
  • Mathematics
    Comb.
  • 1993
It is shown that this trade-off between the number of blocks and the diameter is nearly best possible, for two families of graphs: the first consists of skeletons of certain triangulations of a simplex and the second consists of grid graphs with added diagonals.

Constant-Time Approximation Algorithms via Local Improvements

This work gives the first constant-time algorithm that for the class of graphs of degree bounded by d, computes the maximum matching size to within epsIVn, for any epsivn > 0, where n is the number of nodes in the graph.

Local Graph Partitions for Approximation and Testing

A new tool for approximation and testing algorithms called partitioning oracles, which utilize only local computation to consistently answer queries about a global partition that breaks the graph into small connected components by removing only a small fraction of the edges, is introduced.

Locality in Distributed Graph Algorithms

  • N. Linial
  • Mathematics, Computer Science
    SIAM J. Comput.
  • 1992
This model focuses on the issue of locality in distributed processing, namely, to what extent a global solution to a computational problem can be obtained from locally available data.

Leveraging Linial's Locality Limit

It is shown that constant approximations to maximum independent sets on a ring require at least log-star time, and that graphs exist, where a maximum independent set can be determined without any communication, while finding even an approximation to a minimum dominating set is as hard as in general graphs.

Local algorithms in (weakly) coloured graphs

It is shown that the stronger assumption of a 2-colouring does not help in the case of the dominating set problem, but there is a local approximation scheme for the maximum matching problem in 2- Coloured graphs.

No sublogarithmic-time approximation scheme for bipartite vertex cover

König’s theorem states that on bipartite graphs the size of a maximum matching equals the size of a minimum vertex cover. It is known from prior work that for every ϵ>0\documentclass[12pt]{minimal}

What Can Be Computed Locally ?

A model for distributed computations and the notion of locally checkable labelings (LCLs) is introduced and properties about algorithms for local checkable labeling problems are proved.