How Baidu’s Bingo AI Cracked the Go Challenge with Novel Algorithms

After decades of being deemed a 'century‑long' AI challenge, Baidu’s Bingo system achieved amateur‑to‑professional level Go play by introducing optimized Monte‑Carlo tree search, a weakened Alpha‑Beta hybrid, and massive supervised learning, demonstrating how breakthroughs in game AI can ripple into broader Baidu products.

Baidu Tech Salon
Baidu Tech Salon
Baidu Tech Salon
How Baidu’s Bingo AI Cracked the Go Challenge with Novel Algorithms

Historical Context

In 1997, after IBM’s Deep Blue defeated chess champion Garry Kasparov, Time magazine warned that computers would need another hundred years to master the game of Go. Less than two decades later, Baidu announced that its Bingo AI system had reached amateur‑to‑professional strength on both 9×9 and 19×19 boards.

Performance Milestones

During the “Challenge Bingo” human‑machine Go tournament on July 25, Bingo defeated two 5‑dan players with a 2‑1 score in each match, finishing the series with 38 wins and 4 losses, a clear dominance that showcased the system’s rapid progress.

Algorithmic Innovations

Traditional chess engines rely on Alpha‑Beta pruning, but Go’s search space is astronomically larger—approximately 10^120 times that of chess—making pure Alpha‑Beta ineffective. Monte‑Carlo Tree Search (MCTS) with the UCT algorithm became the standard, yet it suffers from massive sampling requirements and slow runtime.

Baidu’s team, led by senior engineer Yang Cheng, extended UCT with a new learning algorithm that generates several times more statistical samples within the same time budget, accelerating online learning. They also introduced a weakened form of Alpha‑Beta search that is tightly integrated with both online reinforcement learning and offline supervised learning, embedding it into the Monte‑Carlo framework to explore more promising branches.

Learning Strategy

Bingo employs a fully supervised learning pipeline augmented by massive online self‑play. Each move is evaluated for quality, and the system automatically aggregates millions of game positions to refine its evaluation function. Professional game records serve as additional reference data, allowing the AI to internalize high‑level strategies without direct human coaching.

Technology Transfer

The search and learning techniques pioneered in Bingo have been repurposed across Baidu’s product ecosystem, including web search ranking, personalized recommendation, image recognition, and mobile app recommendation. This cross‑domain application illustrates how advances in a seemingly isolated research problem can drive tangible improvements in consumer‑facing services.

Industry Significance

Artificial intelligence is hailed as a third‑generation technology and a top‑ranked general‑purpose technology by leading institutions. Baidu’s breakthroughs in Go AI not only demonstrate technical leadership but also signal a broader shift where sophisticated AI methods become integral to everyday internet services.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

artificial intelligencereinforcement learningMonte Carlo Tree SearchBaiduGo AI
Baidu Tech Salon
Written by

Baidu Tech Salon

Baidu Tech Salon, organized by Baidu's Technology Management Department, is a monthly offline event that shares cutting‑edge tech trends from Baidu and the industry, providing a free platform for mid‑to‑senior engineers to exchange ideas.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.