Papers › ECoDepth: Effective Conditioning of Diffusion Models for Monocular Depth Estimation

ECoDepth: Effective Conditioning of Diffusion Models for Monocular Depth Estimation

27 Mar 2024CVPR 2024 1arXiv:2403.18807archive 2025-07-28

Suraj Patni, Aradhye Agarwal, Chetan Arora

In the absence of parallax cues, a learning-based single image depth estimation (SIDE) model relies heavily on shading and contextual cues in the image. While this simplicity is attractive, it is necessary to train such models on large and varied datasets, which are difficult to capture. It has been shown that using embeddings from pre-trained foundational models, such as CLIP, improves zero shot transfer in several applications. Taking inspiration from this, in our paper we explore the use of global image priors generated from a pre-trained ViT model to provide more detailed contextual information. We argue that the embedding vector from a ViT model, pre-trained on a large dataset, captures greater relevant information for SIDE than the usual route of generating pseudo image captions, followed by CLIP based text embeddings. Based on this idea, we propose a new SIDE model using a diffusion backbone which is conditioned on ViT embeddings. Our proposed design establishes a new state-of-the-art (SOTA) for SIDE on NYUv2 dataset, achieving Abs Rel error of 0.059 (14% improvement) compared to 0.069 by the current SOTA (VPD). And on KITTI dataset, achieving Sq Rel error of 0.139 (2% improvement) compared to 0.142 by the current SOTA (GEDepth). For zero-shot transfer with a model trained on NYUv2, we report mean relative improvement of (20%, 23%, 81%, 25%) over NeWCRFs on (Sun-RGBD, iBims1, DIODE, HyperSim) datasets, compared to (16%, 18%, 45%, 9%) by ZoeDepth. The project page is available at https://ecodepth-iitd.github.io

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

Code

Syntology Ran 11 of 15 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · violated contract; 3 ran · our draft was wrong; 2 ran · fixture could not drive it; 2 ran with no contract checked.

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

aradhye2002/ecodepth 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

15 samples harvested; 11 ran; 2 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.

2ran · honoured contract
2ran · violated contract
3ran · our draft was wrong
2ran · fixture could not drive it
2ran
4unverified

Licence: 15 of the 15 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 aradhye2002/ecodepth. “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.

Decoder aradhye2002/ecodepth/model.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · fbe2310addb47db4 · report
EmbeddingAdapter aradhye2002/ecodepth/model.py official repository ran licence not identified · pointer only · 21493ab89ab24490 · report
compute_metrics aradhye2002/ecodepth/model.py official repository ran · our draft was wrong licence not identified · pointer only · e92e07aa1bf1be20 · report
eigen_crop aradhye2002/ecodepth/model.py official repository ran · violated contract licence not identified · pointer only · f219540998580dc3 · report
garg_crop aradhye2002/ecodepth/model.py official repository ran · violated contract fingerprinted licence not identified · pointer only · 64e27454bc7d936a · report
get_optimizer aradhye2002/ecodepth/model.py official repository ran · our draft was wrong licence not identified · pointer only · 10c824c6cd3213ab · report
no_crop aradhye2002/ecodepth/model.py official repository ran · honoured contract fingerprinted licence not identified · pointer only · 73c1d068e8ca81bd · report
pad aradhye2002/ecodepth/model.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 36a4962041ede1c2 · report
pad_to_make_square aradhye2002/ecodepth/model.py official repository ran · fixture could not drive it fingerprinted licence not identified · pointer only · 5d3ab34c6027afa8 · report
silog aradhye2002/ecodepth/model.py official repository ran · honoured contract fingerprinted licence not identified · pointer only · 46cbbcee59b61483 · report
unpad aradhye2002/ecodepth/model.py official repository ran · fixture could not drive it licence not identified · pointer only · 89728325857a7d3e · report
CIDE aradhye2002/ecodepth/model.py official repository unverified licence not identified · pointer only · fdf6b86f9b1766b1 · report
EcoDepth aradhye2002/ecodepth/model.py official repository unverified licence not identified · pointer only · 6159b9d4ff6618e7 · report
EcoDepthEncoder aradhye2002/ecodepth/model.py official repository unverified licence not identified · pointer only · b710c0ba3e6d33fd · report
custom_crop aradhye2002/ecodepth/model.py official repository unverified licence not identified · pointer only · 71964ceaab35f039 · report

Tasks

Depth EstimationDepth PredictionMonocular Depth Estimation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Monocular Depth Estimation KITTI Eigen split ECoDepth Delta < 1.25 0.979 #12 of 79 Archive leaderboard report
Monocular Depth Estimation KITTI Eigen split ECoDepth Delta < 1.25^2 0.998 #12 of 79 Archive leaderboard report
Monocular Depth Estimation KITTI Eigen split ECoDepth Delta < 1.25^3 1.000 #12 of 79 Archive leaderboard report
Monocular Depth Estimation KITTI Eigen split ECoDepth RMSE 1.966 #12 of 79 Archive leaderboard report
Monocular Depth Estimation KITTI Eigen split ECoDepth RMSE log 0.074 #12 of 79 Archive leaderboard report
Monocular Depth Estimation KITTI Eigen split ECoDepth Sq Rel 0.139 #12 of 79 Archive leaderboard report
Monocular Depth Estimation KITTI Eigen split ECoDepth absolute relative error 0.048 #12 of 79 Archive leaderboard report
Monocular Depth Estimation NYU-Depth V2 ECoDepth Delta < 1.25 0.978 #14 of 85 Archive leaderboard report
Monocular Depth Estimation NYU-Depth V2 ECoDepth Delta < 1.25^2 0.997 #14 of 85 Archive leaderboard report
Monocular Depth Estimation NYU-Depth V2 ECoDepth Delta < 1.25^3 0.999 #14 of 85 Archive leaderboard report
Monocular Depth Estimation NYU-Depth V2 ECoDepth RMSE 0.218 #14 of 85 Archive leaderboard report
Monocular Depth Estimation NYU-Depth V2 ECoDepth absolute relative error 0.059 #14 of 85 Archive leaderboard report
Monocular Depth Estimation NYU-Depth V2 ECoDepth log 10 0.026 #14 of 85 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.

Methods

AttentionDense ConnectionsDiffusionLayer NormalizationLinear LayerMulti-Head AttentionResidual ConnectionSoftmaxVision Transformer

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