Papers › A comprehensive review of Binary Neural Network

A comprehensive review of Binary Neural Network

11 Oct 2021arXiv:2110.06804archive 2025-07-28

Chunyu Yuan, Sos S. Agaian

Deep learning (DL) has recently changed the development of intelligent systems and is widely adopted in many real-life applications. Despite their various benefits and potentials, there is a high demand for DL processing in different computationally limited and energy-constrained devices. It is natural to study game-changing technologies such as Binary Neural Networks (BNN) to increase deep learning capabilities. Recently remarkable progress has been made in BNN since they can be implemented and embedded on tiny restricted devices and save a significant amount of storage, computation cost, and energy consumption. However, nearly all BNN acts trade with extra memory, computation cost, and higher performance. This article provides a complete overview of recent developments in BNN. This article focuses exclusively on 1-bit activations and weights 1-bit convolution networks, contrary to previous surveys in which low-bit works are mixed in. It conducted a complete investigation of BNN's development -from their predecessors to the latest BNN algorithms/techniques, presenting a broad design pipeline and discussing each module's variants. Along the way, it examines BNN (a) purpose: their early successes and challenges; (b) BNN optimization: selected representative works that contain essential optimization techniques; (c) deployment: open-source frameworks for BNN modeling and development; (d) terminal: efficient computing architectures and devices for BNN and (e) applications: diverse applications with BNN. Moreover, this paper discusses potential directions and future research opportunities in each section.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2110.06804")

Code

Syntology Ran 6 of 14 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 6 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hpi-xnor/BMXNet-v2 officialmentioned in papermxnetApache-2.0 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

14 samples harvested; 6 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

6ran
8unverified

Licence: 14 of the 14 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 hpi-xnor/BMXNet-v2. “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.

classproperty hpi-xnor/BMXNet-v2/python/mxnet/base.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · 47ebd1622534322e · report
clip hpi-xnor/BMXNet-v2/dev_menu.py official repository ran fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · b15eee57aa63b7dd · report
get_docker_tag hpi-xnor/BMXNet-v2/ci/build.py official repository ran fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · 673cc3400c21de38 · report
get_dockerfile hpi-xnor/BMXNet-v2/ci/build.py official repository ran fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · ebcf98b1c05abe47 · report
log_train_metric hpi-xnor/BMXNet-v2/python/mxnet/callback.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · 82771a0ac4ead3ae · report
retry hpi-xnor/BMXNet-v2/ci/util.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · a0b139cbfc78247f · report
c_array hpi-xnor/BMXNet-v2/amalgamation/python/mxnet_predict.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 3bc3ed8fa916a182 · report
c_str hpi-xnor/BMXNet-v2/amalgamation/python/mxnet_predict.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 313d72408f5f6086 · report
do_checkpoint hpi-xnor/BMXNet-v2/python/mxnet/callback.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · df77b3eca6bd676b · report
module_checkpoint hpi-xnor/BMXNet-v2/python/mxnet/callback.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 4950353b99f3413d · report
record hpi-xnor/BMXNet-v2/python/mxnet/autograd.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · b86308bc3bc53b49 · report
set_recording hpi-xnor/BMXNet-v2/python/mxnet/autograd.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 84a2b5addc51f455 · report
set_training hpi-xnor/BMXNet-v2/python/mxnet/autograd.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 565479a708f0d1c6 · report
with_metaclass hpi-xnor/BMXNet-v2/python/mxnet/base.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 05550ef10b65470b · report

Tasks

BinarizationQuantization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Convolution

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