English

Robustification of Online Graph Exploration Methods

Machine Learning 2021-12-13 v1 Data Structures and Algorithms

Abstract

Exploring unknown environments is a fundamental task in many domains, e.g., robot navigation, network security, and internet search. We initiate the study of a learning-augmented variant of the classical, notoriously hard online graph exploration problem by adding access to machine-learned predictions. We propose an algorithm that naturally integrates predictions into the well-known Nearest Neighbor (NN) algorithm and significantly outperforms any known online algorithm if the prediction is of high accuracy while maintaining good guarantees when the prediction is of poor quality. We provide theoretical worst-case bounds that gracefully degrade with the prediction error, and we complement them by computational experiments that confirm our results. Further, we extend our concept to a general framework to robustify algorithms. By interpolating carefully between a given algorithm and NN, we prove new performance bounds that leverage the individual good performance on particular inputs while establishing robustness to arbitrary inputs.

Keywords

Cite

@article{arxiv.2112.05422,
  title  = {Robustification of Online Graph Exploration Methods},
  author = {Franziska Eberle and Alexander Lindermayr and Nicole Megow and Lukas Nölke and Jens Schlöter},
  journal= {arXiv preprint arXiv:2112.05422},
  year   = {2021}
}

Comments

Accepted at AAAI 2022

R2 v1 2026-06-24T08:11:59.760Z