Papers › FINN: A Framework for Fast, Scalable Binarized Neural Network Inference

FINN: A Framework for Fast, Scalable Binarized Neural Network Inference

1 Dec 2016arXiv:1612.07119archive 2025-07-28

Yaman Umuroglu, Nicholas J. Fraser, Giulio Gambardella, Michaela Blott, Philip Leong, Magnus Jahre, Kees Vissers

Research has shown that convolutional neural networks contain significant redundancy, and high classification accuracy can be obtained even when weights and activations are reduced from floating point to binary values. In this paper, we present FINN, a framework for building fast and flexible FPGA accelerators using a flexible heterogeneous streaming architecture. By utilizing a novel set of optimizations that enable efficient mapping of binarized neural networks to hardware, we implement fully connected, convolutional and pooling layers, with per-layer compute resources being tailored to user-provided throughput requirements. On a ZC706 embedded FPGA platform drawing less than 25 W total system power, we demonstrate up to 12.3 million image classifications per second with 0.31 {\mu}s latency on the MNIST dataset with 95.8% accuracy, and 21906 image classifications per second with 283 {\mu}s latency on the CIFAR-10 and SVHN datasets with respectively 80.1% and 94.9% accuracy. To the best of our knowledge, ours are the fastest classification rates reported to date on these benchmarks.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1612.07119")

Code

Syntology Ran 3 of 12 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 3 ran · honoured contract.

By repository: community (archive-listed): 12 samples from 2 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Amdga/BNN-MSc mentioned on GitHub report
Xilinx/BNN-PYNQ mentioned on GitHubBSD-3-Clause report
bnna-project/bnna mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 3 ran; 3 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
9unverified

Licence: 3 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

incrementing_payload bnna-project/bnna/sim/popcount/test_popcount.py community (archive-listed) ran · honoured contract no licence file found · pointer only · b37d44e48b97072b · report
pcnt_2p_n bnna-project/bnna/sim/popcount/test_popcount.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 803e5d383bb9679a · report
prbs_payload bnna-project/bnna/sim/popcount/test_popcount.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 193a5339db937b0a · report
adjusted_crop Xilinx/BNN-PYNQ/bnn/src/training/augmentors.py community (archive-listed) unverified BSD-3-Clause (permissive) · fed41a96f2a7d638 · report
available_params Xilinx/BNN-PYNQ/bnn/bnn.py community (archive-listed) unverified BSD-3-Clause (permissive) · 5759de2fbd7d9890 · report
get_junk_class Xilinx/BNN-PYNQ/bnn/src/training/gtsrb.py community (archive-listed) unverified BSD-3-Clause (permissive) · d3858d2602a668dc · report
linear_rotations Xilinx/BNN-PYNQ/bnn/src/training/augmentors.py community (archive-listed) unverified BSD-3-Clause (permissive) · 97194e2069915dc5 · report
padTo Xilinx/BNN-PYNQ/bnn/src/training/finnthesizer.py community (archive-listed) unverified BSD-3-Clause (permissive) · 3b5692620cc5c473 · report
printConvDefines Xilinx/BNN-PYNQ/bnn/src/training/finnthesizer.py community (archive-listed) unverified BSD-3-Clause (permissive) · f2ada274f875ba8b · report
printFCDefines Xilinx/BNN-PYNQ/bnn/src/training/finnthesizer.py community (archive-listed) unverified BSD-3-Clause (permissive) · 358250508facc715 · report
random_rotations Xilinx/BNN-PYNQ/bnn/src/training/augmentors.py community (archive-listed) unverified BSD-3-Clause (permissive) · 5e3fbdc61268158d · report
square_image Xilinx/BNN-PYNQ/bnn/src/training/gtsrb.py community (archive-listed) unverified BSD-3-Clause (permissive) · f0d565fdaca0c6a1 · report

Tasks

General Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections