Papers › Self-supervised Learning of LiDAR 3D Point Clouds via 2D-3D Neural Calibration

Self-supervised Learning of LiDAR 3D Point Clouds via 2D-3D Neural Calibration

23 Jan 2024arXiv:2401.12452archive 2025-07-28

Yifan Zhang, Siyu Ren, Junhui Hou, Jinjian Wu, Yixuan Yuan, Guangming Shi

This paper introduces a novel self-supervised learning framework for enhancing 3D perception in autonomous driving scenes. Specifically, our approach, namely NCLR, focuses on 2D-3D neural calibration, a novel pretext task that estimates the rigid pose aligning camera and LiDAR coordinate systems. First, we propose the learnable transformation alignment to bridge the domain gap between image and point cloud data, converting features into a unified representation space for effective comparison and matching. Second, we identify the overlapping area between the image and point cloud with the fused features. Third, we establish dense 2D-3D correspondences to estimate the rigid pose. The framework not only learns fine-grained matching from points to pixels but also achieves alignment of the image and point cloud at a holistic level, understanding their relative pose. We demonstrate the efficacy of NCLR by applying the pre-trained backbone to downstream tasks, such as LiDAR-based 3D semantic segmentation, object detection, and panoptic segmentation. Comprehensive experiments on various datasets illustrate the superiority of NCLR over existing self-supervised methods. The results confirm that joint learning from different modalities significantly enhances the network's understanding abilities and effectiveness of learned representation. The code is publicly available at https://github.com/Eaphan/NCLR.

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

Code

Syntology Ran 24 of 26 code samples harvested from 2 repositories linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · violated contract; 3 ran · our draft was wrong; 3 ran · fixture could not drive it; 17 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 10 ran; community (archive-listed): 12 samples from 1 repository, 11 ran; 3 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

eaphan/nclr officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
rsy6318/CorrI2P 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

26 samples harvested; 24 ran; 0 honoured the contract we drafted; 2 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
3ran · our draft was wrong
3ran · fixture could not drive it
17ran
2unverified

Licence: 26 of the 26 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. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

bilinear_interpolate_torch eaphan/nclr/bevlab/models.py official repository ran licence not identified · pointer only · d30c03f27e494c3c · report
convert_pointclouds_to_tensor eaphan/nclr/bevlab/pnp.py official repository ran fingerprinted licence not identified · pointer only · fd2ccb302a5c2310 · report
create_correspondence_matrix eaphan/nclr/bevlab/models.py official repository ran licence not identified · pointer only · 3d7f0e7dd8fdeb74 · report
eigh eaphan/nclr/bevlab/pnp.py official repository ran licence not identified · pointer only · 408a3d02069cff3a · report
get_P_from_Rt eaphan/nclr/bevlab/datasets.py official repository ran licence not identified · pointer only · 497ee1ee5d05dcd0 · report
interpolate_from_bev_features eaphan/nclr/bevlab/models.py official repository ran licence not identified · pointer only · 70596f28650426a1 · report
is_pointclouds eaphan/nclr/bevlab/pnp.py official repository ran licence not identified · pointer only · d08e64b2d73c665b · report
revtrans_jittering eaphan/nclr/bevlab/transforms.py official repository ran licence not identified · pointer only · def5efb3f261d1c1 · report
revtrans_rotation eaphan/nclr/bevlab/transforms.py official repository ran licence not identified · pointer only · ce2dbefef7a9a194 · report
revtrans_translation eaphan/nclr/bevlab/transforms.py official repository ran licence not identified · pointer only · d8fbeeb1bc0bfeee · report
adapt_weights eaphan/nclr/bevlab/imagenet.py official repository unverified licence not identified · pointer only · 6f7320d8f113ebd6 · report
FPS rsy6318/CorrI2P/pointnet.py community (archive-listed) ran fingerprinted no licence file found · pointer only · fc333893f7271b90 · report
angles2rotation_matrix rsy6318/CorrI2P/nuscenes_pc_img_dataloader.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 60f2f4207ae20ab9 · report
camera_matrix_cropping rsy6318/CorrI2P/nuscenes_pc_img_dataloader.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 80730c3bb0cf7118 · report
camera_matrix_scaling rsy6318/CorrI2P/nuscenes_pc_img_dataloader.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 857b8f722d0dcda1 · report
conv1x1 rsy6318/CorrI2P/imagenet.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · d9def42110729a85 · report
conv3x3 rsy6318/CorrI2P/imagenet.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 160bb14bd76201b4 · report
desc_loss2 rsy6318/CorrI2P/loss.py community (archive-listed) ran no licence file found · pointer only · 4af84e33621075ff · report
det_loss rsy6318/CorrI2P/loss.py community (archive-listed) ran no licence file found · pointer only · 77bbbfa9a1d1b7f5 · report
get_P_diff rsy6318/CorrI2P/cal_error_all.py community (archive-listed) ran no licence file found · pointer only · 685179cc383d2145 · report
index_points rsy6318/CorrI2P/pointnet.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 573cb024ea47999f · report
square_distance rsy6318/CorrI2P/pointnet.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 580dee6761649b29 · report
desc_loss rsy6318/CorrI2P/loss.py community (archive-listed) unverified no licence file found · pointer only · 457b688bce1b0ffe · report
get_savedir_name identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 6fef16c520722b39 · report
isnan identical code first harvested elsewhere ran · violated contract fingerprinted licence of this copy not recorded · 5f4f4355be28c01e · report
mean identical code first harvested elsewhere ran · fixture could not drive it licence of this copy not recorded · ed2a67a7b19a5c07 · report

Tasks

3D Semantic SegmentationAutonomous DrivingObject DetectionPanoptic SegmentationSelf-Supervised LearningSemantic Segmentationobject-detection

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