Pith. sign in

REVIEW 5 major objections 6 minor 1 cited by

HiWave: Training-Free High-Resolution Image Generation via Wavelet-Based Diffusion Sampling

T0 review · 5 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read HiWave claims that wavelet-domain frequency splitting lets a 1024x1024-trained diffusion model generate coherent, detailed 4096x4096 images without retraining or architecture changes.

desk verdict A solid, well-ablated method paper: the wavelet-domain CFG variant is genuinely new and the user study is convincing, but the quantitative metrics don't back the superiority claim and the code isn't out yet. read the letter →

arxiv 2506.20452 v1 pith:Z3ZZ5F5C submitted 2025-06-25 cs.CV cs.LG

classification cs.CVcs.LG
keywords diffusionmodelshigh-resolutionimagegenerationtraining-freediscretewavelettransformDDIMinversionpatch-basedsamplingtext-to-imagezero-shotupscaling
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

HiWave claims that a pretrained text-to-image diffusion model trained at 1024x1024 can be pushed to 4096x4096 and even 8192x8192 without retraining by separating low-frequency structure from high-frequency detail in the latent denoiser's output. The pipeline generates a normal base image, upscales it, encodes it, inverts each patch back to noise with DDIM, then samples while a wavelet-guidance rule keeps the conditional model's low-frequency subband intact and applies classifier-free guidance only to the three high-frequency subbands. On Stable Diffusion XL the method reports coherent global composition with much less object duplication than patch-based baselines, and a blind comparison favored it over Pixelsmith in 81.2% of 548 evaluations. If correct, this gives a cheap path from existing diffusion checkpoints to 4K and 8K output for film and advertising work.

What carries the argument

The central mechanism is a discrete wavelet transform (DWT) decomposition of the conditional and unconditional denoiser predictions, reassembled by a modified classifier-free guidance rule. The low-frequency subband is taken directly from the conditional prediction to preserve structure, while the horizontal, vertical, and diagonal high-frequency subbands are guided with strength $w_d = 7.5$; the inverse DWT reconstructs the final guided denoiser output. The method uses the sym4 wavelet. This frequency-split guidance is what stops patch-wise generation from duplicating objects, and the paper's ablations show that standard CFG or low-frequency-only guidance both reintroduce duplication.

What would settle it

Generate a 4096x4096 image with a different latent VAE or a newer diffusion checkpoint using the same HiWave pipeline; if the decoded output shows structural corruption, seams, or new artifacts in regions where the low-frequency band was swapped, the frequency-separation assumption fails. A more direct test is comparing the DWT of the final decoded HiWave image against the DWT of the base image's decoded latent: if the base structure is not preserved in the low band, or if high-frequency guidance injects unrealistic energy, the central mechanism is not doing the claimed work.

Watch

Extended reading notes

Core claim

The central claim is that latent-space frequency separation is enough to solve the resolution generalization problem: the low-frequency wavelet band of the denoiser's conditional prediction carries the base image's global layout, so pinning it prevents duplication and incoherence, while the high-frequency bands carry texture and can be safely amplified with a guidance strength of $w_d = 7.5$. Combined with patch-wise DDIM inversion to give each patch a coherent noise initialization and early skip residuals, this lets a 1024-trained SDXL produce artifact-free 4096x4096 images. The paper reports a user preference of 81.2% over Pixelsmith and shows the same recipe scaling to 8192x8192.

Load-bearing premise

The method assumes that in the VAE latent space, low-frequency wavelet coefficients of the denoiser output correspond to the final image's global structure and high-frequency coefficients to safe detail, so swapping the low band and guiding the high bands improves the decoded image rather than corrupting it.

Editorial extensions

