A Gap-ETH-Tight Approximation Scheme for Euclidean TSP
Sándor Kisfaludi-Bak, Jesper Nederlof, Karol Węgrzycki
TL;DR
This paper resolves the epsilon-exponential dependence bottleneck in approximation schemes for Euclidean TSP in fixed dimensions by introducing Sparsity-Sensitive Patching, which adapts patching granularity to local sparsity and yields a Gap-ETH-tight $(1+\varepsilon)$-approximation running in $2^{\mathcal{O}(1/\varepsilon^{d-1})} \cdot n + \mathrm{poly}(1/\varepsilon) \cdot n \log n$. The approach builds on Arora's quadtree framework but avoids iterative bottom-up patching, enabling a clean rank-based DP over portals with a representative set of size $2^{\mathcal{O}(|B|)}$. The authors extend these techniques to Rectilinear and Euclidean Steiner Tree, providing matching Gap-ETH lower bounds for the rectilinear variant and outlining reductions from Max-(3,3)SAT. Overall, the work conditionalizes the optimality of the epsilon-exponent in approximation schemes for Euclidean TSP in constant dimensions and broadens the toolkit for geometric optimization problems with near-optimal, dimension-robust running times.
Abstract
We revisit the classic task of finding the shortest tour of $n$ points in $d$-dimensional Euclidean space, for any fixed constant $d \geq 2$. We determine the optimal dependence on $\varepsilon$ in the running time of an algorithm that computes a $(1+\varepsilon)$-approximate tour, under a plausible assumption. Specifically, we give an algorithm that runs in $2^{\mathcal{O}(1/\varepsilon^{d-1})} n\log n$ time. This improves the previously smallest dependence on $\varepsilon$ in the running time $(1/\varepsilon)^{\mathcal{O}(1/\varepsilon^{d-1})}n \log n$ of the algorithm by Rao and Smith~(STOC 1998). We also show that a $2^{o(1/\varepsilon^{d-1})}\text{poly}(n)$ algorithm would violate the Gap-Exponential Time Hypothesis (Gap-ETH). Our new algorithm builds upon the celebrated quadtree-based methods initially proposed by Arora (J. ACM 1998), but it adds a new idea that we call \emph{sparsity-sensitive patching}. On a high level this lets the granularity with which we simplify the tour depend on how sparse it is locally. We demonstrate that our technique extends to other problems, by showing that for Steiner Tree and Rectilinear Steiner Tree it yields the same running time. We complement our results with a matching Gap-ETH lower bound for Rectilinear Steiner Tree.
