Papers › HM-ViT: Hetero-modal Vehicle-to-Vehicle Cooperative perception with vision transformer

HM-ViT: Hetero-modal Vehicle-to-Vehicle Cooperative perception with vision transformer

20 Apr 2023ICCV 2023 1arXiv:2304.10628archive 2025-07-28

Hao Xiang, Runsheng Xu, Jiaqi Ma

Vehicle-to-Vehicle technologies have enabled autonomous vehicles to share information to see through occlusions, greatly enhancing perception performance. Nevertheless, existing works all focused on homogeneous traffic where vehicles are equipped with the same type of sensors, which significantly hampers the scale of collaboration and benefit of cross-modality interactions. In this paper, we investigate the multi-agent hetero-modal cooperative perception problem where agents may have distinct sensor modalities. We present HM-ViT, the first unified multi-agent hetero-modal cooperative perception framework that can collaboratively predict 3D objects for highly dynamic vehicle-to-vehicle (V2V) collaborations with varying numbers and types of agents. To effectively fuse features from multi-view images and LiDAR point clouds, we design a novel heterogeneous 3D graph transformer to jointly reason inter-agent and intra-agent interactions. The extensive experiments on the V2V perception dataset OPV2V demonstrate that the HM-ViT outperforms SOTA cooperative perception methods for V2V hetero-modal cooperative perception. We will release codes to facilitate future research.

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

Code

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

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

xhwind/hm-vit mentioned on GitHubpytorch 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; 17 ran; 2 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.

2ran · honoured contract
4ran · our draft was wrong
4ran · fixture could not drive it
7ran
4unverified

Licence: 21 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 XHwind/HM-ViT. “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.

BaseSimpleHetero XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran no licence file found · pointer only · 798efccf36c7fcad · report
HeteroAttention XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran no licence file found · pointer only · 3092961e509a12fa · report
HeteroFeedForward XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran no licence file found · pointer only · ea77ad7518630d6c · report
HeteroLayerNorm XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran no licence file found · pointer only · 19f15a767ccb2fd1 · report
HeteroPreNormResidual XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran no licence file found · pointer only · 615d1b7ab30a3bed · report
RadixSoftmax XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran no licence file found · pointer only · 7a14fc9972665140 · report
SplitAttn XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran no licence file found · pointer only · 0c71907cc87fd9b6 · report
_torch_inverse_cast XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · f0f6c4d1d2c6420a · report
combine_roi_and_cav_mask XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 92584c2b3d356da1 · report
convert_affinematrix_to_homography XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 8619a594ef3e41e9 · report
eye_like XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 2ddac2e2ccb49f1e · report
get_discretized_transformation_matrix XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · dcb869a37c5768e2 · report
get_rotation_matrix2d XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 9fa2fce5b7b0a7e7 · report
get_transformation_matrix XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 759f5a362c6e80f5 · report
normal_transform_pixel XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 9ddd573c88847902 · report
normalize_homography XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 363cd89201e43095 · report
warp_affine XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · f18ebbe77a6b9723 · report
HeteroFusionBlock XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) unverified no licence file found · pointer only · 397df50741b19cab · report
SpatialTransformation XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) unverified no licence file found · pointer only · 4159d82521f2938d · report
get_roi_and_cav_mask XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) unverified no licence file found · pointer only · a7e516a37cf8eaad · report
get_rotated_roi XHwind/HM-ViT/opencood/models/sub_modules/hetero_fusion.py community (archive-listed) unverified no licence file found · pointer only · 8ba77df1ce40565f · report

Tasks

Autonomous Vehicles

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutGraph TransformerLabel SmoothingLapEigenLaplacian PELayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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