paper-with-me

Papers

Deep Learning Methods for Improved Decoding of Linear Codes

2017-06-21 · Eliya Nachmani, Elad Marciano, Loren Lugosch, Warren J. Gross, David Burshtein, Yair Beery

The problem of low complexity, close to optimal, channel decoding of linear codes with short to moderate block length is considered. It is shown that deep learning methods can be used to improve a standard belief propagation decoder, despite the large example space. Similar improvements are obtained for the min-sum algorithm. It is also shown that tying the parameters of the decoders across iterations, so as to form a recurrent neural network architecture, can be implemented with comparable results. The advantage is that significantly less parameters are required. We also introduce a recurrent neural decoder architecture based on the method of successive relaxation. Improvements over standard belief propagation are also observed on sparser Tanner graph representations of the codes. Furthermore, we demonstrate that the neural belief propagation decoder can be used to improve the performance, or alternatively reduce the computational complexity, of a close to optimal decoder of short BCH codes.

📄 PDF Abstract BibTeX arXiv:1706.07043

Code (2)

NVlabs/sionna/blob/main/examples/Weighted_BP_Algorithm.ipynb tf
lorenlugosch/neural-min-sum-decoding tf

Tasks

DecoderDeep Learning

Similar Papers 제목 키워드 기반

RNN Decoding of Linear Block Codes

2017-02-24 · Eliya Nachmani, Elad Marciano, David Burshtein, Yair Be'ery

Designing a practical, low complexity, close to optimal, channel decoder for powerful algebraic codes with short to moderate block length is an open research problem. Recently it has been shown that a feed-forward neural…

Decoder

ADMM-based Decoder for Binary Linear Codes Aided by Deep Learning

2020-02-14 · Yi Wei, Ming-Min Zhao, Min-Jian Zhao, Ming Lei

Inspired by the recent advances in deep learning (DL), this work presents a deep neural network aided decoding algorithm for binary linear codes. Based on the concept of deep unfolding, we design a decoding network by un…

DecoderDeep Learning

Improved Automorphism Ensemble Decoder for Polar Codes

2024-08-08 · Conference 2024 8 · Seokju Han, Member, IEEE, Bonghoe Kim 외

In this work, we propose an improved automorphism ensemble (AE) decoder for polar codes. With successive cancellation (SC) variant automorphisms, multiple decoding paths in the AE decoder produce their estimates of the…

Decoder

Improving the List Decoding Version of the Cyclically Equivariant Neural Decoder

2021-06-15 · Xiangyu Chen, Min Ye

The cyclically equivariant neural decoder was recently proposed in [Chen-Ye, International Conference on Machine Learning, 2021] to decode cyclic codes. In the same paper, a list decoding procedure was also introduced fo…

Decoder

Multi Variable-layer Neural Networks for Decoding Linear Codes

2020-08-11 · IEEE conference 2020 8 · Samira Malek, Saber Salehkaleybar, Arash Amini

The belief propagation algorithm is a state of the art decoding technique for a variety of linear codes such as LDPC codes. The iterative structure of this algorithm is reminiscent of a neural network with multiple layer…