English

On Strong Graph Partitions and Universal Steiner Trees

Data Structures and Algorithms 2015-03-03 v5

Abstract

We study the problem of constructing universal Steiner trees for undirected graphs. Given a graph GG and a root node rr, we seek a single spanning tree TT of minimum {\em stretch}, where the stretch of TT is defined to be the maximum ratio, over all terminal sets XX, of the cost of the minimal sub-tree TXT_X of TT that connects XX to rr to the cost of an optimal Steiner tree connecting XX to rr in GG. Universal Steiner trees (USTs) are important for data aggregation problems where computing the Steiner tree from scratch for every input instance of terminals is costly, as for example in low energy sensor network applications. We provide a polynomial time \ust\ construction for general graphs with 2O(logn)2^{O(\sqrt{\log n})}-stretch. We also give a polynomial time \polylog(n)\polylog(n)-stretch construction for minor-free graphs. One basic building block of our algorithms is a hierarchy of graph partitions, each of which guarantees small strong diameter for each cluster and bounded neighbourhood intersections for each node. We show close connections between the problems of constructing USTs and building such graph partitions. Our construction of partition hierarchies for general graphs is based on an iterative cluster merging procedure, while the one for minor-free graphs is based on a separator theorem for such graphs and the solution to a cluster aggregation problem that may be of independent interest even for general graphs. To our knowledge, this is the first subpolynomial-stretch (o(nϵ)o(n^\epsilon) for any ϵ>0\epsilon > 0) UST construction for general graphs, and the first polylogarithmic-stretch UST construction for minor-free graphs.

Keywords

Cite

@article{arxiv.1111.4766,
  title  = {On Strong Graph Partitions and Universal Steiner Trees},
  author = {Costas Busch and Chinmoy Dutta and Jaikumar Radhakrishnan and Rajmohan Rajaraman and Srivathsan Srinivasagopalan},
  journal= {arXiv preprint arXiv:1111.4766},
  year   = {2015}
}
R2 v1 2026-06-21T19:38:57.745Z