paper-with-me

홈 › Papers

Boosted Neural Decoders: Achieving Extreme Reliability of LDPC Codes for 6G Networks

2024-05-22 · Hee-Youl Kwak, Dae-Young Yun, Yongjune Kim, Sang-Hyo Kim, Jong-Seon No

Ensuring extremely high reliability in channel coding is essential for 6G networks. The next-generation of ultra-reliable and low-latency communications (xURLLC) scenario within 6G networks requires frame error rate (FER) below $10^{-9}$. However, low-density parity-check (LDPC) codes, the standard in 5G new radio (NR), encounter a challenge known as the error floor phenomenon, which hinders to achieve such low rates. To tackle this problem, we introduce an innovative solution: boosted neural min-sum (NMS) decoder. This decoder operates identically to conventional NMS decoders, but is trained by novel training methods including: i) boosting learning with uncorrected vectors, ii) block-wise training schedule to address the vanishing gradient issue, iii) dynamic weight sharing to minimize the number of trainable weights, iv) transfer learning to reduce the required sample count, and v) data augmentation to expedite the sampling process. Leveraging these training strategies, the boosted NMS decoder achieves the state-of-the art performance in reducing the error floor as well as superior waterfall performance. Remarkably, we fulfill the 6G xURLLC requirement for 5G LDPC codes without a severe error floor. Additionally, the boosted NMS decoder, once its weights are trained, can perform decoding without additional modules, making it highly practical for immediate application. The source code is available at https://github.com/ghy1228/LDPC_Error_Floor.

📄 PDF Abstract BibTeX arXiv:2405.13413

Code (1)

ghy1228/ldpc_error_floor 공식 구현 tf

Tasks

Data AugmentationDecoderTransfer Learning

Similar Papers 제목 키워드 기반

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

2023-10-11 · NeurIPS 2023 11 · Hee-Youl Kwak, Dae-Young Yun, Yongjune Kim, Sang-Hyo Kim 외

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 L…

Decoder

Decoding Quantum LDPC Codes Using Graph Neural Networks

2024-08-09 · Vukan Ninkovic, Ognjen Kundacina, Dejan Vukobratovic, Christian Häger 외

In this paper, we propose a novel decoding method for Quantum Low-Density Parity-Check (QLDPC) codes based on Graph Neural Networks (GNNs). Similar to the Belief Propagation (BP)-based QLDPC decoders, the proposed GNN-ba…

Decoder

FPGA Implementations of Layered MinSum LDPC Decoders Using RCQ Message Passing

2021-04-19 · Caleb Terrill, Linfang Wang, Sean Chen, Chester Hulse 외

Non-uniform message quantization techniques such as reconstruction-computation-quantization (RCQ) improve error-correction performance and decrease hardware complexity of low-density parity-check (LDPC) decoders that use…

DecoderQuantization

Rate Compatible LDPC Neural Decoding Network: A Multi-Task Learning Approach

2023-10-10 · Yukun Cheng, Wei Chen, Lun Li, Bo Ai

Deep learning based decoding networks have shown significant improvement in decoding LDPC codes, but the neural decoders are limited by rate-matching operations such as puncturing or extending, thus needing to train mult…

DecoderMulti-Task Learning

LDPC Decoding with Degree-Specific Neural Message Weights and RCQ Decoding

2023-10-24 · Linfang Wang, Caleb Terrill, Richard Wesel, Dariush Divsalar

Recently, neural networks have improved MinSum message-passing decoders for low-density parity-check (LDPC) codes by multiplying or adding weights to the messages, where the weights are determined by a neural network. Th…

DecoderQuantization