Papers › Train Till You Drop: Towards Stable and Robust Source-free Unsupervised 3D Domain Adaptation

Train Till You Drop: Towards Stable and Robust Source-free Unsupervised 3D Domain Adaptation

6 Sep 2024arXiv:2409.04409archive 2025-07-28

Björn Michele, Alexandre Boulch, Tuan-Hung Vu, Gilles Puy, Renaud Marlet, Nicolas Courty

We tackle the challenging problem of source-free unsupervised domain adaptation (SFUDA) for 3D semantic segmentation. It amounts to performing domain adaptation on an unlabeled target domain without any access to source data; the available information is a model trained to achieve good performance on the source domain. A common issue with existing SFUDA approaches is that performance degrades after some training time, which is a by product of an under-constrained and ill-posed problem. We discuss two strategies to alleviate this issue. First, we propose a sensible way to regularize the learning problem. Second, we introduce a novel criterion based on agreement with a reference model. It is used (1) to stop the training when appropriate and (2) as validator to select hyperparameters without any knowledge on the target domain. Our contributions are easy to implement and readily amenable for all SFUDA methods, ensuring stable improvements over all baselines. We validate our findings on various 3D lidar settings, achieving state-of-the-art performance. The project repository (with code) is: github.com/valeoai/TTYD.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 10 of 19 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 8 ran with no contract checked.

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

valeoai/ttyd 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

19 samples harvested; 10 ran; 1 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
8ran
9unverified

Licence: 19 of the 19 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 valeoai/TTYD. “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.

WeightEMA valeoai/TTYD/train_ttyd_st.py official repository ran no licence file found · pointer only · d7fe71efd7be18ce · report
class_mapping_da valeoai/ttyd/datasets/Waymo.py official repository ran no licence file found · pointer only · 3a4368ddb37954eb · report
class_mapping_da valeoai/ttyd/datasets/nuscenes.py official repository ran no licence file found · pointer only · 2aa16d95d3187709 · report
class_mapping_da valeoai/ttyd/datasets/pandaset.py official repository ran no licence file found · pointer only · a1a69f062e8f1dcb · report
count_parameters valeoai/ttyd/networks/network.py official repository ran · honoured contract no licence file found · pointer only · f6b944f50d3f15ae · report
parse_header valeoai/ttyd/datasets/semantic_kitti.py official repository ran no licence file found · pointer only · 27aa4c3bde697bf7 · report
parse_mesh_header valeoai/ttyd/datasets/semantic_kitti.py official repository ran no licence file found · pointer only · 5f8cf95da4e4af73 · report
read_ply valeoai/ttyd/datasets/semantic_kitti.py official repository ran no licence file found · pointer only · 2dd532d51a1cbc79 · report
read_yaml_file valeoai/ttyd/configs_and_mappings.py official repository ran no licence file found · pointer only · 5db569379bf8e3f7 · report
update_running_conf valeoai/TTYD/train_ttyd_st.py official repository ran · our draft was wrong no licence file found · pointer only · 94ccab2d12942c7b · report
entropy valeoai/TTYD/train_ttyd_st.py official repository unverified no licence file found · pointer only · a801fbd82ec2a383 · report
evel_stu valeoai/TTYD/train_ttyd_st.py official repository unverified no licence file found · pointer only · d92d30cd77706228 · report
main valeoai/TTYD/train_ttyd_st.py official repository unverified no licence file found · pointer only · 14efea405afb2bd4 · report
main valeoai/ttyd/train_ttyd_core.py official repository unverified no licence file found · pointer only · b8410a4af7b88726 · report
make_a_deepcopy valeoai/TTYD/train_ttyd_st.py official repository unverified no licence file found · pointer only · f887cfb9d65b5961 · report
pseudo_label valeoai/TTYD/train_ttyd_st.py official repository unverified no licence file found · pointer only · 4c1b0ec199898b71 · report
pseudo_label valeoai/ttyd/train_ttyd_st.py official repository unverified no licence file found · pointer only · 9b976ce7df83de81 · report
pseudo_labels_probs valeoai/TTYD/train_ttyd_st.py official repository unverified no licence file found · pointer only · 5d8d1036a9d3aed2 · report
validation_performance_pseudo_labels valeoai/TTYD/train_ttyd_st.py official repository unverified no licence file found · pointer only · 2a033443755430c4 · report

Tasks

3D Semantic Segmentation3D Source-Free Domain AdaptationDomain AdaptationSemantic SegmentationSource-Free Domain AdaptationUnsupervised Domain Adaptation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Source-Free Domain Adaptation SynLiDAR-to-SemanticKITTI TTYD mIoU 32.4 #1 of 1 Archive leaderboard report
3D Source-Free Domain Adaptation SynLiDAR-to-SemanticPOSS TTYD mIoU 39.1 #1 of 1 Archive leaderboard report
3D Source-Free Domain Adaptation nuScenes-to-Pandaset TTYD mIoU 65.7 #1 of 1 Archive leaderboard report
3D Source-Free Domain Adaptation nuScenes-to-SemanticKITTI TTYD mIoU 45.4 #1 of 1 Archive leaderboard report
3D Source-Free Domain Adaptation nuScenes-to-SemanticPOSS TTYD mIoU 64.5 #1 of 1 Archive leaderboard report
3D Source-Free Domain Adaptation nuScenes-to-Waymo Open Dataset TTYD mIoU 55.5 #1 of 1 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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