First round of corrections
This commit is contained in:
parent
53ad451013
commit
d49cdd4394
@ -37,7 +37,7 @@
|
|||||||
discard if not={mu}{3.0},
|
discard if not={mu}{3.0},
|
||||||
discard if gt={SNR}{4.0}]
|
discard if gt={SNR}{4.0}]
|
||||||
{res/admm/ber_2d_20433484.csv};
|
{res/admm/ber_2d_20433484.csv};
|
||||||
\addlegendentry{LP Decoding}
|
\addlegendentry{ADMM}
|
||||||
\addplot[PineGreen, line width=1pt, mark=triangle, solid]
|
\addplot[PineGreen, line width=1pt, mark=triangle, solid]
|
||||||
table [col sep=comma, x=SNR, y=FER,
|
table [col sep=comma, x=SNR, y=FER,
|
||||||
discard if gt={SNR}{3.0}]
|
discard if gt={SNR}{3.0}]
|
||||||
@ -306,7 +306,7 @@
|
|||||||
\addplot[RoyalPurple, only marks, mark=triangle*]
|
\addplot[RoyalPurple, only marks, mark=triangle*]
|
||||||
table [col sep=comma, x=n, y=spf]
|
table [col sep=comma, x=n, y=spf]
|
||||||
{res/admm/fps_vs_n.csv};
|
{res/admm/fps_vs_n.csv};
|
||||||
\addlegendentry{LP decoding}
|
\addlegendentry{ADMM}
|
||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
|
||||||
@ -377,7 +377,7 @@ return $\boldsymbol{s}$
|
|||||||
g_j\left( \boldsymbol{T}_j\tilde{\boldsymbol{c}}
|
g_j\left( \boldsymbol{T}_j\tilde{\boldsymbol{c}}
|
||||||
\right)}_{\text{Constraints}}} \\
|
\right)}_{\text{Constraints}}} \\
|
||||||
\text{subject to}\hspace{5mm} &
|
\text{subject to}\hspace{5mm} &
|
||||||
\tilde{\boldsymbol{c}} \in \mathbb{R}^n
|
\tilde{\boldsymbol{c}} \in \left[ 0, 1 \right]^n
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
\vspace*{-5mm}
|
\vspace*{-5mm}
|
||||||
@ -422,14 +422,14 @@ Initialize $\boldsymbol{r}, \boldsymbol{s}, \omega, \gamma$
|
|||||||
while stopping critierion unfulfilled do
|
while stopping critierion unfulfilled do
|
||||||
for j in $\mathcal{J}$ do
|
for j in $\mathcal{J}$ do
|
||||||
$p_j \leftarrow \prod_{i\in N_c\left( j \right) } r_i $
|
$p_j \leftarrow \prod_{i\in N_c\left( j \right) } r_i $
|
||||||
$\textcolor{KITblue}{M_{j\to} \leftarrow p_j^2 - p_j}$|\Suppressnumber|
|
$\textcolor{KITblue}{M_{j\to i} \leftarrow p_j^2 - p_j}$|\Suppressnumber|
|
||||||
|\vspace{0.7mm}\Reactivatenumber|
|
|\vspace{0.7mm}\Reactivatenumber|
|
||||||
end for
|
end for
|
||||||
for i in $\mathcal{I}$ do
|
for i in $\mathcal{I}$ do
|
||||||
$s_i \leftarrow s_i + \gamma \left[ 4\left( s_i^2 - 1 \right)s_i
|
$s_i \leftarrow s_i + \gamma \left[ 4\left( s_i^2 - 1 \right)s_i
|
||||||
\phantom{\frac{4}{s_i}}\right.$|\Suppressnumber|
|
\phantom{\frac{4}{s_i}}\right.$|\Suppressnumber|
|
||||||
|\Reactivatenumber|$\left.+ \frac{4}{s_i}\sum_{j\in N_v\left( i \right) }
|
|\Reactivatenumber|$\left.+ \frac{4}{s_i}\sum_{j\in N_v\left( i \right) }
|
||||||
M_{j\to} \right] $
|
M_{j\to i} \right] $
|
||||||
$r_i \leftarrow r_i + \omega \left( s_i - y_i \right)$
|
$r_i \leftarrow r_i + \omega \left( s_i - y_i \right)$
|
||||||
end for
|
end for
|
||||||
end while
|
end while
|
||||||
@ -470,7 +470,7 @@ return $\tilde{\boldsymbol{c}}$
|
|||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Analysis of the general behavior of the two decoding algorithms
|
\item Analysis of the general behavior of the two decoding algorithms
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Parameter choice
|
\item Parameter choice based on decoding performance and time complexity
|
||||||
\item Verification of theoretical considerations with simulation results
|
\item Verification of theoretical considerations with simulation results
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\item Suggestion for improvement of proximal decoding
|
\item Suggestion for improvement of proximal decoding
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
\vspace*{-0.3cm}
|
\vspace*{-0.3cm}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item MAP rule:
|
\item MAP rule as continuous maximization problem:
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\hat{\boldsymbol{x}}
|
\hat{\boldsymbol{x}}
|
||||||
&= \argmax_{\tilde{\boldsymbol{x}}\in\mathbb{R}^n}
|
&= \argmax_{\tilde{\boldsymbol{x}}\in\mathbb{R}^n}
|
||||||
@ -77,9 +77,9 @@
|
|||||||
\item Proximal operator \cite{proximal_algorithms}:
|
\item Proximal operator \cite{proximal_algorithms}:
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\text{prox}_{\gamma h} \left( \tilde{\boldsymbol{x}} \right) &\equiv
|
\text{prox}_{\gamma h} \left( \tilde{\boldsymbol{x}} \right) &\equiv
|
||||||
\argmin_{\boldsymbol{t}\in\mathbb{R}^n} \left(
|
\argmin_{\boldsymbol{t}\in\mathbb{R}^n}
|
||||||
\gamma h\left( \boldsymbol{t} \right) + \frac{1}{2} \lVert \boldsymbol{t}
|
\gamma h\left( \boldsymbol{t} \right) + \frac{1}{2} \lVert \boldsymbol{t}
|
||||||
- \tilde{\boldsymbol{x}} \rVert^2 \right)\\
|
- \tilde{\boldsymbol{x}} \rVert^2 \\
|
||||||
&\approx \tilde{\boldsymbol{x}}
|
&\approx \tilde{\boldsymbol{x}}
|
||||||
- \gamma \nabla h\left( \tilde{\boldsymbol{x}} \right),
|
- \gamma \nabla h\left( \tilde{\boldsymbol{x}} \right),
|
||||||
\hspace{5mm} \gamma \text{ small}
|
\hspace{5mm} \gamma \text{ small}
|
||||||
@ -146,12 +146,12 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
\boldsymbol{\gamma}^{T} \boldsymbol{c} = \sum_{i=1}^{n}
|
\boldsymbol{\gamma}^{T} \boldsymbol{c} = \sum_{i=1}^{n}
|
||||||
\gamma_i c_i,
|
\gamma_i c_i,
|
||||||
\hspace{5mm}\gamma_i = \ln\left(
|
\hspace{5mm}\gamma_i = \ln\left(
|
||||||
\frac{p_{Y_i \mid C_i}\left( y_i | c_i = 0 \right) }
|
\frac{f_{Y_i \mid C_i}\left( y_i | c_i = 0 \right) }
|
||||||
{p_{Y_i \mid C_i}\left(y_i | c_i=1 \right) } \right)
|
{f_{Y_i \mid C_i}\left(y_i | c_i=1 \right) } \right)
|
||||||
\end{align*}
|
\end{align*}
|
||||||
\item Exact \textit{integer linear programming} (ILP) formulation of ML decoding:
|
\item Exact \textit{integer linear programming} (ILP) formulation of ML decoding:
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
&\text{minimize } \boldsymbol{\gamma}^\text{T} \tilde{\boldsymbol{c}}\\
|
&\text{minimize } \boldsymbol{\gamma}^\text{T} \boldsymbol{c}\\
|
||||||
&\text{subject to } \boldsymbol{c}\in \mathcal{C}
|
&\text{subject to } \boldsymbol{c}\in \mathcal{C}
|
||||||
\end{align*}
|
\end{align*}
|
||||||
\item Goal: relaxation of constraints to make a practical solution to the problem feasible
|
\item Goal: relaxation of constraints to make a practical solution to the problem feasible
|
||||||
@ -665,7 +665,7 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\text{minimize}\hspace{2mm} &\boldsymbol{\gamma}^\text{T} \boldsymbol{c} \\
|
\text{minimize}\hspace{2mm} &\boldsymbol{\gamma}^\text{T} \tilde{\boldsymbol{c}} \\
|
||||||
\text{subject to}\hspace{2mm} &\tilde{\boldsymbol{c}} \in
|
\text{subject to}\hspace{2mm} &\tilde{\boldsymbol{c}} \in
|
||||||
\text{poly}\left( \mathcal{C} \right) &\
|
\text{poly}\left( \mathcal{C} \right) &\
|
||||||
\end{align*}
|
\end{align*}
|
||||||
@ -822,6 +822,7 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
\vspace*{-7mm}
|
\vspace*{-7mm}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
\item Convergence properties enhanced by over-relaxation with parameter $\rho$
|
||||||
\item Simplified rules%
|
\item Simplified rules%
|
||||||
\footnote{$\left( \boldsymbol{z}_j \right)_i $ is a slight abuse of notation.
|
\footnote{$\left( \boldsymbol{z}_j \right)_i $ is a slight abuse of notation.
|
||||||
What is actually meant is the component of $\boldsymbol{z}_j$ that is associated
|
What is actually meant is the component of $\boldsymbol{z}_j$ that is associated
|
||||||
@ -843,13 +844,11 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
- \boldsymbol{z}_j
|
- \boldsymbol{z}_j
|
||||||
\hspace{5mm} && \forall j\in\mathcal{J}
|
\hspace{5mm} && \forall j\in\mathcal{J}
|
||||||
\end{alignat*}
|
\end{alignat*}
|
||||||
\item The main computational effort are the projections
|
\item The projections $\Pi_{\mathcal{P}_{d_j}}, \hspace{1mm} j\in\mathcal{J}$
|
||||||
$\Pi_{\mathcal{P}_{d_j}}, \hspace{1mm} j\in\mathcal{J}$. Many
|
are the main computational effort
|
||||||
different approaches exist, e.g., \cite{original_admm},
|
\item Many approaches exist \cite{original_admm}, \cite{efficient_lp_dec_admm},
|
||||||
\cite{efficient_lp_dec_admm}, \cite{lautern}.
|
\cite{lautern}
|
||||||
\item The approach chosen here is the one described in \cite{original_admm}
|
\item The approach chosen here is the one described in \cite{original_admm}
|
||||||
\item The convergence properties can be enhanced by performing an
|
|
||||||
\textit{over-relaxation}, introducing the parameter $\rho$
|
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|||||||
@ -75,21 +75,20 @@
|
|||||||
\label{fig:sim_results_prox}
|
\label{fig:sim_results_prox}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\vspace*{-0.5cm}
|
% \vspace*{-0.5cm}
|
||||||
\begin{itemize}
|
% \begin{itemize}
|
||||||
\item $\mathcal{O}\left(n \right) $ time complexity - same as BP;
|
% \item $\mathcal{O}\left(n \right) $ time complexity - same as BP;
|
||||||
only multiplication and addition necessary \cite{proximal_paper}
|
% only multiplication and addition necessary \cite{proximal_paper}
|
||||||
\item Measured performance: $\sim\SI{10000}{}$ frames/s
|
% \item Measured performance: $\sim\SI{10000}{}$ frames/s
|
||||||
on Intel Core i7-7700HQ @ 2.80GHz; $n=204$
|
% on Intel Core i7-7700HQ @ 2.80GHz; $n=204$
|
||||||
\end{itemize}
|
% \end{itemize}
|
||||||
\vspace{3mm}
|
% \vspace{3mm}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\begin{frame}[t]
|
\begin{frame}[t]
|
||||||
\frametitle{Proximal Decoding: Choice of $\gamma$}
|
\frametitle{Proximal Decoding: Choice of $\gamma$}
|
||||||
\setcounter{footnote}{0}
|
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Simulation%
|
\item Simulation%
|
||||||
@ -100,14 +99,14 @@
|
|||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
|
\hspace*{-3.5cm}
|
||||||
\begin{subfigure}[c]{0.5\textwidth}
|
\begin{subfigure}[c]{0.4\textwidth}
|
||||||
\centering
|
\centering
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\begin{semilogyaxis}[xlabel={$E_b / N_0$ (dB)}, ylabel={BER},
|
\begin{semilogyaxis}[xlabel={$E_b / N_0$ (dB)}, ylabel={BER},
|
||||||
grid=both, grid style={line width=.1pt},
|
grid=both, grid style={line width=.1pt},
|
||||||
width=0.8\textwidth,
|
width=\textwidth,
|
||||||
height=0.6\textwidth,
|
height=0.75\textwidth,
|
||||||
legend style={at={(0.05,0.05)},anchor=south west},
|
legend style={at={(0.05,0.05)},anchor=south west},
|
||||||
ymin=3e-7, ymax=1.5,]
|
ymin=3e-7, ymax=1.5,]
|
||||||
\addplot [ForestGreen, mark=*] table [x=SNR, y=BER,
|
\addplot [ForestGreen, mark=*] table [x=SNR, y=BER,
|
||||||
@ -125,7 +124,8 @@
|
|||||||
\end{semilogyaxis}
|
\end{semilogyaxis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{subfigure}%
|
\end{subfigure}%
|
||||||
\begin{subfigure}[c]{0.5\textwidth}
|
\hspace{5mm}
|
||||||
|
\begin{subfigure}[c]{0.4\textwidth}
|
||||||
\centering
|
\centering
|
||||||
|
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
@ -134,8 +134,8 @@
|
|||||||
xlabel={$E_b / N_0$ (dB)},
|
xlabel={$E_b / N_0$ (dB)},
|
||||||
ylabel={$\gamma$},
|
ylabel={$\gamma$},
|
||||||
zlabel={BER},
|
zlabel={BER},
|
||||||
width=0.8\textwidth,
|
width=\textwidth,
|
||||||
height=0.6\textwidth,
|
height=0.75\textwidth,
|
||||||
legend pos=outer north east,]
|
legend pos=outer north east,]
|
||||||
|
|
||||||
\addplot3[surf,
|
\addplot3[surf,
|
||||||
@ -392,7 +392,6 @@
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\begin{frame}[t, fragile]
|
\begin{frame}[t, fragile]
|
||||||
\frametitle{Proximal Decoding: Frame Error Rate}
|
\frametitle{Proximal Decoding: Frame Error Rate}
|
||||||
\setcounter{footnote}{0}
|
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Analysis of simulated%
|
\item Analysis of simulated%
|
||||||
@ -514,7 +513,6 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\begin{frame}[t]
|
\begin{frame}[t]
|
||||||
\frametitle{Proximal Decoding: Oscillation of Estimate}
|
\frametitle{Proximal Decoding: Oscillation of Estimate}
|
||||||
\setcounter{footnote}{0}
|
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item $\nabla L \left( \boldsymbol{y} \mid \tilde{\boldsymbol{x}} \right) $
|
\item $\nabla L \left( \boldsymbol{y} \mid \tilde{\boldsymbol{x}} \right) $
|
||||||
@ -724,7 +722,6 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\begin{frame}[t]
|
\begin{frame}[t]
|
||||||
\frametitle{Proximal Decoding: Visualization of Gradients}
|
\frametitle{Proximal Decoding: Visualization of Gradients}
|
||||||
\setcounter{footnote}{0}
|
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
@ -809,11 +806,10 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\begin{frame}[t]
|
\begin{frame}[t]
|
||||||
\frametitle{Proximal Decoder: Oscillation of $\nabla h\left( \tilde{\boldsymbol{x}} \right) $}
|
\frametitle{Proximal Decoder: Oscillation of $\nabla h\left( \tilde{\boldsymbol{x}} \right) $}
|
||||||
\setcounter{footnote}{0}
|
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item For larger $n$, the gradient itself starts to oscillate
|
\item For larger $n$, the gradient itself starts to oscillate
|
||||||
\item The amplitude of the oscillation seems to be highly correlated
|
\item The dynamic range of the oscillation is highly correlated
|
||||||
with the probability of a bit error
|
with the probability of a bit error
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
@ -873,7 +869,7 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
|
||||||
\caption{Correlation between bit error and amplitude of oscillation}
|
\caption{Correlation between bit error and dynamic range of oscillation}
|
||||||
\end{subfigure}
|
\end{subfigure}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
@ -899,7 +895,6 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%\begin{frame}[t, fragile]
|
%\begin{frame}[t, fragile]
|
||||||
% \frametitle{Proximal Decoding: Improvement using ``ML-on-List''}
|
% \frametitle{Proximal Decoding: Improvement using ``ML-on-List''}
|
||||||
% \setcounter{footnote}{0}
|
|
||||||
%
|
%
|
||||||
% \begin{itemize}
|
% \begin{itemize}
|
||||||
% \item Comparison of proximal \& hybrid-proximal-ML\\
|
% \item Comparison of proximal \& hybrid-proximal-ML\\
|
||||||
@ -1000,9 +995,8 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\begin{frame}[t, fragile]
|
\begin{frame}[t, fragile]
|
||||||
\frametitle{Proximal Decoding: Improvement using \\``ML-in-the-List''}
|
\frametitle{Proximal Decoding: Improvement using \\``ML-in-the-List''}
|
||||||
\setcounter{footnote}{0}
|
|
||||||
|
|
||||||
\vspace*{-0.7cm}
|
\vspace*{-0.5cm}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Improvement of proximal decoding by adding an ``ML-in-the-List'' step after
|
\item Improvement of proximal decoding by adding an ``ML-in-the-List'' step after
|
||||||
@ -1027,12 +1021,11 @@ for $K$ iterations do
|
|||||||
return $\boldsymbol{\hat{c}}$
|
return $\boldsymbol{\hat{c}}$
|
||||||
end if
|
end if
|
||||||
end for
|
end for
|
||||||
return $\boldsymbol{\hat{c}}$
|
return $\boldsymbol{\hat{c}}$ |\Suppressnumber|
|
||||||
|
|
||||||
|
|
||||||
|
|\phantom{a}||\Reactivatenumber|
|
||||||
\end{algorithm}
|
\end{algorithm}
|
||||||
|
|
||||||
\vspace*{-5mm}
|
|
||||||
|
|
||||||
\caption{Proximal decoding algorithm \cite{proximal_paper}}
|
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\end{minipage}%
|
\end{minipage}%
|
||||||
@ -1052,14 +1045,10 @@ for $K$ iterations do
|
|||||||
end if
|
end if
|
||||||
end for
|
end for
|
||||||
$\textcolor{KITblue}{\text{Find }N\text{ most probably wrong bits.}}$
|
$\textcolor{KITblue}{\text{Find }N\text{ most probably wrong bits.}}$
|
||||||
$\textcolor{KITblue}{\text{Generate variations } \boldsymbol{\tilde{c}}_l\text{ of }\boldsymbol{\hat{c}}\text{ with the }N\text{ bits modified.}}$
|
$\textcolor{KITblue}{\text{Generate variations } \boldsymbol{\hat{c}}_l\text{ of }\boldsymbol{\hat{c}}\text{ with the }N\text{ bits modified.}}$
|
||||||
$\textcolor{KITblue}{\text{Compute }d_H\left( \boldsymbol{ \tilde{c}}_l, \boldsymbol{\hat{c}} \right) \text{ for all valid codewords } \boldsymbol{\tilde{c}}_l}$
|
$\textcolor{KITblue}{\text{Compute }d_H\left( \boldsymbol{ \hat{c}}_l, \boldsymbol{\hat{c}} \right) \text{ for all valid codewords } \boldsymbol{\hat{c}}_l}$
|
||||||
$\textcolor{KITblue}{\text{Output }\boldsymbol{\tilde{c}}_l\text{ with lowest }d_H\left( \boldsymbol{ \tilde{c}}_l, \boldsymbol{\hat{c}} \right)}$
|
$\textcolor{KITblue}{\textbf{return }\boldsymbol{\hat{c}}_l\text{ with lowest }d_H\left( \boldsymbol{ \hat{c}}_l, \boldsymbol{\hat{c}} \right)}$
|
||||||
\end{algorithm}
|
\end{algorithm}
|
||||||
|
|
||||||
\vspace*{-5mm}
|
|
||||||
|
|
||||||
\caption{Improved proximal decoding algorithm}
|
|
||||||
\end{figure}
|
\end{figure}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
@ -1506,7 +1495,6 @@ $\textcolor{KITblue}{\text{Output }\boldsymbol{\tilde{c}}_l\text{ with lowest }d
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\begin{frame}[t]
|
\begin{frame}[t]
|
||||||
\frametitle{Proximal Decoding: Average Error}
|
\frametitle{Proximal Decoding: Average Error}
|
||||||
\setcounter{footnote}{0}
|
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
|
|||||||
@ -93,7 +93,7 @@
|
|||||||
\begin{align*}
|
\begin{align*}
|
||||||
\boldsymbol{x} = \left( -1 \right)^{\boldsymbol{c}},
|
\boldsymbol{x} = \left( -1 \right)^{\boldsymbol{c}},
|
||||||
\hspace{5mm} \boldsymbol{c} \in \mathbb{F}_2^n,
|
\hspace{5mm} \boldsymbol{c} \in \mathbb{F}_2^n,
|
||||||
\hspace{2mm} \boldsymbol{x} \in \mathbb{R}^n
|
\hspace{2mm} \boldsymbol{x} \in \left\{ -1, 1 \right\}^n
|
||||||
\end{align*}
|
\end{align*}
|
||||||
\item The channel model is AWGN:
|
\item The channel model is AWGN:
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
@ -194,7 +194,7 @@
|
|||||||
\node[color=KITgreen, right=0cm of f] {$\tilde{\boldsymbol{c}}$};
|
\node[color=KITgreen, right=0cm of f] {$\tilde{\boldsymbol{c}}$};
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
|
||||||
\caption{Hypercube ($n=3$) with valid codewords for single parity-check}
|
\caption{Hypercube ($n=3$) with valid codewords for single parity-check code}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user