Motivation: quantize a group of samples (a vector) together, to exploit the correlation between these samples
Each sample vector is replaced by one of representative vectors (or patterns) that often occur in the signal
Applications:
Color quantization: Quantize all colors appearing in an image to L colors for display on a monitor that can only display L distinct colors at a time – Adaptive palette
Image quantization: Quantize every NxN block into one of the L typical patterns (obtained through training). More efficient with larger block size, but block size are limited by complexity.