New paper: Multi-Labelled Value Networks for Computer Go

For discussing go computing, software announcements, etc.
Post Reply
dfan
Gosei
Posts: 1599
Joined: Wed Apr 21, 2010 8:49 am
Rank: AGA 2k Fox 3d
GD Posts: 61
KGS: dfan
Has thanked: 891 times
Been thanked: 534 times
Contact:

New paper: Multi-Labelled Value Networks for Computer Go

Post by dfan »

I just opened this up but it looks pretty interesting. https://arxiv.org/abs/1705.10701

Abstract:
This paper proposes a new approach to a novel value network architecture for the game Go, called a multi-labelled (ML) value network. In the ML value network, different values (win rates) are trained simultaneously for different settings of komi, a compensation given to balance the initiative of playing first. The ML value network has three advantages, (a) it outputs values for different komi, (b) it supports dynamic komi, and (c) it lowers the mean squared error (MSE). This paper also proposes a new dynamic komi method to improve game-playing strength. This paper also performs experiments to demonstrate the merits of the architecture. First, the MSE of the ML value network is generally lower than the value network alone. Second, the program based on the ML value network wins by a rate of 67.6% against the program based on the value network alone. Third, the program with the proposed dynamic komi method significantly improves the playing strength over the baseline that does not use dynamic komi, especially for handicap games. To our knowledge, up to date, no handicap games have been played openly by programs using value networks. This paper provides these programs with a useful approach to playing handicap games.
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: New paper: Multi-Labelled Value Networks for Computer Go

Post by Kirby »

Seems like their main idea, in contrast to AlphaGo, is to have the value network output a vector of win rates for different komi values, rather than just the single win rate that AlphaGo computes.
be immersed
pookpooi
Lives in sente
Posts: 727
Joined: Sat Aug 21, 2010 12:26 pm
GD Posts: 10
Has thanked: 44 times
Been thanked: 218 times

Re: New paper: Multi-Labelled Value Networks for Computer Go

Post by pookpooi »

DeepZenGo will probably need this paper the most, as it has to play in MLily Cup this month. Though MLily Cup uses Chinese rule which most programs don't have any problems with. And it's already much stronger than CGI Go intelligent. Latest Zen running on just single core of CPU achieve higher Elo than CGI running on quad-core.
Post Reply