paper-with-me

Papers

Replay-buffer engineering for noise-robust quantum circuit optimization

2026-04-23 · Akash Kundu, Sebastian Feld arxiv

Deep reinforcement learning (RL) for quantum circuit optimization faces three fundamental bottlenecks: replay buffers that ignore the reliability of temporal-difference (TD) targets, curriculum-based architecture search that triggers a full quantum-classical evaluation at every environment step, and the routine discard of noiseless trajectories when retraining under hardware noise. We address all three by treating the replay buffer as a primary algorithmic lever for quantum optimization. We introduce ReaPER$+$, an annealed replay rule that transitions from TD error-driven prioritization early in training to reliability-aware sampling as value estimates mature, achieving $4-32\times$ gains in sample efficiency over fixed PER, ReaPER, and uniform replay while consistently discovering more compact circuits across quantum compilation and QAS benchmarks; validation on LunarLander-v3 confirms the principle is domain-agnostic. Furthermore we eliminate the quantum-classical evaluation bottleneck in curriculum RL by introducing OptCRLQAS which amortizes expensive evaluations over multiple architectural edits, cutting wall-clock time per episode by up to $67.5\%$ on a 12-qubit optimization problem without degrading solution quality. Finally we introduce a lightweight replay-buffer transfer scheme that warm-starts noisy-setting learning by reusing noiseless trajectories, without network-weight transfer or $ε$-greedy pretraining. This reduces steps to chemical accuracy by up to $85-90\%$ and final energy error by up to $90\%$ over from-scratch baselines on 6-, 8-, and 12-qubit molecular tasks. Together, these results establish that experience storage, sampling, and transfer are decisive levers for scalable, noise-robust quantum circuit optimization.

📄 PDF Abstract BibTeX arXiv:2604.21863

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Variational quantum compiling with double Q-learning

2021-03-22 · Zhimin He, Lvzhou Li, Shenggen Zheng, Yongyao Li 외

Quantum compiling aims to construct a quantum circuit V by quantum gates drawn from a native gate alphabet, which is functionally equivalent to the target unitary U. It is a crucial stage for the running of quantum algor…

Q-LearningReinforcement Learning (RL)

Variational Quantum Circuits for Deep Reinforcement Learning

2019-06-30 · Samuel Yen-Chi Chen, Chao-Han Huck Yang, Jun Qi, Pin-Yu Chen 외

The state-of-the-art machine learning approaches are based on classical von Neumann computing architectures and have been widely used in many industrial and academic domains. With the recent development of quantum comput…

BIG-bench Machine LearningDecision MakingDeep Reinforcement LearningQuantum Machine Learning+3

Deep Reinforcement Learning with Quantum-inspired Experience Replay

2021-01-06 · Qing Wei, Hailan Ma, Chunlin Chen, Daoyi Dong

In this paper, a novel training paradigm inspired by quantum computation is proposed for deep reinforcement learning (DRL) with experience replay. In contrast to traditional experience replay mechanism in DRL, the propos…

Atari GamesDeep Reinforcement LearningDiversityreinforcement-learning+2

QuantumSEA: In-Time Sparse Exploration for Noise Adaptive Quantum Circuits

2024-01-10 · Tianlong Chen, Zhenyu Zhang, Hanrui Wang, Jiaqi Gu 외

Parameterized Quantum Circuits (PQC) have obtained increasing popularity thanks to their great potential for near-term Noisy Intermediate-Scale Quantum (NISQ) computers. Achieving quantum advantages usually requires a la…

Quantum Machine Learning

QuantumNAS: Noise-Adaptive Search for Robust Quantum Circuits

2021-07-22 · Hanrui Wang, Yongshan Ding, Jiaqi Gu, Zirui Li 외

Quantum noise is the key challenge in Noisy Intermediate-Scale Quantum (NISQ) computers. Previous work for mitigating noise has primarily focused on gate-level or pulse-level noise-adaptive compilation. However, limited …