One More Time: Revisiting Neural Quantum States from a Reinforcement Learning Perspective
作者: Juan Agustín Duque, Sergio García Heredia, Vinicius Hernandes, Eliška Greplová, Thomas Spriggs, Aaron Courville, Anna Dawid
分类: cs.LG, cond-mat.dis-nn, quant-ph
发布日期: 2026-07-02
备注: 34 pages, 11 figures
💡 一句话要点
提出近端波函数优化以改进神经量子态训练
🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture)
关键词: 神经量子态 量子计算 优化算法 自回归模型 信任区域 变分方法 量子多体系统
📋 核心要点
- 现有的NQS优化方法如Adam忽视了函数空间几何,导致在大模型中稳定性差和收敛慢。
- 本文提出的PWO算法通过信任区域优化,克服了现有方法的不足,能够有效提高训练的稳定性。
- 在多个自旋系统的实验中,PWO相较于传统方法在收敛速度和稳定性上均有显著提升。
📝 摘要(中文)
神经量子态(NQS)为近似量子多体波函数提供了一种灵活且可扩展的框架。尽管自回归模型在NQS参数化中具有吸引力,但其优化仍然相对欠缺探索。本文将变分能量最小化视为对Born分布的优势策略梯度问题,提出了近端波函数优化(PWO),一种基于信任区域的算法,能够有效提高NQS训练的稳定性和收敛速度。实验表明,PWO在Ising和受挫的$J_1$-$J_2$自旋系统中,相较于Adam等方法显著提升了性能,并在大规模模型上实现了优化。
🔬 方法详解
问题定义:本文旨在解决神经量子态(NQS)优化中的稳定性和收敛速度问题。现有方法如Adam在处理大规模模型时,往往忽视了函数空间的几何特性,导致优化效果不佳。
核心思路:论文将变分能量最小化视为对Born分布的优势策略梯度问题,提出了近端波函数优化(PWO)算法。该算法通过信任区域方法,限制概率比率和相位增量的变化,从而提高了训练的稳定性和效率。
技术框架:PWO的整体架构包括样本重用、概率比率剪辑和相位增量控制等模块。通过这些模块,PWO能够在多次更新中重用样本,避免显式矩阵求逆,结合了一阶优化的可扩展性和理论保证。
关键创新:PWO的主要创新在于其信任区域优化策略,能够有效避免现有方法中的数值脆弱性,并在大规模模型中实现高效训练。与传统的优化方法相比,PWO在处理复杂的量子态时表现出更高的稳定性和收敛速度。
关键设计:PWO算法中的关键设计包括概率比率的剪辑机制和相位增量的控制,这些设计确保了在优化过程中不会出现过大的波动,从而提高了训练的稳定性和效率。
🖼️ 关键图片
📊 实验亮点
在Ising和受挫的$J_1$-$J_2$自旋系统的实验中,PWO相较于Adam、minSR和SPRING等方法在稳定性和收敛速度上均有显著提升,具体表现为收敛时间缩短了多个数量级,展示了其在大规模模型优化中的优势。
🎯 应用场景
该研究的潜在应用领域包括量子计算、量子模拟以及量子材料设计等。通过改进NQS的训练方法,PWO能够在更大规模的量子系统中实现高效的波函数近似,推动量子计算技术的发展,具有重要的实际价值和未来影响。
📄 摘要(原文)
Neural quantum states (NQS) provide a flexible and scalable framework for approximating quantum many-body wavefunctions. Among NQS parameterizations, autoregressive models are especially attractive because they enable exact, independent sampling from the Born distribution, avoiding the autocorrelation and mixing issues of Markov chain methods. Yet their optimization remains comparatively underexplored: Adam is a scalable method but ignores function space geometry, while stochastic reconfiguration is principled but costly and numerically fragile in large models. To address this gap, we show that variational energy minimization can be viewed as an advantage policy-gradient problem over the Born distribution, motivating trust-region optimization for NQS training. We introduce Proximal Wavefunction Optimization (PWO), a principled trust-region algorithm that clips probability-ratio changes in the amplitude channel and phase increments in the phase channel. PWO avoids explicit matrix inversion, reuses samples across multiple updates, and combines the scalability of first-order optimization with theoretical guarantees. Across Ising and frustrated $J_1$-$J_2$ one- and two-dimensional spin systems, PWO improves stability and wall-clock convergence over Adam, minSR, and SPRING. Finally, we fine-tune a $1.5$B-parameter RWKV-7 model, demonstrating NQS optimization at a scale over three orders of magnitude beyond prior work.