An Improved Approximation Algorithm for the Subpath Planning Problem and Its Generalization
Abstract
This paper focuses on a generalization of the traveling salesman problem (TSP), called the subpath planning problem (SPP). Given 2n vertices and n independent edges on a metric space, we aim to find a shortest tour that contains all the edges. SPP is one of the fundamental problems in both artificial intelligence and robotics. Our main result is to design a 1.5-approximation algorithm that runs in polynomial time, improving the currently best approximation algorithm. The idea is direct use of techniques developed for TSP. In addition, we propose a generalization of SPP called the subgroup planning problem (SGPP). In this problem, we are given a set of disjoint groups of vertices, and we aim to find a shortest tour such that all the vertices in each group are traversed sequentially. We propose a 3-approximation algorithm for SGPP. We also conduct numerical experiments. Compared with previous algorithms, our algorithms improve the solution quality by more than 10% for large instances with more than 10,000 vertices.
Cite
Text
Sumita et al. "An Improved Approximation Algorithm for the Subpath Planning Problem and Its Generalization." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/616Markdown
[Sumita et al. "An Improved Approximation Algorithm for the Subpath Planning Problem and Its Generalization." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/sumita2017ijcai-improved/) doi:10.24963/IJCAI.2017/616BibTeX
@inproceedings{sumita2017ijcai-improved,
title = {{An Improved Approximation Algorithm for the Subpath Planning Problem and Its Generalization}},
author = {Sumita, Hanna and Yonebayashi, Yuma and Kakimura, Naonori and Kawarabayashi, Ken-ichi},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2017},
pages = {4412-4418},
doi = {10.24963/IJCAI.2017/616},
url = {https://mlanthology.org/ijcai/2017/sumita2017ijcai-improved/}
}