Papers
Topics
Authors
Recent
Search
2000 character limit reached

Replay-buffer engineering for noise-robust quantum circuit optimization

Published 23 Apr 2026 in quant-ph, cs.AI, cs.ET, and cs.LG | (2604.21863v1)

Abstract: 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.

Authors (2)

Summary

  • The paper introduces the ReaPER+ replay rule, which anneals prioritization from TD error-driven to reliability-aware sampling, achieving up to 32× sample efficiency gains.
  • The paper presents OptCRLQAS, an amortized curriculum RL framework that reduces quantum-classical evaluation time by up to 89% while maintaining high solution quality.
  • The paper proposes a lightweight trajectory warm-start for replay-buffer transfer, cutting steps to chemical accuracy by 85–90% and significantly reducing final energy errors.

Replay-Buffer Engineering for Noise-Robust Quantum Circuit Optimization

Introduction and Motivation

The paper "Replay-buffer engineering for noise-robust quantum circuit optimization" (2604.21863) addresses key efficiency and robustness issues in applying deep reinforcement learning (RL) to quantum circuit optimization. Quantum computing tasks, especially synthesis, compilation, and variational circuit design, demand highly effective and compact circuits to mitigate noise and hardware constraints in both near-term and future fault-tolerant devices. RL frameworks offer sequential decision-making capabilities to tackle these problems but suffer from inefficiencies in experience reuse, bottlenecks in quantum-classical evaluation, and ineffective transfer between noiseless and noisy scenarios.

The authors propose that experience storage and sampling—in the form of replay-buffer engineering—become decisive levers for scalable and noise-robust quantum circuit optimization. They systematically analyze and introduce novel replay strategies, curriculum amortization, and trajectory-based transfer schemes to overcome three fundamental bottlenecks:

  • Replay reliability: Standard buffers amplify noisy TD targets and fail to prioritize reliable transitions.
  • Quantum-classical evaluation cost: Curriculum RL frameworks trigger full evaluations at every environment step, leading to prohibitive scaling.
  • Noiseless-to-noisy transfer: Prior experience is discarded rather than leveraged when retraining in new environments, especially under hardware noise. Figure 1

    Figure 1: Diagram of replay-buffer engineering components: buffer design and sampling, amortized quantum-classical evaluation, and trajectory transfer for noise-aware learning.

Replay Strategy: Annealed Experience Replay (ReaPER++)

The core contribution is the ReaPER++ replay rule—an annealed prioritization mechanism for RL buffers that transitions from TD error-driven prioritization (PER) early in training to reliability-aware sampling (ReaPER) as value estimates mature. The design exploits PER's rapid initial exploration and ReaPER's robustness in late-stage learning, adapting the prioritization exponent ωτ\omega_\tau according to a linear schedule.

Empirical evaluation on quantum compiling and quantum architecture search (QAS) benchmarks demonstrates:

  • Sample efficiency gains: ReaPER++ achieves 4×4\times--32×32\times improvement in sample efficiency over fixed PER, ReaPER, and uniform replay.
  • Circuit compactness: ReaPER++ consistently discovers circuits with lower gate counts and maintains superior fidelity-length tradeoffs across accuracy thresholds. Figure 2

    Figure 2: Performance of ReaPER++ vs. baselines in 1-qubit compiling: higher success rates, mean fidelity, and shortest circuit length across varying tolerance levels.

For 2-qubit compiling tasks, ReaPER++ matches or exceeds target fidelity ($0.9920$) in ++0 fewer episodes than prior RL and policy-gradient approaches, showing significant efficiency improvement. Figure 3

Figure 3: ReaPER++1 progressively biases replay toward high-fidelity transitions, while PER retains broad coverage and ReaPER shows intermediate concentration.

Amortized Curriculum RL: OptCRLQAS

To address the scaling bottleneck in RL-based QAS, OptCRLQAS is introduced. It amortizes expensive quantum-classical evaluations over ++2 architectural edits, reducing wall-clock time per episode by up to ++3 on 12-qubit molecular benchmarks. This batching yields:

  • Runtime reduction: Quantum evaluation and classical optimization time decrease by ++4 and ++5, respectively, for large ++6.
  • No degradation in solution quality: Final energy error and gate counts remain competitive or improved relative to standard CRLQAS. Figure 4

    Figure 4: Runtime comparison between CRLQAS and OptCRLQAS, showing substantial evaluation and optimization speedups as replay buffer interval ++7 increases.

