Papers › MambaFusion: Height-Fidelity Dense Global Fusion for Multi-modal 3D Object Detection

MambaFusion: Height-Fidelity Dense Global Fusion for Multi-modal 3D Object Detection

6 Jul 2025arXiv:2507.04369archive 2025-07-28

Hanshi Wang, Jin Gao, Weiming Hu, Zhipeng Zhang

We present the first work demonstrating that a pure Mamba block can achieve efficient Dense Global Fusion, meanwhile guaranteeing top performance for camera-LiDAR multi-modal 3D object detection. Our motivation stems from the observation that existing fusion strategies are constrained by their inability to simultaneously achieve efficiency, long-range modeling, and retaining complete scene information. Inspired by recent advances in state-space models (SSMs) and linear attention, we leverage their linear complexity and long-range modeling capabilities to address these challenges. However, this is non-trivial since our experiments reveal that simply adopting efficient linear-complexity methods does not necessarily yield improvements and may even degrade performance. We attribute this degradation to the loss of height information during multi-modal alignment, leading to deviations in sequence order. To resolve this, we propose height-fidelity LiDAR encoding that preserves precise height information through voxel compression in continuous space, thereby enhancing camera-LiDAR alignment. Subsequently, we introduce the Hybrid Mamba Block, which leverages the enriched height-informed features to conduct local and global contextual learning. By integrating these components, our method achieves state-of-the-art performance with the top-tire NDS score of 75.0 on the nuScenes validation benchmark, even surpassing methods that utilize high-resolution inputs. Meanwhile, our method maintains efficiency, achieving faster inference speed than most recent state-of-the-art methods.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 0 of 10 code samples harvested from 1 repository linked to this paper; 10 have no recorded run.

By repository: official repository: 10 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.

AutoLab-SAI-SJTU/MambaFusion officialmentioned in papermentioned 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

10 samples harvested; 0 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

10unverified

Licence: 0 of the 10 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 AutoLab-SAI-SJTU/MambaFusion. “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.

cfg_from_yaml_file AutoLab-SAI-SJTU/MambaFusion/pcdet/config.py official repository unverified Apache-2.0 (permissive) · 44db2351bcc0bffe · report
compute_fg_mask AutoLab-SAI-SJTU/MambaFusion/pcdet/utils/loss_utils.py official repository unverified Apache-2.0 (permissive) · 65fe32ede00e7dcb · report
get_corner_loss_lidar AutoLab-SAI-SJTU/MambaFusion/pcdet/utils/loss_utils.py official repository unverified Apache-2.0 (permissive) · 1780d388cc532a6d · report
get_window_coors_shift_v1 AutoLab-SAI-SJTU/MambaFusion/pcdet/models/backbones_3d/lion_backbone_one_stride.py official repository unverified Apache-2.0 (permissive) · db9938da0161aab2 · report
get_window_coors_shift_v2 AutoLab-SAI-SJTU/MambaFusion/pcdet/models/backbones_3d/lion_backbone_one_stride.py official repository unverified Apache-2.0 (permissive) · 62fc63b374bdbb50 · report
make_cuda_ext AutoLab-SAI-SJTU/MambaFusion/mambafusion_setup.py official repository unverified Apache-2.0 (permissive) · 7682ef6da2df3931 · report
merge_new_config AutoLab-SAI-SJTU/MambaFusion/pcdet/config.py official repository unverified Apache-2.0 (permissive) · 50e8e8cdfc5129f0 · report
neg_loss_cornernet AutoLab-SAI-SJTU/MambaFusion/pcdet/utils/loss_utils.py official repository unverified Apache-2.0 (permissive) · 488b91d67a807558 · report
plot_points_on_images AutoLab-SAI-SJTU/MambaFusion/pcdet/models/backbones_3d/lion_backbone_one_stride.py official repository unverified Apache-2.0 (permissive) · a9dce65d4717f182 · report
post_act_block AutoLab-SAI-SJTU/MambaFusion/pcdet/models/backbones_3d/spconv_backbone.py official repository unverified Apache-2.0 (permissive) · 2b4e0558df870bf9 · report

Tasks

3D Object DetectionAttributeLong-range modelingMambaObject DetectionState Space Modelsobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

MambaSPEED

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