1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 11:26:25 +02:00

[NN] Added images to presentation

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-07-17 10:34:25 +02:00
parent 14c212b912
commit df87f13e31

View File

@ -9,7 +9,7 @@
\newcommand{\trmatrikelnummer}{6420323} \newcommand{\trmatrikelnummer}{6420323}
\newcommand{\tremail}{2martens@informatik.uni-hamburg.de} \newcommand{\tremail}{2martens@informatik.uni-hamburg.de}
\newcommand{\trinstitute}{Dept. Informatik -- Knowledge Technology, WTM} \newcommand{\trinstitute}{Dept. Informatik -- Knowledge Technology, WTM}
\newcommand{\trwebsiteordate}{{http://www.informatik.uni-hamburg.de/WTM/}} \newcommand{\trwebsiteordate}{{https://www.inf.uni-hamburg.de/en/inst/ab/wtm/}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Languages: % Languages:
@ -71,8 +71,8 @@
\usepackage[ \usepackage[
backend=biber, backend=biber,
bibstyle=ieee, bibstyle=authoryear,
citestyle=ieee, citestyle=authoryear,
minnames=1, minnames=1,
maxnames=2 maxnames=2
]{biblatex} ]{biblatex}
@ -233,14 +233,14 @@ maxnames=2
%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Display of TOCs: % Display of TOCs:
\AtBeginSection[] %\AtBeginSection[]
{ %{
\setcounter{tocdepth}{2} % \setcounter{tocdepth}{2}
\begin{frame} % \begin{frame}
\frametitle{Outline} % \frametitle{Outline}
\tableofcontents[currentsection] % \tableofcontents[currentsection]
\end{frame} % \end{frame}
} %}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document: % Document:
@ -252,6 +252,12 @@ maxnames=2
\end{frame} \end{frame}
%\setcounter{framenumber}{0} %\setcounter{framenumber}{0}
\begin{frame}[t]
\frametitle{Motivation}
\centering
\includegraphics[scale=0.8]{robot-motivation}
\end{frame}
\begin{frame}[t] \begin{frame}[t]
\frametitle{Motivation} \frametitle{Motivation}
\begin{itemize} \begin{itemize}
@ -266,10 +272,10 @@ maxnames=2
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame} %\begin{frame}
\frametitle{Outline} % \frametitle{Outline}
\tableofcontents % \tableofcontents
\end{frame} %\end{frame}
%%%%%%%%%%%%%% %%%%%%%%%%%%%%
% Your Content % Your Content
@ -281,12 +287,9 @@ maxnames=2
\begin{itemize} \begin{itemize}
\item networks completely forgets previously learned tasks \item networks completely forgets previously learned tasks
\vfill \vfill
\item originally discovered by McCloskey and \item originally discovered by \cite{McCloskey1989}
Cohen\footnote{M. McCloskey and N. J. Cohen,
"Catastrophic Forgetting in connectionist networks: The sequential
learning problem"\cite{McCloskey1989}}
\vfill \vfill
\item radical example of "stability-plasticity" problem\cite{Grossberg1982} \item radical example of "stability-plasticity" problem\footnote{\cite{Grossberg1982}}
\end{itemize} \end{itemize}
\end{frame} \end{frame}
@ -295,9 +298,7 @@ maxnames=2
\begin{itemize} \begin{itemize}
\item learning is described as plasticity \item learning is described as plasticity
\vfill \vfill
\item definition of synaptic plasticity given by \item definition of synaptic plasticity given in \cite{Citri2008}
Citri\footnote{A. Citri and R. C. Malenka, "Synaptic plasticity:
Multiple forms, functions and mechanisms"\cite{Citri2008}} is used
\vfill \vfill
\item changing weights is already considered plasticity \item changing weights is already considered plasticity
\end{itemize} \end{itemize}
@ -305,16 +306,13 @@ maxnames=2
\begin{frame}[t] \begin{frame}[t]
\frametitle{Modulated Neural Network} \frametitle{Modulated Neural Network}
\centering
\includegraphics{mnn-drawing}
\begin{itemize} \begin{itemize}
\item any neural network with neuromodulator layer \item \cite{Toutounji2016} use neuromodulator cells (NMCs)
\vfill
\item neuromodulator layer is 2nd environmental feedback loop
\vfill
\item Toutounji and Pasemann use neuromodulator cells (NMCs)
\vfill \vfill
\item spatial representation in the network \item spatial representation in the network
\vfill
\item production and reduction modes of NMCs
\end{itemize} \end{itemize}
\end{frame} \end{frame}
@ -325,8 +323,6 @@ maxnames=2
\vfill \vfill
\item uses discrete time \item uses discrete time
\vfill \vfill
\item stimulates NMCs with linear model
\vfill
\item both random search and gaussian walk use this type of network \item both random search and gaussian walk use this type of network
\end{itemize} \end{itemize}
\end{frame} \end{frame}
@ -336,10 +332,6 @@ maxnames=2
\begin{frame}[t] \begin{frame}[t]
\frametitle{Modulated Random Search} \frametitle{Modulated Random Search}
\begin{itemize} \begin{itemize}
\item random weight changes
\vfill
\item maximum weight change probability for each synapse
\vfill
\item weight change can happen any time \item weight change can happen any time
\vfill \vfill
\item new weight chosen randomly from given interval \item new weight chosen randomly from given interval
@ -351,9 +343,7 @@ maxnames=2
\begin{frame}[t] \begin{frame}[t]
\frametitle{Modulated Gaussian Walk} \frametitle{Modulated Gaussian Walk}
\begin{itemize} \begin{itemize}
\item introduced by Toutounji and Pasemann\footnote{H. Toutounji and \item introduced by \cite{Toutounji2016}
F. Pasemann, "Autonomous learning needs a second environmental feedback
loop"\cite{Toutounji2016}}
\vfill \vfill
\item new weights are sum of old weight and value sampled from normal distribution \item new weights are sum of old weight and value sampled from normal distribution
\vfill \vfill
@ -365,13 +355,18 @@ maxnames=2
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}[t]
\frametitle{Localized Learning}
\centering
\includegraphics[scale=0.75]{sources-drawing}
\begin{itemize}
\item introduced by \cite{Velez2017}
\end{itemize}
\end{frame}
\begin{frame}[t] \begin{frame}[t]
\frametitle{Localized Learning} \frametitle{Localized Learning}
\begin{itemize} \begin{itemize}
\item introduced by Velez and Clune\footnote{R. Velez and J. Clune,
"Diffusion-based neuromodulation can eliminate catastrophic forgetting
in simple neural networks"\cite{Velez2017}}
\vfill
\item solves foraging task \item solves foraging task
\begin{itemize} \begin{itemize}
\item agent has lifetime of three years, each year has summer and winter \item agent has lifetime of three years, each year has summer and winter
@ -387,17 +382,17 @@ maxnames=2
\section{Results} \section{Results}
\begin{frame}[t]
\frametitle{Experiment Setup}
\centering
\includegraphics{experiments-drawing}
\end{frame}
\begin{frame}[t] \begin{frame}[t]
\frametitle{Modulated Random Search} \frametitle{Modulated Random Search}
\centering
\includegraphics{mrs-results}
\begin{itemize} \begin{itemize}
\item works well for positive light-tropism task
\vfill
\item everything else (obstacle avoidance or combination of both) does not
work well
\vfill
\item intermediate temporary solutions significantly higher than final
number of solutions
\vfill
\item even almost stable networks are destroyed if slightest weakness \item even almost stable networks are destroyed if slightest weakness
discovered discovered
\end{itemize} \end{itemize}