Papers › VoxGRAF: Fast 3D-Aware Image Synthesis with Sparse Voxel Grids

VoxGRAF: Fast 3D-Aware Image Synthesis with Sparse Voxel Grids

15 Jun 2022arXiv:2206.07695archive 2025-07-28

Katja Schwarz, Axel Sauer, Michael Niemeyer, Yiyi Liao, Andreas Geiger

State-of-the-art 3D-aware generative models rely on coordinate-based MLPs to parameterize 3D radiance fields. While demonstrating impressive results, querying an MLP for every sample along each ray leads to slow rendering. Therefore, existing approaches often render low-resolution feature maps and process them with an upsampling network to obtain the final image. Albeit efficient, neural rendering often entangles viewpoint and content such that changing the camera pose results in unwanted changes of geometry or appearance. Motivated by recent results in voxel-based novel view synthesis, we investigate the utility of sparse voxel grid representations for fast and 3D-consistent generative modeling in this paper. Our results demonstrate that monolithic MLPs can indeed be replaced by 3D convolutions when combining sparse voxel grids with progressive growing, free space pruning and appropriate regularization. To obtain a compact representation of the scene and allow for scaling to higher voxel resolutions, our model disentangles the foreground object (modeled in 3D) from the background (modeled in 2D). In contrast to existing approaches, our method requires only a single forward pass to generate a full 3D scene. It hence allows for efficient rendering from arbitrary viewpoints while yielding 3D consistent results with high visual fidelity.

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

Code

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

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

autonomousvision/voxgraf officialmentioned in paperpytorchMIT 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

18 samples harvested; 9 ran; 4 honoured the contract we drafted; 9 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.

4ran · honoured contract
2ran · our draft was wrong
3ran
9unverified

Licence: 0 of the 18 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 autonomousvision/voxgraf. “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.

parse_tuple autonomousvision/voxgraf/dataset_tool.py official repository ran · honoured contract MIT (permissive) · 9cd07419f7c926f8 · report
file_ext autonomousvision/voxgraf/dataset_tool.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · a2b45afa097b55b6 · report
inthroot autonomousvision/voxgraf/voxgraf-plenoxels/svox2/utils.py official repository ran fingerprinted MIT (permissive) · 49c8102233908a49 · report
is_pow2 autonomousvision/voxgraf/voxgraf-plenoxels/svox2/utils.py official repository ran fingerprinted MIT (permissive) · 1c02c1337d08c079 · report
maybe_min autonomousvision/voxgraf/dataset_tool.py official repository ran · honoured contract MIT (permissive) · dd1dc700e87f36cc · report
morton_code_3 autonomousvision/voxgraf/voxgraf-plenoxels/svox2/utils.py official repository ran fingerprinted MIT (permissive) · d55cfd9164c67413 · report
parse_comma_separated_list autonomousvision/voxgraf/calc_metrics.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · d01b68a634f71551 · report
parse_range autonomousvision/voxgraf/gen_images.py official repository ran · honoured contract MIT (permissive) · 236de8614a178382 · report
parse_vec2 autonomousvision/voxgraf/gen_images.py official repository ran · honoured contract MIT (permissive) · 180016b9227381b1 · report
ask_yes_no autonomousvision/voxgraf/dnnlib/util.py official repository unverified MIT (permissive) · 9d31d2c4cd16bb2d · report
dense_upsample3d autonomousvision/voxgraf/training/networks_stylegan2_3d.py official repository unverified MIT (permissive) · 4085622951583da4 · report
denseconv3d autonomousvision/voxgraf/training/networks_stylegan2_3d.py official repository unverified MIT (permissive) · 2021a4f1692a03a9 · report
format_time autonomousvision/voxgraf/dnnlib/util.py official repository unverified MIT (permissive) · 053fc534bc6bb989 · report
format_time_brief autonomousvision/voxgraf/dnnlib/util.py official repository unverified MIT (permissive) · 77f4aa0649e7f404 · report
lerp autonomousvision/voxgraf/training/loss.py official repository unverified MIT (permissive) · 979632c2af742960 · report
parse_tuple autonomousvision/voxgraf/gen_images.py official repository unverified MIT (permissive) · 6a0f2095bdd516ab · report
sample_line autonomousvision/voxgraf/gen_video.py official repository unverified MIT (permissive) · 1cc7eac6b576629c · report
sample_oval autonomousvision/voxgraf/gen_video.py official repository unverified MIT (permissive) · b3cd891e5e082f92 · report

Tasks

3D-Aware Image SynthesisImage GenerationNeural RenderingNovel View Synthesis

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