Papers › Generalization in diffusion models arises from geometry-adaptive harmonic representations

Generalization in diffusion models arises from geometry-adaptive harmonic representations

4 Oct 2023arXiv:2310.02557archive 2025-07-28

Zahra Kadkhodaie, Florentin Guth, Eero P. Simoncelli, Stéphane Mallat

Deep neural networks (DNNs) trained for image denoising are able to generate high-quality samples with score-based reverse diffusion algorithms. These impressive capabilities seem to imply an escape from the curse of dimensionality, but recent reports of memorization of the training set raise the question of whether these networks are learning the "true" continuous density of the data. Here, we show that two DNNs trained on non-overlapping subsets of a dataset learn nearly the same score function, and thus the same density, when the number of training images is large enough. In this regime of strong generalization, diffusion-generated images are distinct from the training set, and are of high visual quality, suggesting that the inductive biases of the DNNs are well-aligned with the data density. We analyze the learned denoising functions and show that the inductive biases give rise to a shrinkage operation in a basis adapted to the underlying image. Examination of these bases reveals oscillating harmonic structures along contours and in homogeneous regions. We demonstrate that trained denoisers are inductively biased towards these geometry-adaptive harmonic bases since they arise not only when the network is trained on photographic images, but also when it is trained on image classes supported on low-dimensional manifolds for which the harmonic basis is suboptimal. Finally, we show that when trained on regular image classes for which the optimal basis is known to be geometry-adaptive and harmonic, the denoising performance of the networks is near-optimal.

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

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: 11 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.

labforcomputationalvision/memorization_generalization_in_diffusion_models officialmentioned in papermentioned on GitHubpytorchMIT 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

16 samples harvested; 11 ran; 0 honoured the contract we drafted; 5 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
5unverified

Licence: 0 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 LabForComputationalVision/memorization_generalization_in_diffusion_models. “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.

MSE LabForComputationalVision/memorization_generalization_in_diffusion_models/code/quality_metrics_func.py official repository ran fingerprinted MIT (permissive) · eb15c404ffac080f · report
batch_psnr_numpy LabForComputationalVision/memorization_generalization_in_diffusion_models/code/quality_metrics_func.py official repository ran MIT (permissive) · 1aa782be31b7fc00 · report
calc_jacobian LabForComputationalVision/memorization_generalization_in_diffusion_models/code/linear_approx.py official repository ran MIT (permissive) · d0324c885182c509 · report
calc_jacobian_rows LabForComputationalVision/memorization_generalization_in_diffusion_models/code/linear_approx.py official repository ran MIT (permissive) · 98dacb3ad56237ba · report
load_mnist LabForComputationalVision/memorization_generalization_in_diffusion_models/code/dataloader_func.py official repository ran MIT (permissive) · 6ad8ccbe18be47c9 · report
load_set14 LabForComputationalVision/memorization_generalization_in_diffusion_models/code/dataloader_func.py official repository ran MIT (permissive) · 31ac25abb6e95520 · report
make_fft_filter_1d LabForComputationalVision/memorization_generalization_in_diffusion_models/code/synthetic_data_generators.py official repository ran fingerprinted MIT (permissive) · 6eb2528b9343169a · report
make_fft_filter_2d LabForComputationalVision/memorization_generalization_in_diffusion_models/code/synthetic_data_generators.py official repository ran fingerprinted MIT (permissive) · faa53db8ba9db059 · report
make_fft_filter_2d_seprable LabForComputationalVision/memorization_generalization_in_diffusion_models/code/synthetic_data_generators.py official repository ran fingerprinted MIT (permissive) · 56aaa6b239a0ae60 · report
sig_to_psnr LabForComputationalVision/memorization_generalization_in_diffusion_models/code/quality_metrics_func.py official repository ran fingerprinted MIT (permissive) · 7ff802a286a451e5 · report
single_image_loader LabForComputationalVision/memorization_generalization_in_diffusion_models/code/dataloader_func.py official repository ran MIT (permissive) · bf7b787bf71b1055 · report
calc_jacobian_row_MS LabForComputationalVision/memorization_generalization_in_diffusion_models/code/linear_approx.py official repository unverified MIT (permissive) · 53ef977c62a678b6 · report
init_BF_CNN_RF LabForComputationalVision/memorization_generalization_in_diffusion_models/code/model_loader_func.py official repository unverified MIT (permissive) · 561901e6303b8afc · report
init_UNet LabForComputationalVision/memorization_generalization_in_diffusion_models/code/model_loader_func.py official repository unverified MIT (permissive) · 0a2d1378af0b3c3c · report
initialize_network LabForComputationalVision/memorization_generalization_in_diffusion_models/code/model_loader_func.py official repository unverified MIT (permissive) · 706dea6429c294c3 · report
univ_inv_sol LabForComputationalVision/memorization_generalization_in_diffusion_models/code/algorithm_inv_prob.py official repository unverified MIT (permissive) · 4835e614b7b50339 · report

Tasks

DenoisingImage DenoisingMemorization

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