Paper: U-Net for Gomoku (2021)

Implementing and improving the AlphaZero algorithm
Post Reply
Rémi Coulom
Posts: 219
Joined: Tue Feb 12, 2008 8:31 pm
Contact:

Paper: U-Net for Gomoku (2021)

Post by Rémi Coulom »

GomokuNet: A Novel UNet-style Network for Gomoku Zero Learning via Exploiting Positional Information and Multiscale Features
Since the tremendous success of the AlphaGo family (AlphaGo, AlphaGo Zero, and Alpha Zero), zero learning has become the baseline method for many board games, such as Gomoku and Chess. Recent works on zero learning have demonstrated that improving the performance of neural networks used in zero learning programs remains nontrivial and challenging. Considering both positional information and multiscale features, this paper presents a novel positional attention-based UNet-style model (GomokuNet) for Gomoku AI. An encoder-decoder architecture is adopted as the backbone network to guarantee the fusion of multiscale features. Positional information modules are incorporated into our model in order to further capture the location information of the board. Quantitative results obtained by ablation analysis indicate that our GomokuNet outperforms previous state-of-the-art zero learning networks on the RenjuNet dataset. Our method shows the potential to improve zero learning efficiency and AI engine performance.
https://ieee-cog.org/2021/assets/papers/paper_286.pdf
https://ieeexplore.ieee.org/document/9619111
Post Reply