@@ -7,6 +7,14 @@
\usepackage { algorithm}
\usepackage { algorithm}
\usepackage { siunitx}
\usepackage { siunitx}
\usepackage { dsfont}
\usepackage { dsfont}
\usepackage { mleftright}
\usepackage { bbm}
\usepackage [
backend=biber,
style=ieee,
sorting=nty,
]{ biblatex}
\usepackage { tikz}
\usepackage { tikz}
\usetikzlibrary { spy, arrows.meta,arrows}
\usetikzlibrary { spy, arrows.meta,arrows}
@@ -18,10 +26,6 @@
\hyphenation { op-tical net-works semi-conduc-tor IEEE-Xplore}
\hyphenation { op-tical net-works semi-conduc-tor IEEE-Xplore}
\newif \ifoverleaf
%\overleaftrue
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Inputs & Global Options
% Inputs & Global Options
@@ -29,6 +33,18 @@
%
%
\newif \ifoverleaf
%\overleaftrue % When enabled, this option allows the document to be compiled
% on overleaf:
% - common.tex is sourced from a different directory
% - TikZ Externalization is disabled
% - Figures are included from pre-build PDFs
%
% Figures
%
\ifoverleaf
\ifoverleaf
\input { common.tex}
\input { common.tex}
\else
\else
@@ -37,15 +53,31 @@
\input { lib/latex-common/common.tex}
\input { lib/latex-common/common.tex}
\fi
\fi
\pgfplotsset { colorscheme/cel}
\pgfplotsset { colorscheme/cel}
% TODO
\pgfplotsset { fancy marks/.style={ } }
\newcommand { \figwidth } { \columnwidth }
\newcommand { \figwidth } { \columnwidth }
\newcommand { \figheight } { 0.75\columnwidth }
\newcommand { \figheight } { 0.75\columnwidth }
\pgfplotsset {
FERPlot/.style={
line width=1pt,
densely dashed,
} ,
BERPlot/.style={
line width=1pt,
} ,
DFRPlot/.style={
only marks,
} ,
}
%
% Bibliography
%
\addbibresource { letter.bib}
\AtBeginBibliography { \footnotesize }
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -57,7 +89,7 @@
\begin { document}
\begin { document}
\title { A Note on Improving Proximal Decoding for Linear Block Codes}
\title { List-based Proximal Decoding for Linear Block Codes}
\author { Andreas Tsouchlos, Holger Jäkel, and Laurent Schmalen\\
\author { Andreas Tsouchlos, Holger Jäkel, and Laurent Schmalen\\
Communications Engineering Lab (CEL), Karlsruhe Institute of Technology (KIT)\\
Communications Engineering Lab (CEL), Karlsruhe Institute of Technology (KIT)\\
@@ -80,20 +112,19 @@ Hertzstr. 16, 76187 Karlsruhe, Germany, Email: \texttt{\{first.last\}@kit.edu}}
\begin { abstract}
\begin { abstract}
In this paper, the proximal decoding algorithm is considered within the
In this paper, the proximal decoding algorithm is considered within the
context of \textit { additive white Gaussian noise} (AWGN) channels.
context of \textit { additive white Gaussian noise} (AWGN) channels.
An analysis of the convergence behavior of the algorithm shows that it is an
An analysis of the convergence behavior of the algorithm shows that
inherent property of proximal decoding to enter an
proximal decoding inherently enters an oscillating behavior of the estimate
oscillating behavior of the estimate after a number of iterations.
after a certain number of iterations.
Due to this oscillation, frame errors arising during decoding can often
Due to this oscillation, frame errors arising during decoding can often
be attributed to only a few remaining wrongly decoded componen ts.
be attributed to only a few remaining wrongly decoded bi ts.
In this letter, an improvement of the proximal decoding algorithm is proposed
In this paper, an improvement of the algorithm is proposed by appending an
by appending an additional step, in which these erroneous components are
additional step, in which these erroneous components are a ttempted to be
attempted to be corrected.
corrected.
We suggesst an empirical rule with which the components most likely needing
An empirical rule is suggested, with which the components most likely needing
correction can be determined.
correction can be determined.
Using this insight and performing a subsequent ``ML-in-the-list'' decoding,
Using this insight and performing a subsequent ``ML-in-the-list'' decoding,
a gain of up to approximately 1 dB is achieved compared to proximal decoding,
a gain of up to 1 dB is achieved compared to conventional
depending on the parameters chosen and the code considered .
proximal decoding, depending on the decoder parameters and the code.
\end { abstract}
\end { abstract}
\begin { IEEEkeywords}
\begin { IEEEkeywords}
@@ -116,7 +147,7 @@ the reliability of data by detecting and correcting any errors that may occur
during its transmission or storage.
during its transmission or storage.
One class of binary linear codes, \textit { low-density parity-check} (LDPC)
One class of binary linear codes, \textit { low-density parity-check} (LDPC)
codes, has become especially popular due to its ability to reach arbitrarily
codes, has become especially popular due to its ability to reach arbitrarily
small probabilities of error at code rates up to the capacity of the channel
small error probabilities at code rates up to the capacity of the channel
\cite { mackay99} , while retaining a structure that allows for very efficient
\cite { mackay99} , while retaining a structure that allows for very efficient
decoding.
decoding.
While the established decoders for LDPC codes, such as belief propagation (BP)
While the established decoders for LDPC codes, such as belief propagation (BP)
@@ -129,37 +160,37 @@ Optimization based decoding algorithms are an entirely different way of
approaching the decoding problem.
approaching the decoding problem.
A number of different such algorithms have been introduced.
A number of different such algorithms have been introduced.
The field of \textit { linear programming} (LP) decoding \cite { feldman_ paper} ,
The field of \textit { linear programming} (LP) decoding \cite { feldman_ paper} ,
for example, represents one class of such algorithms, based on a reformul ation
for example, represents one class of such algorithms, based on a relax ation
of the \textit { maximum likelihood} (ML) decoding problem as a linear program.
of the \textit { maximum likelihood} (ML) decoding problem as a linear program.
Many different optimization algorithms can be used to solve the resulting
Many different optimization algorithms can be used to solve the resulting
problem \cite { interior_ point_ decoding, ADMM, adaptive_ lp_ decoding} .
problem \cite { ADMM, adaptive_ lp_ decoding, interior_ point_ decoding} .
Recently, proximal decoding for LDPC codes was presented by
Recently, proximal decoding for LDPC codes was presented by
Wadayama et al. \cite { proximal_ paper} .
Wadayama \textit { et al.} \cite { proximal_ paper} .
It is a novel approach and relies on a non-convex optimization formulation
Proximal decoding relies on a non-convex optimization formulation
of the \textit { maximum a posteriori} (MAP) decoding problem.
of the \textit { maximum a posteriori} (MAP) decoding problem.
The aim of this work is to improve upon the performance of proximal decoding by
The aim of this work is to improve upon the performance of proximal decoding by
first presenting an examination of the algorithm's behavior and then suggesting
first presenting an examination of the algorithm's behavior and then suggesting
an approach to mitigate some of its flaws.
an approach to mitigate some of its flaws.
This analysis is performed within the context of
This analysis is performed for
\textit { additive white Gaussian noise} (AWGN) channels.
\textit { additive white Gaussian noise} (AWGN) channels.
It is first observed that, while the algorithm initially moves the estimate in
We first observe that the algorithm initially moves the estimate in
the right direction, in the final steps of the decoding process convergence to
the right direction, however, in the final steps of the decoding process,
the correct codeword is often not achieved.
convergence to the correct codeword is often not achieved.
Furthermore, it is suggested that the reason for this behavior is the nature
Furthermore, we suggest that the reason for this behavior is the nature
of the decoding algorithm itself, comprising two separate gradient descent
of the decoding algorithm itself, comprising two separate gradient descent
steps working adversarially.
steps working adversarially.
A method to mitigate this effect is proposed by appending an additional step
We propose a method mitigate this effect by appending an
to the decoding process.
additional step to the decoding process.
In this additional step, the components of the estimate with the highest
In this additional step, the components of the estimate with the highest
probability of being erroneous are identified.
probability of being erroneous are identified.
New codewords are then generated, over which an ``ML-in-the-list''
New codewords are then generated, over which an ``ML-in-the-list''
\cite { ml_ in_ the_ list} decoding is performed.
\cite { ml_ in_ the_ list} decoding is performed.
A process to conduct this identification is proposed in this paper.
A process to conduct this identification is proposed in this paper.
Using the improved algorithm, a gain of up to
Using the improved algorithm, a gain of up to
approximately 1 dB can be achieved compared to proximal decoding, depending on
1 dB can be achieved compared to conventional proximal decoding,
the parameters chosen and the code considered .
depending on the decoder parameters and the code.
%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -182,31 +213,31 @@ number of parity-checks:
\end { align*}
\end { align*}
%
%
The check nodes $ j \in \mathcal { J } : = \left \{ 1 , \ldots , m \right \} $ each correspond
The check nodes $ j \in \mathcal { J } : = \left \{ 1 , \ldots , m \right \} $ each
to a parity check, i.e., row of $ \boldsymbol { H } $ .
correspond to a parity check, i.e., a row of $ \boldsymbol { H } $ .
The variable nodes $ i \in \mathcal { I } : = \left \{ 1 , \ldots , n \right \} $ correspond
The variable nodes $ i \in \mathcal { I } : = \left \{ 1 , \ldots , n \right \} $ correspond
to the components of a codeword being subjected to a parity check, i.e., to
to the components of a codeword being subjected to a parity check, i.e.,
columns of $ \boldsymbol { H } $ .
to the columns of $ \boldsymbol { H } $ .
The neighborhood of a parity check $ j $ , i.e., the set of indices of components
The neighborhood of a parity check $ j $ , i.e., the set of indices of components
relevant for the according parity check, is denoted by
relevant for the according parity check, is denoted by
$ N _ c ( j ) : = \left \{ i \mid i \ in \mathcal { I } , \boldsymbol { H } _ { j,i } = 1 \right \} ,
$ \mathcal { N } _ c ( j ) : = \left \{ i \in \mathcal { I } : \boldsymbol { H } \negthinspace _ { j,i } = 1 \right \} ,
\hspace { 2 mm } j \in \mathcal { J } $ .
\hspace { 2 mm } j \in \mathcal { J } $ .
In order to transmit a codeword $ \boldsymbol { c } \in \mathbb { F } _ 2 ^ n $ , it is
In order to transmit a codeword $ \boldsymbol { c } \in \mathbb { F } _ 2 ^ n $ , it is
mapped onto a \textit { binary phase shift keying} (BPSK) symbol via
mapped onto a \textit { binary phase shift keying} (BPSK) symbol via
$ \boldsymbol { x } = 1 - 2 \boldsymbol { c } $ , with
$ \boldsymbol { x } = 1 - 2 \boldsymbol { c } $ , with
$ \boldsymbol { x } \in \left \{ - 1 , 1 \right \} ^ n $ , which is then transmitted over an
$ \boldsymbol { x } \in \left \{ \pm 1 \right \} ^ n $ , which is then transmitted over an
AWGN channel.
AWGN channel.
The received vector $ \boldsymbol { y } \in \mathbb { R } ^ n $ is decoded to obtain an
The received vector $ \boldsymbol { y } \in \mathbb { R } ^ n $ is decoded to obtain an
estimate of the transmitted codeword, denoted as
estimate of the transmitted codeword, denoted as
$ \hat { \boldsymbol { c } } \in \mathbb { F } _ 2 ^ n $ .
$ \hat { \boldsymbol { c } } \in \mathbb { F } _ 2 ^ n $ .
A distinction is made between $ \boldsymbol { x } \in \left \{ - 1 , 1 \right \} ^ n $
A distinction is made between $ \boldsymbol { x } \in \left \{ \pm 1 \right \} ^ n $
and $ \tilde { \boldsymbol { x } } \in \mathbb { R } ^ n $ ,
and $ \tilde { \boldsymbol { x } } \in \mathbb { R } ^ n $ ,
the former denoting the BPSK symbol physically transmitted over the channel and
the former denoting the BPSK symbol physically transmitted over the channel and
the latter being used as a variable during the optimization process.
the latter being used as a variable during the optimization process.
The posterior probability of having transmitted $ \boldsymbol { x } $ when receiving
The posterior probability of having transmitted $ \boldsymbol { x } $ when receiving
$ \boldsymbol { y } $ is expressed as a \textit { probability mass function} (PMF)
$ \boldsymbol { y } $ is expressed as a \textit { probability mass function} (PMF)
$ p _ { \boldsymbol { X } \mid \boldsymbol { Y } } ( \boldsymbol { x } \mid \boldsymbol { y } ) $ .
$ P _ { \boldsymbol { X } \mid \boldsymbol { Y } } ( \boldsymbol { x } \mid \boldsymbol { y } ) $ .
Likewise, the likelihood of receiving $ \boldsymbol { y } $ upon transmitting
Likewise, the likelihood of receiving $ \boldsymbol { y } $ upon transmitting
$ \boldsymbol { x } $ is expressed as a \textit { probability density function} (PDF)
$ \boldsymbol { x } $ is expressed as a \textit { probability density function} (PDF)
$ f _ { \boldsymbol { Y } \mid \boldsymbol { X } } ( \boldsymbol { y } \mid \boldsymbol { x } ) $ .
$ f _ { \boldsymbol { Y } \mid \boldsymbol { X } } ( \boldsymbol { y } \mid \boldsymbol { x } ) $ .
@@ -221,25 +252,24 @@ With proximal decoding, the proximal gradient method \cite{proximal_algorithms}
is used to solve a non-convex optimization formulation of the MAP decoding
is used to solve a non-convex optimization formulation of the MAP decoding
problem.
problem.
When making the equal probability assumption for all codewords, MAP and ML
With the equal prior probability assumption for all codewords, MAP and ML
decoding are equivalent and, specifically for AWGN channels, correspond to a
decoding are equivalent and, specifically for AWGN channels, correspond to a
nearest-neighbor decision.
nearest-neighbor decision.
For this reason, decoding can be done using a figure of merit that describes
For this reason, decoding can be carried out using a figure of merit that
the distance from a given vector to a codeword.
describes the distance from a given vector to a codeword.
One such expression, formulated under the assumption of BPSK, is the
One such expression, formulated under the assumption of BPSK, is the
\textit { code-constraint polynomial} \cite { proximal_ paper}
\textit { code-constraint polynomial} \cite { proximal_ paper}
%
%
\begin { align*}
\begin { align*}
h\left ( \tilde { \boldsymbol { x} } \right ) =
h( \tilde { \boldsymbol { x} } ) =
\underbrace { \sum _ { i=1} ^ { n}
\underbrace { \sum _ { i=1} ^ { n}
\left ( \tilde { x_ i} ^ 2-1 \right ) ^ 2} _ { \text { Bipolar constraint} }
\left ( \tilde { x} _ i^ 2-1 \right ) ^ 2} _ { \text { Bipolar constraint} }
+ \underbrace { \sum _ { j=1} ^ { m} \left [
+ \underbrace { \sum _ { j=1} ^ { m} \left [
\left ( \prod _ { i\in N _ c \left ( j \right ) } \tilde { x_ i} \right )
\left ( \prod _ { i\in \mathcal { N} _ c \left ( j \right ) } \tilde { x} _ i \right )
-1 \right ] ^ 2} _ { \text { Parity constraint} }
-1 \right ] ^ 2} _ { \text { Parity constraint} }
.\end { align*} %
.\end { align*} %
%
%
Its intent is to penalize vectors far from a codeword and favor those close
Its intent is to penalize vectors far from a codeword.
to one.
It comprises two terms: one representing the bipolar constraint
It comprises two terms: one representing the bipolar constraint
and one representing the parity constraint, incorporating all of the
and one representing the parity constraint, incorporating all of the
information regarding the code.
information regarding the code.
@@ -247,18 +277,18 @@ information regarding the code.
The channel model can be considered using the negative log-likelihood
The channel model can be considered using the negative log-likelihood
%
%
\begin { align*}
\begin { align*}
L \left ( \boldsymbol { y} \mid \tilde { \boldsymbol { x} } \right ) = -\ln \left (
L \m left ( \boldsymbol { y} \mid \tilde { \boldsymbol { x} } \m right ) = -\ln \m left (
f_ { \boldsymbol { Y} \mid \tilde { \boldsymbol { X} } } \left (
f_ { \boldsymbol { Y} \mid \tilde { \boldsymbol { X} } } \m left (
\boldsymbol { y} \mid \tilde { \boldsymbol { x} } \right ) \right )
\boldsymbol { y} \mid \tilde { \boldsymbol { x} } \m right ) \m right )
.\end { align*}
.\end { align*}
%
%
The information about the channel and the code are consolidated in the objective
The information about the channel and the code are consolidated in the objective
function \cite { proximal_ paper}
function \cite { proximal_ paper}
%
%
\begin { align*}
\begin { align*}
g\left ( \tilde { \boldsymbol { x} } \right )
g \m left ( \tilde { \boldsymbol { x} } \m right )
= L\left ( \boldsymbol { y} \mid \tilde { \boldsymbol { x} } \right )
= L \m left ( \boldsymbol { y} \mid \tilde { \boldsymbol { x} } \m right )
+ \gamma h\left ( \tilde { \boldsymbol { x} } \right ),
+ \gamma h\m left ( \tilde { \boldsymbol { x} } \m right ),
\hspace { 5mm} \gamma > 0%
\hspace { 5mm} \gamma > 0%
.\end { align*}
.\end { align*}
%
%
@@ -270,17 +300,17 @@ introduced, describing the result of each of the two steps:
%
%
\begin { alignat} { 3}
\begin { alignat} { 3}
\boldsymbol { r} & \leftarrow \boldsymbol { s}
\boldsymbol { r} & \leftarrow \boldsymbol { s}
- \omega \left ( \boldsymbol { s} - \boldsymbol { y} \right )
- \omega \m left ( \boldsymbol { s} - \boldsymbol { y} \m right )
\hspace { 5mm } & & \omega > 0 \label { eq:r_ update} \\
\hspace { 5mm } & & \omega > 0 \label { eq:r_ update} \\
\boldsymbol { s} & \leftarrow \boldsymbol { r}
\boldsymbol { s} & \leftarrow \boldsymbol { r}
- \gamma \nabla h\left ( \boldsymbol { r} \right ),
- \gamma \nabla h\m left ( \boldsymbol { r} \m right ),
\hspace { 5mm} & & \gamma > 0 \label { eq:s_ update}
\hspace { 5mm} & & \gamma > 0 \label { eq:s_ update}
.\end { alignat}
.\end { alignat}
%
%
An equation for determining $ \nabla h ( \boldsymbol { r } ) $ is given in
An equation for determining $ \nabla h ( \boldsymbol { r } ) $ is given in
\cite { proximal_ paper} .
\cite { proximal_ paper} .
It should be noted that the variables $ \boldsymbol { r } $ and $ \boldsymbol { s } $
It should be noted that the variables $ \boldsymbol { r } $ and $ \boldsymbol { s } $
really represent $ \tilde { \boldsymbol { x } } $ during different
represent $ \tilde { \boldsymbol { x } } $ during different
stages of the decoding process.
stages of the decoding process.
As the gradient of the code-constraint polynomial can attain very large values
As the gradient of the code-constraint polynomial can attain very large values
@@ -290,10 +320,10 @@ $\left[-\eta, \eta\right]^n$ by a projection
$ \Pi _ \eta : \mathbb { R } ^ n \rightarrow \left [ - \eta , \eta \right ] ^ n $ , where $ \eta $
$ \Pi _ \eta : \mathbb { R } ^ n \rightarrow \left [ - \eta , \eta \right ] ^ n $ , where $ \eta $
is a positive constant slightly larger than one, e.g., $ \eta = 1 . 5 $ .
is a positive constant slightly larger than one, e.g., $ \eta = 1 . 5 $ .
The resulting decoding process as described in \cite { proximal_ paper} is
The resulting decoding process as described in \cite { proximal_ paper} is
presented in a lgorithm \ref { alg:proximal_ decoding} .
presented in A lgorithm \ref { alg:proximal_ decoding} .
\begin { algorithm}
\begin { algorithm}
\caption { Proximal decoding algorithm for an AWGN channel.}
\caption { Proximal decoding algorithm for an AWGN channel \cite { proximal_ paper} .}
\label { alg:proximal_ decoding}
\label { alg:proximal_ decoding}
\begin { algorithmic}
\begin { algorithmic}
@@ -301,7 +331,7 @@ presented in algorithm \ref{alg:proximal_decoding}.
\STATE \textbf { for} $ K $ iterations \textbf { do}
\STATE \textbf { for} $ K $ iterations \textbf { do}
\STATE \hspace { 5mm} $ \boldsymbol { r } \leftarrow \boldsymbol { s } - \omega \left ( \boldsymbol { s } - \boldsymbol { y } \right ) $
\STATE \hspace { 5mm} $ \boldsymbol { r } \leftarrow \boldsymbol { s } - \omega \left ( \boldsymbol { s } - \boldsymbol { y } \right ) $
\STATE \hspace { 5mm} $ \boldsymbol { s } \leftarrow \Pi _ \eta \left ( \boldsymbol { r } - \gamma \nabla h \left ( \boldsymbol { r } \right ) \right ) $
\STATE \hspace { 5mm} $ \boldsymbol { s } \leftarrow \Pi _ \eta \left ( \boldsymbol { r } - \gamma \nabla h \left ( \boldsymbol { r } \right ) \right ) $
\STATE \hspace { 5mm} $ \boldsymbol { \hat { c } } \leftarrow \mathds { 1 } \left \{ \text { sign } \left ( \boldsymbol { s } \right ) = - 1 \right \} $
\STATE \hspace { 5mm} $ \boldsymbol { \hat { c } } \leftarrow \mathbbm { 1 } _ { \left \{ \boldsymbol { s } \preceq 0 \right \} } $
\STATE \hspace { 5mm} \textbf { if} $ \boldsymbol { H } \boldsymbol { \hat { c } } = \boldsymbol { 0 } $ \textbf { do}
\STATE \hspace { 5mm} \textbf { if} $ \boldsymbol { H } \boldsymbol { \hat { c } } = \boldsymbol { 0 } $ \textbf { do}
\STATE \hspace { 10mm} \textbf { return} $ \boldsymbol { \hat { c } } $
\STATE \hspace { 10mm} \textbf { return} $ \boldsymbol { \hat { c } } $
\STATE \hspace { 5mm} \textbf { end if}
\STATE \hspace { 5mm} \textbf { end if}
@@ -316,14 +346,14 @@ presented in algorithm \ref{alg:proximal_decoding}.
\section { Improved algorithm}
\section { Improved algorithm}
%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%
\subsection { Analysis of Convergence Behavior}
\subsection { Analysis of the Convergence Behavior}
In f igure \ref { fig:fer vs ber} , the \textit { frame error rate} (FER),
In F ig. \ref { fig:fer vs ber} , the \textit { frame error rate} (FER),
\textit { bit error rate} (BER) and \textit { decoding failure rate} (DFR) of
\textit { bit error rate} (BER) and \textit { decoding failure rate} (DFR) of
proximal decoding are shown for an LDPC code with $ n = 204 $ and $ k = 102 $
proximal decoding are shown for an LDPC code with $ n = 204 $ and $ k = 102 $
\cite [204.33.484] { mackay} .
\cite [204.33.484] { mackay} .
A decoding failure is defined as a decoding operation, the result of which is
A decoding failure is defined as a decoding operation returning an invalid
not a valid codeword, i.e., as non-convergence of the algorithm.
codeword, i.e., as non-convergence of the algorithm.
The parameters chosen for this simulation are $ \gamma = 0 . 05 , \omega = 0 . 05 ,
The parameters chosen for this simulation are $ \gamma = 0 . 05 , \omega = 0 . 05 ,
\eta = 1 . 5 $ and $ K = 200 $ .
\eta = 1 . 5 $ and $ K = 200 $ .
They were determined to offer the best performance in a preliminary examination,
They were determined to offer the best performance in a preliminary examination,
@@ -334,65 +364,52 @@ This means that most frame errors are not due to the algorithm converging
to the wrong codeword, but due to the algorithm not converging at all.
to the wrong codeword, but due to the algorithm not converging at all.
As proximal decoding is an optimization-based decoding method, one possible
As proximal decoding is an optimization-based decoding method, one possible
explanation for this effect might be that during the decoding process convergence
explanation for this effect might be that during the decoding process, convergence
on the final codeword is often not achieved, although the estimate is moving in
t o the final codeword is often not achieved, although the estimate is moving into
the right general direction.
the right direction.
This would suggest that most frame errors occur due to only a few incorrectly
This would suggest that most frame errors occur due to only a few incorrectly
decoded bits.%
decoded bits.%
%
%
\begin { figure} [ht]
\begin { figure}
\centering
\centering
\pgfplotsset {
FERPlot/.style={
line width=1pt,
densely dashed,
mark=triangle,
fancy marks
} ,
BERPlot/.style={
line width=1pt,
mark=*,
fancy marks,
} ,
DFRPlot/.style={
only marks,
mark=square*,
fancy marks,
} }
\begin { tikzpicture}
\ifoverleaf
\begin { axis } [
\includegraphics { figs/letter-figure0.pdf }
grid=both,
\else
xlabel={ $ E _ \text { b } / N _ 0 $ (dB)} , ylabel={ } ,
\begin { tikzpicture }
ymode=log,
\begin { axis} [
xmin=1, xmax=8 ,
grid=both ,
ymax=1, ymin=1e-6 ,
xlabel={ $ E _ \text { b } / N _ 0 $ (dB)} , ylabel={ } ,
% ytick={1e-0, 1e-2, 1e-4, 1e-6} ,
ymode=log ,
width=\figwidth ,
xmin=1, xmax=8 ,
height=\figheight ,
ymax=1, ymin=1e-6 ,
legend pos = south west ,
% ytick={1e-0, 1e-2, 1e-4, 1e-6} ,
]
width=\figwidth ,
\addplot +[FERPlot, scol0]
height=\figheight ,
table [x=SNR, y=FER, col sep=comma ,
legend pos = south west ,
discard if not={ gamma} { 0.05} ,
]
discard if gt={ SNR} { 9} ]
\addplot +[FERPlot, mark=o, mark options={ solid} , scol1 ]
{ res/proximal_ ber_ fer_ dfr_ 20433484.csv} ;
table [x=SNR, y=FER, col sep=comma,
\addlegendentry { FER }
discard if not={ gamma} { 0.05 } ,
\addplot +[DFRPlot, scol2 ]
discard if gt={ SNR} { 9} ]
table [x=SNR, y=DFR, col sep=comma,
{ res/proximal_ ber_ fer_ dfr_ 20433484.csv} ;
discard if not={ gamma} { 0.05 } ,
\addlegendentry { FER }
discard if gt={ SNR} { 9} ]
\addplot +[BERPlot, mark=*, scol1 ]
{ res/proximal_ ber_ fer_ dfr_ 20433484.csv} ;
table [x=SNR, y=BER, col sep=comma,
\addlegendentry { DFR }
discard if not={ gamma} { 0.05 } ,
\addplot +[BERPlot, scol1 ]
discard if gt={ SNR} { 7.5} ]
table [x=SNR, y=BER, col sep=comma,
{ res/proximal_ ber_ fer_ dfr_ 20433484.csv} ;
discard if not={ gamma} { 0.05 } ,
\addlegendentry { BER }
discard if gt={ SNR} { 7.5} ]
\addplot +[DFRPlot, mark=square*, scol0 ]
{ res/proximal_ ber_ fer_ dfr_ 20433484.csv} ;
table [x=SNR, y=DFR, col sep=comma,
\addlegendentry { BER }
discard if not={ gamma} { 0.05 } ,
\end { axis }
discard if gt={ SNR} { 9 } ]
\end { tikzpicture }
{ res/proximal_ ber_ fer_ dfr_ 20433484.csv } ;
\addlegendentry { DFR}
\end { axis}
\end { tikzpicture}
\fi
\caption { FER, DFR, and BER for $ \left ( 3 , 6 \right ) $ -regular LDPC code with
\caption { FER, DFR, and BER for $ \left ( 3 , 6 \right ) $ -regular LDPC code with
$ n = 204 , k = 102 $ \cite [\text{204.33.484}] { mackay} .
$ n = 204 , k = 102 $ \cite [\text{204.33.484}] { mackay} .
@@ -402,116 +419,124 @@ decoded bits.%
\label { fig:fer vs ber}
\label { fig:fer vs ber}
\end { figure} %
\end { figure} %
%
%
An approach for lowering the FER might then be to append an ``ML-in-the-list''
An approach for lowering the FER might then be to append an ``ML-in-the-list''
\cite { ml_ in_ the_ list} step to the decoding process shown in a lgorithm
\cite { ml_ in_ the_ list} step to the decoding process shown in A lgorithm
\ref { alg:proximal_ decoding} .
\ref { alg:proximal_ decoding} .
This step would consist of determining the $ N \in \mathbb { N } $ most probably
This step consists in determining the $ N \in \mathbb { N } $ most probable
w rong bits, finding all variations of the current estimate with those bits
er roneous bits, finding all variations of the current estimate with those bits
modified, and performing ML decoding on this list.
modified, and performing ML decoding on this list.
This approach crucially relies on identifying the most probably wrong bits.
This approach crucially relies on identifying the most probable erroneous bits.
Therefore, the convergence properties of proximal decoding are investigated.
Therefore, the convergence properties of proximal decoding are investigated.
Considering equations (\ref { eq:s_ update} ) and (\ref { eq:r_ update} ), f igure
Considering (\ref { eq:s_ update} ) and (\ref { eq:r_ update} ), F ig.
\ref { fig:grad} shows the two gradients along which the minimization is
\ref { fig:grad} shows the two gradients along which the minimization is
performed for a repetition code with $ n = 2 $ .
performed for a repetition code with $ n = 2 $ .
It is apparent that a net movement will result as long as the two gradients
It is apparent that a net movement will result as long as the two gradients
have a common component.
have a common component.
As soon as this common component is exhausted, they will work in opposing
As soon as this common component is exhausted, they will work in opposing
directions and an oscillation of the estimate will take place .
directions resulting in an oscillation of the estimate.
This behavior matche s the conjecture that the reason for the high DFR is a
This behavior support s the conjecture that the reason for the high DFR is a
failure to converge to the correct codeword in the final steps of the
failure to converge to the correct codeword in the final steps of the
optimization process.%
optimization process.%
%
%
\begin { figure} [h]
\begin { figure}
\centering
\centering
\begin { tikzpicture}
\ifoverleaf
\begin { axis} [xmin = -1.25, xmax=1.25,
\includegraphics { figs/letter-figure1.pdf}
ymin = -1.25, ymax=1.25,
\else
xlabel={ $ \tilde { x } _ 1 $ } ,
\begin { tikzpicture}
ylabel={ $ \tilde { x } _ 2 $ } ,
\begin { axis} [xmin = -1.25, xmax=1.25 ,
y label style={ at={ (axis description cs:-0.06,0.5)} ,anchor=south} ,
ymin = -1.25, ymax=1.25 ,
width=\figwidth ,
xlabel={ $ \tilde { x } _ 1 $ } ,
height=\figheight ,
ylabel={ $ \tilde { x } _ 2 $ } ,
grid=major, grid style={ dotted } ,
y label style={ at={ (axis description cs:-0.06,0.5)} ,anchor=south } ,
view={ 0} { 90} ]
width=\figwidth ,
\addplot 3[point meta=\thisrow { grad_ norm} ,
height=\figheight ,
point meta min=1 ,
grid=major, grid style={ dotted} ,
point meta max=2.5,
view={ 0} { 90} ]
quiver={ u =\thisrow { grad_ 0 } ,
\addplot 3[point meta =\thisrow { grad_ norm } ,
v=\thisrow { grad_ 1} ,
point meta min=1 ,
scale arrows=.0 5,
point meta max=2. 5,
every arrow/.append style={ %
quiver={ u=\thisrow { grad_ 0} ,
line width=.3
v=\thisrow { grad_ 1} ,
+\pgfplotspointmetatransformed /1000 ,
scale arrows=.05 ,
-{ Latex[length=0pt 5,width=0pt 3]}
every arrow/.append style={ %
} ,
line width=.3
} ,
+\pgfplotspointmetatransformed /1000 ,
quiver/colored = { mapped color } ,
-{ Latex[length=0pt 5,width=0pt 3] }
-stealth ,
} ,
]
} ,
table[col sep=comma] { res/2d_ grad_ L.csv } ;
quiver/colored = { mapped color } ,
\end { axis}
-stealth,
\begin { axis} [hide axis,
]
width=\figwidth ,
table[col sep=comma] { res/2d_ grad_ L.csv} ;
height=\figheight ,
\end { axis}
xmin=10, xmax=50 ,
\begin { axis} [hide axis ,
ymin=0, ymax=0.4 ,
width=\figwidth ,
legend style={ draw=white!15!black ,
height=\figheight ,
legend cell align=left ,
xmin=10, xmax=50 ,
empty legend ,
ymin=0, ymax=0.4 ,
at={ (0.9775,0.97)} ,anchor=north east} ]
legend style={ draw=white!15!black,
\addlegendimage { mark=none}
legend cell align=left,
\addlegendentry {
empty legend,
$ \nabla L \left ( \boldsymbol { y }
at={ (0.9775,0.97)} ,anchor=north east} ]
\mid \tilde { \boldsymbol { x } } \right ) $
\addlegendimage { mark=none}
} ;
\addlegendentry {
\end { axis}
$ \nabla L \left ( \boldsymbol { y }
\end { tikzpicture}
\mid \tilde { \boldsymbol { x } } \right ) $
} ;
\end { axis}
\end { tikzpicture}
\fi
\vspace { 3mm}
\vspace { 3mm}
\begin { tikzpicture}
\ifoverleaf
\begin { axis} [xmin = -1.25, xmax=1.25,
\includegraphics { figs/letter-figure2.pdf}
ymin = -1.25, ymax=1.25,
\else
width=\figwidth ,
\begin { tikzpicture}
height=\figheight ,
\begin { axis} [xmin = -1.25, xmax=1.25 ,
xlabel={ $ \tilde { x } _ 1 $ } ,
ymin = -1.25, ymax=1.25 ,
ylabel={ $ \tilde { x } _ 2 $ } ,
width=\figwidth ,
y label style={ at={ (axis description cs:-0.06,0.5)} ,anchor=south} ,
height=\figheight ,
grid=major, grid style={ dotted } ,
xlabel={ $ \tilde { x } _ 1 $ } ,
view={ 0} { 90 } ]
ylabel={ $ \tilde { x } _ 2 $ } ,
\addplot 3[point meta=\thisrow { grad_ norm } ,
y label style={ at={ (axis description cs:-0.06,0.5)} ,anchor=south } ,
point meta min=1 ,
grid=major, grid style={ dotted} ,
point meta max=7,
view={ 0} { 90} ]
quiver={ u =\thisrow { grad_ 0 } ,
\addplot 3[point meta =\thisrow { grad_ norm } ,
v=\thisrow { grad_ 1} ,
point meta min=1 ,
scale arrows=.03 ,
point meta max=7 ,
every arrow/.append style={ %
quiver={ u=\thisrow { grad_ 0} ,
line width=.5
v=\thisrow { grad_ 1} ,
+\pgfplotspointmetatransformed /1000 ,
scale arrows=.03 ,
-{ Latex[length=0pt 5,width=0pt 3]}
every arrow/.append style={ %
} ,
line width=.5
} ,
+\pgfplotspointmetatransformed /1000 ,
quiver/colored = { mapped color } ,
-{ Latex[length=0pt 5,width=0pt 3] }
-stealth ,
} ,
]
} ,
table[col sep=comma] { res/2d_ grad_ h.csv } ;
quiver/colored = { mapped color } ,
\end { axis}
-stealth,
\begin { axis} [hide axis,
]
width=\figwidth ,
table[col sep=comma] { res/2d_ grad_ h.csv} ;
height=\figheight ,
\end { axis}
xmin=10, xmax=50 ,
\begin { axis} [hide axis ,
ymin=0, ymax=0.4 ,
width=\figwidth ,
legend style={ draw=white!15!black ,
height=\figheight ,
legend cell align=left ,
xmin=10, xmax=50 ,
empty legend ,
ymin=0, ymax=0.4 ,
at={ (0.9775,0.97)} ,anchor=north east} ]
legend style={ draw=white!15!black,
\addlegendimage { mark=none}
legend cell align=left,
\addlegendentry { $ \nabla h \left ( \tilde { \boldsymbol { x } } \right ) $ } ;
empty legend,
\end { axis }
at={ (0.9775,0.97)} ,anchor=north east } ]
\end { tikzpictur e}
\addlegendimage { mark=non e}
\addlegendentry { $ \nabla h \left ( \tilde { \boldsymbol { x } } \right ) $ } ;
\end { axis}
\end { tikzpicture}
\fi
\caption { Gradients
\caption { Gradients
$ \nabla L \left ( \boldsymbol { y } \mid \tilde { \boldsymbol { x } } \right ) $
$ \nabla L \left ( \boldsymbol { y } \mid \tilde { \boldsymbol { x } } \right ) $
and $ \nabla h \left ( \tilde { \boldsymbol { x } } \right ) $ for a repetition
and $ \nabla h \left ( \tilde { \boldsymbol { x } } \right ) $ for a repetition
@@ -521,48 +546,54 @@ optimization process.%
\label { fig:grad}
\label { fig:grad}
\end { figure} %
\end { figure} %
%
%
In figure \ref { fig:prox:convergence_ large_ n} , only component
$ \left ( \tilde { \boldsymbol { x } } \right ) _ 1 $ of the estimate is considered during a
In Fig. \ref { fig:prox:convergence_ large_ n} , we consider only component
decoding operation for an LDPC code with $ n = 204 $ and $ k = 102 $ .
$ \left ( \tilde { \boldsymbol { x } } \right ) _ 1 $ of the estimate during a
decoding operation for the LDPC code used also for Fig. 1.
Two qualities may be observed.
Two qualities may be observed.
First, the average values of the two gradients are equal, except for their sign,
First, we observe the average absolute values of the two gradients are equal,
however, they have opposing signs,
leading to the aforementioned oscillation.
leading to the aforementioned oscillation.
Second, the gradient of the code constraint polynomial itself starts to
Second, the gradient of the code constraint polynomial itself starts to
oscillate after a certain number of iterations.%
oscillate after a certain number of iterations.%
%
%
\begin { figure} [ht]
\begin { figure}
\centering
\centering
\begin { tikzpicture}
\ifoverleaf
\begin { axis } [
\includegraphics { figs/letter-figure3.pdf }
grid=both,
\else
xlabel={ Iterations } ,
\begin { tikzpicture }
width=\figwidth ,
\begin { axis} [
height=\figheight ,
grid=both ,
xtick={ 0, 100, ..., 400 } ,
xlabel={ Iterations } ,
xticklabels={ 0, 50, ..., 200} ,
width=\figwidth ,
xmin=0, xmax=300 ,
height=\figheight ,
ymin=-4, ymax=2 ,
xtick={ 0, 100, ..., 400} ,
y tick={ -4,-3,...,2 } ,
x ticklabels={ 0, 50, ..., 200 } ,
legend pos = south east ,
xmin=0, xmax=300 ,
]
ymin=-4, ymax=2,
\addplot + [mark=none, line width=1]
ytick={ -4,-3,...,2} ,
table [col sep=comma, x=k, y=comb_ r_ s_ 0 ,
legend pos = south east ,
discard if gt={ k} { 300} ]
]
{ res/extreme_ components_ 20433484_ combined.csv} ;
\addplot + [mark=none, line width=1]
\addplot + [mark=none, line width=1 ,
table [col sep=comma, x=k, y=comb_ r_ s_ 0 ,
discard if gt={ k} { 300} ]
discard if gt={ k} { 300} ]
table [col sep=comma, x=k, y=grad_ L_ 0]
{ res/extreme_ components_ 20433484_ combined.csv} ;
{ res/extreme_ components_ 20433484_ combined.csv} ;
\addplot + [mark=none, line width=1,
\addplot + [mark=none, line width=1 ]
discard if gt={ k} { 300} ]
table [col sep=comma, x=k, y=grad_ h _ 0,
table [col sep=comma, x=k, y=grad_ L _ 0]
discard if gt={ k} { 300 } ]
{ res/extreme_ components_ 20433484_ combined.csv } ;
{ res/extreme_ components_ 20433484_ combined.csv} ;
\addplot + [mark=none, line width=1]
\addlegendentry { $ \left ( \tilde { \boldsymbol { x } } \right ) _ 1 $ }
table [col sep=comma, x=k, y=grad_ h_ 0,
\addlegendentry { $ \left ( \nabla L \right ) _ 1 $ }
discard if gt={ k} { 300 } ]
\addlegendentry { $ \left ( \nabla h \right ) _ 1 $ }
{ res/extreme_ components_ 20433484_ combined.csv } ;
\end { axis }
\addlegendentry { $ \left ( \tilde { \boldsymbol { x } } \right ) _ 1 $ }
\end { tikzpicture }
\addlegendentry { $ \left ( \nabla L \right ) _ 1 $ }
\addlegendentry { $ \left ( \nabla h \right ) _ 1 $ }
\end { axis}
\end { tikzpicture}
\fi
\caption { Visualization of component $ \left ( \tilde { \boldsymbol { x } } \right ) _ 1 $
\caption { Visualization of component $ \left ( \tilde { \boldsymbol { x } } \right ) _ 1 $
for a decoding operation for a (3,6) regular LDPC code with
for a decoding operation for a (3,6) regular LDPC code with
@@ -574,11 +605,11 @@ oscillate after a certain number of iterations.%
\end { figure} %
\end { figure} %
%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%
\subsection { Improvement u sing ``ML-in-the-l ist'' s tep}
\subsection { Improvement U sing ``ML-in-the-L ist'' S tep}
Considering the magnitude of oscillation of the gradient of the code constraint
Considering the magnitude of the oscillation of the gradient of the code constraint
polynomial, some interesting behavior may be observed.
polynomial, some interesting behavior may be observed.
Figure \ref { fig:p_ error} shows the probability that a component of the estimate
Fig. \ref { fig:p_ error} shows the probability that a component of the estimate
is wrong, determined through a Monte Carlo simulation, when the components of
is wrong, determined through a Monte Carlo simulation, when the components of
$ \boldsymbol { c } $ are ordered from smallest to largest oscillation of
$ \boldsymbol { c } $ are ordered from smallest to largest oscillation of
$ \left ( \nabla h \right ) _ i $ .
$ \left ( \nabla h \right ) _ i $ .
@@ -591,37 +622,41 @@ the probability that a given component was decoded incorrectly.%
\begin { figure} [H]
\begin { figure} [H]
\centering
\centering
\begin { tikzpicture}
\ifoverleaf
\begin { axis } [
\includegraphics { figs/letter-figure4.pdf }
grid=both,
\else
ylabel=$ P ( \hat { c } _ { i' } \ne c _ { i' } ) $ ,
\begin { tikzpicture}
xlabel=$ i' $ ,
\begin { axis} [
ymode=log ,
grid=both ,
ymin=1e-9,ymax=1e-5 ,
ylabel=$ P ( \hat { c } _ { i' } \ne c _ { i' } ) $ ,
xmin=0,xmax=200 ,
xlabel=$ i' $ ,
width=\figwidth ,
ymode=log ,
height=\figheight ,
ymin=1e-9,ymax=1e-5 ,
]
xmin=0,xmax=200,
\addplot + [scol1, mark=none, line width=1]
width=0.95\fig width ,
table [col sep=comma, y=p_ error]{ res/p_ error.csv} ;
height=\figheight ,
\end { axis}
]
\end { tikzpicture}
\addplot + [scol0, mark=none, line width=1]
table [col sep=comma, y=p_ error]{ res/p_ error.csv} ;
\end { axis}
\end { tikzpicture}
\fi
\caption { Probability that a component of the estimated codeword
\caption { Probability that a component of the estimated codeword
$ \hat { \boldsymbol { c } } \in \mathbb { F } _ 2 ^ n $ is w rong for a (3,6) regular
$ \hat { \boldsymbol { c } } \in \mathbb { F } _ 2 ^ n $ is er roneous for a (3,6) regular
LDPC code with $ n = 204 , k = 102 $ \cite [\text{204.33.484}] { mackay} .
LDPC code with $ n = 204 , k = 102 $ \cite [\text{204.33.484}] { mackay} .
The indices $ i' $ are ordered such that the amplitude of oscillation of
The indices $ i' $ are ordered such that the amplitude of oscillation of
$ \left ( \nabla h \right ) _ { i' } $ increases with $ i' $ .
$ \left ( \nabla h \right ) _ { i' } $ increases with $ i' $ .
Parameters used for simulation: $ \gamma = 0 . 05 , \omega = 0 . 05 ,
Parameters used for the simulation: $ \gamma = 0 . 05 , \omega = 0 . 05 ,
\eta = 1 . 5 , E _ b / N _ 0 = \SI { 4 } { dB } $ .
\eta = 1 . 5 , E _ b / N _ 0 = \SI { 4 } { dB } $ .
Simulated with $ \SI { 100000000 } { } $ iterations.}
Simulated with $ \SI { 100000000 } { } $ iterations using the all-zeros codeword .}
\label { fig:p_ error}
\label { fig:p_ error}
\end { figure}
\end { figure}
The complete improved algorithm is depicted in a lgorithm \ref { alg:improved} .
The complete improved algorithm is given in A lgorithm \ref { alg:improved} .
First, the proximal decoding algorithm is applied.
First, the proximal decoding algorithm is applied.
If a valid codeword has been reached, i.e., if the algorithm has converged, this
If a valid codeword has been reached, i.e., if the algorithm has converged,
is the solution returned .
we return this solution.
Otherwise, $ N \in \mathbb { N } $ components are selected based on the criterion
Otherwise, $ N \in \mathbb { N } $ components are selected based on the criterion
presented above.
presented above.
Beginning with the recent estimate $ \hat { \boldsymbol { c } } \in \mathbb { F } _ 2 ^ n $ ,
Beginning with the recent estimate $ \hat { \boldsymbol { c } } \in \mathbb { F } _ 2 ^ n $ ,
@@ -668,7 +703,7 @@ generated and an ``ML-in-the-list'' step is performed.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section { Simulation Results \& Discussion}
\section { Simulation Results \& Discussion}
Figure \ref { fig:results} shows the FER and BER resulting from applying
Fig. \ref { fig:results} shows the FER and BER resulting from applying
proximal decoding as presented in \cite { proximal_ paper} and the improved
proximal decoding as presented in \cite { proximal_ paper} and the improved
algorithm presented here when applied to a $ \left ( 3 , 6 \right ) $ -regular LDPC
algorithm presented here when applied to a $ \left ( 3 , 6 \right ) $ -regular LDPC
code with $ n = 204 $ and $ k = 102 $ \cite [204.33.484] { mackay} .
code with $ n = 204 $ and $ k = 102 $ \cite [204.33.484] { mackay} .
@@ -676,67 +711,57 @@ The parameters chosen for the simulation are
$ \gamma = 0 . 05 , \omega = 0 . 05 , \eta = 1 . 5 , K = 200 $ .
$ \gamma = 0 . 05 , \omega = 0 . 05 , \eta = 1 . 5 , K = 200 $ .
Again, these parameters were chosen,%
Again, these parameters were chosen,%
%
%
\begin { figure} [ht]
\begin { figure}
\centering
\centering
\begin { tikzpicture}
\ifoverleaf
\pgfplotsset {
\includegraphics { figs/letter-figure5.pdf}
ProxPlot/.style={
\else
line width=1pt,
\begin { tikzpicture}
mark=*,
\begin { axis} [
fancy marks ,
grid=both ,
} ,
xlabel={ $ E _ \text { b } / N _ 0 $ (dB) } ,
ImprPlot/.style={
ymode=log,
line width=1pt ,
xmin=1, xmax=8 ,
mark=triangle ,
y max=1, ymin=1e-6 ,
densely dashed ,
width=\figwidth ,
fancy marks ,
height=\figheight ,
} ,
legend columns=2 ,
}
legend style={ draw=white!15!black,
legend cell align=left,
at={ (0.5,-0.44)} ,anchor=south}
]
\begin { axis} [
\addplot +[FERPlot, mark=o, mark options={ solid} , scol1]
grid=both ,
table [x=SNR, y=FER, col sep=comma ,
xlabel={ $ E _ \text { b } / N _ 0 $ (dB) } ,
discard if not={ gamma} { 0.05 } ,
ymode=log,
discard if gt={ SNR} { 9} ]
xmin=1, xmax=8,
{ res/proximal_ ber_ fer_ dfr_ 20433484.csv} ;
ymax=1, ymin=1e-6,
\addlegendentry { FER, prox. dec.} ;
width=\figwidth ,
height=\figheight ,
legend columns=2,
legend style={ draw=white!15!black,
legend cell align=left,
at={ (0.5,-0.44)} ,anchor=south}
]
\addplot +[ProxPlot , scol1]
\addplot +[BERPlot, mark=* , scol1]
table [x=SNR, y=F ER, col sep=comma,
table [x=SNR, y=B ER, col sep=comma,
discard if not={ gamma} { 0.05} ,
discard if not={ gamma} { 0.05} ,
discard if gt={ SNR} { 9 } ]
discard if gt={ SNR} { 7.5 } ]
{ res/proximal_ ber_ fer_ dfr_ 20433484.csv} ;
{ res/proximal_ ber_ fer_ dfr_ 20433484.csv} ;
\addlegendentry { F ER, prox. dec.} ;
\addlegendentry { B ER, prox. dec.} ;
\addplot +[ProxPlot , scol2]
\addplot +[FERPlot, mark=triangle, mark options={ solid} , scol2]
table [x=SNR, y=B ER, col sep=comma,
table [x=SNR, y=F ER, col sep=comma,
discard if not={ gamma} { 0.05} ,
discard if not={ gamma} { 0.05} ,
discard if gt={ SNR} { 7.5} ]
discard if gt={ SNR} { 7.5} ]
{ res/proximal _ ber_ fer_ dfr_ 20433484.csv} ;
{ res/im proved _ ber_ fer_ dfr_ 20433484.csv} ;
\addlegendentry { B ER, prox. dec. } ;
\addlegendentry { F ER, im proved } ;
\addplot +[Impr Plot, scol1 ]
\addplot +[BER Plot, mark=triangle*, scol2 ]
table [x=SNR, y=F ER, col sep=comma,
table [x=SNR, y=B ER, col sep=comma,
discard if not={ gamma} { 0.05} ,
discard if not={ gamma} { 0.05} ,
discard if gt={ SNR} { 7 .5} ]
discard if gt={ SNR} { 6 .5} ]
{ res/improved_ ber_ fer_ dfr_ 20433484.csv} ;
{ res/improved_ ber_ fer_ dfr_ 20433484.csv} ;
\addlegendentry { F ER, improved} ;
\addlegendentry { B ER, improved} ;
\end { axis}
\addplot +[ImprPlot, scol2]
\end { tikzpicture}
table [x=SNR, y=BER, col sep=comma,
\fi
discard if not={ gamma} { 0.05} ,
discard if gt={ SNR} { 6.5} ]
{ res/improved_ ber_ fer_ dfr_ 20433484.csv} ;
\addlegendentry { BER, improved} ;
\end { axis}
\end { tikzpicture}
\caption { FER and BER of proximal decoding \cite { proximal_ paper} and the
\caption { FER and BER of proximal decoding \cite { proximal_ paper} and the
improved algorithm for a $ \left ( 3 , 6 \right ) $ -regular LDPC code with
improved algorithm for a $ \left ( 3 , 6 \right ) $ -regular LDPC code with
@@ -761,7 +786,7 @@ The gain varies significantly
with the SNR (which is to be expected, since with higher SNR values the number
with the SNR (which is to be expected, since with higher SNR values the number
of bit errors decreases, making the correction of those errors in the
of bit errors decreases, making the correction of those errors in the
``ML-in-the-list'' step more likely).
``ML-in-the-list'' step more likely).
For an FER of $ 10 ^ { - 6 } $ the gain is approximately $ \SI { 1 } { dB } $ .
For an FER of $ 10 ^ { - 6 } $ , the gain is approximately $ \SI { 1 } { dB } $ .
Similar behavior can be observed with various other codes.
Similar behavior can be observed with various other codes.
No immediate relationship between the code length and the gain was observed
No immediate relationship between the code length and the gain was observed
during our examinations.
during our examinations.
@@ -776,7 +801,7 @@ from only a few components of the estimate being wrong.
These few erroneous components can mostly be corrected by appending an
These few erroneous components can mostly be corrected by appending an
additional step to the original algorithm that is only executed if the
additional step to the original algorithm that is only executed if the
algorithm has not converged.
algorithm has not converged.
A gain of up to $ \sim \ SI { 1 } { dB } $ can be observed, depending on the code,
A gain of up to $ \SI { 1 } { dB } $ can be observed, depending on the code,
the parameters considered, and the SNR.
the parameters considered, and the SNR.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -796,41 +821,6 @@ Ministry of Education and Research (BMBF) within the project Open6GHub
%
%
\begin { the bibliography} { 1}
\print bibliography
\bibliographystyle { IEEEtran}
\bibitem { ADMM}
S. Barman, X. Liu, S. C. Draper and B. Recht, ``Decomposition Methods for Large Scale LP Decoding,'' in IEEE Transactions on Information Theory, vol. 59, no. 12, pp. 7870-7886, Dec. 2013, doi: 10.1109/TIT.2013.2281372.
\bibitem { feldman_ paper}
J. Feldman, M. J. Wainwright and D. R. Karger, ``Using linear programming to Decode Binary linear codes,'' in IEEE Transactions on Information Theory, vol. 51, no. 3, pp. 954-972, March 2005, doi: 10.1109/TIT.2004.842696.
\bibitem { ml_ in_ the_ list}
M. Geiselhart, A. Elkelesh, M. Ebada, S. Cammerer and S. t. Brink, ``Automorphism Ensemble Decoding of Reed– Muller Codes,'' in IEEE Transactions on Communications, vol. 69, no. 10, pp. 6424-6438, Oct. 2021, doi: 10.1109/TCOMM.2021.3098798.
\bibitem { mackay99}
D. J. C. MacKay, ``Good error-correcting codes based on very sparse matrices,'' in IEEE Transactions on Information Theory, vol. 45, no. 2, pp. 399-431, March 1999, doi: 10.1109/18.748992.
\bibitem { mackay}
D.J.C. MacKay, ``Encyclopedia of sparse graph codes [online],''
Available: http://www.inference.phy.cam.ac.uk/mackay/codes/data.html
\bibitem { proximal_ algorithms}
N. Parikh and S. Boyd,``Proximal algorithms,'' Found. Trends Optim., vol. 1, no. 3, pp. 127– 239, Jan. 2014.
\bibitem { channel_ codes_ book}
W. Ryan and S. Lin, Channel Codes: Classical and Modern, Cambridge, Cambridge University Press, 2009, pp. 651-670.
\bibitem { adaptive_ lp_ decoding}
M. H. Taghavi and P. H. Siegel, ``Adaptive Linear Programming Decoding,'' 2006 IEEE International Symposium on Information Theory, Seattle, WA, USA, 2006, pp. 1374-1378, doi: 10.1109/ISIT.2006.262071.
\bibitem { interior_ point_ decoding}
P. O. Vontobel, ``Interior-point algorithms for linear-programming decoding,'' 2008 Information Theory and Applications Workshop, San Diego, CA, USA, 2008, pp. 433-437, doi: 10.1109/ITA.2008.4601085.
\bibitem { proximal_ paper}
T. Wadayama and S. Takabe, ``Proximal decoding for ldpc codes'' IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences, vol. advpub, 2022TAP0002, 2022.
\end { thebibliography}
\end { document}
\end { document}