Skip to content
Snippets Groups Projects
Verified Commit 363a513f authored by Björn Ludwig's avatar Björn Ludwig
Browse files

wip(thesis): introduce section outline and robustness verification task

parent 1321f0d2
No related branches found
No related tags found
No related merge requests found
...@@ -192,23 +192,29 @@ ...@@ -192,23 +192,29 @@
\section{Objective}\label{sec:objective} \section{Objective}\label{sec:objective}
We first want to provide a mathematical foundation for propagating the uncertainty We first want to provide a mathematical foundation for propagating the uncertainty
in neural network inputs through the networks in a GUM-compliant way. in neural network inputs through the networks in a GUM-compliant way.
The task we eventually aim to solve is: The task we eventually aim to solve is:
\begin{task} \begin{task}[Uncertainty propagation]
Let \(X = (X_j)_{j=1, \hdots, N}\) the input quantities of a Let \(X = (X_j)_{j=1, \hdots, N}\) the input quantities of a measurement function
measurement function \(f \colon \mathbb R^N \to \mathbb R \colon x \mapsto f \(f \colon \mathbb R^N \to \mathbb R \colon x \mapsto f (x) = y\), which takes the
(x) = y\), which takes the form of an already trained, deep neural network. form of an already trained, deep neural network.
Let \((x_j)_{j=1, \hdots, N} \in \mathbb R^N\) the best estimates representing Let \((x_j)_{j=1, \hdots, N} \in \mathbb R^N\) the best estimates representing the
the input quantities and \(u(x_j), j=1, \ldots, N\) the associated standard input quantities and \(u(x_j), j=1, \ldots, N\) the associated standard
uncertainties (\cite[paragraph 3.18]{jcgm_evaluation_2008}). uncertainties (\cite[paragraph 3 .18]{jcgm_evaluation_2008}).
Propagate the \(x_j\) and \(u(x_j), j=1, \ldots, N\) through Propagate the \(x_j\) and \(u(x_j), j=1, \ldots, N\) through \(f\) to form an
\(f\) to form an estimate \(y\) of the output quantity \(Y\) and the estimate \(y\) of the output quantity \(Y\) and the associated standard uncertainty
associated standard uncertainty \(u(y)\) as suggested in ~\cite[paragraph \(u(y)\) as suggested in ~\cite[paragraph 7 .2]{jcgm_evaluation_2009}.
7.2]{jcgm_evaluation_2009}. \end{task}
\end{task} Afterwards we will apply an existing robustness verification method to our network
Afterwards we will apply an existing robustness verification method to our network and measure its performance.
and measure its performance. \begin{task}[Robustness verification]
Given a classification deep neural network (CDNN) $f$ with an input region
$\Theta$ comprised of a set of uncertain inputs, does the robustness property hold?
\end{task}
\section{Outline}\label{sec:outline}
\include{preliminaries} \include{preliminaries}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment