English

Binary Neural Network Implementation for Handwritten Digit Recognition on FPGA

Hardware Architecture 2025-12-23 v1

Abstract

Binary neural networks provide a promising solution for low-power, high-speed inference by replacing expensive floating-point operations with bitwise logic. This makes them well-suited for deployment on resource-constrained platforms such as FPGAs. In this study, we present a fully custom BNN inference accelerator for handwritten digit recognition, implemented entirely in Verilog without the use of high-level synthesis tools. The design targets the Xilinx Artix-7 FPGA and achieves real-time classification at 80\,MHz with low power consumption and predictable timing. Simulation results demonstrate 84\% accuracy on the MNIST test set and highlight the advantages of manual HDL design for transparent, efficient, and flexible BNN deployment in embedded systems. The complete project including training scripts and Verilog source code are available at GitHub repo for reproducibility and future development.

Keywords

Cite

@article{arxiv.2512.19304,
  title  = {Binary Neural Network Implementation for Handwritten Digit Recognition on FPGA},
  author = {Emir Devlet Ertörer and Cem Ünsalan},
  journal= {arXiv preprint arXiv:2512.19304},
  year   = {2025}
}

Comments

13 pages, 1 figure

R2 v1 2026-07-01T08:36:45.742Z