If this is right

  • SDXL-class models can serve 4K and 8K pipelines without custom high-resolution training, cutting the compute cost for studio-scale output.
  • Progressive multistep upscaling (1024 to 2048 to 4096) becomes the recommended operating mode, since the paper's one-shot 4096 variant is visibly less detailed.
  • Because DDIM inversion anchors sampling to an input image, the pipeline can upscale natural photographs zero-shot, not just AI-generated base images.
  • The frequency-aware guidance recipe can be layered onto any latent diffusion checkpoint without architectural changes, as long as the latent VAE behaves consistently under the wavelet split.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The method's success hinges on VAE decoders behaving approximately linearly across wavelet bands in latent space; if a future VAE mixes frequency content nonlinearly, the hard low-frequency swap may need to be softened or learned.
  • Because the reported FID, CLIP, and HPS-v2 scores fail to detect the duplication artifacts HiWave removes, this work is an argument that 4K evaluation should measure full-resolution structural duplication rather than downsampled feature distances.
  • A testable extension is applying the same wavelet guidance to video diffusion or transformer-based image models, where patch duplication would show up as temporal flicker or repeated objects across frames.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper proposes HiWave, a training-free, zero-shot pipeline for generating ultra-high-resolution images (up to 4096x4096 and 8192x8192) from pretrained diffusion models without retraining or architectural changes. The method first generates a base image at the model's native resolution, upscales it in image space, and then applies a patch-wise DDIM inversion to obtain initial noise latents. During sampling, a wavelet-based detail enhancer (Section 4.3, Eqs. 6-10) replaces the low-frequency subband of the CFG output with the conditional prediction's low-frequency subband while extrapolating high-frequency subbands with a modified guidance strength. Skip residuals (Eq. 11) are mixed in during early denoising to preserve global structure. The method is evaluated on Stable Diffusion XL against Pixelsmith and HiDiffusion, with qualitative comparisons, a user study (81.2% preference over Pixelsmith across 548 ratings), ablations, and additional experiments including real-image upscaling and 8K generation.

Significance. If the results hold, HiWave is a practically useful contribution: it is simple, training-free, and claims to reduce duplication artifacts that plague patch-based high-resolution methods while preserving global structure. The human study is substantial (548 ratings, 81.2% preference) and the ablation suite (Figs. 11-13) demonstrates that each component contributes on SDXL. However, the paper's central claim of 'superior perceptual quality' rests largely on the user study because the quantitative metrics in Table 1 often favor Pixelsmith (e.g., FID 62.55 vs 64.73 at 4096). The method's core assumption that latent-space wavelet subbands correspond to decoded-image structure (Section 4.3) is not directly verified and is only tested on SDXL. These issues, together with an inconsistency in the skip-residual timing description, require attention before the claims can be fully accepted.

major comments (5)
  1. [Appendix A, Table 1] The quantitative results do not support the claim of 'comparable or superior performance' stated in the appendix. At 4096x4096, Pixelsmith achieves better FID (62.55 vs 64.73), lower KID (0.002373 vs 0.003241), higher IS (19.43 vs 18.77), and higher HPS-v2 (0.2598 vs 0.2585); at 2048x2048, Pixelsmith also wins on FID, KID, LPIPS, and HPS-v2. HiWave is better only on CLIP (slightly) and LPIPS at 4096. Since the paper argues these metrics are unreliable at high resolution, please either present Table 1 as purely informational without claiming superiority, or add a more careful analysis of which differences are meaningful and why the human study should override them.
  2. [Section 4.3, Eqs. (6)-(10)] The central design assumes that applying a discrete wavelet transform to the latent-space denoiser outputs separates perceptual structure from texture in the final decoded image. This assumption is not established. The VAE decoder is nonlinear and mixes frequencies, so the hard swap of D_L_c(z_t) in Eq. (6) may not preserve global structure, and the high-frequency guidance in Eqs. (7)-(9) could amplify artifacts. The ablations in Fig. 11 show the components matter on SDXL but do not verify the assumed frequency-structure correspondence. Please provide a direct test of this mapping (e.g., compare wavelet subbands of the decoded image with those of the latent prediction) or, at minimum, apply HiWave to a second latent diffusion model (e.g., SD 1.5/2.1) to demonstrate generality. If no such evidence can be provided, explicitly state this as a limitation.
  3. [Section 4.4, Eq. (11)] The description of the skip-residual timing is internally inconsistent. The text says skip residuals are 'only used during the initial denoising phase' and are applied 'up to time step 15 (out of 50)', but Eq. (11) applies them when t < τ, which for τ=15 corresponds to t = 1...14, i.e., the late stage of denoising if t decreases from 50 to 0. Furthermore, the weight c1 = ((1+cos((T-t)/T*π))/2)^α equals 1 at t=T and 0 at t=0, so early in sampling z_hat ≈ z_t, not a mix with the inverted latent. Please clarify the time indexing (whether steps are counted forward or backward) and align the equation with the prose, since this directly affects understanding of the method's mechanism.
  4. [Section 5.4] The user study reports 81.2% overall preference, but no statistical significance test or confidence intervals are given. With 548 evaluations across 32 pairs, some pairs are near chance (e.g., Q30 at 50/50 in Fig. 15), and the per-pair sample sizes are small (~17 per pair). Please report the number of participants, whether they were experts, and per-pair binomial tests or confidence intervals to show that the overall aggregate preference is statistically significant and that the result is not driven by a few outlier pairs.
  5. [Section 5.1 vs Appendix B, Table 2] There is a hardware inconsistency in the evaluation setup. Section 5.1 states that all experiments were conducted on a single RTX 4090 GPU with 24GB of VRAM, while Appendix B, Table 2 reports inference times on an RTX 3090 GPU and notes OOM on that GPU for FouriScale. Please clarify which GPU was used for the runtime measurements and whether the quantitative results and qualitative examples were also produced on the RTX 4090. This matters for reproducibility and for the OOM claims.
