Papers › 3D Bounding Box Estimation Using Deep Learning and Geometry

3D Bounding Box Estimation Using Deep Learning and Geometry

1 Dec 2016CVPR 2017 7arXiv:1612.00496archive 2025-07-28

Arsalan Mousavian, Dragomir Anguelov, John Flynn, Jana Kosecka

We present a method for 3D object detection and pose estimation from a single image. In contrast to current techniques that only regress the 3D orientation of an object, our method first regresses relatively stable 3D object properties using a deep convolutional neural network and then combines these estimates with geometric constraints provided by a 2D object bounding box to produce a complete 3D bounding box. The first network output estimates the 3D object orientation using a novel hybrid discrete-continuous loss, which significantly outperforms the L2 loss. The second output regresses the 3D object dimensions, which have relatively little variance compared to alternatives and can often be predicted for many object types. These estimates, combined with the geometric constraints on translation imposed by the 2D bounding box, enable us to recover a stable and accurate 3D object pose. We evaluate our method on the challenging KITTI object detection benchmark both on the official metric of 3D orientation estimation and also on the accuracy of the obtained 3D bounding boxes. Although conceptually simple, our method outperforms more complex and computationally expensive approaches that leverage semantic segmentation, instance level segmentation and flat ground priors and sub-category detection. Our discrete-continuous loss also produces state of the art results for 3D viewpoint estimation on the Pascal 3D+ dataset.

PaperPDFConference PDFCodeCode 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.00496")

Code

Syntology Ran 3 of 27 code samples harvested from 6 repositories linked to this paper; 24 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: community (archive-listed): 27 samples from 6 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.

cersar/3D_detection mentioned on GitHubtfMIT report
fuenwang/3D-BoundingBox mentioned on GitHubpytorch report
m-parchami/3DVehicleDetection mentioned on GitHubtfMIT report
ruhyadi/YOLO3D mentioned on GitHubpytorch report
ruhyadi/yolo3d-lightning mentioned on GitHubpytorch report
skhadem/3D-BoundingBox mentioned on GitHubpytorchMIT report
smallcorgi/3D-Deepbox mentioned on GitHubtfMIT report
wittmaan/a2d2 mentioned on GitHubtf 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

27 samples harvested; 3 ran; 1 honoured the contract we drafted; 24 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
1ran · our draft was wrong
1ran · fixture could not drive it
24unverified

Licence: 5 of the 27 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 6 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.

class_to_labels ruhyadi/yolo3d-lightning/inference.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 638326286ec1f55c · report
create_corners ZhixinLai/3D-detection-with-monocular-RGB-image/math_2Dto3D.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · ddd1724d77acef32 · report
rotation_matrix ZhixinLai/3D-detection-with-monocular-RGB-image/math_2Dto3D.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 502bf1a47f6d2dbe · report
OrientationLoss skhadem/3D-BoundingBox/torch_lib/Model.py community (archive-listed) unverified MIT (permissive) · 7f0d697208da9e63 · report
calc_location ZhixinLai/3D-detection-with-monocular-RGB-image/math_2Dto3D.py community (archive-listed) unverified no licence file found · pointer only · e309a2bcb8e15116 · report
calc_location skhadem/3D-BoundingBox/library/Math.py community (archive-listed) unverified MIT (permissive) · 5925970513dfd261 · report
compute_anchors cersar/3D_detection/util/process_data.py community (archive-listed) unverified MIT (permissive) · c9e703aa8a0e2b40 · report
compute_anchors smallcorgi/3D-Deepbox/data_processing.py community (archive-listed) unverified MIT (permissive) · e52df4ac16b7de07 · report
constraint_to_color skhadem/3D-BoundingBox/library/Plotting.py community (archive-listed) unverified MIT (permissive) · 1468fe9f0a353017 · report
create_2d_box skhadem/3D-BoundingBox/library/Plotting.py community (archive-listed) unverified MIT (permissive) · cddbf276f3a8bff3 · report
create_corners skhadem/3D-BoundingBox/library/Math.py community (archive-listed) unverified MIT (permissive) · afc197044eaa3a7b · report
generate_bins skhadem/3D-BoundingBox/torch_lib/Dataset.py community (archive-listed) unverified MIT (permissive) · 20544057048f25d1 · report
get_P skhadem/3D-BoundingBox/library/File.py community (archive-listed) unverified MIT (permissive) · b9279bc06f16dd87 · report
get_R0 skhadem/3D-BoundingBox/library/File.py community (archive-listed) unverified MIT (permissive) · 1f764e46fb583db6 · report
get_calibration_cam_to_image skhadem/3D-BoundingBox/library/File.py community (archive-listed) unverified MIT (permissive) · f22188403e68fcce · report
init_points3D cersar/3D_detection/util/post_processing.py community (archive-listed) unverified MIT (permissive) · 8defc632da790bab · report
l2_normalize cersar/3D_detection/net/bbox_3D_net.py community (archive-listed) unverified MIT (permissive) · 1041f60d8e5cd0c9 · report
orientation_loss cersar/3D_detection/layer/loss_func.py community (archive-listed) unverified MIT (permissive) · 8e973c133d8cddc1 · report
parse_annotation cersar/3D_detection/util/process_data.py community (archive-listed) unverified MIT (permissive) · 789803059794c9b6 · report
parse_annotation smallcorgi/3D-Deepbox/data_processing.py community (archive-listed) unverified MIT (permissive) · 8dab7bb334c3722a · report
plot3d ruhyadi/YOLO3D/inference.py community (archive-listed) unverified no licence file found · pointer only · b805a0faf6764b6a · report
plot_regressed_3d_bbox skhadem/3D-BoundingBox/Run_no_yolo.py community (archive-listed) unverified MIT (permissive) · 822b9265b3b947b6 · report
points3D_to_2D cersar/3D_detection/util/post_processing.py community (archive-listed) unverified MIT (permissive) · 00a376180dca2707 · report
prepare_input_and_output smallcorgi/3D-Deepbox/data_processing.py community (archive-listed) unverified MIT (permissive) · 5e22f1d56f43321b · report
process_obj_attributes cersar/3D_detection/util/process_data.py community (archive-listed) unverified MIT (permissive) · 300a092657842973 · report
project_3d_pt skhadem/3D-BoundingBox/library/Plotting.py community (archive-listed) unverified MIT (permissive) · 17e03d912e30b64c · report
solve_least_squre cersar/3D_detection/util/post_processing.py community (archive-listed) unverified MIT (permissive) · c040f043890e7aa5 · report

Tasks

3D Object DetectionDeep LearningObjectObject DetectionPose EstimationSemantic SegmentationVehicle Pose EstimationViewpoint Estimationobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Vehicle Pose Estimation KITTI Cars Hard Deep3DBoX Average Orientation Similarity 76.76 #9 of 19 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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