Papers › Geometry Uncertainty Projection Network for Monocular 3D Object Detection

Geometry Uncertainty Projection Network for Monocular 3D Object Detection

29 Jul 2021ICCV 2021 10arXiv:2107.13774archive 2025-07-28

Yan Lu, Xinzhu Ma, Lei Yang, Tianzhu Zhang, Yating Liu, Qi Chu, Junjie Yan, Wanli Ouyang

Geometry Projection is a powerful depth estimation method in monocular 3D object detection. It estimates depth dependent on heights, which introduces mathematical priors into the deep model. But projection process also introduces the error amplification problem, in which the error of the estimated height will be amplified and reflected greatly at the output depth. This property leads to uncontrollable depth inferences and also damages the training efficiency. In this paper, we propose a Geometry Uncertainty Projection Network (GUP Net) to tackle the error amplification problem at both inference and training stages. Specifically, a GUP module is proposed to obtains the geometry-guided uncertainty of the inferred depth, which not only provides high reliable confidence for each depth but also benefits depth learning. Furthermore, at the training stage, we propose a Hierarchical Task Learning strategy to reduce the instability caused by error amplification. This learning algorithm monitors the learning situation of each task by a proposed indicator and adaptively assigns the proper loss weights for different tasks according to their pre-tasks situation. Based on that, each task starts learning only when its pre-tasks are learned well, which can significantly improve the stability and efficiency of the training process. Extensive experiments demonstrate the effectiveness of the proposed method. The overall model can infer more reliable object depth than existing methods and outperforms the state-of-the-art image-based monocular 3D detectors by 3.74% and 4.7% AP40 of the car and pedestrian categories on the KITTI benchmark.

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

Code

Syntology Ran 8 of 21 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 3 ran · fixture could not drive it; 2 ran with no contract checked.

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

supermhp/gupnet officialmentioned in paperpytorchMIT 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

21 samples harvested; 8 ran; 0 honoured the contract we drafted; 13 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 · violated contract
2ran · our draft was wrong
3ran · fixture could not drive it
2ran
13unverified

Licence: 0 of the 21 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 SuperMHP/GUPNet. “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.

_gather_feat SuperMHP/GUPNet/code/lib/models/gupnet.py official repository ran · fixture could not drive it MIT (permissive) · 96f6547d6d3a3fce · report
_nms SuperMHP/GUPNet/code/lib/models/gupnet.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 9cc3c87feb179eff · report
_transpose_and_gather_feat SuperMHP/GUPNet/code/lib/models/gupnet.py official repository ran · fixture could not drive it MIT (permissive) · 062a3f34484aa5ae · report
angle2class supermhp/gupnet/code/lib/datasets/utils.py official repository ran MIT (permissive) · 39dc7b17b3bf3218 · report
conv3x3 supermhp/gupnet/code/lib/backbones/dla.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
extract_input_from_tensor SuperMHP/GUPNet/code/lib/models/gupnet.py official repository ran · fixture could not drive it MIT (permissive) · f6907c844231eed4 · report
get_dir supermhp/gupnet/code/lib/datasets/kitti_utils.py official repository ran · violated contract fingerprinted MIT (permissive) · 5d546e1ecbee1866 · report
get_model_url supermhp/gupnet/code/lib/backbones/dla.py official repository ran fingerprinted MIT (permissive) · 3c9867a84d7c18d9 · report
GUPNet SuperMHP/GUPNet/code/lib/models/gupnet.py official repository unverified MIT (permissive) · 0e9f041e43897d96 · report
_topk SuperMHP/GUPNet/code/lib/models/gupnet.py official repository unverified MIT (permissive) · 026b32da103167e6 · report
build_optimizer supermhp/gupnet/code/lib/helpers/optimizer_helper.py official repository unverified MIT (permissive) · d7531c865af9dac9 · report
check_range supermhp/gupnet/code/lib/datasets/utils.py official repository unverified MIT (permissive) · e2619cecce6ca5d5 · report
conv3x3 supermhp/gupnet/code/lib/backbones/resnet.py official repository unverified MIT (permissive) · c875390a9fab8007 · report
dla34 supermhp/gupnet/code/lib/backbones/dla.py official repository unverified MIT (permissive) · 1e380a5690a619ef · report
extract_dets_from_outputs supermhp/gupnet/code/lib/helpers/decode_helper.py official repository unverified MIT (permissive) · 615edfe53f0e9355 · report
get_angle_from_box3d supermhp/gupnet/code/lib/datasets/utils.py official repository unverified MIT (permissive) · ea47cdbdb36b7bc7 · report
get_calib_from_file supermhp/gupnet/code/lib/datasets/kitti_utils.py official repository unverified MIT (permissive) · ebd8a3fc2a270133 · report
get_objects_from_label supermhp/gupnet/code/lib/datasets/kitti_utils.py official repository unverified MIT (permissive) · 8274533a00c7a30a · report
resnet18 supermhp/gupnet/code/lib/backbones/resnet.py official repository unverified MIT (permissive) · a2df86776904df7a · report
resnet34 supermhp/gupnet/code/lib/backbones/resnet.py official repository unverified MIT (permissive) · 03238865f53f8f40 · report
weights_init_xavier SuperMHP/GUPNet/code/lib/models/gupnet.py official repository unverified MIT (permissive) · cb4724b9596507d8 · report

Tasks

3D Object Detection3D Object Detection From Monocular ImagesDepth EstimationMonocular 3D Object DetectionObjectObject Detectionobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Object Detection From Monocular Images KITTI-360 GUPNet AP25 27.25 #7 of 11 Archive leaderboard report
3D Object Detection From Monocular Images KITTI-360 GUPNet AP50 0.87 #7 of 11 Archive leaderboard report
3D Object Detection From Monocular Images Waymo Open Dataset GUP Net 3D mAPH Vehicle (Front Camera Only) 2.14 #2 of 3 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