Press ctrl+v and show us what you copied last!

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Beamer Presentation % LaTeX Template % Version 1.0 (10/11/12) % % This template has been downloaded from: % http://www.LaTeXTemplates.com % % License: % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%---------------------------------------------------------------------------------------- % PACKAGES AND THEMES %----------------------------------------------------------------------------------------

\documentclass{beamer} \setbeamertemplate{caption}[numbered]

\mode<presentation> {

% The Beamer class comes with a number of default slide themes % which change the colors and layouts of slides. Below this is a list % of all the themes, uncomment each in turn to see what they look like.

%\usetheme{default} %\usetheme{AnnArbor} %\usetheme{Antibes} %\usetheme{Bergen} %\usetheme{Berkeley} %\usetheme{Berlin} %\usetheme{Boadilla} %\usetheme{CambridgeUS} %\usetheme{Copenhagen} %\usetheme{Darmstadt} %\usetheme{Dresden} %\usetheme{Frankfurt} %\usetheme{Goettingen} %\usetheme{Hannover} %\usetheme{Ilmenau} %\usetheme{JuanLesPins} %\usetheme{Luebeck} \usetheme{Madrid} %\usetheme{Malmoe} %\usetheme{Marburg} %\usetheme{Montpellier} %\usetheme{PaloAlto} %\usetheme{Pittsburgh} %\usetheme{Rochester} %\usetheme{Singapore} %\usetheme{Szeged} %\usetheme{Warsaw}

% As well as themes, the Beamer class has a number of color themes % for any slide theme. Uncomment each of these in turn to see how it % changes the colors of your current slide theme.

%\usecolortheme{albatross} %\usecolortheme{beaver} %\usecolortheme{beetle} %\usecolortheme{crane} %\usecolortheme{dolphin} %\usecolortheme{dove} %\usecolortheme{fly} %\usecolortheme{lily} %\usecolortheme{orchid} %\usecolortheme{rose} %\usecolortheme{seagull} %\usecolortheme{seahorse} %\usecolortheme{whale} %\usecolortheme{wolverine}

%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line %\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line

%\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line } \usepackage{epstopdf} \usepackage{graphicx} % Allows including images \usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables

%---------------------------------------------------------------------------------------- % TITLE PAGE %----------------------------------------------------------------------------------------

\title[Tobacco leaves Classification]{Supervised classification of tobacco leaves using 12-channel multispectral image data} % The short title appears at the bottom of every slide, the full title is only on the title page

\author{Roy Abhinaba} % Your name \institute[UGR] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space { Universdad de Granada \ % Your institution for the title page \medskip \textit{[email protected]} % Your email address } \date{\today} % Date, can be changed to a custom date \logo{% \includegraphics[width=1cm,height=1cm,keepaspectratio]{UGR.eps}~% \includegraphics[width=1cm,height=1cm,keepaspectratio]{Erasmus_Mundus.eps}~% \includegraphics[width=1cm,height=1cm,keepaspectratio]{CIMET.eps}% }

\begin{document}

\begin{frame} \titlepage % Print the title page as the first slide \end{frame}

\begin{frame} \frametitle{Overview} % Table of contents slide, comment this block out to remove it \tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation \end{frame}

%---------------------------------------------------------------------------------------- % PRESENTATION SLIDES %----------------------------------------------------------------------------------------

%------------------------------------------------ % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk %------------------------------------------------ \section{Introduction} %\subsection{Subsection Example} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks \section{Methods} \section{Experiments} \section{Results}

\begin{frame} \frametitle{Introduction - Motivation} \begin{itemize} \item Automatic Classification system for tobacco leaves with features based on multispectral images. \item Faster, reduced subjectivity, 'fairer' efficient system output than manual inspection. \end{itemize} \end{frame}

%------------------------------------------------

\begin{frame} \frametitle{Introduction - Previous Work} \begin{itemize} \item Msc thesis of Imad Benkhaled, 2014. \item Geometric Separability Index (GSI) for class separability measure, SVM for classification. \item Multispectral features are better than conventional color features (RGB, Lab*).

\end{itemize} \end{frame}

%------------------------------------------------ \begin{frame} \frametitle{Methods - Proposed Work} \begin{columns}[c]

