Quantization & Low-Precision Training
Post-Training Realization of Training-Time Quantization Objectives on Fixed Pre-Trained Models
Generated automatically from the limitations stated in 3 papers (NeurIPS, ICML), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
High-performance low-precision quantization techniques depend heavily on active training cycles, relying on mechanisms such as iterative knowledge distillation, multi-stage noise optimization, and auxiliary loss terms (e.g., kurtosis minimization). Because these methods require backpropagation through the model and access to full training infrastructure, they cannot be applied to fixed, pre-trained checkpoints, closed-source models, or settings where original training pipelines and datasets are inaccessible. Practitioners constrained to frozen models are therefore blocked from utilizing these advanced quantization objectives and must fall back to basic post-training heuristics. Bridging this gap enables applying sophisticated distribution-shaping and distillation objectives directly to fixed models.
Why it matters
Advanced distribution-regularized and distillation-guided quantization becomes directly applicable to frozen, pre-trained model weights without requiring full training cycles, loss backpropagation, or access to the original training setup.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Analytical coordinate transformations: Derive closed-form weight-activation equivalences (e.g., channel-wise scaling or rotations) that directly reduce activation kurtosis and shape outlier distributions during a single forward-only calibration pass, measuring calibration runtime and post-quantization task accuracy.
- 2
Layer-wise reconstruction matching: Reformulate the multi-stage noise optimization and distillation objectives into isolated, layer-by-layer quadratic reconstruction problems solved over small calibration sets without global backpropagation, measuring memory overhead, speedup over full fine-tuning, and downstream accuracy across 4-bit and 3-bit regimes.
Have a different approach?
Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.
Why it might fail
If distribution-shaping regularizers like kurtosis suppression fundamentally depend on non-local, cross-layer parameter interactions that cannot be captured locally, feed-forward calibration approximations will fail to close the accuracy gap with full fine-tuning at low bit-widths.
Evidence
Each paper's own statement of the limitation, verbatim.
- LRA-QViT: Integrating Low-Rank Approximation and Quantization for Robust and Efficient Vision TransformersICML 2025
Requires an iterative fine-tuning process with knowledge distillation, which is computationally more expensive than post-training compression.
- Not All Bits have Equal Value: Heterogeneous Precisions via Trainable NoiseNeurIPS 2022
Demands a multi-stage training process including initial noise optimization and subsequent quantized fine-tuning.
- Robust Quantization: One Model to Rule Them AllNeurIPS 2020
Requires access to training or fine-tuning cycles to apply the kurtosis loss term, preventing its use on fixed pre-trained models.
Nearest existing work
- Deep Transferring QuantizationECCV 2020
- Not All Bits have Equal Value: Heterogeneous Precisions via Trainable NoiseNeurIPS 2022
- Punching Above Precision: Small Quantized Model Distillation with Learnable RegularizerACML 2025
- ZeroQ: A Novel Zero Shot Quantization FrameworkCVPR 2020
- Accurate Post Training Quantization With Small Calibration SetsICML 2021
- Robust Quantization: One Model to Rule Them AllNeurIPS 2020
- Improving Low-Precision Network Quantization via Bin RegularizationICCV 2021
- PD-Quant: Post-Training Quantization Based on Prediction Difference MetricCVPR 2023
- It's All in the Teacher: Zero-Shot Quantization Brought Closer to the TeacherCVPR 2022
- LQ-Nets: Learned Quantization for Highly Accurate and Compact Deep Neural NetworksECCV 2018
- Fixed-Point Back-Propagation TrainingCVPR 2020
- 2DQuant: Low-bit Post-Training Quantization for Image Super-ResolutionNeurIPS 2024
- Quantization NetworksCVPR 2019
- Zero-Shot Adversarial QuantizationCVPR 2021
- Training Quantized Neural Networks With a Full-Precision Auxiliary ModuleCVPR 2020