SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2302.06556 · ICLR · 2023

VA-DepthNet: A Variational Approach to Single Image Depth Prediction

Radu Timofte, Luc Gool, Ce Liu, Suryansh Kumar, Shuhang Gu, Cvl Zürich, Uestc China

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 5 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
cnexah/va-depthnet — 3 of 5
FunctionStatusWhere it lives
SILogLoss Ran cnexah/va-depthnet/vadepthnet/networks/vadepthnet.py
code served (permissive licence) · get_code("c4f5c76bb4e41b61")
VarLoss Ran cnexah/va-depthnet/vadepthnet/networks/vadepthnet.py
code served (permissive licence) · get_code("b3ce217068db35f0")
pixel_unshuffle Ran cnexah/va-depthnet/vadepthnet/networks/vadepthnet.py
code served (permissive licence) · get_code("b48ac716ae100201")
VADepthNet Not yet run cnexah/va-depthnet/vadepthnet/networks/vadepthnet.py
code served (permissive licence) · get_code("ab355cc06280fbc3")
VarLayer Not yet run cnexah/va-depthnet/vadepthnet/networks/vadepthnet.py
code served (permissive licence) · get_code("134adf29303058bb")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

We introduce VA-DepthNet, a simple, effective, and accurate deep neural network approach for the single-image depth prediction (SIDP) problem. The proposed approach advocates using classical first-order variational constraints for this problem. While state-of-the-art deep neural network methods for SIDP learn the scene depth from images in a supervised setting, they often overlook the invaluable invariances and priors in the rigid scene space, such as the regularity of the scene. The paper's main contribution is to reveal the benefit of classical and well-founded variational constraints in the neural network design for the SIDP task. It is shown that imposing first-order variational constraints in the scene space together with popular encoder-decoder-based network architecture design provides excellent results for the supervised SIDP task. The imposed first-order variational constraint makes the network aware of the depth gradient in the scene space, i.e., regularity. The paper demonstrates the usefulness of the proposed approach via extensive evaluation and ablation analysis over several benchmark datasets, such as KITTI, NYU Depth V2, and SUN RGB-D. The VA-DepthNet at test time shows considerable improvements in depth prediction accuracy compared to the prior art and is accurate also at high-frequency regions in the scene space. At the time of writing this paper, our method-labeled as VA-DepthNet, when tested on the KITTI depth-prediction evaluation set benchmarks, shows state-of-the-art results, and is the top-performing published approach 1 2 .

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2302.06556")
get_code_for_paper("2302.06556")
have("2302.06556")

Connect an agent — have() is free.