General search techniques without common knowledge for imperfect-information games, and application to superhuman Fog of War chess
Overview
Overall Novelty Assessment
The paper introduces Obscuro, the first superhuman AI for Fog of War chess, advancing depth-limited subgame solving in imperfect-information games. It resides in the 'Depth-Limited and Subgame Solving' leaf, which contains only three papers total, indicating a relatively sparse research direction within the broader taxonomy. This leaf focuses on solving limited game-tree portions without common-knowledge closure, distinguishing it from full-game or equilibrium-based methods. The small sibling count suggests the paper enters a less crowded niche compared to more populated branches like Monte Carlo Tree Search variants or learning-search integration.
The taxonomy reveals neighboring leaves in 'Search Algorithms and Architectures' include 'Online Search and Soundness' (two papers on theoretical guarantees) and 'Monte Carlo Tree Search Variants' (four papers on ISMCTS and determinization). Adjacent branches such as 'Learning-Search Integration' (six papers across three leaves) and 'Game-Theoretic and Opponent Modeling' (three papers) represent alternative paradigms. The paper's avoidance of common-knowledge reasoning and equilibrium computation sets it apart from game-theoretic neighbors, while its explicit search focus differentiates it from learning-heavy unified frameworks like Student of Games.
Among nineteen candidates examined, the KLUSS algorithm contribution shows two refutable candidates out of nine examined, suggesting moderate prior overlap in subgame-solving techniques. The one-sided GT-CFR expansion was not evaluated against any candidates, leaving its novelty uncertain within this limited scope. The Obscuro system contribution examined ten candidates with zero refutations, indicating no direct prior work on superhuman Fog of War chess among the top semantic matches. These statistics reflect a targeted search, not exhaustive coverage, so unexamined literature may contain relevant precedents.
Based on the limited search scope of nineteen top-ranked candidates, the work appears to occupy a sparsely populated research direction with modest algorithmic overlap and no prior superhuman Fog of War chess systems identified. The taxonomy structure confirms that depth-limited solving without common knowledge is less explored than equilibrium-based or learning-integrated approaches. However, the analysis does not cover the full literature landscape, and broader searches or domain-specific venues might reveal additional related efforts.
Taxonomy
Research Landscape Overview
Claimed Contributions
KLUSS is a subgame solving technique for imperfect-information games that avoids reasoning about common knowledge by removing states based on order of knowledge, while unfreezing strategies at distance-1 nodes (unlike KLSS which freezes them). This enables more powerful reasoning about opponent information without enumerating prohibitively large common-knowledge sets.
A variant of growing-tree CFR where only one player uses an exploration-exploitation strategy while the other plays their equilibrium strategy directly. This focuses tree expansion on relevant nodes and is formally shown to converge to exact equilibrium given infinite time.
Obscuro combines the new search techniques (KLUSS and one-sided GT-CFR) to achieve superhuman performance in Fog of War chess, the largest turn-based zero-sum game by imperfect information where superhuman play has been reached and the largest game where imperfect-information search has been successfully applied.
Contribution Analysis
Detailed comparisons for each claimed contribution
Knowledge-limited unfrozen subgame solving (KLUSS) algorithm
KLUSS is a subgame solving technique for imperfect-information games that avoids reasoning about common knowledge by removing states based on order of knowledge, while unfreezing strategies at distance-1 nodes (unlike KLSS which freezes them). This enables more powerful reasoning about opponent information without enumerating prohibitively large common-knowledge sets.
[1] Subgame solving without common knowledge PDF
[38] Safe and Nested Endgame Solving for Imperfect-Information Games. PDF
[16] Look-ahead Reasoning with a Learned Model in Imperfect Information Games PDF
[31] New Solution Concepts and Algorithms for Equilibrium Computation and Learning in Extensive-Form Games and Beyond PDF
[36] Safe and Nested Subgame Solving for Imperfect-Information Games PDF
[37] Opponent-limited online search for imperfect information games PDF
[39] A novel deep residual network-based incomplete information competition strategy for four-players Mahjong games PDF
[40] Game theory and scalar implicatures PDF
[41] Research Project Proposal: Abstractions in Extensive-Form Games PDF
One-sided GT-CFR tree expansion algorithm
A variant of growing-tree CFR where only one player uses an exploration-exploitation strategy while the other plays their equilibrium strategy directly. This focuses tree expansion on relevant nodes and is formally shown to converge to exact equilibrium given infinite time.
Obscuro: first superhuman AI for Fog of War chess
Obscuro combines the new search techniques (KLUSS and one-sided GT-CFR) to achieve superhuman performance in Fog of War chess, the largest turn-based zero-sum game by imperfect information where superhuman play has been reached and the largest game where imperfect-information search has been successfully applied.