\column{.75\textwidth} \begin{itemize} \item 'Weak' separability of individual features (recognition slightly better than random guess) can be combined build a strong classifier.\cite{zhu2009multi} \end{itemize} \column{.15\textwidth} \pause \textbf{Boosting} \end{columns}

\end{frame}

%------------------------------------------------

\begin{frame} \frametitle{Boosting Example} \begin{figure} \includegraphics[width=0.25\textwidth]{boosting_toy0.png}

\caption{Toy Example of Boosting\footnote{Taken from https://www.coursera.org/course/ml}} \end{figure}

\end{frame}

%------------------------------------------------

\begin{frame} \frametitle{Boosting Example} \begin{figure} \includegraphics[width=0.5\linewidth]{boosting_toy1.png} \end{figure} \end{frame}

%------------------------------------------------

\begin{frame} \frametitle{Boosting Example} \begin{figure} \includegraphics[width=0.75\linewidth]{boosting_toy2.png} \end{figure} \end{frame}

%------------------------------------------------

\begin{frame} \frametitle{Boosting Example} \begin{figure} \includegraphics[width=0.75\linewidth]{boosting_toy3.png} \end{figure} \end{frame}

%------------------------------------------------

\begin{frame} \frametitle{Boosting Example}

\begin{figure} \includegraphics[width=0.8\linewidth]{boosting_final.png} \end{figure} \end{frame}

\begin{frame} \frametitle{ Methods - Proposed Work} \begin{columns}[c]

\column{.75\textwidth} \begin{itemize} \item "similar inputs should be close and dissimilar inputs should be far away." Learn a separate metric (or representation) on the current data, which satisfies this criteria.\cite{weinberger2005distance} \end{itemize} \column{.15\textwidth} \pause \textbf{Metric Learning} \end{columns}

\end{frame}

\begin{frame} \frametitle{ML Example}

\begin{figure} \includegraphics[width=0.75\linewidth]{littlemargin4.png} \caption{ML Example\footnote{Source: http://www.cse.wustl.edu/~kilian/code/lmnn/lmnn.html}} \end{figure} \end{frame}

%------------------------------------------------

\begin{frame} \frametitle{Experiments - Data} \begin{itemize} \item Data acquisition through truePIXA multi spectral line camera. \begin{figure}

\includegraphics[width=0.4\linewidth]{line_scan_function_principle2.pdf} \caption{Line scan function principle} \end{figure}

\pause \item 7 classes, based on position, colour of leaves and grading. 200 images in each class. \end{itemize} \begin{table} \begin{tabular}{l l l} \toprule \textbf{Code} & \textbf{Group Name (Leaf Position & color)} & \textbf{Grading}\ \midrule CF & Middle Orange & C1F, C2F, C3F, C4F \ V & Greenish & V \ XF & Bottom Orange & X2F, X4F \ \bottomrule \end{tabular} \caption{Leaf Classes} \end{table} \end{frame}

%------------------------------------------------

\begin{frame} \frametitle{Data} \begin{figure}

\includegraphics[width=.5\linewidth]{cf} \caption{Sample CF} \end{figure} \begin{figure}

\includegraphics[width=.5\linewidth]{v} \caption{Sample V} \end{figure} \begin{figure}

\includegraphics[width=.5\linewidth]{xf} \caption{Sample XF} \end{figure} \end{frame}

%------------------------------------------------

\begin{frame} \frametitle{Experiments - Work Flow}

\begin{figure}

\includegraphics[width=0.4\linewidth]{flowchart1.pdf} \caption{Workflow} \end{figure} \end{frame}

%------------------------------------------------

\begin{frame} \frametitle{Experiments - Current Challenges} \begin{itemize} \item Important to see if classifier parameters and number of word choices affect each other. \pause \item Time consuming to verify. To check correlation and/or optimality of number words, we did experiments with 50 samples per class, only the 4 CF classes. \end{itemize} \end{frame} %------------------------------------------------

\begin{frame} \frametitle{Results} \begin{itemize} \item Optimality of number of words is checked using Support Vector Machine with Chi square kernel.

\pause \begin{figure} \fontsize{10}{12}\selectfont \includegraphics[width=0.9\linewidth]{untitled.eps} \end{figure} \pause \item For reasonably high regularization parameter value, the result and the parameter value are uncorrelated. \end{itemize} \end{frame}

%------------------------------------------------

%----------------------------------------------

/r/CasualConversation Thread