Papers › FastDepth: Fast Monocular Depth Estimation on Embedded Systems

FastDepth: Fast Monocular Depth Estimation on Embedded Systems

8 Mar 2019arXiv:1903.03273archive 2025-07-28

Diana Wofk, Fangchang Ma, Tien-Ju Yang, Sertac Karaman, Vivienne Sze

Depth sensing is a critical function for robotic tasks such as localization, mapping and obstacle detection. There has been a significant and growing interest in depth estimation from a single RGB image, due to the relatively low cost and size of monocular cameras. However, state-of-the-art single-view depth estimation algorithms are based on fairly complex deep neural networks that are too slow for real-time inference on an embedded platform, for instance, mounted on a micro aerial vehicle. In this paper, we address the problem of fast depth estimation on embedded systems. We propose an efficient and lightweight encoder-decoder network architecture and apply network pruning to further reduce computational complexity and latency. In particular, we focus on the design of a low-latency decoder. Our methodology demonstrates that it is possible to achieve similar accuracy as prior work on depth estimation, but at inference speeds that are an order of magnitude faster. Our proposed network, FastDepth, runs at 178 fps on an NVIDIA Jetson TX2 GPU and at 27 fps when using only the TX2 CPU, with active power consumption under 10 W. FastDepth achieves close to state-of-the-art accuracy on the NYU Depth v2 dataset. To the best of the authors' knowledge, this paper demonstrates real-time monocular depth estimation using a deep neural network with the lowest latency and highest throughput on an embedded platform that can be carried by a micro aerial vehicle.

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

Code

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

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

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

11 samples harvested; 1 ran; 0 honoured the contract we drafted; 10 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
10unverified

Licence: 0 of the 11 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 dwofk/fast-depth. “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.

h5_loader dwofk/fast-depth/dataloaders/dataloader.py community (archive-listed) ran MIT (permissive) · c76f77ddf75da739 · report
adjust_brightness dwofk/fast-depth/dataloaders/transforms.py community (archive-listed) unverified MIT (permissive) · 2d6e3abc415f30a8 · report
adjust_contrast dwofk/fast-depth/dataloaders/transforms.py community (archive-listed) unverified MIT (permissive) · 3d7396405403ab61 · report
adjust_saturation dwofk/fast-depth/dataloaders/transforms.py community (archive-listed) unverified MIT (permissive) · 59616bf6be4cce9b · report
colored_depthmap dwofk/fast-depth/utils.py community (archive-listed) unverified MIT (permissive) · ba5b77ab3b38dfa1 · report
conv dwofk/fast-depth/models.py community (archive-listed) unverified MIT (permissive) · 4bbcf0a8b0e66b5e · report
depthwise dwofk/fast-depth/models.py community (archive-listed) unverified MIT (permissive) · 396a8d0f8d9e7869 · report
log10 dwofk/fast-depth/metrics.py community (archive-listed) unverified MIT (permissive) · 86d4403f20d59cbc · report
merge_into_row dwofk/fast-depth/utils.py community (archive-listed) unverified MIT (permissive) · 8cbfedd134788323 · report
merge_into_row_with_gt dwofk/fast-depth/utils.py community (archive-listed) unverified MIT (permissive) · 8ab0a4e8429281eb · report
pointwise dwofk/fast-depth/models.py community (archive-listed) unverified MIT (permissive) · 0e34fc35577504ad · report

Tasks

DecoderDepth EstimationMonocular Depth EstimationNetwork Pruning

2 archive task tags without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Pruning

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