Papers › High Frequency Matters: Uncertainty Guided Image Compression with Wavelet Diffusion

High Frequency Matters: Uncertainty Guided Image Compression with Wavelet Diffusion

17 Jul 2024arXiv:2407.12538archive 2025-07-28

Juan Song, Jiaxiang He, Lijie Yang, Mingtao Feng, Keyan Wang

Diffusion probabilistic models have recently achieved remarkable success in generating high-quality images. However, balancing high perceptual quality and low distortion remains challenging in image compression applications. To address this issue, we propose an efficient Uncertainty-Guided image compression approach with wavelet Diffusion (UGDiff). Our approach focuses on high frequency compression via the wavelet transform, since high frequency components are crucial for reconstructing image details. We introduce a wavelet conditional diffusion model for high frequency prediction, followed by a residual codec that compresses and transmits prediction residuals to the decoder. This diffusion prediction-then-residual compression paradigm effectively addresses the low fidelity issue common in direct reconstructions by existing diffusion models. Considering the uncertainty from the random sampling of the diffusion model, we further design an uncertainty-weighted rate-distortion (R-D) loss tailored for residual compression, providing a more rational trade-off between rate and distortion. Comprehensive experiments on two benchmark datasets validate the effectiveness of UGDiff, surpassing state-of-the-art image compression methods in R-D performance, perceptual quality, subjective quality, and inference time. Our code is available at: https://github.com/hejiaxiang1/Wavelet-Diffusion/tree/main

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.12538")

Code

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

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

hejiaxiang1/wavelet-diffusion officialmentioned in paperpytorch 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; 12 ran; 1 honoured the contract we drafted; 2 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
1ran · our draft was wrong
10ran
2unverified

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 hejiaxiang1/wavelet-diffusion. “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.

conv3x3 hejiaxiang1/wavelet-diffusion/residualencoder/models/Resnet.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
conv3x3 hejiaxiang1/wavelet-diffusion/residualencoder/layers/layers.py official repository ran no licence file found · pointer only · 0cbeed6985b2cf30 · report
linear_beta_schedule hejiaxiang1/wavelet-diffusion/diffusion/ddpm.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 482723f534770483 · report
norm_layer hejiaxiang1/wavelet-diffusion/diffusion/ddpm.py official repository ran no licence file found · pointer only · cc5995af43962fc0 · report
resnet18 hejiaxiang1/wavelet-diffusion/residualencoder/models/Resnet.py official repository ran no licence file found · pointer only · 03ffc8116ef3c1d1 · report
resnet34 hejiaxiang1/wavelet-diffusion/residualencoder/models/Resnet.py official repository ran no licence file found · pointer only · 5a18cc40a9cb3b21 · report
subpel_conv3x3 hejiaxiang1/wavelet-diffusion/residualencoder/layers/layers.py official repository ran no licence file found · pointer only · 8bc3a872b71e34f4 · report
test_epoch hejiaxiang1/wavelet-diffusion/train_wavelet.py official repository ran no licence file found · pointer only · 53735985be6626f7 · report
timestep_embedding hejiaxiang1/wavelet-diffusion/diffusion/ddpm.py official repository ran fingerprinted no licence file found · pointer only · 77771dc32db529a3 · report
wavelet_decomposition_12terms hejiaxiang1/wavelet-diffusion/utils.py official repository ran no licence file found · pointer only · 11f39fd2c92c99c8 · report
wavelet_decomposition_4image hejiaxiang1/wavelet-diffusion/utils.py official repository ran no licence file found · pointer only · 32a0b5687f732079 · report
wavelet_decomposition_4image2 hejiaxiang1/wavelet-diffusion/utils.py official repository ran no licence file found · pointer only · dee501a1837555e8 · report
configure_optimizers hejiaxiang1/wavelet-diffusion/train_wavelet.py official repository unverified no licence file found · pointer only · ec336cdefdf0fa3b · report
conv1x1 hejiaxiang1/wavelet-diffusion/residualencoder/layers/layers.py official repository unverified no licence file found · pointer only · 15eae621014906be · report

Tasks

DecoderImage CompressionPrediction

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