-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathslides.tex
200 lines (163 loc) · 7.14 KB
/
slides.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage{fontawesome}
\usepackage{hyperref}
\usepackage{utopia} %font utopia imported
% \setbeamercovered{transparent}
\usetheme{Warsaw}
\input{definitions.tex}
% \usecolortheme{orchid}
%------------------------------------------------------------
%This block of code defines the information to appear in the
%Title page
\title[Proof of Novelty] %optional
{Proof of Novelty}
\subtitle{A distributed consensus mechanism for securing content novelty}
\author[\href{https://dsevero.com}{dsevero.com}] % (optional)
{Daniel Severo}
\institute % (optional)
{Independent Scientist}
\date[VDC 2019] % (optional)
{Virtual Design Challenge \\ The University of British Columbia \\ Vancouver - December 2019}
%End of title page configuration block
%------------------------------------------------------------
%------------------------------------------------------------
%The next block of commands puts the table of contents at the
%beginning of each section and highlights the current section:
\AtBeginSection{
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents[currentsection]
\end{frame}
}
%------------------------------------------------------------
\AtEndDocument{
\begin{frame}
\Huge Thank you!
\large
\begin{enumerate}
\item[\faTwitter] \href{https://twitter.com/_dsevero}{\_dsevero}
\item[\faGithub] \href{https://github.com/dsevero}{dsevero}
\item[$\rightarrow$] \href{https://dsevero.com}{dsevero.com}
\end{enumerate}
\vfill
\tiny For references, see the original paper at \href{https://github.com/dsevero/Proof-of-Novelty}{github.com/dsevero/Proof-of-Novelty}
\end{frame}
}
\begin{document}
%The next statement creates the title page.
\frame{\titlepage}
%---------------------------------------------------------
%This block of code is for the table of contents after
%the title page
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents
Target audience: undergraduate students in STEM with a basic knowledge of Blockchain technology.
\end{frame}
%---------------------------------------------------------
\section{Motivation}
\begin{frame}{Motivation}
\begin{block}{Motivational question}
Somebody sends you a video, how do you know it is \emph{trustworthy}?
\end{block}\pause
\vfill
\begin{itemize}
\item Existing content can be manipulated for ill-usage.
\end{itemize}
\vfill
\begin{figure}
\visible<2>{
\centering
\includegraphics[width=4cm,keepaspectratio]{assets/trustworth-example-obama.png}
\caption{Obama speech out of context.}
}
\end{figure}
\end{frame}
\section{Trustworthiness}
\begin{frame}{Trustworthiness}
What does it mean to trust content? \pause Usually, we want \emph{novelty} and \emph{authenticity}.
\vfill
\pause
\begin{block}{Authenticity}
\pause
\begin{itemize}
\item Content is authentic when its origin is indisputable.\pause
\item Can be reasonably solved with Digital Signatures.\pause
\item Easy to check, since verifying signatures is fast.
\end{itemize}
\end{block}
\vfill
\pause
\begin{block}{Novelty}
\pause
\begin{itemize}
\item Subjective in nature, depends on the context.\pause
\item Hard to check, requires comparing against archives.
\end{itemize}
\end{block}
\end{frame}
\section{Proof of Novelty}
\subsection{Overview}
\begin{frame}[b]{Proof of Novelty}
\begin{enumerate}
\item<only@1>[1] The owner of content $\content$ wishes to prove to us it is trustworthy.
\item<only@1>[2] A collection of similar content $\ContentSet$ exists and is secured on a blockchain with content-addressable hashes.
\item<only@2>[3] The owner makes a transaction on the blockchain and receives a random subset of content-hashes $\sV \subseteq \ContentSet$.
\item<only@2>[4] The owner calculates the similarity of $\content$ with the elements of $\sV$, using a predefined similarity measure.
\item<only@3>[5] The blockchain chooses a random committee of peers that verify a subset of the results, $\sF \subseteq \sV$.
\item<only@4>[6] Consensus is reached by the committee regarding the legitimacy of the owner's calculations, and $c$ is accepted or rejected into $\ContentSet$.
\end{enumerate}
\begin{figure}[b!]
\only<1>{\includegraphics[width=1.0\textwidth]{assets/pon-diagram-0.pdf}}
\only<2>{\includegraphics[width=1.0\textwidth]{assets/pon-diagram-1.pdf}}
\only<3>{\includegraphics[width=1.0\textwidth]{assets/pon-diagram-2.pdf}}
\only<4>{\includegraphics[width=1.0\textwidth]{assets/pon-diagram-3.pdf}}
\end{figure}
\end{frame}
\subsection{System details}
\begin{frame}[b]{System details}
\only<1>{
\begin{block}{Creating $\sF$ through sortition}
\emph{Cryptographic Sortition} can form committees without the need of interactions or exposure. Any peer holding a private key can verify and prove self-membership in the committee using a \emph{Verifiable Random Function}.
\end{block}
}
\only<2>{
\begin{block}{Similarity measure $s \colon \mathbb{C}^2 \rightarrow \mathbb{R}$}
A similarity measure is any function that quantifies the degree of similarity between objects, such as a \emph{Neural Network}.
\end{block}
}
\only<3>{
\begin{block}{Evaluating the owner's submitted results}
The committee must estimate if the similarity calculations between $c$ and elements of $\sV$ are legitimate, by observing only $\sF$.
\end{block}
}
\vfill
\includegraphics[width=1.0\textwidth]{assets/pon-diagram-3.pdf}
\end{frame}
\subsection{Probabilistic Guarantee of Novelty}
\begin{frame}{Probabilistic Guarantee of Novelty}
If the owner's content is accepted, it provides a \emph{probabilistic guarantee} that their content is novel.
\end{frame}
\section{Take-away points}
\begin{frame}{Take-away points}
\emph{Proof of Novelty} ...
\begin{itemize}
\item is a certificate issued by a decentralized and trustless system;\pause
\item provides probabilistic guarantees of content novelty;\pause
\item can scale by using cryptographic sortition;\pause
\item defines similarity through similarity measures;\pause
\item can be extended to any content type by switching the similarity measure.
\end{itemize}
\end{frame}
\section{Open Questions and Future Work}
\begin{frame}{Open Questions and Future Work}
\begin{itemize}
\item Implementing and running experiments on Smart Contract blockchains such as Ethereum;\pause
\item Applying decentralized and collaborative machine learning to progressively update a similarity function;\pause
\item Investigating statistical hypothesis tests and guarantees
for different content and similarity functions;\pause
\item Properly choosing $\sV$ and $\sF$ to optimize statistical and computational performance.
\end{itemize}
\end{frame}
\end{document}