Papers › Unsupervised Adaptation from Repeated Traversals for Autonomous Driving

Unsupervised Adaptation from Repeated Traversals for Autonomous Driving

27 Mar 2023arXiv:2303.15286archive 2025-07-28

Yurong You, Cheng Perng Phoo, Katie Z Luo, Travis Zhang, Wei-Lun Chao, Bharath Hariharan, Mark Campbell, Kilian Q. Weinberger

For a self-driving car to operate reliably, its perceptual system must generalize to the end-user's environment -- ideally without additional annotation efforts. One potential solution is to leverage unlabeled data (e.g., unlabeled LiDAR point clouds) collected from the end-users' environments (i.e. target domain) to adapt the system to the difference between training and testing environments. While extensive research has been done on such an unsupervised domain adaptation problem, one fundamental problem lingers: there is no reliable signal in the target domain to supervise the adaptation process. To overcome this issue we observe that it is easy to collect unsupervised data from multiple traversals of repeated routes. While different from conventional unsupervised domain adaptation, this assumption is extremely realistic since many drivers share the same roads. We show that this simple additional assumption is sufficient to obtain a potent signal that allows us to perform iterative self-training of 3D object detectors on the target domain. Concretely, we generate pseudo-labels with the out-of-domain detector but reduce false positives by removing detections of supposedly mobile objects that are persistent across traversals. Further, we reduce false negatives by encouraging predictions in regions that are not persistent. We experiment with our approach on two large-scale driving datasets and show remarkable improvement in 3D object detection of cars, pedestrians, and cyclists, bringing us a step closer to generalizable autonomous driving.

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

Code

Syntology Ran 12 of 16 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · fixture could not drive it; 10 ran with no contract checked.

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

yurongyou/rote-da officialmentioned in paperpytorchMIT 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; 12 ran; 0 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.

1ran · violated contract
1ran · fixture could not drive it
10ran
4unverified

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 yurongyou/rote-da. “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.

sigmoid yurongyou/rote-da/p2_score/p2_score_filtering_lidar_consistency.py official repository ran · violated contract fingerprinted MIT (permissive) · b8e95809ca2c17c9 · report
box_to_string yurongyou/rote-da/data_preprocessing/lyft/lyft2kitti.py official repository ran MIT (permissive) · dd2865592c40bf95 · report
cart2hom yurongyou/rote-da/p2_score/gather_past_traversals.py official repository ran fingerprinted MIT (permissive) · 74ac280ac0823fc6 · report
cls_type_to_id yurongyou/rote-da/p2_score/utils/kitti_util.py official repository ran fingerprinted MIT (permissive) · 68d59bd1b88d6e20 · report
in_hull yurongyou/rote-da/p2_score/pre_compute_ith365_box_statistics.py official repository ran MIT (permissive) · 306616f38b29c8f3 · report
load_velo_scan yurongyou/rote-da/p2_score/gather_past_traversals.py official repository ran MIT (permissive) · 37c1e89b5864f71a · report
postprocessing yurongyou/rote-da/data_preprocessing/lyft/lyft2kitti.py official repository ran MIT (permissive) · 145ca2df8e53618f · report
precompute_affinity_matrix yurongyou/rote-da/p2_score/utils/clustering_utils.py official repository ran · fixture could not drive it MIT (permissive) · 18b226cb7bed941a · report
remove_center yurongyou/rote-da/p2_score/pre_compute_p2_score.py official repository ran MIT (permissive) · ebebb4d0ffe1438f · report
rotx yurongyou/rote-da/p2_score/utils/kitti_util.py official repository ran fingerprinted MIT (permissive) · 8843d80ab666c4e9 · report
roty yurongyou/rote-da/p2_score/utils/kitti_util.py official repository ran fingerprinted MIT (permissive) · ae86074e10e1dfd7 · report
transform_points yurongyou/rote-da/p2_score/gather_past_traversals.py official repository ran MIT (permissive) · 8b80c6bbc9d282b1 · report
check_numpy_to_torch yurongyou/rote-da/p2_score/utils/iou3d_nms/iou3d_nms_utils.py official repository unverified MIT (permissive) · 4fd359829e536e38 · report
filter_by_ppscore yurongyou/rote-da/p2_score/p2_score_filtering_lidar_consistency.py official repository unverified MIT (permissive) · 4c924b616bccfdaf · report
is_valid_cluster yurongyou/rote-da/p2_score/utils/clustering_utils.py official repository unverified MIT (permissive) · e43414e20da78858 · report
smoothing yurongyou/rote-da/p2_score/utils/clustering_utils.py official repository unverified MIT (permissive) · c65d0ed036471f5d · report

Tasks

3D Object DetectionAutonomous DrivingDomain AdaptationObject DetectionUnsupervised Domain Adaptationobject-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