paper-with-me

홈 › Papers

SQARL: A Size-Agnostic Reinforcement Learning approach for Circuit Allocation in Distributed Quantum Architectures

2026-05-26 · Víctor Carballo, Júlia López-Closa, Mario Martin arxiv

The scaling of quantum processors is currently limited by technical challenges such as decoherence and cross-talk. As the number of qubits grows, interference increases the computational noise. Distributed quantum computing addresses these limitations by interconnecting smaller, easier-to-handle quantum processors (cores), but it introduces the challenge of minimizing slow, error-prone inter-core communication. The task of distributing quantum circuits across cores while minimizing communication costs is known as the Qubit Allocation problem. This work focuses on developing a deep learning approach to this problem, emphasizing flexibility to quantum hardware topology and improving state-of-the-art performance. Heuristic and non-learning algorithms, such as the Hungarian Qubit Allocation (HQA), currently represent the state of the art. Reinforcement Learning (RL) approaches leverage learned allocation policies but often lack flexibility, requiring retraining when hardware configurations change, and they fall short of the solution quality achieved by non-learning methods. However, learning mechanisms could outperform human-crafted heuristics. To overcome these limitations, this work proposes a flexible, transformer-based architecture that can handle arbitrary numbers of qubits and cores without retraining. Results show that the trained policy consistently outperforms the previous RL state of the art and narrows the gap between RL and HQA for the most common circuits. It achieves a 33% reduction in allocation cost relative to the HQA for the Cuccaro Adder and 25% on average for random circuits. These findings show that learning-based approaches can effectively match the performance of hand-crafted heuristics, a crucial step towards their application in real-world scenarios.

📄 PDF Abstract BibTeX arXiv:2605.27027

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Equivariant Reinforcement Learning for Clifford Quantum Circuit Synthesis

2026-05-11 · Richie Yeung, Aleks Kissinger, Rob Cornish arxiv

We consider the problem of synthesizing Clifford quantum circuits for devices with all-to-all qubit connectivity. We approach this task as a reinforcement learning problem in which an agent learns to discover a sequence …

Reinforcement Learning

Reinforcement learning-based architecture search for quantum machine learning

2024-06-04 · Frederic Rapp, David A. Kreplin, Marco F. Huber, Marco Roth

Quantum machine learning models use encoding circuits to map data into a quantum Hilbert space. While it is well known that the architecture of these circuits significantly influences core properties of the resulting mod…

Model-based Reinforcement LearningQuantum Machine Learningreinforcement-learningReinforcement Learning

Variational Quantum Rainbow Deep Q-Network for Optimizing Resource Allocation Problem

2025-12-05 · Truong Thanh Hung Nguyen, Truong Thinh Nguyen, Hung Cao arxiv

Resource allocation remains NP-hard due to combinatorial complexity. While deep reinforcement learning (DRL) methods, such as the Rainbow Deep Q-Network (DQN), improve scalability through prioritized replay and distribut…

Reinforcement Learning

Agnostic Membership Query Learning with Nontrivial Savings: New Results, Techniques

2023-11-11 · Ari Karchmer

(Abridged) Designing computationally efficient algorithms in the agnostic learning model (Haussler, 1992; Kearns et al., 1994) is notoriously difficult. In this work, we consider agnostic learning with membership queries…

Coordination Matters: Evaluation of Cooperative Multi-Agent Reinforcement Learning

2026-05-07 · Maria Ana Cardei, Matthew Landers, Afsaneh Doryab arxiv

Cooperative multi-agent reinforcement learning (MARL) benchmarks commonly emphasize aggregate outcomes such as return, success rate, or completion time. While essential, these metrics often fail to reveal how agents coor…

Multi-agent Reinforcement Learning