Papers › Deep Generative Models through the Lens of the Manifold Hypothesis: A Survey and New...

Deep Generative Models through the Lens of the Manifold Hypothesis: A Survey and New Connections

3 Apr 2024arXiv:2404.02954archive 2025-07-28

Gabriel Loaiza-Ganem, Brendan Leigh Ross, Rasa Hosseinzadeh, Anthony L. Caterini, Jesse C. Cresswell

In recent years there has been increased interest in understanding the interplay between deep generative models (DGMs) and the manifold hypothesis. Research in this area focuses on understanding the reasons why commonly-used DGMs succeed or fail at learning distributions supported on unknown low-dimensional manifolds, as well as developing new models explicitly designed to account for manifold-supported data. This manifold lens provides both clarity as to why some DGMs (e.g. diffusion models and some generative adversarial networks) empirically surpass others (e.g. likelihood-based models such as variational autoencoders, normalizing flows, or energy-based models) at sample generation, and guidance for devising more performant DGMs. We carry out the first survey of DGMs viewed through this lens, making two novel contributions along the way. First, we formally establish that numerical instability of likelihoods in high ambient dimensions is unavoidable when modelling data with low intrinsic dimension. We then show that DGMs on learned representations of autoencoders can be interpreted as approximately minimizing Wasserstein distance: this result, which applies to latent diffusion models, helps justify their outstanding empirical results. The manifold lens provides a rich perspective from which to understand DGMs, and we aim to make this perspective more accessible and widespread.

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

Code

Syntology Ran 11 of 14 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: official repository: 14 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.

layer6ai-labs/dgm_manifold_survey officialmentioned in papermentioned on GitHubpytorch 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; 11 ran; 0 honoured the contract we drafted; 3 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.

11ran
3unverified

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 layer6ai-labs/dgm_manifold_survey. “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.

diagonal_gaussian_entropy layer6ai-labs/dgm_manifold_survey/two_step_zoo/distributions.py official repository ran fingerprinted no licence file found · pointer only · 1faaecb8fc2728aa · report
diagonal_gaussian_log_prob layer6ai-labs/dgm_manifold_survey/two_step_zoo/distributions.py official repository ran fingerprinted no licence file found · pointer only · cadfe41c1b06b4b5 · report
diagonal_gaussian_sample layer6ai-labs/dgm_manifold_survey/two_step_zoo/distributions.py official repository ran no licence file found · pointer only · 244a06fc14c746be · report
get_ae_config layer6ai-labs/dgm_manifold_survey/config/generalized_autoencoder.py official repository ran fingerprinted no licence file found · pointer only · 00dcb5b7f93da666 · report
get_arm_config layer6ai-labs/dgm_manifold_survey/config/density_estimator.py official repository ran no licence file found · pointer only · 98585cf6d5df0ba7 · report
get_avb_config layer6ai-labs/dgm_manifold_survey/config/density_estimator.py official repository ran no licence file found · pointer only · 12aecb1541f79f36 · report
get_avb_config layer6ai-labs/dgm_manifold_survey/config/generalized_autoencoder.py official repository ran fingerprinted no licence file found · pointer only · 3c3e7ed10fe04ce9 · report
get_base_config layer6ai-labs/dgm_manifold_survey/config/density_estimator.py official repository ran fingerprinted no licence file found · pointer only · 2152497199b3127d · report
get_base_config layer6ai-labs/dgm_manifold_survey/config/generalized_autoencoder.py official repository ran fingerprinted no licence file found · pointer only · 4daa8c69ffd77817 · report
get_shared_config layer6ai-labs/dgm_manifold_survey/config/shared_config.py official repository ran no licence file found · pointer only · 9748d473a27987d2 · report
load_configs_from_run_dir layer6ai-labs/dgm_manifold_survey/config/get_config.py official repository ran no licence file found · pointer only · 9775fdc8777d63da · report
get_configs layer6ai-labs/dgm_manifold_survey/config/get_config.py official repository unverified no licence file found · pointer only · 54d15c99cf2d1207 · report
get_single_config layer6ai-labs/dgm_manifold_survey/config/get_config.py official repository unverified no licence file found · pointer only · d2b6515dae734b5a · report
get_vae_module layer6ai-labs/dgm_manifold_survey/two_step_zoo/factory.py official repository unverified no licence file found · pointer only · 34f6bc96a60f211e · report

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