Papers › ReSimAD: Zero-Shot 3D Domain Transfer for Autonomous Driving with Source...

ReSimAD: Zero-Shot 3D Domain Transfer for Autonomous Driving with Source Reconstruction and Target Simulation

11 Sep 2023arXiv:2309.05527archive 2025-07-28

Bo Zhang, Xinyu Cai, Jiakang Yuan, Donglin Yang, Jianfei Guo, Xiangchao Yan, Renqiu Xia, Botian Shi, Min Dou, Tao Chen, Si Liu, Junchi Yan, Yu Qiao

Domain shifts such as sensor type changes and geographical situation variations are prevalent in Autonomous Driving (AD), which poses a challenge since AD model relying on the previous domain knowledge can be hardly directly deployed to a new domain without additional costs. In this paper, we provide a new perspective and approach of alleviating the domain shifts, by proposing a Reconstruction-Simulation-Perception (ReSimAD) scheme. Specifically, the implicit reconstruction process is based on the knowledge from the previous old domain, aiming to convert the domain-related knowledge into domain-invariant representations, e.g., 3D scene-level meshes. Besides, the point clouds simulation process of multiple new domains is conditioned on the above reconstructed 3D meshes, where the target-domain-like simulation samples can be obtained, thus reducing the cost of collecting and annotating new-domain data for the subsequent perception process. For experiments, we consider different cross-domain situations such as Waymo-to-KITTI, Waymo-to-nuScenes, Waymo-to-ONCE, etc, to verify the zero-shot target-domain perception using ReSimAD. Results demonstrate that our method is beneficial to boost the domain generalization ability, even promising for 3D pre-training.

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

Code

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

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

pjlab-adg/3dtrans officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
pjlab-adg/pcsim officialmentioned in paperpytorchApache-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

18 samples harvested; 9 ran; 0 honoured the contract we drafted; 9 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
1ran · our draft was wrong
7ran
9unverified

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

is_number pjlab-adg/pcsim/SurrogateMetricsCalculate/ComputeDNUC.py official repository ran · violated contract Apache-2.0 (permissive) · 0fe9cf6c00ef56ea · report
BasicBlock pjlab-adg/3dtrans/pcdet/models/mdf_models/dense_cr.py official repository ran fingerprinted Apache-2.0 (permissive) · bda0e10a9dcfcbc0 · report
DENSE_2D_CR_ADD_SIM pjlab-adg/3dtrans/pcdet/models/mdf_models/dense_cr.py official repository ran Apache-2.0 (permissive) · d1e695016870cc7a · report
SEBlock pjlab-adg/3dtrans/pcdet/models/mdf_models/dense_cr.py official repository ran fingerprinted Apache-2.0 (permissive) · e7914a53000be84d · report
computeNUC pjlab-adg/pcsim/SurrogateMetricsCalculate/ComputeDNUC.py official repository ran Apache-2.0 (permissive) · c8e5b3c15c75e220 · report
get_actor_blueprints pjlab-adg/pcsim/ReSimAD/src/scene_replay.py official repository ran Apache-2.0 (permissive) · 1abcf3ec37796102 · report
get_actor_display_name pjlab-adg/pcsim/ReSimAD/src/scene_replay.py official repository ran · our draft was wrong Apache-2.0 (permissive) · c882c504d11f2b36 · report
get_matrix pjlab-adg/pcsim/LiDARSimLib/LibCustomFunction/get_mat.py official repository ran Apache-2.0 (permissive) · 61891551b3f046b5 · report
nums_in_disk pjlab-adg/pcsim/SurrogateMetricsCalculate/ComputeDNUC.py official repository ran Apache-2.0 (permissive) · dcdfc5f03d9ad733 · report
bce_loss PJLab-ADG/3DTrans/pcdet/models/active_models/discriminator_from_bev.py official repository unverified Apache-2.0 (permissive) · 864d632af422d1f1 · report
cfg_from_yaml_file PJLab-ADG/3DTrans/pcdet/config.py official repository unverified Apache-2.0 (permissive) · 44db2351bcc0bffe · report
compute_fg_mask PJLab-ADG/3DTrans/pcdet/utils/loss_utils.py official repository unverified Apache-2.0 (permissive) · 65fe32ede00e7dcb · report
get_corner_loss_lidar PJLab-ADG/3DTrans/pcdet/utils/loss_utils.py official repository unverified Apache-2.0 (permissive) · 1780d388cc532a6d · report
ls_loss PJLab-ADG/3DTrans/pcdet/models/active_models/discriminator_from_bev.py official repository unverified Apache-2.0 (permissive) · 7e320a6ec24ceef4 · report
merge_new_config PJLab-ADG/3DTrans/pcdet/config.py official repository unverified Apache-2.0 (permissive) · 50e8e8cdfc5129f0 · report
neg_loss_cornernet PJLab-ADG/3DTrans/pcdet/utils/loss_utils.py official repository unverified Apache-2.0 (permissive) · 488b91d67a807558 · report
post_act_block PJLab-ADG/3DTrans/pcdet/models/backbones_3d/spconv_backbone.py official repository unverified Apache-2.0 (permissive) · 2b4e0558df870bf9 · report
post_act_block PJLab-ADG/3DTrans/pcdet/models/backbones_3d/spconv_backbone_unibn.py official repository unverified Apache-2.0 (permissive) · 35f5cae0cd9ecca6 · report

Tasks

Autonomous DrivingDomain Generalization

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