paper-with-me

Papers

End-to-End Chess Recognition

2023-10-06 · Athanasios Masouris, Jan van Gemert

Chess recognition is the task of extracting the chess piece configuration from a chessboard image. Current approaches use a pipeline of separate, independent, modules such as chessboard detection, square localization, and piece classification. Instead, we follow the deep learning philosophy and explore an end-to-end approach to directly predict the configuration from the image, thus avoiding the error accumulation of the sequential approaches and eliminating the need for intermediate annotations. Furthermore, we introduce a new dataset, Chess Recognition Dataset (ChessReD), that consists of 10,800 real photographs and their corresponding annotations. In contrast to existing datasets that are synthetically rendered and have only limited angles, ChessReD has photographs captured from various angles using smartphone cameras; a sensor choice made to ensure real-world applicability. Our approach in chess recognition on the introduced challenging benchmark dataset outperforms related approaches, successfully recognizing the chess pieces' configuration in 15.26% of ChessReD's test images. This accuracy may seem low, but it is ~7x better than the current state-of-the-art and reflects the difficulty of the problem. The code and data are available through: https://github.com/ThanosM97/end-to-end-chess-recognition.

📄 PDF Abstract BibTeX arXiv:2310.04086

Code (1)

thanosm97/end-to-end-chess-recognition 공식 구현 pytorch

Tasks

Philosophy

Similar Papers 제목 키워드 기반

Chessboard and chess piece recognition with the support of neural networks

2017-08-13 · Maciej A. Czyzewski, Artur Laskowski, Szymon Wasik

Chessboard and chess piece recognition is a computer vision problem that has not yet been efficiently solved. However, its solution is crucial for many experienced players who wish to compete against AI bots, but also pr…

Object Recognition

CVChess: A Deep Learning Framework for Converting Chessboard Images to Forsyth-Edwards Notation

2025-11-14 · Luthira Abeykoon, Ved Patel, Gawthaman Senthilvelan, Darshan Kasundra arxiv

Chess has experienced a large increase in viewership since the pandemic, driven largely by the accessibility of online learning platforms. However, no equivalent assistance exists for physical chess games, creating a div…

Edge Detection

Giraffe: Using Deep Reinforcement Learning to Play Chess

2015-09-04 · Matthew Lai

This report presents Giraffe, a chess engine that uses self-play to discover all its domain-specific knowledge, with minimal hand-crafted knowledge given by the programmer. Unlike previous attempts using machine learning…

BIG-bench Machine LearningDeep Reinforcement LearningGame of Chessreinforcement-learning+2

ChessArena: A Chess Testbed for Evaluating Strategic Reasoning Capabilities of Large Language Models

2025-09-29 · Jincheng Liu, Sijun He, Jingjing Wu, Xiangsen Wang 외 arxiv

Recent large language models (LLMs) have shown strong reasoning capabilities. However, a critical question remains: do these models possess genuine strategic reasoning, or do they primarily excel at pattern recognition? …

LiveChess2FEN: a Framework for Classifying Chess Pieces based on CNNs

2020-12-12 · David Mallasén Quintana, Alberto Antonio del Barrio García, Manuel Prieto Matías

Automatic digitization of chess games using computer vision is a significant technological challenge. This problem is of much interest for tournament organizers and amateur or professional players to broadcast their over…