paper-with-me

Papers

Quantum Lazy Training

2022-02-16 · Erfan Abedi, Salman Beigi, Leila Taghavi

In the training of over-parameterized model functions via gradient descent, sometimes the parameters do not change significantly and remain close to their initial values. This phenomenon is called lazy training, and motivates consideration of the linear approximation of the model function around the initial parameters. In the lazy regime, this linear approximation imitates the behavior of the parameterized function whose associated kernel, called the tangent kernel, specifies the training performance of the model. Lazy training is known to occur in the case of (classical) neural networks with large widths. In this paper, we show that the training of geometrically local parameterized quantum circuits enters the lazy regime for large numbers of qubits. More precisely, we prove bounds on the rate of changes of the parameters of such a geometrically local parameterized quantum circuit in the training process, and on the precision of the linear approximation of the associated quantum model function; both of these bounds tend to zero as the number of qubits grows. We support our analytic results with numerical simulations.

📄 PDF Abstract BibTeX arXiv:2202.08232

Code (1)

phanous/quantum-lazy-training 공식 구현

Similar Papers 제목 키워드 기반

Representation Learning via Quantum Neural Tangent Kernels

2021-11-08 · Junyu Liu, Francesco Tacchino, Jennifer R. Glick, Liang Jiang 외

Variational quantum circuits are used in quantum machine learning and variational quantum simulation tasks. Designing good variational circuits or predicting how well they perform for given learning or optimization tasks…

BIG-bench Machine LearningQuantum Machine LearningRepresentation Learning

Provably Efficient Exploration in Quantum Reinforcement Learning with Logarithmic Worst-Case Regret

2023-02-21 · Han Zhong, Jiachen Hu, Yecheng Xue, Tongyang Li 외

While quantum reinforcement learning (RL) has attracted a surge of attention recently, its theoretical understanding is limited. In particular, it remains elusive how to design provably efficient quantum RL algorithms th…

Efficient Explorationreinforcement-learningReinforcement Learning (RL)

LazyFormer: Self Attention with Lazy Update

2021-02-25 · Chengxuan Ying, Guolin Ke, Di He, Tie-Yan Liu

Improving the efficiency of Transformer-based language pre-training is an important task in NLP, especially for the self-attention module, which is computationally expensive. In this paper, we propose a simple but effect…

Mixed Dynamics In Linear Networks: Unifying the Lazy and Active Regimes

2024-05-27 · Zhenfeng Tu, Santiago Aranguri, Arthur Jacot

The training dynamics of linear networks are well studied in two distinct setups: the lazy regime and balanced/active regime, depending on the initialization and width of the network. We provide a surprisingly simple uni…

On Lazy Training in Differentiable Programming

2018-12-19 · NeurIPS 2019 12 · Lenaic Chizat, Edouard Oyallon, Francis Bach

In a series of recent theoretical works, it was shown that strongly over-parameterized neural networks trained with gradient-based methods could converge exponentially fast to zero training loss, with their parameters ha…