Added bibliography entry for original ADMM paper

This commit is contained in:
Andreas Tsouchlos 2023-03-12 21:08:03 +01:00
parent c4dfcfbb24
commit 2f87165c0d
3 changed files with 16 additions and 5 deletions

View File

@ -121,3 +121,14 @@
doi={10.1109/TIT.2020.2984247} doi={10.1109/TIT.2020.2984247}
} }
@ARTICLE{original_admm,
author={Barman, Siddharth and Liu, Xishuo and Draper, Stark C. and Recht, Benjamin},
journal={IEEE Transactions on Information Theory},
title={Decomposition Methods for Large Scale LP Decoding},
year={2013},
volume={59},
number={12},
pages={7870-7886},
doi={10.1109/TIT.2013.2281372}
}

View File

@ -692,9 +692,9 @@ The resulting formulation of the relaxed optimization problem becomes:%
\begin{itemize} \begin{itemize}
\item Distributed nature, making it a competitor to BP \item Distributed nature, making it a competitor to BP
(which can also be implemented in a distributed manner) (which can also be implemented in a distributed manner)
(See original ADMM paper) \cite[Sec. I]{original_admm}
\item Computational performance similar to BP has been demnonstrated \item Computational performance similar to BP has been demnonstrated
(See original ADMM paper) \cite[Sec. I]{original_admm}
\end{itemize} \end{itemize}
\item Adaptive linear programming? \item Adaptive linear programming?
\item How ADMM is adapted to LP decoding \item How ADMM is adapted to LP decoding

View File

@ -6,10 +6,10 @@
\item Problem definition \item Problem definition
\item Motivation \item Motivation
\begin{itemize} \begin{itemize}
\item Error floor when decoding with BP (seems to not be persent with LP decoding - \item Error floor when decoding with BP (seems to not be persent with LP decoding
see original ADMM paper introduction) \cite[Sec. I]{original_admm})
\item Strong theoretical guarantees that allow for better and better approximations \item Strong theoretical guarantees that allow for better and better approximations
for ML decoding (See original ADMM peper introduction) for ML decoding \cite[Sec. I]{original_admm}
\end{itemize} \end{itemize}
\item Results summary \item Results summary
\end{itemize} \end{itemize}