PTQ: Post-Training Quantization—compressing a model to lower precision (e.g., 8-bit) using a small calibration set without full retraining
SNR: Signal-to-Noise Ratio—the ratio of useful signal power to noise power; in diffusion, this drops in later steps, making them fragile
FID: Fréchet Inception Distance—a metric for evaluating generated image quality by comparing feature distributions of real and generated images
sFID: Spatial FID—a variant of FID that is more sensitive to spatial structure and coherence
BOPs: Bit Operations—a measure of computational cost calculated as MACs × weight_bits × activation_bits
Mixed Precision: Using different levels of precision (e.g., 4-bit vs 8-bit) for different parts of the model or different steps in the process
LDM: Latent Diffusion Model—a diffusion model that operates in a compressed latent space (e.g., Stable Diffusion)
Correlation Coefficient (k): A statistic measuring the linear relationship between the quantization noise and the original full-precision signal