Skip to content

Commit

Permalink
Adiciona slides sobre semi-supervisionado e transdutivo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Dec 4, 2023
1 parent f4b07ef commit 2d5987b
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 21 deletions.
77 changes: 56 additions & 21 deletions apresentacao.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ \section{Introdução}
%% ---------------------------------------------------------------------------
\subsection{Tipos de segmentação de imagem}

\begin{frame}{Definição do problema}
\begin{frame}{Segmentação de imagens}
\begin{block}{Definição}
Segmentar uma imagem significa dividí-la em regiões de interesse.
\end{block}
Expand All @@ -72,25 +72,32 @@ \subsection{Tipos de segmentação de imagem}
\begin{figure}\label{fig:semantic-vs-instance-segmentation}
\centering
\caption{Comparação entre segmentação semântica e segmentação de instâncias.}
\includegraphics[scale=0.2]{figuras/image-segmentation-types}
\includegraphics[scale=0.23]{figuras/image-segmentation-types}
\source{\cite{MediumInstanceSegmentation2019}}
\end{figure}
\end{frame}

\begin{frame}{Segmentação interativa}
\begin{figure}\label{fig:interactive--segmentation}
\centering
\caption{Ilustração de segmentação interativa, rotulação em azul e
vermelho.\\ Na imagem a direita, foto segmentada sem o fundo.}
\caption{Ilustração de segmentação interativa, rotulações em azul e
vermelho.\\ Na imagem à direita, após segmentação o fundo foi removido.}
\includegraphics[scale=0.6]{figuras/interactive-segmentation-2008}
\source{\cite{duchenne2008segmentation}}
\end{figure}
\end{frame}

\begin{frame}{Segmentação interativa}
\begin{alertblock}{Foco}
O foco desta apresentação é demonstrar uma nova técnica de
segmentação de imagens, avaliado no cenário de segmentação
interativa com duas classes: o objeto de interesse e o fundo.
\end{alertblock}
\end{frame}


%% ---------------------------------------------------------------------------
\subsection{Aprendizado semi-supervisionada}
\subsection{Aprendizado semi-supervisionado}

\begin{frame}{Aprendizado semi-supervisionado}
\begin{figure}\label{fig:interactive--segmentation}
Expand All @@ -107,31 +114,59 @@ \subsection{Aprendizado semi-supervisionada}


\begin{frame}{Aprendizado semi-supervisionado}
\begin{block}{Definição}
Dado um conjunto de dados de treinamento $ \mathbf{X} =
\{\vec{x_1}, \vec{x_2}, \ldots, \vec{x_n}\} $, tal que $ \vec{x_n} \in \mathbb{R}^d $,
onde apenas um subconjunto $ \vec{Y} = \{y_1, y_2, \ldots , y_m\} $ em que
$ (m < n) $ tem rótulos correspondentes, o objetivo do aprendizado
semi-supervisionado é usar tanto o conjunto de dados rotulado quanto o
não rotulado para aprender a função $ f: \mathbf{X} \rightarrow \vec{Y} $ que
pode prever o rótulo $ y $ para um novo exemplo $ \vec{x} $.
\begin{block}{Dados de treinamento}
Dado um conjunto de dados de treinamento $ \mathbf{X} =
\{\vec{x_1}, \vec{x_2}, \ldots, \vec{x_n}\} $, tal que $ \vec{x_n} \in \mathbb{R}^d $,

Check warning on line 119 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

ldots

"ldots" is a typo. Did you mean "lots"?

Check warning on line 119 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

mathbb

"mathbb" is a typo. Did you mean "bathmat"?
onde apenas um subconjunto $ \vec{Y} = \{y_1, y_2, \ldots , y_m\} $ em que

Check warning on line 120 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

ldots

"ldots" is a typo. Did you mean "lots"?
$ (m < n) $ tem rótulos correspondentes.
\end{block}
\end{frame}

\pause{}

\subsection{Algoritmos indutivos vs transdutivos}
\begin{frame}{Criando Caixas}
\successbox{testando o success box}
\begin{block}{Objetivo}
O objetivo do aprendizado semi-supervisionado é usar tanto o
conjunto de dados rotulado quanto o não rotulado para aprender a
função $ f: \mathbf{X} \rightarrow \vec{Y} $ que pode prever o rótulo $ y $ para
um novo exemplo $ \vec{x} $.
\end{block}
\end{frame}

\pause

\alertbox{testando o alert box}
\subsection{Aprendizado indutivo vs aprendizado transdutivo}

Check warning on line 135 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

transdutivo

"transdutivo" is a typo. Did you mean "transduction"?

\begin{frame}{Aprendizado indutivo vs aprendizado transdutivo}

Check warning on line 137 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

transdutivo

"transdutivo" is a typo. Did you mean "transduction"?
\begin{figure}\label{fig:interactive--segmentation}
\centering
\caption{
No aprendizado indutivo, como em redes neurais, uma função de
inferência é estimada durante o treinamento. Enquanto isso,
no aprendizado transdutivo a inferência de novos pontos é realizado sem a

Check warning on line 143 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

transdutivo

"transdutivo" is a typo. Did you mean "transduction"?
necessidade de estimar essa função.
}
\includegraphics[scale=0.43]{figuras/induction_vs_transduction_cropped}
\source{\cite{vapnik1995}}
\end{figure}
\end{frame}

\pause
\begin{frame}{Aprendizado indutivo vs aprendizado transdutivo}

Check warning on line 151 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

transdutivo

"transdutivo" is a typo. Did you mean "transduction"?
\begin{figure}\label{fig:interactive--segmentation} \centering
\caption{ Uma ilustração de aprendizado indutivo e aprendizado
transdutivo. }

Check warning on line 154 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

transdutivo

"transdutivo" is a typo. Did you mean "transduction"?
\includegraphics[scale=0.75]{figuras/transductive-vs-inductive}

Check warning on line 155 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

transductive-vs-inductive

"transductive-vs-inductive" is a typo. Did you mean "transduction-vs-inductive"?
\source{\cite{vapnik1995}}
\end{figure}
\end{frame}

\simplebox{testando o simple box}
\begin{frame}{Aprendizado indutivo vs aprendizado transdutivo}

Check warning on line 160 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

transdutivo

"transdutivo" is a typo. Did you mean "transduction"?
\begin{exampleblock}{Analogia}
Através de uma analogia, pode-se considerar o aprendizado
indutivo como um sistema de educação para o aprendizado generalizado,
enquanto o aprendizado transdutivo é um sistema de educação orientado

Check warning on line 164 in apresentacao.tex

View workflow job for this annotation

GitHub Actions / Typo CI

transdutivo

"transdutivo" is a typo. Did you mean "transduction"?
para exames.
\end{exampleblock}
\end{frame}


\section{Fundamentação Teórica}
\subsection{Superpixels}
\subsection{Redes complexas}
Expand Down
Binary file added figuras/induction_vs_transduction_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d5987b

Please sign in to comment.