Papers › Test-Time Adaptation for Depth Completion

Test-Time Adaptation for Depth Completion

5 Feb 2024CVPR 2024 1arXiv:2402.03312archive 2025-07-28

Hyoungseob Park, Anjali Gupta, Alex Wong

It is common to observe performance degradation when transferring models trained on some (source) datasets to target testing data due to a domain gap between them. Existing methods for bridging this gap, such as domain adaptation (DA), may require the source data on which the model was trained (often not available), while others, i.e., source-free DA, require many passes through the testing data. We propose an online test-time adaptation method for depth completion, the task of inferring a dense depth map from a single image and associated sparse depth map, that closes the performance gap in a single pass. We first present a study on how the domain shift in each data modality affects model performance. Based on our observations that the sparse depth modality exhibits a much smaller covariate shift than the image, we design an embedding module trained in the source domain that preserves a mapping from features encoding only sparse depth to those encoding image and sparse depth. During test time, sparse depth features are projected using this map as a proxy for source domain features and are used as guidance to train a set of auxiliary parameters (i.e., adaptation layer) to align image and sparse depth features from the target test domain to that of the source domain. We evaluate our method on indoor and outdoor scenarios and show that it improves over baselines by an average of 21.1%.

PaperPDFConference PDFCodeCode 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="2402.03312")

Code

Syntology Ran 10 of 13 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: official repository: 13 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.

seobbro/tta-depth-completion 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

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

10ran
3unverified

Licence: 13 of the 13 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 seobbro/TTA-depth-completion. “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.

color_consistency_loss_func seobbro/TTA-depth-completion/src/loss_utils.py official repository ran no licence file found · pointer only · 3e585166b39daab4 · report
get_sampler seobbro/TTA-depth-completion/src/tta_main.py official repository ran no licence file found · pointer only · c63c98f24eff4ce7 · report
horizontal_flip seobbro/TTA-depth-completion/src/datasets.py official repository ran no licence file found · pointer only · c4b784e85a273117 · report
inv_root_mean_sq_err seobbro/TTA-depth-completion/src/eval_utils.py official repository ran fingerprinted no licence file found · pointer only · 3136bdb68e6334d6 · report
load_image seobbro/TTA-depth-completion/src/data_utils.py official repository ran no licence file found · pointer only · 32c07ecf481369ad · report
mean_abs_err seobbro/TTA-depth-completion/src/eval_utils.py official repository ran fingerprinted no licence file found · pointer only · 5be5a391dca672bd · report
random_crop seobbro/TTA-depth-completion/src/datasets.py official repository ran no licence file found · pointer only · 3952a7d0fd6cd051 · report
robustness_loss_func seobbro/TTA-depth-completion/src/loss_utils.py official repository ran no licence file found · pointer only · cd1105c910878bc1 · report
root_mean_sq_err seobbro/TTA-depth-completion/src/eval_utils.py official repository ran fingerprinted no licence file found · pointer only · 421bb631488a9a81 · report
structural_consistency_loss_func seobbro/TTA-depth-completion/src/loss_utils.py official repository ran no licence file found · pointer only · 8ad2699cc84c8140 · report
colorize seobbro/TTA-depth-completion/src/log_utils.py official repository unverified no licence file found · pointer only · aecb3e96d842936c · report
read_depth seobbro/TTA-depth-completion/src/data_utils.py official repository unverified no licence file found · pointer only · 369be1ee6da0f9be · report
read_paths seobbro/TTA-depth-completion/src/data_utils.py official repository unverified no licence file found · pointer only · 40f7567e33925917 · report

Tasks

Depth CompletionDomain AdaptationTest-time Adaptation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNSET

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