Papers › 3D Object Detection with a Self-supervised Lidar Scene Flow Backbone

3D Object Detection with a Self-supervised Lidar Scene Flow Backbone

2 May 2022arXiv:2205.00705archive 2025-07-28

Ekim Yurtsever, Emeç Erçelik, MingYu Liu, Zhijie Yang, Hanzhen Zhang, Pınar Topçam, Maximilian Listl, Yılmaz Kaan Çaylı, Alois Knoll

State-of-the-art lidar-based 3D object detection methods rely on supervised learning and large labeled datasets. However, annotating lidar data is resource-consuming, and depending only on supervised learning limits the applicability of trained models. Self-supervised training strategies can alleviate these issues by learning a general point cloud backbone model for downstream 3D vision tasks. Against this backdrop, we show the relationship between self-supervised multi-frame flow representations and single-frame 3D detection hypotheses. Our main contribution leverages learned flow and motion representations and combines a self-supervised backbone with a supervised 3D detection head. First, a self-supervised scene flow estimation model is trained with cycle consistency. Then, the point cloud encoder of this model is used as the backbone of a single-frame 3D object detection head model. This second 3D object detection model learns to utilize motion representations to distinguish dynamic objects exhibiting different movement patterns. Experiments on KITTI and nuScenes benchmarks show that the proposed self-supervised pre-training increases 3D detection performance significantly. https://github.com/emecercelik/ssl-3d-detection.git

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

Code

Syntology Ran 0 of 16 code samples harvested from 2 repositories linked to this paper; 16 have no recorded run.

By repository: found in paper text by Syntology: 16 samples from 2 repositories, 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.

emecercelik/ssl-3d-detection officialmentioned in papermentioned 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

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

16unverified

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

average_gradients WeijingShi/Point-GNN/util/tf_util.py found in paper text by Syntology unverified MIT (permissive) · a0172c48afaa4a94 · report
box3d_to_cam_points WeijingShi/Point-GNN/dataset/kitti_dataset.py found in paper text by Syntology unverified MIT (permissive) · 0141f393c163c9c5 · report
boxes_3d_to_corners WeijingShi/Point-GNN/models/nms.py found in paper text by Syntology unverified MIT (permissive) · 7283711d920302c1 · report
center_box_encoding WeijingShi/Point-GNN/models/box_encoding.py found in paper text by Syntology unverified MIT (permissive) · 4855767c4a56c8c8 · report
direct_box_decoding WeijingShi/Point-GNN/models/box_encoding.py found in paper text by Syntology unverified MIT (permissive) · be80ed9b38980068 · report
direct_box_encoding WeijingShi/Point-GNN/models/box_encoding.py found in paper text by Syntology unverified MIT (permissive) · 9e3ebce01f03bd3d · report
downsample_by_average_voxel WeijingShi/Point-GNN/dataset/kitti_dataset.py found in paper text by Syntology unverified MIT (permissive) · ee3750781dc56c2b · report
downsample_by_random_voxel WeijingShi/Point-GNN/dataset/kitti_dataset.py found in paper text by Syntology unverified MIT (permissive) · 384b9e6949fc0b72 · report
focal_loss_sigmoid WeijingShi/Point-GNN/models/loss.py found in paper text by Syntology unverified MIT (permissive) · dce4ab6cd7b4540f · report
focal_loss_softmax WeijingShi/Point-GNN/models/loss.py found in paper text by Syntology unverified MIT (permissive) · 9fc528f84f0af21b · report
get_model_flow HimangiM/Just-Go-with-the-Flow-Self-Supervised-Scene-Flow-Estimation/src/model_concat_upsa_cycle.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · e1762f3d022bfacd · report
instance_normalization WeijingShi/Point-GNN/models/gnn.py found in paper text by Syntology unverified MIT (permissive) · cbc514a51f3ff453 · report
load_config WeijingShi/Point-GNN/util/config_util.py found in paper text by Syntology unverified MIT (permissive) · 434c5a9cd34a6dcc · report
load_train_config WeijingShi/Point-GNN/util/config_util.py found in paper text by Syntology unverified MIT (permissive) · 2df98c5f04b6fb17 · report
multi_layer_downsampling_random WeijingShi/Point-GNN/models/graph_gen.py found in paper text by Syntology unverified MIT (permissive) · 5794795650533553 · report
overlapped_boxes_3d WeijingShi/Point-GNN/models/nms.py found in paper text by Syntology unverified MIT (permissive) · 487eda418ebb9106 · report

Tasks

3D Object DetectionObjectObject DetectionScene Flow EstimationSelf-Supervised LearningSelf-supervised Scene Flow Estimationobject-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