Papers › SqueezeDet: Unified, Small, Low Power Fully Convolutional Neural Networks for...

SqueezeDet: Unified, Small, Low Power Fully Convolutional Neural Networks for Real-Time Object Detection for Autonomous Driving

4 Dec 2016arXiv:1612.01051archive 2025-07-28

Bichen Wu, Alvin Wan, Forrest Iandola, Peter H. Jin, Kurt Keutzer

Object detection is a crucial task for autonomous driving. In addition to requiring high accuracy to ensure safety, object detection for autonomous driving also requires real-time inference speed to guarantee prompt vehicle control, as well as small model size and energy efficiency to enable embedded system deployment. In this work, we propose SqueezeDet, a fully convolutional neural network for object detection that aims to simultaneously satisfy all of the above constraints. In our network, we use convolutional layers not only to extract feature maps but also as the output layer to compute bounding boxes and class probabilities. The detection pipeline of our model only contains a single forward pass of a neural network, thus it is extremely fast. Our model is fully-convolutional, which leads to a small model size and better energy efficiency. While achieving the same accuracy as previous baselines, our model is 30.4x smaller, 19.7x faster, and consumes 35.2x lower energy. The code is open-sourced at \url{https://github.com/BichenWuUCB/squeezeDet}.

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.01051")

Code

Syntology Ran 0 of 30 code samples harvested from 4 repositories linked to this paper; 30 have no recorded run.

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

BichenWuUCB/squeezeDet officialmentioned in papermentioned on GitHubtfBSD-2-Clause report
AjJordy/squeezeDet-master mentioned on GitHubtfBSD-2-Clause report
IgorMunizS/mobileDet mentioned on GitHubMIT report
Yang-YiFan/DiracDeltaNet mentioned on GitHubpytorch report
alvinwan/shiftresnet-cifar mentioned on GitHubpytorch report
manikandan-ravikiran/squeezeDet mentioned on GitHubtfBSD-2-Clause report
omni-us/squeezedet-keras mentioned on GitHubMIT report
supernlogn/squeezeDetTL mentioned on GitHubtfMIT report
vahidkhosh/squeezeDet mentioned on GitHubtfBSD-2-Clause report
vahidkhosh/squeezedet-keras mentioned on GitHubMIT report
zoeShao/CSC420-Project 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

30 samples harvested; 0 ran; 0 honoured the contract we drafted; 30 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.

30unverified

Licence: 0 of the 30 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 4 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.

base_model_config BichenWuUCB/squeezeDet/src/config/config.py official repository unverified BSD-2-Clause (permissive) · fc8b73ee92df4df4 · report
set_anchors BichenWuUCB/squeezeDet/src/config/kitti_squeezeDet_config.py official repository unverified BSD-2-Clause (permissive) · 9bf0b1a5dd13e9a9 · report
set_anchors BichenWuUCB/squeezeDet/src/config/kitti_res50_config.py official repository unverified BSD-2-Clause (permissive) · 53d0d31fe1544ccb · report
set_anchors BichenWuUCB/squeezeDet/src/config/kitti_squeezeDetPlus_config.py official repository unverified BSD-2-Clause (permissive) · 583f0b32d683ab52 · report
base_model_config AjJordy/squeezeDet-master/src/config/config.py community (archive-listed) unverified BSD-2-Clause (permissive) · 450ec75dccd80d51 · report
batch_iou IgorMunizS/mobileDet/main/utils/utils.py community (archive-listed) unverified MIT (permissive) · 258a129e57143728 · report
bbox_transform_single_box IgorMunizS/mobileDet/main/model/visualization.py community (archive-listed) unverified MIT (permissive) · 9f606fdca1b40bf4 · report
cook_config supernlogn/squeezeDetTL/src/config/config_cooker.py community (archive-listed) unverified MIT (permissive) · 4b444fdb9011e9b3 · report
create_mc_from_hopt_vars supernlogn/squeezeDetTL/src/hypervisor/hyperparam_tuner.py community (archive-listed) unverified MIT (permissive) · 0991898b41268d55 · report
detachmodel IgorMunizS/mobileDet/main/model/multi_gpu_model_checkpoint.py community (archive-listed) unverified MIT (permissive) · 498dff14296e4399 · report
direct_cook_config supernlogn/squeezeDetTL/src/config/config_cooker.py community (archive-listed) unverified MIT (permissive) · aca95db1ab5ef9f2 · report
gaussian supernlogn/squeezeDetTL/src/hypervisor/ga_agent.py community (archive-listed) unverified MIT (permissive) · 4f90612176832908 · report
get_conv2d_out_shape supernlogn/squeezeDetTL/src/config/net_shape_calculator.py community (archive-listed) unverified MIT (permissive) · 290268e740d0a63b · report
get_fire_out_shape supernlogn/squeezeDetTL/src/config/net_shape_calculator.py community (archive-listed) unverified MIT (permissive) · ee734fd1d0cab764 · report
get_num_images supernlogn/squeezeDetTL/src/datasets/imdb.py community (archive-listed) unverified MIT (permissive) · 5dfe260987ce0177 · report
get_pool_out_shape supernlogn/squeezeDetTL/src/config/net_shape_calculator.py community (archive-listed) unverified MIT (permissive) · 7a533815750f7bc9 · report
get_population_values supernlogn/squeezeDetTL/src/hypervisor/ga_agent.py community (archive-listed) unverified MIT (permissive) · bde67327201e11e5 · report
get_replaced_contents supernlogn/squeezeDetTL/make_user_compatible.py community (archive-listed) unverified MIT (permissive) · 99dd74c560a09aa5 · report
iou IgorMunizS/mobileDet/main/utils/utils.py community (archive-listed) unverified MIT (permissive) · 4cdb41e9eb2c173d · report
load_dict IgorMunizS/mobileDet/main/config/create_config.py community (archive-listed) unverified MIT (permissive) · 40c1fcd3ded78b67 · report
nms IgorMunizS/mobileDet/main/utils/utils.py community (archive-listed) unverified MIT (permissive) · 683b91daeb643b9c · report
parse_mc supernlogn/squeezeDetTL/src/hypervisor/hyperparam_tuner.py community (archive-listed) unverified MIT (permissive) · bb34be0fb588c1c8 · report
parse_mc_option supernlogn/squeezeDetTL/src/hypervisor/hyperparam_tuner.py community (archive-listed) unverified MIT (permissive) · af4f22d25e06d0fc · report
set_anchors AjJordy/squeezeDet-master/src/config/ball_config.py community (archive-listed) unverified BSD-2-Clause (permissive) · 6686130be719cf00 · report
set_anchors AjJordy/squeezeDet-master/src/config/coco_config.py community (archive-listed) unverified BSD-2-Clause (permissive) · 4d4208c08e48b1e7 · report
set_anchors IgorMunizS/mobileDet/main/config/create_config.py community (archive-listed) unverified MIT (permissive) · c0ad78591fd23d4e · report
squeezeDet_config IgorMunizS/mobileDet/main/config/create_config.py community (archive-listed) unverified MIT (permissive) · 225c540640bba3c7 · report
tf_data_augmentation supernlogn/squeezeDetTL/src/datasets/imdb.py community (archive-listed) unverified MIT (permissive) · a76acdf2ccc4fe25 · report
threadsafe_generator IgorMunizS/mobileDet/main/model/dataGenerator.py community (archive-listed) unverified MIT (permissive) · a51a6cbdf1e527d4 · report
translateDNA supernlogn/squeezeDetTL/src/hypervisor/ga_agent.py community (archive-listed) unverified MIT (permissive) · 8dd1b16ef0973cd1 · report

Tasks

Autonomous DrivingObjectObject DetectionReal-Time Object Detectionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

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