Papers › Auto-NBA: Efficient and Effective Search Over the Joint Space of Networks, Bitwidths,...

Auto-NBA: Efficient and Effective Search Over the Joint Space of Networks, Bitwidths, and Accelerators

11 Jun 2021arXiv:2106.06575archive 2025-07-28

Yonggan Fu, Yongan Zhang, Yang Zhang, David Cox, Yingyan Celine Lin

While maximizing deep neural networks' (DNNs') acceleration efficiency requires a joint search/design of three different yet highly coupled aspects, including the networks, bitwidths, and accelerators, the challenges associated with such a joint search have not yet been fully understood and addressed. The key challenges include (1) the dilemma of whether to explode the memory consumption due to the huge joint space or achieve sub-optimal designs, (2) the discrete nature of the accelerator design space that is coupled yet different from that of the networks and bitwidths, and (3) the chicken and egg problem associated with network-accelerator co-search, i.e., co-search requires operation-wise hardware cost, which is lacking during search as the optimal accelerator depending on the whole network is still unknown during search. To tackle these daunting challenges towards optimal and fast development of DNN accelerators, we propose a framework dubbed Auto-NBA to enable jointly searching for the Networks, Bitwidths, and Accelerators, by efficiently localizing the optimal design within the huge joint design space for each target dataset and acceleration specification. Our Auto-NBA integrates a heterogeneous sampling strategy to achieve unbiased search with constant memory consumption, and a novel joint-search pipeline equipped with a generic differentiable accelerator search engine. Extensive experiments and ablation studies validate that both Auto-NBA generated networks and accelerators consistently outperform state-of-the-art designs (including co-search/exploration techniques, hardware-aware NAS methods, and DNN accelerators), in terms of search time, task accuracy, and accelerator efficiency. Our codes are available at: https://github.com/RICE-EIC/Auto-NBA.

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

Code

Syntology Ran 18 of 26 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 13 ran · fixture could not drive it.

By repository: official repository: 24 samples from 1 repository, 16 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

RICE-EIC/Auto-NBA officialmentioned in papermentioned on GitHubpytorch 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

26 samples harvested; 18 ran; 1 honoured the contract we drafted; 8 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.

1ran · honoured contract
4ran · our draft was wrong
13ran · fixture could not drive it
8unverified

Licence: 2 of the 26 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 RICE-EIC/Auto-NBA. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

allocate_layers RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it MIT (permissive) · dde6796a9649b047 · report
combined_latency RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 2745222d0ad20aeb · report
comp_engine_lat RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · d6f30bbd3dc5ba42 · report
design_choice_gen RICE-EIC/Auto-NBA/model_search.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · d4db52f918512b42 · report
dw_combined_latency RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 5d5557669b20df95 · report
dw_comp_engine_lat RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · d4f83a7f576254e7 · report
dw_read_if_lat RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 69a5f7e7f77884eb · report
dw_read_we_lat RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 11ad6ba24dd52bed · report
dw_write_ofmap RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it MIT (permissive) · 6915888ee6046399 · report
generate_params RICE-EIC/Auto-NBA/model_search.py official repository ran · our draft was wrong MIT (permissive) · 1bab1f2c8a46c6fe · report
gumbel_softmax RICE-EIC/Auto-NBA/model_search.py official repository ran · our draft was wrong MIT (permissive) · 1824fbfcfee2e185 · report
random_sample RICE-EIC/Auto-NBA/model_search.py official repository ran · honoured contract MIT (permissive) · 40eb5ef310a13593 · report
read_if_lat RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 2cf026e1cb51cdf0 · report
read_we_lat RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · b678c5ea7942bb72 · report
resource_consumption RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 377dd9a088043ca5 · report
write_ofmap RICE-EIC/Auto-NBA/model_search.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 082bac1336b391d0 · report
FBNet RICE-EIC/Auto-NBA/model_search.py official repository unverified MIT (permissive) · 7809544871a9fe0b · report
MixedOp RICE-EIC/Auto-NBA/model_search.py official repository unverified MIT (permissive) · 7e63cdc000697a3c · report
capsuled_predictor RICE-EIC/Auto-NBA/model_search.py official repository unverified MIT (permissive) · 83866a815206c036 · report
cifar_convert_to_layers RICE-EIC/Auto-NBA/model_search.py official repository unverified MIT (permissive) · 9e23744959c78f65 · report
evaluate_latency RICE-EIC/Auto-NBA/model_search.py official repository unverified MIT (permissive) · bdf35073bdcf40de · report
search_for_best_latency RICE-EIC/Auto-NBA/model_search.py official repository unverified MIT (permissive) · bd71a08555ee6e6c · report
sys_consumption RICE-EIC/Auto-NBA/model_search.py official repository unverified MIT (permissive) · cf3df44ac78c9623 · report
sys_latency RICE-EIC/Auto-NBA/model_search.py official repository unverified MIT (permissive) · f871981fcbaf0534 · report
gumbel_softmax_sample identical code first harvested elsewhere ran · fixture could not drive it licence of this copy not recorded · 0d41bbe52278fde1 · report
sample_gumbel identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 7c913c414af7196f · report

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