ArXiv

Batch‑normalization affine parameters form a low-dimensional, high‑leverage…

Authors
Peng Xia, Junbiao Pang, Zheng Huang
Categories
cs.CV
arXiv
https://arxiv.org/abs/2608.03919v1
PDF
https://arxiv.org/pdf/2608.03919v1

Brief

Normalization Affine Preconditioning (NAP) identifies batch‑norm affine parameters as a low‑dimensional, high‑leverage subspace controlling quantization robustness and proposes affine‑only optimization for PTQ and an alternating QAT‑NAP schedule for QAT. Theoretical analysis shows BN affine terms cancel channel‑wise quantization bias; experiments on ImageNet and CIFAR‑100 report recovered low‑bit accuracy and gains over full‑parameter QAT with minimal tuning.

Why it matters

Batch‑normalization affine parameters form a low-dimensional, high‑leverage subspace that dominates quantization robustness; theory shows BN affine terms can fully cancel the channel‑wise affine component of quantization distortion, leaving nonlinear rounding and clipping residuals as the irreducible error boundary.

Key details

  • Normalization Affine Preconditioning (NAP) targets that subspace: for PTQ it freezes backbone weights and fine‑tunes only affine params under the target fake‑quant graph on full‑precision models; for QAT it uses an alternating QAT‑NAP schedule to decouple feature learning and numerical calibration. On ImageNet and CIFAR‑100 NAP recovers collapsed low‑bit models, consistently improves reconstruction PTQ, and outperforms saturated full‑parameter QAT with negligible tuning cost.
Source evidence

Abstract

Low-bit quantization suffers severe accuracy degradation on compact networks, rooted in the dominant full-parameter coupled training paradigm that ignores parameter subspace heterogeneity. Their limited feature redundancy leaves little room to absorb quantization errors. Conventional pipelines adopt monolithic optimization: PTQ reconstructs fixed pretrained models without improving inherent quantization friendliness; QAT updates all parameters jointly, suffering from gradient coupling between backbone weights and calibration parameters. In this paper, we identify normalization affine parameters as a low-dimensional high-leverage subspace dominating quantization robustness, and propose Normalization Affine Preconditioning (NAP) for targeted subspace optimization. For PTQ, NAP freezes backbone weights and fine-tunes only affine parameters under the target fake-quantization graph on full-precision models, proactively boosting quantization friendliness before downstream reconstruction. For QAT, we introduce an alternating QAT-NAP schema that decouples feature learning and numerical calibration, breaking the performance ceiling of saturated joint training. Theoretical analysis confirms BN affine parameters fully cancel the channel-wise affine component of quantization distortion, while nonlinear rounding and clipping residuals form the irreducible error boundary; distillation-guided NAP acts as directional flatness optimization, projecting teacher-student logit mismatch onto the restricted subspace. Experiments on ImageNet and CIFAR-100 show NAP recovers severely collapsed low-bit quantization, consistently boosts reconstruction-based PTQ, and outperforms saturated full-parameter QAT with negligible tuning cost. This work reveals the principle of targeted low-dimensional subspace optimization, offering a new perspective beyond full-parameter coupled training for efficient deep learning.

Comment: 9 pages, 2 figures, 7 tables