LGOct 27, 2025

Improving the Straight-Through Estimator with Zeroth-Order Information

arXiv:2510.23926v13 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and accurate quantization-aware training for machine learning practitioners, offering incremental improvements over existing methods.

The paper tackles the challenge of training neural networks with quantized parameters by proposing FOGZO, a method that combines first-order and zeroth-order gradients to reduce bias and computational cost, resulting in accuracy improvements of 1-8% for DeiT models and up to 22 perplexity point gains for LLaMA models.

We study the problem of training neural networks with quantized parameters. Learning low-precision quantized parameters by enabling computation of gradients via the Straight-Through Estimator (STE) can be challenging. While the STE enables back-propagation, which is a first-order method, recent works have explored the use of zeroth-order (ZO) gradient descent for fine-tuning. We note that the STE provides high-quality biased gradients, and ZO gradients are unbiased but can be expensive. We thus propose First-Order-Guided Zeroth-Order Gradient Descent (FOGZO) that reduces STE bias while reducing computations relative to ZO methods. Empirically, we show FOGZO improves the tradeoff between quality and training time in Quantization-Aware Pre-Training. Specifically, versus STE at the same number of iterations, we show a 1-8\% accuracy improvement for DeiT Tiny/Small, 1-2\% accuracy improvement on ResNet 18/50, and 1-22 perplexity point improvement for LLaMA models with up to 0.3 billion parameters. For the same loss, FOGZO yields a 796$\times$ reduction in computation versus n-SPSA for a 2-layer MLP on MNIST. Code is available at https://github.com/1733116199/fogzo.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes