Papers › Learning Auxiliary Monocular Contexts Helps Monocular 3D Object Detection

Learning Auxiliary Monocular Contexts Helps Monocular 3D Object Detection

9 Dec 2021arXiv:2112.04628archive 2025-07-28

Xianpeng Liu, Nan Xue, Tianfu Wu

Monocular 3D object detection aims to localize 3D bounding boxes in an input single 2D image. It is a highly challenging problem and remains open, especially when no extra information (e.g., depth, lidar and/or multi-frames) can be leveraged in training and/or inference. This paper proposes a simple yet effective formulation for monocular 3D object detection without exploiting any extra information. It presents the MonoCon method which learns Monocular Contexts, as auxiliary tasks in training, to help monocular 3D object detection. The key idea is that with the annotated 3D bounding boxes of objects in an image, there is a rich set of well-posed projected 2D supervision signals available in training, such as the projected corner keypoints and their associated offset vectors with respect to the center of 2D bounding box, which should be exploited as auxiliary tasks in training. The proposed MonoCon is motivated by the Cramer-Wold theorem in measure theory at a high level. In implementation, it utilizes a very simple end-to-end design to justify the effectiveness of learning auxiliary monocular contexts, which consists of three components: a Deep Neural Network (DNN) based feature backbone, a number of regression head branches for learning the essential parameters used in the 3D bounding box prediction, and a number of regression head branches for learning auxiliary contexts. After training, the auxiliary context regression branches are discarded for better inference efficiency. In experiments, the proposed MonoCon is tested in the KITTI benchmark (car, pedestrain and cyclist). It outperforms all prior arts in the leaderboard on car category and obtains comparable performance on pedestrian and cyclist in terms of accuracy. Thanks to the simple design, the proposed MonoCon method obtains the fastest inference speed with 38.7 fps in comparisons

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

Code

Syntology Ran 11 of 15 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 11 ran; community (archive-listed): 3 samples from 1 repository, 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.

Xianpeng919/MonoCon officialmentioned on GitHubpytorch report
2gunsu/monocon-pytorch mentioned on GitHubpytorchApache-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

15 samples harvested; 11 ran; 0 honoured the contract we drafted; 4 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 · our draft was wrong
10ran
4unverified

Licence: 12 of the 15 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 2 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.

average_precision Xianpeng919/MonoCon/monocon/mmdet3d/core/evaluation/indoor_eval.py official repository ran no licence file found · pointer only · 8d35a41368d8dd47 · report
conv3x3 Xianpeng919/MonoCon/monocon/mmdet3d/models/backbones/dla.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
eval_det_cls Xianpeng919/MonoCon/monocon/mmdet3d/core/evaluation/indoor_eval.py official repository ran no licence file found · pointer only · 2283234eb1863906 · report
fast_hist Xianpeng919/MonoCon/monocon/mmdet3d/core/evaluation/seg_eval.py official repository ran no licence file found · pointer only · 7f5f5b45cabc7d55 · report
gaussian2D Xianpeng919/MonoCon/mmdetection-2.11.0-extra-monocon/mmdet/models/utils/gaussian_target.py official repository ran no licence file found · pointer only · 8e0fe6a5879c5be2 · report
gaussian_radius Xianpeng919/MonoCon/mmdetection-2.11.0-extra-monocon/mmdet/models/utils/gaussian_target.py official repository ran no licence file found · pointer only · 8750f1686af02600 · report
gen_gaussian_target Xianpeng919/MonoCon/mmdetection-2.11.0-extra-monocon/mmdet/models/utils/gaussian_target.py official repository ran no licence file found · pointer only · 63ff0ac2249fbb30 · report
generate_record Xianpeng919/MonoCon/monocon/create_data_tools_monocon/data_converter/kitti_converter.py official repository ran no licence file found · pointer only · a589d35b09bfb8db · report
get_acc Xianpeng919/MonoCon/monocon/mmdet3d/core/evaluation/seg_eval.py official repository ran no licence file found · pointer only · fcd32f0316ac7cac · report
get_model_url Xianpeng919/MonoCon/monocon/mmdet3d/models/backbones/dla.py official repository ran fingerprinted no licence file found · pointer only · 3c9867a84d7c18d9 · report
per_class_iou Xianpeng919/MonoCon/monocon/mmdet3d/core/evaluation/seg_eval.py official repository ran fingerprinted no licence file found · pointer only · 4018d47e1ea5a2ce · report
eval_map_recall Xianpeng919/MonoCon/monocon/mmdet3d/core/evaluation/indoor_eval.py official repository unverified no licence file found · pointer only · 3e68c67f05177852 · report
reduce_loss 2gunsu/monocon-pytorch/losses/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 19a94ffb350de071 · report
weight_reduce_loss 2gunsu/monocon-pytorch/losses/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · d02fb39bb36bc9f7 · report
weighted_loss 2gunsu/monocon-pytorch/losses/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 768c0597a766ae51 · report

Tasks

3D Object DetectionMonocular 3D Object DetectionObjectObject Detectionobject-detectionregression

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Monocular 3D Object Detection KITTI Cars Moderate MonoCon AP Medium 16.46 #6 of 29 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.

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