Papers › Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-shot Cross-dataset Transfer

Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-shot Cross-dataset Transfer

2 Jul 2019arXiv:1907.01341archive 2025-07-28

René Ranftl, Katrin Lasinger, David Hafner, Konrad Schindler, Vladlen Koltun

The success of monocular depth estimation relies on large and diverse training sets. Due to the challenges associated with acquiring dense ground-truth depth across different environments at scale, a number of datasets with distinct characteristics and biases have emerged. We develop tools that enable mixing multiple datasets during training, even if their annotations are incompatible. In particular, we propose a robust training objective that is invariant to changes in depth range and scale, advocate the use of principled multi-objective learning to combine data from different sources, and highlight the importance of pretraining encoders on auxiliary tasks. Armed with these tools, we experiment with five diverse training datasets, including a new, massive data source: 3D films. To demonstrate the generalization power of our approach we use zero-shot cross-dataset transfer}, i.e. we evaluate on datasets that were not seen during training. The experiments confirm that mixing data from complementary sources greatly improves monocular depth estimation. Our approach clearly outperforms competing methods across diverse datasets, setting a new state of the art for monocular depth estimation. Some results are shown in the supplementary video at https://youtu.be/D46FzVyL9I8

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

Code

Syntology Ran 6 of 17 code samples harvested from 4 repositories linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 4 ran with no contract checked.

By repository: community (archive-listed): 17 samples from 4 repositories, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

16 repositories listed; official and paper-mentioned ones first.

intel-isl/MiDaS officialmentioned in papermentioned on GitHubpytorch report
AbirKhan96/Intel-ISL-MiDaS mentioned on GitHubpytorch report
Mind23-2/MindCode-57 mentioned on GitHubmindspore report
ahmedmostafa0x61/Depth_Estimation mentioned on GitHubpytorch report
alexeyab/midas mentioned on GitHubpytorch report
anlok/depthmap-loktev mentioned on GitHubpytorchMIT report
freshtan/midas_v2 mentioned on GitHubmindsporeApache-2.0 report
isl-org/MiDaS mentioned on GitHubpytorch report
lasinger/3DVideos2Stereo mentioned on GitHubMIT report
picsart-ai-research/text2video-zero mentioned on GitHubpytorchNOASSERTION report
prakashSidd18/blind_augmentation mentioned on GitHubpytorch report
vishal-kataria/MiDaS-master 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

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

2ran · our draft was wrong
4ran
11unverified

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

apply_min_size anlok/depthmap-loktev/models/transforms.py community (archive-listed) ran MIT (permissive) · 8d4e5ab503856d09 · report
merge freshtan/midas_v2/src/config.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · b9e24c3e3e0e88a7 · report
patch_embed_forward isl-org/MiDaS/midas/backbones/beit.py community (archive-listed) ran · our draft was wrong MIT (permissive) · a3b0b33caf369c41 · report
read_image anlok/depthmap-loktev/utils.py community (archive-listed) ran MIT (permissive) · fa28021adde0f186 · report
read_pfm anlok/depthmap-loktev/utils.py community (archive-listed) ran MIT (permissive) · 188a19865f88f383 · report
resize_image anlok/depthmap-loktev/utils.py community (archive-listed) ran MIT (permissive) · 80ea105639cd9efd · report
associate freshtan/midas_v2/preprocess/associate.py community (archive-listed) unverified Apache-2.0 (permissive) · c0f7dd2e78f91f10 · report
attention_forward isl-org/MiDaS/midas/backbones/beit.py community (archive-listed) unverified MIT (permissive) · cc0b35f6d7118df1 · report
depth_read_kitti freshtan/midas_v2/src/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 98b6d75cef37e16d · report
forward_beit isl-org/MiDaS/midas/backbones/beit.py community (archive-listed) unverified MIT (permissive) · 62d386dcfc041ca8 · report
get_eval_result freshtan/midas_v2/postprocess.py community (archive-listed) unverified Apache-2.0 (permissive) · c3d82023511f51f2 · report
parse_cli_to_yaml freshtan/midas_v2/src/config.py community (archive-listed) unverified Apache-2.0 (permissive) · 738456e1b7388e7e · report
parse_yaml freshtan/midas_v2/src/config.py community (archive-listed) unverified Apache-2.0 (permissive) · 96a9939953d5992d · report
processShotFile lasinger/3DVideos2Stereo/genTraining_recurr.py community (archive-listed) unverified MIT (permissive) · 079a28e19eb8f028 · report
read_file_list freshtan/midas_v2/preprocess/associate.py community (archive-listed) unverified Apache-2.0 (permissive) · 780a0dcc75fb0c82 · report
read_flow lasinger/3DVideos2Stereo/get_disp_and_uncertainty.py community (archive-listed) unverified MIT (permissive) · 484108557b544812 · report
write_depth freshtan/midas_v2/src/util.py community (archive-listed) unverified Apache-2.0 (permissive) · d0f2d7d797bf8806 · report

Tasks

Depth EstimationMonocular Depth Estimation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Depth Estimation DCM MIDAS Abs Rel 0.309 #2 of 3 Archive leaderboard report
Depth Estimation DCM MIDAS RMSE 1.033 #2 of 3 Archive leaderboard report
Depth Estimation DCM MIDAS RMSE log 0.375 #2 of 3 Archive leaderboard report
Depth Estimation DCM MIDAS Sq Rel 0.381 #2 of 3 Archive leaderboard report
Depth Estimation eBDtheque MIDAS Abs Rel 0.419 #2 of 3 Archive leaderboard report
Depth Estimation eBDtheque MIDAS RMSE 1.416 #2 of 3 Archive leaderboard report
Depth Estimation eBDtheque MIDAS RMSE log 0.659 #2 of 3 Archive leaderboard report
Depth Estimation eBDtheque MIDAS Sq Rel 0.503 #2 of 3 Archive leaderboard report
Monocular Depth Estimation ETH3D MiDaS Delta < 1.25 0.0752 #10 of 10 Archive leaderboard report
Monocular Depth Estimation ETH3D MiDaS absolute relative error 0.0184 #10 of 10 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