paper-with-me

Papers

LOTION: Smoothing the Optimization Landscape for Quantized Training

2025-10-09 · Mujin Kwun, Depen Morwani, Chloe Huangyuan Su, Stephanie Gil, Nikhil Anand, Sham Kakade arxiv

Optimizing neural networks for quantized objectives is fundamentally challenging because the quantizer is piece-wise constant, yielding zero gradients everywhere except at quantization thresholds where the derivative is undefined. Most existing methods deal with this issue by relaxing gradient computations with techniques like Straight Through Estimators (STE) and do not provide any guarantees of convergence. In this work, taking inspiration from Nesterov smoothing, we approximate the quantized loss surface with a continuous loss surface. In particular, we introduce LOTION, \textbf{L}ow-precision \textbf{O}ptimization via s\textbf{T}ochastic-no\textbf{I}se sm\textbf{O}othi\textbf{N}g, a principled smoothing framework that replaces the raw quantized loss with its expectation under unbiased randomized-rounding noise. In this framework, standard optimizers are guaranteed to converge to a local minimum of the loss surface. Moreover, when using noise derived from stochastic rounding, we show that the global minima of the original quantized loss are preserved. We empirically demonstrate that this method outperforms standard QAT on synthetic testbeds and on 150M- and 300M- parameter language models.

📄 PDF Abstract BibTeX arXiv:2510.08757

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Protein Optimization with Smoothed Fitness Landscapes

2023-07-02 · Andrew Kirjner, Jason Yim, Raman Samusevich, Shahar Bracha 외

The ability to engineer novel proteins with higher fitness for a desired property would be revolutionary for biotechnology and medicine. Modeling the combinatorially large space of sequences is infeasible; prior methods …

Efficient Exploration

Global Convergence of Sampling-Based Nonconvex Optimization through Diffusion-Style Smoothing

2026-05-15 · Zeji Yi, Chaoyi Pan, Guanya Shi, Guannan Qu arxiv

Sampling-based optimization (SBO), like cross-entropy method and evolutionary algorithms, has achieved many successes in solving non-convex problems without gradients, yet its convergence is poorly understood. In this pa…

Local Stability and Gaussian Smoothing of Quantized Neural Networks

2026-07-22 · Sergey Salishev, Anton Makarov, Oleg Granichin arxiv

We study Gaussian averaging as a smooth surrogate for quantized neural models. Under bounded local oscillation, we derive a local dimension-dependent bound on |f-g|, linking Gaussian smoothing to the stability analysis o…

Visualization and Analysis of the Loss Landscape in Graph Neural Networks

2025-09-15 · Samir Moustafa, Lorenz Kummer, Simon Fetzel, Nils M. Kriege 외 arxiv

Graph Neural Networks (GNNs) are powerful models for graph-structured data, with broad applications. However, the interplay between GNN parameter optimization, expressivity, and generalization remains poorly understood. …

Dimensionality Reduction

AdaDGS: An adaptive black-box optimization method with a nonlocal directional Gaussian smoothing gradient

2020-11-03 · Hoang Tran, Guannan Zhang

The local gradient points to the direction of the steepest slope in an infinitesimal neighborhood. An optimizer guided by the local gradient is often trapped in local optima when the loss landscape is multi-modal. A dire…