forked from lukas/Seminar_in_AI
add plots
This commit is contained in:
@@ -99,6 +99,12 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\centering
|
||||||
|
\includegraphics[scale=0.8]{rsc/overplotting}
|
||||||
|
\footnotesize\text{Source: https://statisticsglobe.com/avoid-overplotting-r}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Limitations of Traditional Approaches}
|
\begin{frame}{Limitations of Traditional Approaches}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Transparency-based methods
|
\item Transparency-based methods
|
||||||
@@ -216,28 +222,31 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
% SECTION 5: IMPLEMENTATION
|
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
\section{GPU Implementation}
|
\begin{frame}
|
||||||
|
\centering
|
||||||
|
\begin{figure}
|
||||||
|
\centering
|
||||||
|
\begin{minipage}{0.4\textwidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=\textwidth]{rsc/2408.06513v1_page_7_1}
|
||||||
|
|
||||||
\begin{frame}{Efficient GPU Computation}
|
\vspace{4pt}
|
||||||
\begin{itemize}
|
\footnotesize MNIST Dataset (UMAP)
|
||||||
\item All major steps implemented on GPU:
|
\end{minipage}
|
||||||
\begin{itemize}
|
\begin{minipage}{0.15\textwidth}
|
||||||
\item Density accumulation
|
\centering
|
||||||
\item Gaussian smoothing
|
$\Longrightarrow$
|
||||||
\item Integral image computation
|
\end{minipage}
|
||||||
\end{itemize}
|
\begin{minipage}{0.4\textwidth}
|
||||||
\item Fast multi-pass reduction for InIms
|
\centering
|
||||||
\item Complexity:
|
\includegraphics[width=\textwidth]{rsc/2408.06513v1_page_7_2}
|
||||||
\[
|
|
||||||
O(n + m)
|
\vspace{4pt}
|
||||||
\]
|
\footnotesize Visual encoding of the density-equalizing transform
|
||||||
where $m = 2^k \times 2^k$ is texture resolution
|
\end{minipage}
|
||||||
\item Achieves interactive rates for millions of samples
|
\label{fig:figure}
|
||||||
\end{itemize}
|
\end{figure}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
@@ -275,6 +284,60 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Three Proposed Encodings II}
|
||||||
|
\centering
|
||||||
|
\begin{figure}
|
||||||
|
\centering
|
||||||
|
\begin{minipage}{0.3\textwidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=\textwidth]{rsc/2408.06513v1_page_7_2}
|
||||||
|
|
||||||
|
\vspace{4pt}
|
||||||
|
\footnotesize Deformed grid lines
|
||||||
|
\end{minipage}
|
||||||
|
\begin{minipage}{0.3\textwidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=\textwidth]{rsc/2408.06513v1_page_7_3}
|
||||||
|
|
||||||
|
\vspace{4pt}
|
||||||
|
\footnotesize Background density texture
|
||||||
|
\end{minipage}
|
||||||
|
\begin{minipage}{0.3\textwidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=\textwidth]{rsc/2408.06513v1_page_7_4}
|
||||||
|
|
||||||
|
\vspace{4pt}
|
||||||
|
\footnotesize Contour lines
|
||||||
|
\end{minipage}
|
||||||
|
\label{fig:figure2}
|
||||||
|
\end{figure}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
% SECTION 5: IMPLEMENTATION
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
\section{GPU Implementation}
|
||||||
|
|
||||||
|
\begin{frame}{Efficient GPU Computation}
|
||||||
|
\begin{itemize}
|
||||||
|
\item All major steps implemented on GPU:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Density accumulation
|
||||||
|
\item Gaussian smoothing
|
||||||
|
\item Integral image computation
|
||||||
|
\end{itemize}
|
||||||
|
\item Fast multi-pass reduction for InIms
|
||||||
|
\item Complexity:
|
||||||
|
\[
|
||||||
|
O(n + m)
|
||||||
|
\]
|
||||||
|
where $m = 2^k \times 2^k$ is texture resolution
|
||||||
|
\item Achieves interactive rates for millions of samples
|
||||||
|
\end{itemize}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
% SECTION 7: RESULTS
|
% SECTION 7: RESULTS
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
@@ -294,6 +357,27 @@
|
|||||||
\includegraphics[scale=0.4]{rsc/results}
|
\includegraphics[scale=0.4]{rsc/results}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
% --- THE END
|
||||||
|
|
||||||
|
\begin{frame}[focus]
|
||||||
|
Thanks for your Attention!
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
% CLOSING/SUPPLEMENTARY SLIDES
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
\appendix
|
||||||
|
|
||||||
|
\begin{frame}{Sources}
|
||||||
|
\nocite{*} % Display all references regardless of if they were cited
|
||||||
|
\bibliography{sources}
|
||||||
|
\bibliographystyle{plain}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\section{Backup}\label{sec:backup}
|
||||||
|
|
||||||
\begin{frame}{User Study}
|
\begin{frame}{User Study}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item 25 participants, 3 tasks:
|
\item 25 participants, 3 tasks:
|
||||||
@@ -315,24 +399,4 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
% --- THE END
|
|
||||||
|
|
||||||
\begin{frame}[focus]
|
|
||||||
Thanks for your Attention!
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
% CLOSING/SUPPLEMENTARY SLIDES
|
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
\appendix
|
|
||||||
|
|
||||||
\begin{frame}{Sources}
|
|
||||||
\nocite{*} % Display all references regardless of if they were cited
|
|
||||||
\bibliography{sources}
|
|
||||||
\bibliographystyle{plain}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
BIN
presentation/rsc/2408.06513v1_page_7_1.png
Normal file
BIN
presentation/rsc/2408.06513v1_page_7_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 196 KiB |
BIN
presentation/rsc/2408.06513v1_page_7_2.png
Normal file
BIN
presentation/rsc/2408.06513v1_page_7_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
BIN
presentation/rsc/2408.06513v1_page_7_3.png
Normal file
BIN
presentation/rsc/2408.06513v1_page_7_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
BIN
presentation/rsc/2408.06513v1_page_7_4.png
Normal file
BIN
presentation/rsc/2408.06513v1_page_7_4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1001 KiB |
BIN
presentation/rsc/overplotting.png
Normal file
BIN
presentation/rsc/overplotting.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 188 KiB |
Reference in New Issue
Block a user