\documentclass{beamer}
\usetheme{Madrid}
\title{Zero-Shot Learning in Visual Recognition}
\author{Clara Mbaye}
\date{2024-05-06}

\begin{document}
\frame{\titlepage}
\begin{frame}{Techniques}
\begin{itemize}
  \item Semantic space mapping
  \item Attribute learning
  \item Unseen class classification
\end{itemize}
\end{frame}
\begin{frame}{Future Work}
\begin{itemize}
  \item Generalized zero-shot models
  \item Combining with few-shot paradigms
\end{itemize}
\end{frame}
\end{document}