minor comments (6)
  1. [Figure 17 caption] The caption contains a typo: 'Furthe comparison' should be 'Further comparison'.
  2. [References] The reference 'Demofusion' (Du et al.) should be capitalized as 'DemoFusion' to match the in-text usage and the paper title.
  3. [Section 4.3] The sentence 'We argue that low-frequency components typically capture structural coherence...' is presented as a justification but is really an assumption. Consider hedging it as an empirical assumption and noting that it is tested only indirectly.
  4. [Eq. (11)] The formula for c1 is typeset ambiguously as '((1+cos( T−t/ T π))/2)^α'; it should be written as ((1+cos(((T−t)/T)*π))/2)^α to avoid confusion about which quantity is divided by T.
  5. [Table 1] The resolution labels '10242', '20482', and '40962' should be typeset as superscripts (1024², 2048², 4096²) for readability.
  6. [General] The paper describes the method as fully 'training-free', but several hyperparameters are hand-tuned (w_d = 7.5, τ, α, wavelet family, patch overlap). A short note on how these were selected and their sensitivity would improve reproducibility.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found: HiWave is an empirical sampling recipe evaluated against external baselines, and its central claims do not reduce to its inputs by construction.

full rationale

HiWave's derivation chain is a constructive sampling procedure, not a fitted prediction. The base image is generated by a pretrained SDXL model, upscaled in the image domain, encoded into latent space, and inverted with patch-wise DDIM inversion (Eq. 3). The DWT guidance in Eqs. 4-10 is a deterministic transformation of the conditional and unconditional denoiser outputs: the low-frequency subband is hard-swapped to the conditional prediction and the high-frequency subbands are extrapolated with a fixed guidance strength w_d=7.5. These equations are the method's definition, not quantities derived from the evaluation data. The paper's central claim of improved fidelity and coherence is supported by external evidence: a blind user study with 548 evaluations across 32 image pairs, where HiWave was preferred over Pixelsmith in 81.2% of comparisons, plus qualitative comparisons against Pixelsmith and HiDiffusion and component ablations in Figures 11-13. No parameter is fitted to the user-study outcomes and then renamed as a prediction. The self-citations to Sadat et al. (2024, 2025) appear only in the background discussion of classifier-free guidance side effects such as oversaturation and reduced diversity; they are not load-bearing for the HiWave mechanism. The premise that latent-space wavelet subbands correspond to perceptual structure and texture is an empirical assumption, and the paper validates it only on SDXL; if the VAE decoder mixes frequency bands nonlinearly, the method could fail or introduce artifacts. That is a correctness and generalization risk, not a circularity. No uniqueness theorem is imported from the authors, no ansatz is smuggled in via citation, and no known result is renamed. The derivation is therefore self-contained against external benchmarks, and the circularity burden is not met.

Assumptions & free parameters 6 free parameters · 4 assumptions · 0 invented entities

The central claim depends on several domain assumptions and hand-tuned hyperparameters rather than on a derivation. The method is a recipe for sampling with pretrained SDXL, and its success rests on the assumed alignment between wavelet subbands in the latent space and perceptual structure/texture in the decoded image.

