Search papers, labs, and topics across Lattice.
This paper introduces a Belief-Guided architecture for Go that separates the Policy head from a Belief head, allowing the latter to function as an internal simulator that models uncertainty and strategic stability. By employing memory mechanisms and a gating system to mitigate overconfident policy errors, the model enhances decision-making without relying on extensive Monte Carlo Tree Search, which is computationally prohibitive on consumer-grade hardware. Experimental results show that this approach leads to significantly improved win rates and reduced hallucination, enabling high-level play even in resource-constrained environments.
Shifting the burden of intelligence from runtime search to a belief-based framework allows for professional-level Go play on consumer hardware without the need for extensive MCTS.
Recent advancements in Computer Go, driven by AlphaZero and MuZero, rely heavily on Monte Carlo Tree Search (MCTS) to correct the errors of the neural network policy. While effective on massive computational clusters, this dependence creates a critical bottleneck on consumer-grade hardware, where the computational cost of tree management severely limits inference rates. Furthermore, without deep search, these models suffer from hallucination, proposing moves with high confidence that are strategically fatal. This paper introduces a novel Belief-Guided architecture that disentangles the Policy head from a distinct Belief head. Unlike traditional value functions, the Belief head acts as an internal simulator and independent critic, modeling epistemic uncertainty and strategic stability. By integrating memory mechanisms (Transformer/GRU) to handle long-term dependencies and the Ko rule, and utilizing a gating mechanism to filter overconfident policy errors, our model shifts the burden of intelligence from runtime search to parametric "intuition." Experimental results demonstrate that this approach significantly improves search-free win rates and reduces hallucination, enabling professional-level play on limited hardware where massive MCTS is infeasible.