English

Boosting Learning for LDPC Codes to Improve the Error-Floor Performance

Information Theory 2023-10-31 v2 Machine Learning math.IT

Abstract

Low-density parity-check (LDPC) codes have been successfully commercialized in communication systems due to their strong error correction capabilities and simple decoding process. However, the error-floor phenomenon of LDPC codes, in which the error rate stops decreasing rapidly at a certain level, presents challenges for achieving extremely low error rates and deploying LDPC codes in scenarios demanding ultra-high reliability. In this work, we propose training methods for neural min-sum (NMS) decoders to eliminate the error-floor effect. First, by leveraging the boosting learning technique of ensemble networks, we divide the decoding network into two neural decoders and train the post decoder to be specialized for uncorrected words that the first decoder fails to correct. Secondly, to address the vanishing gradient issue in training, we introduce a block-wise training schedule that locally trains a block of weights while retraining the preceding block. Lastly, we show that assigning different weights to unsatisfied check nodes effectively lowers the error-floor with a minimal number of weights. By applying these training methods to standard LDPC codes, we achieve the best error-floor performance compared to other decoding methods. The proposed NMS decoder, optimized solely through novel training methods without additional modules, can be integrated into existing LDPC decoders without incurring extra hardware costs. The source code is available at https://github.com/ghy1228/LDPC_Error_Floor .

Keywords

Cite

@article{arxiv.2310.07194,
  title  = {Boosting Learning for LDPC Codes to Improve the Error-Floor Performance},
  author = {Hee-Youl Kwak and Dae-Young Yun and Yongjune Kim and Sang-Hyo Kim and Jong-Seon No},
  journal= {arXiv preprint arXiv:2310.07194},
  year   = {2023}
}

Comments

17 pages, 10 figures

R2 v1 2026-06-28T12:46:54.782Z