Replay-Buffer Transfer: Lightweight Trajectory Warm-Start

The paper introduces a lightweight replay-buffer transfer scheme that seeds noisy-environment buffers with noiseless trajectories. This approach avoids network-weight transfer and ++8-greedy pretraining, focusing solely on trajectory reuse. Results demonstrate:

  • Step reduction to chemical accuracy: Up to ++9--ωτ\omega_\tau0 fewer steps required compared to from-scratch baselines on 6-, 8-, and 12-qubit molecular tasks.
  • Final energy error improvements: Energy error reduction up to ωτ\omega_\tau1.
  • Scaling advantage: The transfer benefit increases with system size. Figure 5

    Figure 5: Weighted transfer matrix for 6-qubit molecular task: step and energy improvements under noiseless and noisy transfer.

    Figure 6

    Figure 6: Weighted transfer matrix for 8-qubit molecular task: ωτ\omega_\tau2--ωτ\omega_\tau3 step reductions and substantial energy improvements.

    Figure 7

    Figure 7: Weighted transfer matrix for 12-qubit task: ωτ\omega_\tau4 reduction in steps and ωτ\omega_\tau5 reduction in CNOT count under combined depolarizing noise.

Quantum Architecture Search Benchmarks

The evaluation covers quantum compiling and QAS settings with increasing qubit counts. Across all tasks:

  • ReaPERωτ\omega_\tau6 and OptCRLQAS outperform non-RL baselines (DQAS, GQAS, TF-QAS, SA-QAS, quantumDARTS, etc.) in energy error and circuit compactness.
  • Gate-efficient architectures: RL methods with engineered buffers yield the lowest two-qubit (CNOT) and rotation gate counts, outperforming classical and RL policy-gradient methods. Figure 8

    Figure 8: Replay-buffer design controls circuit compactness; ReaPERωτ\omega_\tau7 variants yield lowest total, CNOT, and rotation gate counts in 6- and 8-qubit QAS.

    Figure 9

    Figure 9: OptCRLQAS reduces evaluation time and ReaPER achieves lowest minimum energy error and fastest convergence in 12-qubit Hωτ\omega_\tau8O ground-state preparation.

Domain-Agnostic Validation

A control experiment on LunarLander-v3 establishes that ReaPERωτ\omega_\tau9's annealing principle improves sample efficiency and success rate even in classical RL environments with dense rewards. This confirms the domain generality of the replay-buffer engineering approach. Figure 10

Figure 10: LunarLander-v3 validation—ReaPER++0 achieves higher rolling success rate and normalized return AUC compared to fixed ReaPER and PER baselines.

Theoretical and Practical Implications

The results substantiate that replay-buffer composition and sampling rules, rather than agent architectures, are primary determinants of sample efficiency, stability, and transfer robustness in deep RL for quantum optimization. Two technical implications are emphasized:

  • Replay engineering as a scalable design lever: By adapting prioritization (ReaPER++1), amortizing evaluation (OptCRLQAS), and transferring trajectories, RL agents can scale to larger quantum systems without exponential resource costs.
  • Trajectory-level transfer: Instance-level experience reuse outperforms parameter-level transfer when source-target task similarity is high, especially in quantum environments where noiseless and noisy tasks share state and action spaces.

Future developments may include hardware-aware replay ranking, prioritized generative replay for synthesis of high-value transitions, and hybrid approaches combining tensor-network warm-starts with OptCRLQAS for optimization at ++2 qubit scale.

Conclusion

Replay-buffer engineering, especially via annealed prioritization (ReaPER++3), amortized curriculum evaluation (OptCRLQAS), and buffer-only trajectory transfer, demonstrably advances sample efficiency, circuit compactness, and noise robustness in quantum circuit optimization. These methods generalize beyond quantum tasks, indicating that structured experience storage, sampling, and transfer are algorithmically critical for scalable RL in noisy and high-cost environments. This work provides a controlled empirical foundation for replay-related protocol design and future extensions in automated quantum architecture search.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 2 tweets with 1 like about this paper.