QM-quantization optimizer (Schrodinger gradient-flow)
June 15, 2026 · View on GitHub
Implements quantization-based optimization, a stochastic global optimizer whose quantized objective induces a gradient-flow diffusion that maps onto a Schrödinger equation.
The method quantizes the range of the objective with a monotonically increasing resolution, so the quantization error acts as an annealed noise source. Under the White Noise Hypothesis this turns plain gradient descent into a Langevin-type diffusion whose noise scale shrinks as . Recasting the associated Fokker–Planck equation through the substitution yields a Schrödinger equation, and the resulting tunneling effect is what lets iterates climb out of local minima toward the global optimum.
In continuous time the dynamics are the stochastic differential equation . Its Euler–Maruyama discretization gives the per-step parameter update:
where are the parameters, the learning rate, the gradient, the quantized objective, the monotonically increasing quantization resolution with base and power , the diffusion constant, the injected noise, and the floor operator.
Reference: Jinwuk Seok, Changsik Cho, "Quantum mechanical framework for quantization-based optimization: from Gradient flow to Schrödinger equation", ICLR 2026 (withdrawn) / arXiv 2026. https://arxiv.org/abs/2603.11536