AIJul 3, 2025

Time-critical and confidence-based abstraction dropping methods

arXiv:2507.02703v16 citationsh-index: 52025 IEEE Conference on Games (CoG)
Originality Incremental advance
AI Analysis

This addresses a specific issue in MCTS for AI planning, offering incremental improvements over prior methods.

The paper tackles the problem of non-exact abstractions in Monte Carlo Tree Search (MCTS) causing approximation errors, by proposing two novel abstraction dropping schemes, OGA-IAAD and OGA-CAD, which yield clear performance improvements without notable degradations.

One paradigm of Monte Carlo Tree Search (MCTS) improvements is to build and use state and/or action abstractions during the tree search. Non-exact abstractions, however, introduce an approximation error making convergence to the optimal action in the abstract space impossible. Hence, as proposed as a component of Elastic Monte Carlo Tree Search by Xu et al., abstraction algorithms should eventually drop the abstraction. In this paper, we propose two novel abstraction dropping schemes, namely OGA-IAAD and OGA-CAD which can yield clear performance improvements whilst being safe in the sense that the dropping never causes any notable performance degradations contrary to Xu's dropping method. OGA-IAAD is designed for time critical settings while OGA-CAD is designed to improve the MCTS performance with the same number of iterations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes