English

CrossMPT: Cross-attention Message-Passing Transformer for Error Correcting Codes

Machine Learning 2025-05-27 v2 Information Theory math.IT

Abstract

Error correcting codes (ECCs) are indispensable for reliable transmission in communication systems. The recent advancements in deep learning have catalyzed the exploration of ECC decoders based on neural networks. Among these, transformer-based neural decoders have achieved state-of-the-art decoding performance. In this paper, we propose a novel Cross-attention Message-Passing Transformer (CrossMPT), which shares key operational principles with conventional message-passing decoders. While conventional transformer-based decoders employ self-attention mechanism without distinguishing between the types of input vectors (i.e., magnitude and syndrome vectors), CrossMPT updates the two types of input vectors separately and iteratively using two masked cross-attention blocks. The mask matrices are determined by the code's parity-check matrix, which explicitly captures the irrelevant relationship between two input vectors. Our experimental results show that CrossMPT significantly outperforms existing neural network-based decoders for various code classes. Notably, CrossMPT achieves this decoding performance improvement, while significantly reducing the memory usage, complexity, inference time, and training time.

Keywords

Cite

@article{arxiv.2405.01033,
  title  = {CrossMPT: Cross-attention Message-Passing Transformer for Error Correcting Codes},
  author = {Seong-Joon Park and Hee-Youl Kwak and Sang-Hyo Kim and Yongjune Kim and Jong-Seon No},
  journal= {arXiv preprint arXiv:2405.01033},
  year   = {2025}
}

Comments

17 pages

R2 v1 2026-06-28T16:13:34.732Z