Papers › PTQ4DiT: Post-training Quantization for Diffusion Transformers

PTQ4DiT: Post-training Quantization for Diffusion Transformers

25 May 2024arXiv:2405.16005archive 2025-07-28

Junyi Wu, Haoxuan Wang, Yuzhang Shang, Mubarak Shah, Yan Yan

The recent introduction of Diffusion Transformers (DiTs) has demonstrated exceptional capabilities in image generation by using a different backbone architecture, departing from traditional U-Nets and embracing the scalable nature of transformers. Despite their advanced capabilities, the wide deployment of DiTs, particularly for real-time applications, is currently hampered by considerable computational demands at the inference stage. Post-training Quantization (PTQ) has emerged as a fast and data-efficient solution that can significantly reduce computation and memory footprint by using low-bit weights and activations. However, its applicability to DiTs has not yet been explored and faces non-trivial difficulties due to the unique design of DiTs. In this paper, we propose PTQ4DiT, a specifically designed PTQ method for DiTs. We discover two primary quantization challenges inherent in DiTs, notably the presence of salient channels with extreme magnitudes and the temporal variability in distributions of salient activation over multiple timesteps. To tackle these challenges, we propose Channel-wise Salience Balancing (CSB) and Spearmen's ρ-guided Salience Calibration (SSC). CSB leverages the complementarity property of channel magnitudes to redistribute the extremes, alleviating quantization errors for both activations and weights. SSC extends this approach by dynamically adjusting the balanced salience to capture the temporal variations in activation. Additionally, to eliminate extra computational costs caused by PTQ4DiT during inference, we design an offline re-parameterization strategy for DiTs. Experiments demonstrate that our PTQ4DiT successfully quantizes DiTs to 8-bit precision (W8A8) while preserving comparable generation ability and further enables effective quantization to 4-bit weight precision (W4A8) for the first time.

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

Code

Syntology Ran 9 of 21 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 7 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

adreamwu/ptq4dit 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

21 samples harvested; 9 ran; 0 honoured the contract we drafted; 12 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 · our draft was wrong
1ran · fixture could not drive it
7ran
12unverified

Licence: 21 of the 21 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 adreamwu/ptq4dit. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

Attention adreamwu/ptq4dit/quant/layer_recon.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 623291d109e82c34 · report
DataSaverHook adreamwu/ptq4dit/quant/layer_recon.py official repository ran no licence file found · pointer only · 1d9158f89f879a34 · report
LinearTempDecay adreamwu/ptq4dit/quant/layer_recon.py official repository ran no licence file found · pointer only · 4c33b681b95218bb · report
Mlp adreamwu/ptq4dit/quant/layer_recon.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 2cfea2de6e135773 · report
StopForwardException adreamwu/ptq4dit/quant/layer_recon.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 13900bea8f3b93a1 · report
StraightThrough adreamwu/ptq4dit/quant/layer_recon.py official repository ran fingerprinted no licence file found · pointer only · 382e4d6d6d5d10b0 · report
UniformAffineQuantizer adreamwu/ptq4dit/quant/layer_recon.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · f237f023cdb441a9 · report
AdaRoundQuantizer adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · e18ddf8148f56942 · report
BaseQuantBlock adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · 7eb71652f7925d3a · report
DiTBlock adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · 31126f616a1300f1 · report
GetLayerInpOut adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · 985822f943599470 · report
LossFunction adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · cc1d937a9352676a · report
QuantDiTBlock adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · dacb0f6316a59775 · report
QuantFinalLayer adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · 7c760bf5741cff4d · report
QuantModel adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · 7e5d23a4a2b80dbd · report
QuantModule adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · 384bed9ea057ffc6 · report
get_specials adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · 190cc4466b584805 · report
layer_reconstruction adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · 422a5c8d1d390767 · report
save_inp_oup_data adreamwu/ptq4dit/quant/layer_recon.py official repository unverified no licence file found · pointer only · 5d18164308d717eb · report
round_ste identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 675da8641c602b03 · report
lp_loss identical code first harvested elsewhere ran · fixture could not drive it fingerprinted licence of this copy not recorded · 08c6ea7576220a13 · report

Tasks

Image GenerationQuantization

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