free parameters (6)
  • detail guidance strength w_d = 7.5
    Section 4.5 sets w_d=7.5; controls how strongly high-frequency subbands are pushed toward the conditional prediction, yet no ablation over w_d is reported.
  • skip residual threshold tau = 15 (2048) and 30 (4096)
    Section 4.5: skip residuals only for early steps; choice is per resolution and no sensitivity analysis is shown.
  • cosine decay exponent alpha = not reported
    Eq. 11 defines c1=((1+cos(...))/2)^alpha but no value for alpha is given anywhere in the paper.
  • patch overlap = 50%
    Section 4.5: overlap chosen to smooth transitions; no ablation.
  • wavelet family = sym4
    Section 4.5: sym4 chosen for balance of spatial and frequency localization; no comparison with other wavelets.
  • progressive upscaling schedule = 1024 -> 2048 -> 4096
    Section 4.5: multistep schedule chosen; ablation shows multistep better than one-shot but no grid over intermediate resolutions.
assumptions (4)
  • domain assumption Low-frequency wavelet subbands of the denoiser output encode global structure, while high-frequency subbands encode fine detail.
    Invoked in Section 4.3 and Eqs. 6-9; the hard copy of D_L_c(z_t) from the conditional prediction only helps if this alignment holds in the VAE latent space.
  • domain assumption DDIM-inverted patch noise retains the spatial layout of the base image and is consistent across neighboring patches.
    Section 4.2 claims inversion provides controlled noise and consistent patch initialization; this is an empirical property of the inversion, not proven.
  • domain assumption Pretrained SDXL contains high-frequency priors sufficient to synthesize detail beyond its training resolution.
    Section 1 cites Du et al. 2024; the whole detail enhancer relies on the base model being able to propose plausible high-frequency content in patches.
  • domain assumption Upscaling in image space avoids VAE scaling artifacts that appear in latent-space upscaling.
    Section 4.1 argues this from VAE non-equivariance, citing EQ-VAE; this motivates the chosen pipeline but is not verified for SDXL's VAE here.

how reviews work

0 comments
Cite this review

Pith. "Pith review of HiWave: Training-Free High-Resolution Image Generation via Wavelet-Based Diffusion Sampling." pith.science (2026). https://pith.science/paper/Z3ZZ5F5C

@misc{pith2026250620452,
  author       = {Pith},
  title        = {Pith review of: HiWave: Training-Free High-Resolution Image Generation via Wavelet-Based Diffusion Sampling},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/Z3ZZ5F5C}},
  note         = {Machine review of arXiv:2506.20452}
}
read the original abstract

Diffusion models have emerged as the leading approach for image synthesis, demonstrating exceptional photorealism and diversity. However, training diffusion models at high resolutions remains computationally prohibitive, and existing zero-shot generation techniques for synthesizing images beyond training resolutions often produce artifacts, including object duplication and spatial incoherence. In this paper, we introduce HiWave, a training-free, zero-shot approach that substantially enhances visual fidelity and structural coherence in ultra-high-resolution image synthesis using pretrained diffusion models. Our method employs a two-stage pipeline: generating a base image from the pretrained model followed by a patch-wise DDIM inversion step and a novel wavelet-based detail enhancer module. Specifically, we first utilize inversion methods to derive initial noise vectors that preserve global coherence from the base image. Subsequently, during sampling, our wavelet-domain detail enhancer retains low-frequency components from the base image to ensure structural consistency, while selectively guiding high-frequency components to enrich fine details and textures. Extensive evaluations using Stable Diffusion XL demonstrate that HiWave effectively mitigates common visual artifacts seen in prior methods, achieving superior perceptual quality. A user study confirmed HiWave's performance, where it was preferred over the state-of-the-art alternative in more than 80% of comparisons, highlighting its effectiveness for high-quality, ultra-high-resolution image synthesis without requiring retraining or architectural modifications.

Figures

Figures reproduced from arXiv: 2506.20452 by the authors.

