Papers › FUTR3D: A Unified Sensor Fusion Framework for 3D Detection

FUTR3D: A Unified Sensor Fusion Framework for 3D Detection

20 Mar 2022arXiv:2203.10642archive 2025-07-28

Xuanyao Chen, Tianyuan Zhang, Yue Wang, Yilun Wang, Hang Zhao

Sensor fusion is an essential topic in many perception systems, such as autonomous driving and robotics. Existing multi-modal 3D detection models usually involve customized designs depending on the sensor combinations or setups. In this work, we propose the first unified end-to-end sensor fusion framework for 3D detection, named FUTR3D, which can be used in (almost) any sensor configuration. FUTR3D employs a query-based Modality-Agnostic Feature Sampler (MAFS), together with a transformer decoder with a set-to-set loss for 3D detection, thus avoiding using late fusion heuristics and post-processing tricks. We validate the effectiveness of our framework on various combinations of cameras, low-resolution LiDARs, high-resolution LiDARs, and Radars. On NuScenes dataset, FUTR3D achieves better performance over specifically designed methods across different sensor combinations. Moreover, FUTR3D achieves great flexibility with different sensor configurations and enables low-cost autonomous driving. For example, only using a 4-beam LiDAR with cameras, FUTR3D (58.0 mAP) achieves on par performance with state-of-the-art 3D detection model CenterPoint (56.6 mAP) using a 32-beam LiDAR.

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

Code

Syntology Ran 7 of 19 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: community (archive-listed): 19 samples from 2 repositories, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tsinghua-mars-lab/futr3d mentioned on GitHubpytorchApache-2.0 report
xiaohao-xu/unified-pretrain-ad mentioned on GitHubpytorchMIT 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

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

7ran
12unverified

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

conv1x1 tsinghua-mars-lab/futr3d/plugin/futr3d/models/backbone/vovnet.py community (archive-listed) ran Apache-2.0 (permissive) · c637c42a302bb63c · report
conv3x3 tsinghua-mars-lab/futr3d/plugin/futr3d/models/backbone/vovnet.py community (archive-listed) ran Apache-2.0 (permissive) · 303f4d3695ad18f1 · report
denormalize_bbox tsinghua-mars-lab/futr3d/plugin/futr3d/core/bbox/utils.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · b8cdf4cad83ce917 · report
denormalize_bbox xiaohao-xu/unified-pretrain-ad/mmdet3d/core/bbox/util.py community (archive-listed) ran MIT (permissive) · 38e90d12ef38fe79 · report
gaussian_2d xiaohao-xu/unified-pretrain-ad/mmdet3d/core/utils/gaussian.py community (archive-listed) ran MIT (permissive) · ea036153b550642a · report
normalize_bbox tsinghua-mars-lab/futr3d/plugin/futr3d/core/bbox/utils.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 8800486c70b30b88 · report
normalize_bbox xiaohao-xu/unified-pretrain-ad/mmdet3d/core/bbox/util.py community (archive-listed) ran MIT (permissive) · e6ab81c2ff932920 · report
aligned_3d_nms xiaohao-xu/unified-pretrain-ad/mmdet3d/core/post_processing/box3d_nms.py community (archive-listed) unverified MIT (permissive) · 0079ed3e99e4048d · report
box_camera_to_lidar xiaohao-xu/unified-pretrain-ad/mmdet3d/core/bbox/box_np_ops.py community (archive-listed) unverified MIT (permissive) · 96c8084488bd023b · report
camera_to_lidar xiaohao-xu/unified-pretrain-ad/mmdet3d/core/bbox/box_np_ops.py community (archive-listed) unverified MIT (permissive) · 9e22984820c39868 · report
circle_nms xiaohao-xu/unified-pretrain-ad/mmdet3d/core/post_processing/box3d_nms.py community (archive-listed) unverified MIT (permissive) · a8007c7a213459b2 · report
corners_nd xiaohao-xu/unified-pretrain-ad/mmdet3d/core/bbox/box_np_ops.py community (archive-listed) unverified MIT (permissive) · 5b1dacd1f125c08f · report
draw_heatmap_gaussian xiaohao-xu/unified-pretrain-ad/mmdet3d/core/utils/gaussian.py community (archive-listed) unverified MIT (permissive) · a7cde40ccc6422e2 · report
dw_conv3x3 tsinghua-mars-lab/futr3d/plugin/futr3d/models/backbone/vovnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 5ebf15e6940f6710 · report
feature_sampling tsinghua-mars-lab/futr3d/plugin/futr3d/models/utils/futr3d_attention.py community (archive-listed) unverified Apache-2.0 (permissive) · ac73da5ed8412961 · report
gaussian_radius xiaohao-xu/unified-pretrain-ad/mmdet3d/core/utils/gaussian.py community (archive-listed) unverified MIT (permissive) · 73e8316be86a800d · report
get_paddings_indicator tsinghua-mars-lab/futr3d/plugin/futr3d/models/backbone/radar_encoder.py community (archive-listed) unverified Apache-2.0 (permissive) · 5e13611ee307d69a · report
inverse_sigmoid tsinghua-mars-lab/futr3d/plugin/futr3d/models/utils/futr3d_attention.py community (archive-listed) unverified Apache-2.0 (permissive) · f3855be53d36327d · report
reduce_LiDAR_beams tsinghua-mars-lab/futr3d/plugin/futr3d/datasets/loading.py community (archive-listed) unverified Apache-2.0 (permissive) · d061ed2b287db1a4 · report

Tasks

Autonomous DrivingDecoderSensor Fusion

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