Fast Approximation in Subspaces by Doubling Metric Decomposition
Marek Cygan, Lukasz Kowalik, Marcin Mucha, Marcin Pilipczuk, Piotr, Sankowski

TL;DR
This paper introduces a new model for approximation algorithms that uses preprocessing and data structures to efficiently solve various graph problems on doubling metrics, significantly reducing query times.
Contribution
It presents near-linear size data structures enabling fast query responses for multiple problems on doubling metric graphs, including the first dynamic Steiner tree algorithm.
Findings
Data structures answer queries in near-linear time.
Improved over classical algorithms with worst-case time $\, ext{O}(|E|)$.
Achieves approximation guarantees close to traditional methods.
Abstract
In this paper we propose and study a new complexity model for approximation algorithms. The main motivation are practical problems over large data sets that need to be solved many times for different scenarios, e.g., many multicast trees that need to be constructed for different groups of users. In our model we allow a preprocessing phase, when some information of the input graph is stored in a limited size data structure. Next, the data structure enables processing queries of the form ``solve problem A for an input ''. We consider problems like {\sc Steiner Forest}, {\sc Facility Location}, {\sc -Median}, {\sc -Center} and {\sc TSP} in the case when the graph induces a doubling metric. Our main results are data structures of near-linear size that are able to answer queries in time close to linear in . This improves over typical worst case reuniting…
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 · Algorithms and Data Compression · Advanced Database Systems and Queries
