- Shrinks model memory footprint by using lower-precision numbers
- Speeds inference and reduces energy and hardware requirements
- Enables large models to run on smaller or edge devices
- Often preserves accuracy closely despite reduced precision
It reduces the numerical precision of model weights and activations, lowering memory and compute needs.
It can cause slight accuracy loss, but modern techniques often keep degradation minimal relative to the efficiency gained.
Quantization lowers numerical precision of the same model, while distillation trains a smaller separate model to mimic a larger one.
Hello popup window