Papers › Structured Generations: Using Hierarchical Clusters to guide Diffusion Models

Structured Generations: Using Hierarchical Clusters to guide Diffusion Models

8 Jul 2024arXiv:2407.06124archive 2025-07-28

Jorge da Silva Goncalves, Laura Manduchi, Moritz Vandenhirtz, Julia E. Vogt

This paper introduces Diffuse-TreeVAE, a deep generative model that integrates hierarchical clustering into the framework of Denoising Diffusion Probabilistic Models (DDPMs). The proposed approach generates new images by sampling from a root embedding of a learned latent tree VAE-based structure, it then propagates through hierarchical paths, and utilizes a second-stage DDPM to refine and generate distinct, high-quality images for each data cluster. The result is a model that not only improves image clarity but also ensures that the generated samples are representative of their respective clusters, addressing the limitations of previous VAE-based methods and advancing the state of clustering-based generative modeling.

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

Code

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

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

JoGo175/diffuse-treevae 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

20 samples harvested; 14 ran; 1 honoured the contract we drafted; 6 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
1ran · fixture could not drive it
10ran
6unverified

Licence: 20 of the 20 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 JoGo175/diffuse-treevae. “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.

Conv JoGo175/diffuse-treevae/models/model.py official repository ran fingerprinted no licence file found · pointer only · 4a9d8bf136c6c97e · report
DecoderSmallCnn JoGo175/diffuse-treevae/models/model.py official repository ran no licence file found · pointer only · 8dc78433f0456484 · report
Dense JoGo175/diffuse-treevae/models/model.py official repository ran fingerprinted no licence file found · pointer only · d45ce2ed0c59593e · report
EncoderSmallCnn JoGo175/diffuse-treevae/models/model.py official repository ran no licence file found · pointer only · 6d2f31b7f9840005 · report
Node JoGo175/diffuse-treevae/models/model.py official repository ran no licence file found · pointer only · 26b18e2db111e2c6 · report
ResnetBlock JoGo175/diffuse-treevae/models/model.py official repository ran no licence file found · pointer only · 24678d6dd7ae8494 · report
Resnet_Decoder JoGo175/diffuse-treevae/models/model.py official repository ran no licence file found · pointer only · 1f79d11ce7a3f212 · report
Resnet_Encoder JoGo175/diffuse-treevae/models/model.py official repository ran fingerprinted no licence file found · pointer only · da6cf6dd34d9fa0a · report
Router JoGo175/diffuse-treevae/models/model.py official repository ran no licence file found · pointer only · 7e7da12a102fed76 · report
actvn JoGo175/diffuse-treevae/models/model.py official repository ran · fixture could not drive it no licence file found · pointer only · 854367281a996fe3 · report
compute_posterior JoGo175/diffuse-treevae/models/model.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 1490267abbaf552e · report
construct_tree JoGo175/diffuse-treevae/models/model.py official repository ran · our draft was wrong no licence file found · pointer only · bf6daef40c218567 · report
contrastive_projection JoGo175/diffuse-treevae/models/model.py official repository ran no licence file found · pointer only · 544aef6cf65efdff · report
loss_reconstruction_mse JoGo175/diffuse-treevae/models/model.py official repository ran · our draft was wrong no licence file found · pointer only · cd0b27f7ba207cf2 · report
TreeVAE JoGo175/diffuse-treevae/models/model.py official repository unverified no licence file found · pointer only · 6703dc3c2781efa2 · report
calc_aug_loss JoGo175/diffuse-treevae/models/model.py official repository unverified no licence file found · pointer only · 38e51c52d65563d8 · report
get_decoder JoGo175/diffuse-treevae/models/model.py official repository unverified no licence file found · pointer only · 9b121c3624f0e249 · report
get_encoder JoGo175/diffuse-treevae/models/model.py official repository unverified no licence file found · pointer only · 2790832643c5bb1a · report
loss_reconstruction_binary JoGo175/diffuse-treevae/models/model.py official repository unverified no licence file found · pointer only · ca020cbffa9ce2d2 · report
return_list_tree JoGo175/diffuse-treevae/models/model.py official repository unverified no licence file found · pointer only · b942e816ea4942b4 · report

Tasks

ClusteringDenoising

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