Papers › GSGAN: Adversarial Learning for Hierarchical Generation of 3D Gaussian Splats

GSGAN: Adversarial Learning for Hierarchical Generation of 3D Gaussian Splats

5 Jun 2024arXiv:2406.02968archive 2025-07-28

Sangeek Hyun, Jae-Pil Heo

Most advances in 3D Generative Adversarial Networks (3D GANs) largely depend on ray casting-based volume rendering, which incurs demanding rendering costs. One promising alternative is rasterization-based 3D Gaussian Splatting (3D-GS), providing a much faster rendering speed and explicit 3D representation. In this paper, we exploit Gaussian as a 3D representation for 3D GANs by leveraging its efficient and explicit characteristics. However, in an adversarial framework, we observe that a na\"ive generator architecture suffers from training instability and lacks the capability to adjust the scale of Gaussians. This leads to model divergence and visual artifacts due to the absence of proper guidance for initialized positions of Gaussians and densification to manage their scales adaptively. To address these issues, we introduce a generator architecture with a hierarchical multi-scale Gaussian representation that effectively regularizes the position and scale of generated Gaussians. Specifically, we design a hierarchy of Gaussians where finer-level Gaussians are parameterized by their coarser-level counterparts; the position of finer-level Gaussians would be located near their coarser-level counterparts, and the scale would monotonically decrease as the level becomes finer, modeling both coarse and fine details of the 3D scene. Experimental results demonstrate that ours achieves a significantly faster rendering speed (x100) compared to state-of-the-art 3D consistent GANs with comparable 3D generation capability. Project page: https://hse1032.github.io/gsgan.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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.02968")

Code

Syntology Ran 11 of 16 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · honoured contract; 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 11 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

16 samples harvested; 11 ran; 2 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · honoured contract
4ran · our draft was wrong
1ran · fixture could not drive it
4ran
5unverified

Licence: 16 of the 16 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 hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model. “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.

FOV_to_intrinsics hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/camera_utils.py official repository ran no licence file found · pointer only · eef98780cbfa6ee7 · report
build_rotation hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/training/gaussian3d_splatting/gaussian_model.py official repository ran · our draft was wrong no licence file found · pointer only · 470f3cd8086ba7a2 · report
create_samples hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/gen_videos_gsparams.py official repository ran · our draft was wrong no licence file found · pointer only · eae3d419e3bac1bb · report
file_ext hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/dataset_tool.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · a2b45afa097b55b6 · report
layout_grid hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/gen_videos_gsparams.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 456c172851946697 · report
maybe_min hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/dataset_tool.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · dd1dc700e87f36cc · report
parse_comma_separated_list hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/calc_metrics.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · d01b68a634f71551 · report
parse_range hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/gen_videos_gsparams.py official repository ran · honoured contract no licence file found · pointer only · 0cb0302229a63afb · report
parse_range hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/run_projector.py official repository ran no licence file found · pointer only · 8472aff56a2005d0 · report
parse_tuple hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/dataset_tool.py official repository ran no licence file found · pointer only · 1116ca96f6d276ff · report
parse_tuple hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/run_projector.py official repository ran no licence file found · pointer only · 4f8f5943cf11cbc3 · report
ask_yes_no hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/dnnlib/util.py official repository unverified no licence file found · pointer only · 9d31d2c4cd16bb2d · report
compute_is hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/metrics/inception_score.py official repository unverified no licence file found · pointer only · fc49fa553c005268 · report
format_time hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/dnnlib/util.py official repository unverified no licence file found · pointer only · 053fc534bc6bb989 · report
format_time_brief hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/dnnlib/util.py official repository unverified no licence file found · pointer only · 77f4aa0649e7f404 · report
project_batched_3d_to_2d hse1032/Adversarial-Generation-of-Hierarchical-Gaussians-for-3D-Generative-Model/custom_utils.py official repository unverified no licence file found · pointer only · b39719cedd4b6bff · report

Tasks

3D Generation3D-Aware Image SynthesisNeural Rendering

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

SPEED

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