Selective Quantization

Selective Quantization is an optimization technique in large-language-models (LLMs) that applies varying precision levels to different parts of a neural network. Unlike uniform quantization, it identifies and preserves higher precision for sensitive layers or parameters while aggressively compressing less critical components. This approach maximizes parameter efficiency and reduces memory footprint with minimal impact on model performance.

Key Applications & Developments

Technical Context

References