Papers › Lotus: Diffusion-based Visual Foundation Model for High-quality Dense Prediction

Lotus: Diffusion-based Visual Foundation Model for High-quality Dense Prediction

26 Sep 2024arXiv:2409.18124archive 2025-07-28

Jing He, Haodong Li, Wei Yin, Yixun Liang, Leheng Li, Kaiqiang Zhou, Hongbo Zhang, Bingbing Liu, Ying-Cong Chen

Leveraging the visual priors of pre-trained text-to-image diffusion models offers a promising solution to enhance zero-shot generalization in dense prediction tasks. However, existing methods often uncritically use the original diffusion formulation, which may not be optimal due to the fundamental differences between dense prediction and image generation. In this paper, we provide a systemic analysis of the diffusion formulation for the dense prediction, focusing on both quality and efficiency. And we find that the original parameterization type for image generation, which learns to predict noise, is harmful for dense prediction; the multi-step noising/denoising diffusion process is also unnecessary and challenging to optimize. Based on these insights, we introduce Lotus, a diffusion-based visual foundation model with a simple yet effective adaptation protocol for dense prediction. Specifically, Lotus is trained to directly predict annotations instead of noise, thereby avoiding harmful variance. We also reformulate the diffusion process into a single-step procedure, simplifying optimization and significantly boosting inference speed. Additionally, we introduce a novel tuning strategy called detail preserver, which achieves more accurate and fine-grained predictions. Without scaling up the training data or model capacity, Lotus achieves SoTA performance in zero-shot depth and normal estimation across various datasets. It also enhances efficiency, being significantly faster than most existing diffusion-based methods. Lotus' superior quality and efficiency also enable a wide range of practical applications, such as joint estimation, single/multi-view 3D reconstruction, etc. Project page: https://lotus3d.github.io/.

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

Code

Syntology Ran 6 of 14 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 5 ran with no contract checked.

By repository: community (archive-listed): 14 samples from 1 repository, 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.

envision-research/lotus mentioned on GitHubpytorchApache-2.0 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

14 samples harvested; 6 ran; 0 honoured the contract we drafted; 8 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 · our draft was wrong
5ran
8unverified

Licence: 0 of the 14 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 envision-research/lotus. “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.

intrins_crop envision-research/lotus/utils/projection.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 07d8c13c1190a20a · report
intrins_to_zero envision-research/lotus/utils/projection.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 1218c2650fe6ffed · report
intrins_zero_to envision-research/lotus/utils/projection.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · f56119d671b23caa · report
rescale_noise_cfg envision-research/lotus/pipeline.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · bea2d776a332f2b0 · report
resize_max_res envision-research/lotus/utils/image_utils.py community (archive-listed) ran Apache-2.0 (permissive) · 715b48a5e7426c5e · report
retrieve_timesteps envision-research/lotus/pipeline.py community (archive-listed) ran Apache-2.0 (permissive) · 6cccd001a059f194 · report
align_normals envision-research/lotus/utils/hypersim_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · fb3ab3bf8b931d62 · report
colorize_depth_map envision-research/lotus/utils/image_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 03c4ff24ca415b85 · report
copy_images_and_depths envision-research/lotus/utils/process_hypersim.py community (archive-listed) unverified Apache-2.0 (permissive) · 46450d32e73bc5a8 · report
count_data envision-research/lotus/utils/depth2normal.py community (archive-listed) unverified Apache-2.0 (permissive) · 54d4f5d89dd5b02c · report
creat_uv_mesh envision-research/lotus/utils/hypersim_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 591897bcb1b5bd2b · report
has_nan envision-research/lotus/utils/process_hypersim.py community (archive-listed) unverified Apache-2.0 (permissive) · c8e80fa247270366 · report
hypersim_distance_to_depth envision-research/lotus/utils/hypersim_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 6b2450686c042fff · report
resize_back envision-research/lotus/utils/image_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 56b4266634154e42 · report

Tasks

3D ReconstructionDenoisingImage GenerationMulti-View 3D ReconstructionPredictionZero-shot Generalization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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