diff --git a/presentations/CNN-Intro/CNN-Intro.pdf b/presentations/CNN-Intro/CNN-Intro.pdf index 3539b92..4ee39bb 100644 Binary files a/presentations/CNN-Intro/CNN-Intro.pdf and b/presentations/CNN-Intro/CNN-Intro.pdf differ diff --git a/presentations/CNN-Intro/CNN-Intro.tex b/presentations/CNN-Intro/CNN-Intro.tex index b636e4b..bb4f0d7 100644 --- a/presentations/CNN-Intro/CNN-Intro.tex +++ b/presentations/CNN-Intro/CNN-Intro.tex @@ -93,6 +93,13 @@ \end{figure} \end{frame} +\begin{frame}{Max Pooling} +\begin{figure}[ht] + \centering + \includegraphics[width=0.8\paperwidth]{graphics/max-pooling.pdf} +\end{figure} +\end{frame} + \begin{frame}{Convolutional Layer} \begin{figure}[ht] \centering @@ -100,12 +107,6 @@ \end{figure} \end{frame} -\begin{frame}{Max Pooling} -\begin{figure}[ht] - \centering - \includegraphics[width=0.8\paperwidth]{graphics/max-pooling.pdf} -\end{figure} -\end{frame} \section{Applications} \begin{frame}{Symbol recognizer} @@ -143,8 +144,6 @@ \captionsetup{labelformat=empty} \caption{Cinarel: Automatic Colorization of Webtoons Using Deep Convolutional Neural Networks (2018)} \end{figure} - -Interactive Demo: \href{http://richzhang.github.io/colorization/}{richzhang.github.io/colorization} \end{frame} @@ -156,7 +155,8 @@ Interactive Demo: \href{http://richzhang.github.io/colorization/}{richzhang.gith \caption{Zhang, Isola, Efros: Colorful Image Colorization (2016)} \end{figure} -Interactive Demo: \href{http://richzhang.github.io/colorization/}{richzhang.github.io/colorization} +Interactive Demo: \href{http://richzhang.github.io/colorization/}{richzhang.github.io/colorization}\\ +Model Lab: \href{https://github.com/MartinThoma/model-lab}{github.com/MartinThoma/model-lab} \end{frame} diff --git a/presentations/CNN-Intro/graphics/colorful-image-colorization.png b/presentations/CNN-Intro/graphics/colorful-image-colorization.png new file mode 100644 index 0000000..6c0aa91 Binary files /dev/null and b/presentations/CNN-Intro/graphics/colorful-image-colorization.png differ diff --git a/presentations/CNN-Intro/graphics/comic-colorization.png b/presentations/CNN-Intro/graphics/comic-colorization.png new file mode 100644 index 0000000..37fa0fb Binary files /dev/null and b/presentations/CNN-Intro/graphics/comic-colorization.png differ diff --git a/presentations/CNN-Intro/graphics/denoising.png b/presentations/CNN-Intro/graphics/denoising.png new file mode 100644 index 0000000..7037604 Binary files /dev/null and b/presentations/CNN-Intro/graphics/denoising.png differ diff --git a/presentations/CNN-Intro/graphics/leopard-inpainting.png b/presentations/CNN-Intro/graphics/leopard-inpainting.png new file mode 100644 index 0000000..1d1df97 Binary files /dev/null and b/presentations/CNN-Intro/graphics/leopard-inpainting.png differ diff --git a/presentations/CNN-Intro/graphics/multimodality-apple.png b/presentations/CNN-Intro/graphics/multimodality-apple.png new file mode 100644 index 0000000..5ba2581 Binary files /dev/null and b/presentations/CNN-Intro/graphics/multimodality-apple.png differ diff --git a/presentations/CNN-Intro/graphics/pixel-recursive-super-resolution.png b/presentations/CNN-Intro/graphics/pixel-recursive-super-resolution.png new file mode 100644 index 0000000..fe1ecc3 Binary files /dev/null and b/presentations/CNN-Intro/graphics/pixel-recursive-super-resolution.png differ diff --git a/presentations/CNN-Intro/graphics/symbol-recognizer.png b/presentations/CNN-Intro/graphics/symbol-recognizer.png new file mode 100644 index 0000000..9de59dd Binary files /dev/null and b/presentations/CNN-Intro/graphics/symbol-recognizer.png differ diff --git a/presentations/CNN-Intro/graphics/tdnns.png b/presentations/CNN-Intro/graphics/tdnns.png new file mode 100644 index 0000000..6bcf2ac Binary files /dev/null and b/presentations/CNN-Intro/graphics/tdnns.png differ