English

Exponential Speedups by Rerooting Levin Tree Search

Artificial Intelligence 2025-03-12 v2

Abstract

Levin Tree Search (LTS) (Orseau et al., 2018) is a search algorithm for deterministic environments that uses a user-specified policy to guide the search. It comes with a formal guarantee on the number of search steps (node visits) for finding a solution node that depends on the quality of the policy. In this paper, we introduce a new algorithm, called LTS\sqrt{\text{LTS}} (pronounce root-LTS), which implicitly starts an LTS search rooted at every node of the search tree. Each LTS search is assigned a rerooting weight by a (user-defined or learnt) rerooter, and the search effort is shared between all LTS searches proportionally to their weights. The rerooting mechanism implicitly decomposes the search space into subtasks, leading to significant speedups. We prove that the number of node visits that LTS\sqrt{\text{LTS}} takes is competitive with the best decomposition into subtasks, at the price of a factor that relates to the uncertainty of the rerooter. If LTS takes time TT, in the best case with qq rerooting points, LTS\sqrt{\text{LTS}} only takes time O(qTq)O(q\sqrt[q]{T}). Like the policy, the rerooter can be learnt from data, and we expect LTS\sqrt{\text{LTS}} to be applicable to a wide range of domains.

Keywords

Cite

@article{arxiv.2412.05196,
  title  = {Exponential Speedups by Rerooting Levin Tree Search},
  author = {Laurent Orseau and Marcus Hutter and Levi H. S. Lelis},
  journal= {arXiv preprint arXiv:2412.05196},
  year   = {2025}
}
R2 v1 2026-06-28T20:25:52.609Z