Figure 1
Figure 1. We propose HiWave, a novel training-free approach for high-resolution image generation using pretrained diffusion models. While standard Stable [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Qualitative comparison of high-resolution image generation meth [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. Overview of HiWave, our training-free high-resolution image generation pipeline. We first generate a base image using a pretrained model through [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (13 more)
Figure 4
Figure 4. Figure 4: Comparison of upscaling in image space vs latent space. Interpola [PITH_FULL_IMAGE:figures/full_fig_p004_4.png]
Figure 5
Figure 5. Figure 5: Comparison between our HiWave method at 4096 [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: User preference comparison between HiWave and Pixelsmith. Hi [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 7
Figure 7. Figure 7: Qualitative comparison of high-resolution (4096 [PITH_FULL_IMAGE:figures/full_fig_p010_7.png]
Figure 8
Figure 8. Figure 8: Examples of high-resolution (4096×4096) images generated by our method, illustrating a variety of subjects across diverse visual motifs [PITH_FULL_IMAGE:figures/full_fig_p011_8.png]
Figure 9
Figure 9. Figure 9: Failure example of current metrics in evaluating high-resolution [PITH_FULL_IMAGE:figures/full_fig_p012_9.png]
Figure 11
Figure 11. Figure 11: Comparison of different configurations for our DWT-based fre [PITH_FULL_IMAGE:figures/full_fig_p014_11.png]
Figure 10
Figure 10. Figure 10: Comparison between SDXL base generations and HiWave gener [PITH_FULL_IMAGE:figures/full_fig_p014_10.png]
Figure 13
Figure 13. Figure 13: Comparison between single-step 4096×4096 generation (left) and progressive multistep upscaling (right). The multistep approach generates the image at 1024, then progressively upscales it to 2048 and 4096. This progressive generation process results in sharper details …
Figure 14
Figure 14. Figure 14: Upscaling natural 1024×1024 photographs to 2048×2048 resolution using HiWave. Each row shows one input image (left) and the corresponding HiWave result (right), along with zoomed-in crops from two marked regions (in red and green). The close-up views represent 8× magn…
Figure 15
Figure 15. Figure 15: Human preference (%) across 32 image pairs comparing HiWave and Pixelsmith. Blue bars indicate the proportion of votes favoring HiWave, while [PITH_FULL_IMAGE:figures/full_fig_p016_15.png]
Figure 16
Figure 16. Figure 16: 8K generation results using HiWave. The model continues to produce plausible images with fine details and coherent structure at this ultra-high [PITH_FULL_IMAGE:figures/full_fig_p017_16.png]
Figure 17
Figure 17. Figure 17: Furthe comparison of HiWave with Pixelsmith across diverse 4096 [PITH_FULL_IMAGE:figures/full_fig_p018_17.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Phase-Aligned RoPE for Mixed-Resolution Diffusion Transformer

    cs.CV 2025-11 conditional novelty 6.0 of 10

    Expressing all RoPE positions on the query's grid ('one attention, one scale') plus a small boundary content-exchange step restores mixed-resolution diffusion generation that naive position interpolation destroys.

Reference graph

Works this paper leans on

3 extracted references · 2 linked inside Pith · cited by 1 Pith paper

  1. [2016]

    InProceedings of the IEEE conference on computer vision and pattern recognition

    Rethinking the inception architecture for computer vision. InProceedings of the IEEE conference on computer vision and pattern recognition. 2818–2826. Guy Tevet, Sigal Raab, Brian Gordon, Yonatan Shafir, Daniel Cohen-Or, and Amit Haim Bermano. 2023. Human Motion Diffusion Model. (2023). https://openreview.net/ pdf?id=SJ1kSyO2jwu Athanasios Tragakis, Marco...

  2. [2022]

    InIEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR 2022, New Orleans, LA, USA, June 18-24, 2022

    High-Resolution Image Synthesis with Latent Diffusion Models. InIEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR 2022, New Orleans, LA, USA, June 18-24, 2022. IEEE, 10674–10685. doi:10.1109/CVPR52688.2022.01042 Seyedmorteza Sadat, Jakob Buhmann, Derek Bradley, Otmar Hilliges, and Romann M. Weber. 2024. CADS: Unleashing the Diversity of...

  3. [2024]

    In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition

    Demofusion: Democratising high-resolution image generation with no. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 6159–6168. Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas Müller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al . 2024. Scal- ing rectified flow transfo...

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.