pith. sign in

arxiv: 1812.00090 · v1 · pith:TFQX5WKUnew · submitted 2018-11-30 · 💻 cs.CV

Mixed Precision Quantization of ConvNets via Differentiable Neural Architecture Search

classification 💻 cs.CV
keywords neuralsearcharchitectureprecisionquantizationspacecomputationaldifferent
0
0 comments X
read the original abstract

Recent work in network quantization has substantially reduced the time and space complexity of neural network inference, enabling their deployment on embedded and mobile devices with limited computational and memory resources. However, existing quantization methods often represent all weights and activations with the same precision (bit-width). In this paper, we explore a new dimension of the design space: quantizing different layers with different bit-widths. We formulate this problem as a neural architecture search problem and propose a novel differentiable neural architecture search (DNAS) framework to efficiently explore its exponential search space with gradient-based optimization. Experiments show we surpass the state-of-the-art compression of ResNet on CIFAR-10 and ImageNet. Our quantized models with 21.1x smaller model size or 103.9x lower computational cost can still outperform baseline quantized or even full precision models.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. GAMMA: Global Bit Allocation for Mixed-Precision Models under Arbitrary Budgets

    cs.LG 2026-05 unverdicted novelty 5.0

    GAMMA is a post-training framework that learns stable module sensitivity rankings for mixed-precision LLM quantization and projects them to exact bit budgets via integer programming, enabling reuse across arbitrary me...