-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeamer.tex
More file actions
224 lines (193 loc) · 8.16 KB
/
Copy pathbeamer.tex
File metadata and controls
224 lines (193 loc) · 8.16 KB
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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[t]{beamer}
\usepackage{etex}
\usepackage{pgfpages}
\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{amsmath,amssymb,amsfonts,amscd}
\usepackage{stmaryrd}
\usepackage{latexsym}
\usepackage{comment}
\usepackage{subcaption}
\usepackage{multirow}
\usepackage{wasysym}
\usepackage{fancyhdr}
\usepackage{xspace}
\usepackage{graphicx}
\usepackage{mathtools}
\usepackage[all]{xy}
\usepackage{color}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{booktabs}
\newcommand{\euler}{e}
\newcommand{\degree}{\ensuremath{^\circ}}
\newcommand{\Expect}{{\rm I\kern-.3em E}}
\newcommand{\HW}{\operatornamewithlimits{HW}}
\providecommand{\norm}[1]{\lVert#1\rVert}
\newcommand{\LFSR}{\operatornamewithlimits{LFSR}}
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\trun}{trun}
\DeclareMathOperator*{\Var}{Var}
\DeclarePairedDelimiter\ceil{\lceil}{\rceil}
\DeclarePairedDelimiter\floor{\lfloor}{\rfloor}
\DeclarePairedDelimiter\abs{\lvert}{\rvert}
\providecommand{\innerprod}[1]{\langle#1\rangle}
%\setbeamertemplate{sections/subsections in toc}[sections numbered]
%\setbeamertemplate{subsections in toc}[sections numbered]
\setbeamertemplate{section in toc}
{\leavevmode\leftskip=2ex%
\llap{%
\usebeamerfont*{section number projected}%
\usebeamercolor{section number projected}%
\begin{pgfpicture}{-1ex}{0ex}{1ex}{2ex}
\color{bg}
\pgfpathcircle{\pgfpoint{0pt}{.75ex}}{1.7ex}
\pgfusepath{fill}
\pgftext[base]{\color{fg}\inserttocsectionnumber}
\end{pgfpicture}\kern1.25ex%
}%
\inserttocsection\par}
\setbeamertemplate{subsection in toc}
{\leavevmode\leftskip=2em$\bullet$\hskip1em\inserttocsubsection\par}
\newcommand{\N}{\mathbb N}
\newcommand{\Q}{\mathbb Q}
\newcommand{\F}{\mathbb F}
\newcommand{\C}{\mathbb C}
\newcommand{\Z}{\mathbb Z}
\newcommand{\R}{\mathbb R}
\DeclareMathOperator{\Li}{Li}
\newcommand{\tcr}{\textcolor{red}}
\newcommand{\tco}{\textcolor{orange}}
\newcommand{\tcy}{\textcolor{yellow}}
\newcommand{\tcg}{\textcolor{green}}
\newcommand{\tcb}{\textcolor{blue}}
\newcommand{\tcv}{\textcolor{violet}}
\newcommand{\tcp}{\textcolor{purple}}
\newcommand{\tcm}{\textcolor{magenta}}
\definecolor{burntorange}{RGB}{180,100,0}
\usecolortheme[RGB={180,100,0}]{structure} %Burnt Orange
\setbeamertemplate{items}[circle]
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\title[Lattice PUF]{Lattice PUF: A Strong Physical Unclonable Function Provably Secure against Machine Learning Attacks} % The short title appears at the bottom of every slide, the full title is only on the title page
\author[Ye Wang et al.]{Ye Wang, Xiaodan Xi, and Michael Orshansky} % Your name
\institute[UT ECE] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
University of Texas at Austin \\ % Your institution for the title page
\medskip
\textit{lhywang@utexas.edu} % Your email address
}
\date{\today} % Date, can be changed to a custom date
%\setbeamersize{text margin left=5pt,text margin right=30pt}
%\setbeamertemplate{itemize/enumerate body begin}{\large}
\begin{document}
\input{doc/LatticePUF}
\begin{frame}
\frametitle{Publication}
\begin{itemize}
\footnotesize{
\item \textbf{Y. Wang}, X. Xi, A. Aysu, and M. Orshansky. ``Lattice PUF: A Provably Post-Quantum Machine Learning Resistant Strong Physical Unclonable Function,'' Under review of \textit{Conference on Cryptographic Hardware and Embedded Systems (CHES)}, 2018
\item \textbf{Y. Wang} and M. Orshansky. ``Efficient Helper Data Reduction in SRAM PUFs via Lossy Compression,'' In \textit{Design, Automation and Test in Europe (DATE)}, 2018
\item A. Aysu, \textbf{Y. Wang}, P. Schaumont, and M. Orshansky. ``A New Maskless Debiasing Method for Lightweight Physical Unclonable Functions,'' In \textit{International Symposium on Hardware Oriented Security and Trust (HOST)}, 2017
\item \textbf{Y. Wang}, C. Caramanis, and M. Orshansky. ``Exploiting Randomness in Sketching for Efficient Hardware Implementation of Machine Learning Applications,'' In \textit{International Conference on Computer-Aided Design (ICCAD)}, 2016
\item M. Li, \textbf{Y. Wang}, and M. Orshansky. ``A Monte Carlo Simulation Flow for SEU Analysis of Sequential Circuits,'' In \textit{Design Automation Conference (DAC)}, 2016
}
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Publication}
\begin{itemize}
\footnotesize{
\item \textbf{Y. Wang}, C. Caramanis, and M. Orshansky. ``PolyGP:Improving GP-Based Analog Optimization through Accurate High-Order Monomials and Semidefinite Relaxation,'' In \textit{Design, Automation and Test in Europe (DATE)}, 2016
\item \textbf{Y. Wang}, C. Caramanis, and M. Orshansky. ``PolyGP:Improving GP-Based Analog Optimization through Accurate High-Order Monomials and Semidefinite Relaxation,'' In \textit{International Workshop on Frontiers in Analog CAD (FAC)}, 2015
\item \textbf{Y. Wang}, M. Li, X. Yi, Z. Song, M. Orshansky, and C. Caramanis. ``A Novel Power Grid Reduction Method Based on L1 Regularization,'' In \textit{Design Automation Conference (DAC)}, 2015
\item \textbf{Y. Wang}, C. Caramanis, and M. Orshansky. ``Enabling Efficient Analog Synthesis by Coupling Sparse Regression and Polynomial Optimization,'' In \textit{Design Automation Conference (DAC)}, 2014
\item \textbf{Y. Wang} and M. Orshansky. ``Reducing Amount of Helper Data in Silicon Physical Unclonable Functions via Lossy Compression without Production-Time Error Characterization,'' \textit{US patent pending}
}
\end{itemize}
\end{frame}
%\input{education}
\begin{frame}[c]
\Huge{\centerline{The End}}
\Huge{\centerline{Questions?}}
\end{frame}
\appendix
%\input{Appendix}
%------------------------------------------------
%\begin{frame}[allowframebreaks]{References}
%\frametitle{References}
%\footnotesize{
%\bibliographystyle{amsalpha}
%\bibliography{refs}
%}
%\end{frame}
%------------------------------------------------
%----------------------------------------------------------------------------------------
\end{document}