paper-with-me

Papers

Transformer-QEC: Quantum Error Correction Code Decoding with Transferable Transformers

2023-11-27 · Hanrui Wang, Pengyu Liu, Kevin Shao, Dantong Li, Jiaqi Gu, David Z. Pan, Yongshan Ding, Song Han

Quantum computing has the potential to solve problems that are intractable for classical systems, yet the high error rates in contemporary quantum devices often exceed tolerable limits for useful algorithm execution. Quantum Error Correction (QEC) mitigates this by employing redundancy, distributing quantum information across multiple data qubits and utilizing syndrome qubits to monitor their states for errors. The syndromes are subsequently interpreted by a decoding algorithm to identify and correct errors in the data qubits. This task is complex due to the multiplicity of error sources affecting both data and syndrome qubits as well as syndrome extraction operations. Additionally, identical syndromes can emanate from different error sources, necessitating a decoding algorithm that evaluates syndromes collectively. Although machine learning (ML) decoders such as multi-layer perceptrons (MLPs) and convolutional neural networks (CNNs) have been proposed, they often focus on local syndrome regions and require retraining when adjusting for different code distances. We introduce a transformer-based QEC decoder which employs self-attention to achieve a global receptive field across all input syndromes. It incorporates a mixed loss training approach, combining both local physical error and global parity label losses. Moreover, the transformer architecture's inherent adaptability to variable-length inputs allows for efficient transfer learning, enabling the decoder to adapt to varying code distances without retraining. Evaluation on six code distances and ten different error configurations demonstrates that our model consistently outperforms non-ML decoders, such as Union Find (UF) and Minimum Weight Perfect Matching (MWPM), and other ML decoders, thereby achieving best logical error rates. Moreover, the transfer learning can save over 10x of training cost.

📄 PDF Abstract BibTeX arXiv:2311.16082

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderTransfer Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

QGEC : Quantum Golay Code Error Correction

2025-12-12 · Hideo Mukai, Hoshitaro Ohnishi arxiv

Quantum computers have the possibility of a much reduced calculation load compared with classical computers in specific problems. Quantum error correction (QEC) is vital for handling qubits, which are vulnerable to exter…

Learning to Decode the Surface Code with a Recurrent, Transformer-Based Neural Network

2023-10-09 · Johannes Bausch, Andrew W Senior, Francisco J H Heras, Thomas Edlich 외

Quantum error-correction is a prerequisite for reliable quantum computation. Towards this goal, we present a recurrent, transformer-based neural network which learns to decode the surface code, the leading quantum error-…

Decoder

Scalable Neural Decoders for Practical Real-Time Quantum Error Correction

2025-10-26 · Changwon Lee, Tak Hur, Daniel K. Park arxiv

Real-time, scalable, and accurate decoding is a critical component for realizing a fault-tolerant quantum computer. While Transformer-based neural decoders such as \textit{AlphaQubit} have demonstrated high accuracy, the…

Learning to Decode in Parallel: Self-Coordinating Neural Network for Real-Time Quantum Error Correction

2026-01-14 · Kai Zhang, Zhengzhong Yi, Shaojun Guo, Linghang Kong 외 arxiv

Fast, reliable decoders are pivotal components for enabling fault-tolerant quantum computation (FTQC). Neural network decoders like AlphaQubit have demonstrated potential, achieving higher accuracy than traditional human…

QAdapt: A Noise-Adaptive Neural Pre-Decoding Framework for Quantum Error Correction

2026-07-30 · Ran Miao, Rui Luo, Xiaohan Shan, Xiaoming Sun arxiv

Fault-tolerant quantum computing (FTQC) relies on quantum error correction to suppress physical errors and preserve logical information at scale. In practice, however, performance is constrained not only by physical nois…