3D Wavelet Diffusion Models
- 3D Wavelet Diffusion Models are a class of generative and restoration systems that use 3D discrete wavelet transforms to capture frequency-separated volumetric features for improved efficiency and coherence.
- They typically employ either direct diffusion on 3D wavelet coefficients or a coarse-to-fine strategy with separate detail prediction, ensuring high-resolution shape generation and medical image synthesis.
- Empirical results demonstrate that WDM3D techniques reduce computational memory footprints while achieving superior fidelity metrics (e.g., FID, SSIM, PSNR) across diverse applications.
Searching arXiv for recent and foundational papers on 3D wavelet diffusion models to ground the article in current literature. 3D Wavelet Diffusion Model (WDM3D) denotes a family of diffusion-based generative and restoration models that integrate 3D wavelet representations into the modeling of volumetric data. Across the literature, the term encompasses at least two closely related constructions: direct diffusion on 3D wavelet coefficients, and controlled volumetric diffusion whose reverse dynamics are guided by 3D wavelet priors. In both forms, the central idea is to exploit the frequency-separated, invertible, and spatially compact structure of a 3D Discrete Wavelet Transform (DWT) in order to improve memory efficiency, multi-scale fidelity, and volumetric coherence for tasks such as 3D shape generation, medical image synthesis, denoising, inpainting, and outpainting (Friedrich et al., 2024, Hui et al., 2022, Jing et al., 11 Jan 2026).
1. Concept and nomenclature
The expression WDM3D is not attached to a single canonical architecture. In some works it is the formal method name, as in “WDM: 3D Wavelet Diffusion Models for High-Resolution Medical Image Synthesis,” where diffusion is performed directly in wavelet space on full 3D medical volumes (Friedrich et al., 2024). In other works it is an accurate descriptive label rather than the authors’ official acronym. “Neural Wavelet-domain Diffusion for 3D Shape Generation” presents a diffusion generator on wavelet-domain implicit 3D representations and is explicitly characterized as aligning with the notion of a 3D Wavelet Diffusion Model (Hu et al., 2023). “UDiFF” likewise does not use the term WDM3D, but it is described as precisely instantiating a 3D wavelet diffusion model for unsigned distance fields (Zhou et al., 2024).
The term also has important boundaries. “3D Wavelet Latent Diffusion Model” performs diffusion in a learned latent space and uses wavelets inside the encoder–decoder through a Wavelet Residual Module; it is therefore closely related in spirit but not equivalent to wavelet-domain diffusion conducted directly over 3D coefficients (Zheng et al., 14 Jul 2025). Similarly, “WaveletGaussian” applies 2D wavelet-domain diffusion to per-view renders inside a 3D Gaussian Splatting pipeline rather than diffusing over a 3D wavelet field (Nguyen et al., 23 Sep 2025). “3D-WMoCo” uses slice-wise 2D Haar DWT and fused orthogonal 2D score priors for 3D MRI motion correction; it is described as a practical 3D wavelet diffusion framework, but its wavelet updates are pseudo-3D rather than a full volumetric 3D DWT formulation (Zhang et al., 4 Nov 2025).
A persistent source of confusion is therefore the distinction between wavelet-domain diffusion, wavelet-conditioned diffusion, and wavelet-enhanced latent diffusion. The literature treats all three as wavelet-informed volumetric generative modeling, but only the first category strictly performs the Markov noising and denoising process on 3D wavelet coefficients.
2. Mathematical formulation and wavelet representations
The defining transform in WDM3D is a separable 3D DWT. For a 3D volume , single-level separable analysis with low-pass and high-pass filters along each axis yields eight subbands,
corresponding to . In wavelet-domain medical synthesis, these subbands are stacked as channels, giving a tensor in , and exact reconstruction is obtained by the inverse DWT (Friedrich et al., 2024). Single-level decompositions are common because they halve each spatial dimension while preserving exact invertibility and keeping the denoiser aligned with standard UNet resolutions (Friedrich et al., 2024, Jing et al., 11 Jan 2026).
Direct WDM3D usually defines diffusion in wavelet space. If denotes the wavelet coefficients of a real volume, a standard forward process is
with closed form
Within this general template, parameterization differs by task. The medical-image WDM of Friedrich et al. uses -prediction in wavelet space and reports that -prediction produced checkerboard artifacts, whereas the earlier 3D shape models and PET denoising framework adopt the standard noise-prediction objective (Friedrich et al., 2024, Hui et al., 2022, Jing et al., 11 Jan 2026). cWDM also uses -prediction on 3D wavelet coefficients for conditional cross-modality MR synthesis (Friedrich et al., 2024). POWDR formulates pathology-preserving outpainting with an 0-prediction loss computed over the eight wavelet subbands (Tan et al., 14 Jan 2026).
A second major formulation factorizes frequency content into coarse and detail components. In the 3D shape lineage, a compact pair of coefficient volumes is used: a coarse coefficient volume 1 is synthesized by diffusion, and a deterministic predictor produces the corresponding detail volume 2, after which inverse wavelet synthesis reconstructs the truncated signed distance field (Hui et al., 2022). UDiFF generalizes this principle to unsigned distance fields, learning a biorthogonal 3D wavelet transform and performing diffusion only on coarse coefficient volumes while regressing fine coefficient volumes with a separate 3D U-Net (Zhou et al., 2024).
A third formulation injects wavelets as explicit priors rather than diffusing over all subbands. WCC-Net computes a single-level separable 3D DWT of the low-dose PET input, emphasizes low-frequency bands such as 3, embeds them with a lightweight 3D transposed convolution, and injects them into a frozen pretrained 3D DDPM through zero-initialized 4 convolutions at encoder skip connections (Jing et al., 11 Jan 2026). This suggests a broader operational definition of WDM3D: volumetric diffusion whose reverse process is explicitly structured by 3D wavelet priors.
3. Architectural patterns
Three architectural patterns recur across WDM3D systems.
The first is joint subband denoising. Here the eight subbands are stacked as channels and processed by a 3D UNet at half spatial resolution. This is the design used in high-resolution medical image synthesis and in conditional cross-modality synthesis, where the denoiser directly predicts either clean coefficients or the diffusion target for all subbands jointly (Friedrich et al., 2024, Friedrich et al., 2024). POWDR follows the same pattern for conditioned outpainting: the network input concatenates eight noised target channels with eight conditioning channels derived from the masked real pathology, and the inverse DWT reconstructs the final MRI volume (Tan et al., 14 Jan 2026).
The second is coarse-to-fine generation. The 2022 and 2023 implicit-shape models use a diffusion-based generator for coarse coefficients and a separate detail predictor for fine structure, both implemented with modified 3D UNets. This decomposition reflects the observation that coarse wavelet coefficients capture global geometry and topology, whereas the detail volume restores fine structures and clean surfaces (Hui et al., 2022, Hu et al., 2023). UDiFF preserves the same division but replaces fixed filters with learnable decomposition and inversion filters, yielding an “optimal wavelet transformation” for UDFs and reconstructing the field through the learned inverse transform (Zhou et al., 2024).
The third is wavelet-conditioned control. WCC-Net freezes a pretrained 3D diffusion backbone and trains only a lightweight control branch that processes selected wavelet priors, by default the low-frequency 5 subband. The control features are injected additively into frozen skip features through zero-initialized convolutions so that the network begins as the original pretrained DDPM and gradually learns conditioning without destabilizing the generative prior (Jing et al., 11 Jan 2026). This design is closely related to ControlNet, but the control signal is a 3D wavelet prior rather than an edge map or segmentation mask.
Related systems expand the design space further. 3D-WLDM uses wavelet-enhanced encoding and decoding, structure–modality disentanglement, and Dual Skip Connection Attention, but the diffusion itself is latent-space diffusion rather than wavelet-space diffusion (Zheng et al., 14 Jul 2025). 3D-WMoCo combines a mean-reverting SDE, slice-wise wavelet diffusion, fused orthogonal 2D score priors, and WTConv blocks, showing that wavelet acceleration can also be embedded into pseudo-3D score-based restoration (Zhang et al., 4 Nov 2025).
4. Application domains
WDM3D has developed across several application domains, with notably different representations and evaluation protocols.
| Domain | Representative formulation | Example paper |
|---|---|---|
| 3D shape generation | Diffusion on coarse wavelet coefficients plus detail prediction for TSDF/UDF reconstruction | (Hui et al., 2022, Zhou et al., 2024) |
| High-resolution medical synthesis | Direct diffusion on 3D wavelet coefficients of volumetric MRI or CT | (Friedrich et al., 2024, Friedrich et al., 2024) |
| Medical restoration | Wavelet-conditioned or wavelet-domain denoising, inpainting, and outpainting | (Jing et al., 11 Jan 2026, Durrer et al., 17 Jul 2025, Tan et al., 14 Jan 2026) |
| Hybrid spatio-temporal generation | 3D wavelet volume encoding fused with other latent factors before diffusion | (Kim et al., 2024) |
In 3D shape modeling, wavelet-domain diffusion first appeared in implicit representations built from truncated signed distance functions sampled on a 6 grid, with diffusion applied to coarse wavelet coefficients and Marching Cubes used after inverse reconstruction (Hui et al., 2022). UDiFF extended this line to unsigned distance fields for open-surface generation, emphasizing that UDFs avoid the inside–outside ambiguity that constrains signed-distance and occupancy models on non-watertight geometries (Zhou et al., 2024).
In volumetric medical synthesis, WDM established wavelet-space diffusion as a practical alternative to patch-wise, slice-wise, cascaded, or latent-autoencoder approaches. It synthesizes full 3D medical images at 7 and 8 resolution, while cWDM adapts the same principle to paired cross-modality MR synthesis by concatenating the DWTs of three conditioning modalities with the noisy target coefficients (Friedrich et al., 2024, Friedrich et al., 2024). fastWDM3D specializes the formulation to healthy tissue inpainting, using the wavelet coefficients of the voided image, the mask, and the noisy target as a 24-channel input (Durrer et al., 17 Jul 2025).
In restoration and enhancement, WDM3D has become a mechanism for imposing structure while preserving volumetric continuity. WCC-Net uses low-frequency 3D wavelet priors to guide low-dose PET denoising; POWDR uses wavelet-domain conditioning to preserve real pathology while synthesizing surrounding anatomy in 3D MRI; both are explicitly motivated by the need to retain clinically relevant structures while controlling the generative process (Jing et al., 11 Jan 2026, Tan et al., 14 Jan 2026). A plausible implication is that wavelet-domain conditioning is especially attractive in medical settings where geometric fidelity is more important than unconstrained sample diversity.
The broader influence of WDM3D is also visible in hybrid video modeling. HVDM introduces a hybrid autoencoder in which a 3D wavelet volume latent encodes low-pass and high-pass spatio-temporal subbands, these features are fused with 2D triplane context by cross-attention, and diffusion is then performed on the fused hybrid latent (Kim et al., 2024). Although this is not a pure WDM3D in the strict sense, it demonstrates the portability of 3D wavelet representations beyond static volumes.
5. Empirical characteristics and reported performance
A central empirical claim of WDM3D is that wavelet-space operation makes high-resolution 3D diffusion tractable without abandoning full-volume modeling. In the original medical-image WDM, unconditional generation on BraTS at 9 achieved 0, 1, and inference memory of 2 GB; at 3, WDM reported 4, 5, and 6 GB, and was described as the only diffusion-based method the authors could train on a single 7 GB GPU at that resolution (Friedrich et al., 2024).
Conditional full-volume synthesis exhibits the same scaling advantage. cWDM processes entire 8 MR volumes on a single A100 40GB GPU and reports, on validation data, 9, 0, and 1 for missing T1, with a “Random” missing-modality setting of 2, 3, and 4 (Friedrich et al., 2024). fastWDM3D pushes efficiency further: on the BraTS inpainting test set it reports 5, 6, and 7 using only two time steps, with a runtime of 8 s per image and a speedup stated as up to 9 relative to other DDPM-based healthy tissue inpainting systems (Durrer et al., 17 Jul 2025).
In controlled denoising, WCC-Net reports consistent gains over CNN-, GAN-, and diffusion-based baselines. On the internal 0-dose PET test set it achieves 1 dB PSNR, 2 SSIM, GMSD 3, and NMAE 4, improving over a strong 3D DDPM baseline by 5 dB PSNR and 6 SSIM while reducing GMSD by 7 and NMAE by 8 (Jing et al., 11 Jan 2026). In pathology-preserving outpainting, POWDR reports synthetic-versus-real FID of 9, inside-lesion MS-SSIM of 0, inside-lesion LPIPS of 1, and a tumor-segmentation Dice increase from 2 to 3 when adding 4 synthetic cases (Tan et al., 14 Jan 2026).
Shape-generation results show that the wavelet-domain design is not restricted to medical imaging. The 2022 wavelet-domain diffusion model reports, for ShapeNet chairs, COV-CD 5, COV-EMD 6, MMD-CD 7, MMD-EMD 8, 1-NNA-CD 9, and 1-NNA-EMD 0, while UDiFF reports on DeepFashion3D COV 1 (CD), 2 (EMD), MMD 3 (CD4), 5 (EMD6), and 1-NNA 7 (CD), 8 (EMD) (Hui et al., 2022, Zhou et al., 2024).
These results do not imply a uniform performance advantage for every waveletized diffusion design. They do, however, consistently support two narrower claims that recur across the literature: wavelet-space diffusion reduces the dominant 3D spatial footprint, and frequency-separated conditioning often improves structural fidelity.
6. Limitations, distinctions, and open directions
The literature identifies wavelet choice and decomposition depth as recurrent sensitivities. The medical-image WDM uses single-level orthonormal Haar wavelets and notes that different families such as Daubechies or biorthogonal filters may alter the frequency partition and affect synthesis quality (Friedrich et al., 2024). UDiFF responds by learning biorthogonal analysis and synthesis filters, arguing that fixed manually chosen wavelets incur larger information loss near the zero-level set of UDFs (Zhou et al., 2024). WCC-Net likewise identifies dependence on the chosen wavelet family and level as a limitation, since a fixed single-level Haar decomposition may not capture multi-scale nuances of certain anatomies (Jing et al., 11 Jan 2026).
Another limitation concerns the treatment of fine structure. The TSDF and UDF models explicitly note that extremely fine structures, very thin shells, or small high-frequency artifacts remain challenging when diffusion is restricted to coarse coefficients and details are predicted separately (Hui et al., 2022, Zhou et al., 2024). In pathology-preserving outpainting, conditioning can collapse diversity outside the preserved region unless random connected masks are introduced during training; without this strategy, repeated samples for the same lesion become nearly identical outside the mask (Tan et al., 14 Jan 2026).
A further conceptual limitation is terminological. Wavelet-informed 3D diffusion systems are often grouped together under the label WDM3D, but the underlying diffusion space may be fundamentally different. 3D-WLDM is latent diffusion with wavelet-enhanced encoding and decoding rather than diffusion over wavelet coefficients (Zheng et al., 14 Jul 2025). 3D-WMoCo accelerates 3D restoration by slice-wise 2D Haar DWT and pseudo-3D score fusion, not by a volumetric 3D DWT denoiser (Zhang et al., 4 Nov 2025). WaveletGaussian is a per-view 2D wavelet repair model embedded in a 3D reconstruction loop, not a fully volumetric WDM3D (Nguyen et al., 23 Sep 2025). For that reason, the term is best understood as a family resemblance category rather than a single architectural standard.
Open directions in the literature are correspondingly diverse. They include learned or adaptive wavelet bases, multi-level or joint multi-scale denoising, direct diffusion on selected detail bands, acceleration beyond iterative DDPM sampling, and stronger conditioning mechanisms for structure preservation, modality disentanglement, or controllable editing (Zhou et al., 2024, Jing et al., 11 Jan 2026, Durrer et al., 17 Jul 2025). This suggests that the most durable contribution of WDM3D is not a fixed recipe, but a design principle: volumetric diffusion can be made more tractable and more structurally precise by moving either the representation, the conditioning signal, or both into a 3D wavelet basis.