Papers › Flash3D: Feed-Forward Generalisable 3D Scene Reconstruction from a Single Image

Flash3D: Feed-Forward Generalisable 3D Scene Reconstruction from a Single Image

6 Jun 2024arXiv:2406.04343archive 2025-07-28

Stanislaw Szymanowicz, Eldar Insafutdinov, Chuanxia Zheng, Dylan Campbell, João F. Henriques, Christian Rupprecht, Andrea Vedaldi

In this paper, we propose Flash3D, a method for scene reconstruction and novel view synthesis from a single image which is both very generalisable and efficient. For generalisability, we start from a "foundation" model for monocular depth estimation and extend it to a full 3D shape and appearance reconstructor. For efficiency, we base this extension on feed-forward Gaussian Splatting. Specifically, we predict a first layer of 3D Gaussians at the predicted depth, and then add additional layers of Gaussians that are offset in space, allowing the model to complete the reconstruction behind occlusions and truncations. Flash3D is very efficient, trainable on a single GPU in a day, and thus accessible to most researchers. It achieves state-of-the-art results when trained and tested on RealEstate10k. When transferred to unseen datasets like NYU it outperforms competitors by a large margin. More impressively, when transferred to KITTI, Flash3D achieves better PSNR than methods trained specifically on that dataset. In some instances, it even outperforms recent methods that use multiple views as input. Code, models, demo, and more results are available at https://www.robots.ox.ac.uk/~vgg/research/flash3d/.

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

Code

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

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

eldar/flash3d officialmentioned on GitHubjax 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; 12 ran; 1 honoured the contract we drafted; 2 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 · honoured contract
2ran · our draft was wrong
9ran
2unverified

Licence: 14 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 eldar/flash3d. “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.

data_to_c2w eldar/flash3d/datasets/data.py official repository ran fingerprinted no licence file found · pointer only · 87bfd4d01a49d16b · report
default_param_group eldar/flash3d/models/model.py official repository ran no licence file found · pointer only · e3eab726535fad5d · report
get_model_instance eldar/flash3d/evaluate.py official repository ran · our draft was wrong no licence file found · pointer only · 4eb8180c008fa2ee · report
load_seq_data eldar/flash3d/datasets/re10k.py official repository ran no licence file found · pointer only · c29f3cef24caebc0 · report
pose_to_4x4 eldar/flash3d/datasets/data.py official repository ran fingerprinted no licence file found · pointer only · a3923d7f0a3e9112 · report
process_projs eldar/flash3d/datasets/data.py official repository ran fingerprinted no licence file found · pointer only · 614e6ba5b26724e9 · report
read_camera_params eldar/flash3d/datasets/colmap_misc.py official repository ran no licence file found · pointer only · 14c55c4d7d393e01 · report
read_cameras_binary eldar/flash3d/datasets/colmap_utils.py official repository ran no licence file found · pointer only · c33bff4fa6509334 · report
read_cameras_text eldar/flash3d/datasets/colmap_utils.py official repository ran · our draft was wrong no licence file found · pointer only · 8a38e306ff4c5b42 · report
read_next_bytes eldar/flash3d/datasets/colmap_utils.py official repository ran · honoured contract no licence file found · pointer only · 56858e04e6fdb2ff · report
readlines eldar/flash3d/datasets/kitti.py official repository ran no licence file found · pointer only · 859a6ec5fa262fcb · report
to_device eldar/flash3d/models/model.py official repository ran no licence file found · pointer only · 29bd98256c0414f8 · report
process eldar/flash3d/datasets/download_realestate10k.py official repository unverified no licence file found · pointer only · ab77e63d3ba2f850 · report
wrap_process eldar/flash3d/datasets/download_realestate10k.py official repository unverified no licence file found · pointer only · f76fa7e2c496a9ad · report

Tasks

3D Scene ReconstructionDepth EstimationMonocular Depth EstimationNovel View Synthesis

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

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