Efficient Message-Passing Transformer for Error Correcting Codes

Abstract

Error correcting codes (ECCs) are a fundamental technique for ensuring reliable communication over noisy channels. Recent advances in deep learning have enabled transformer-based decoders to achieve state-of-the-art performance on short codes; however, their computational complexity remains significantly higher than that of classical decoders due to the attention mechanism. To address this challenge, we propose EfficientMPT, an efficient message-passing transformer that significantly reduces computational complexity while preserving decoding performance. A key feature of EfficientMPT is the Efficient Error Correcting (EEC) attention mechanism, which replaces expensive matrix multiplications with lightweight vector-based element-wise operations. Unlike standard attention, EEC attention relies only on query-key interaction using global query vector, efficiently encode global contextual information for ECC decoding. Furthermore, EfficientMPT can serve as a foundation model, capable of decoding various code classes and long codes by fine-tuning. In particular, EfficientMPT achieves 85% and 91% of significant memory reduction and 47% and 57% of FLOPs reduction compared to ECCT for $(648,540)$ and $(1056,880)$ standard LDPC code, respectively.

Cite

Text

Park et al. "Efficient Message-Passing Transformer for Error Correcting Codes." International Conference on Learning Representations, 2026.

Markdown

[Park et al. "Efficient Message-Passing Transformer for Error Correcting Codes." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/park2026iclr-efficient/)

BibTeX

@inproceedings{park2026iclr-efficient,
  title     = {{Efficient Message-Passing Transformer for Error Correcting Codes}},
  author    = {Park, Seong-Joon and Park, Taewoo and Kwak, Hee-Youl and Kim, Sang-Hyo and Kim, Yongjune and No, Jong-Seon},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/park2026iclr-efficient/}
}