paper-with-me

Papers

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. The neural network complexity to determine distinct weights for each edge is high, often limiting the application to relatively short LDPC codes. Furthermore, storing separate weights for every edge and every iteration can be a burden for hardware implementations. To reduce neural network complexity and storage requirements, this paper proposes a family of weight-sharing schemes that use the same weight for edges that have the same check node degree and/or variable node degree. Our simulation results show that node-degree-based weight-sharing can deliver the same performance requiring distinct weights for each node. This paper also combines these degree-specific neural weights with a reconstruction-computation-quantization (RCQ) decoder to produce a weighted RCQ (W-RCQ) decoder. The W-RCQ decoder with node-degree-based weight sharing has a reduced hardware requirement compared with the original RCQ decoder. As an additional contribution, this paper identifies and resolves a gradient explosion issue that can arise when training neural LDPC decoders.

📄 PDF Abstract BibTeX arXiv:2310.15483

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderQuantization

Similar Papers 제목 키워드 기반

Spiking Neural Belief Propagation Decoder for LDPC Codes with Small Variable Node Degrees

2024-12-20 · Alexander von Bank, Eike-Manuel Edelmann, Jonathan Mandelbaum, Laurent Schmalen

Spiking neural networks (SNNs) promise energy-efficient data processing by imitating the event-based behavior of biological neurons. In previous work, we introduced the enlarge-likelihood-each-notable-amplitude spiking-n…

Decoder

Reconstruction-Computation-Quantization (RCQ): A Paradigm for Low Bit Width LDPC Decoding

2021-11-17 · Linfang Wang, Caleb Terrill, Maximilian Stark, Zongwang Li 외

This paper uses the reconstruction-computation-quantization (RCQ) paradigm to decode low-density parity-check (LDPC) codes. RCQ facilitates dynamic non-uniform quantization to achieve good frame error rate (FER) performa…

DecoderQuantization

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

A recipe of training neural network-based LDPC decoders

2022-05-01 · Guangwen Li, Xiao Yu

It is known belief propagation decoding variants of LDPC codes can be unrolled easily as neural networks after assigning differed weights to message passing edges flexibly. In this paper we focus on how to determine thes…

Graph Neural Networks for Channel Decoding

2022-07-29 · Sebastian Cammerer, Jakob Hoydis, Fayçal Aït Aoudia, Alexander Keller

In this work, we propose a fully differentiable graph neural network (GNN)-based architecture for channel decoding and showcase a competitive decoding performance for various coding schemes, such as low-density parity-ch…

DecoderGraph Neural Network