-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
282 lines (218 loc) · 14.3 KB
/
main.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Masters/Doctoral Thesis
% LaTeX Template
% Version 2.5 (27/8/17)
%
% This template was downloaded from:
% http://www.LaTeXTemplates.com
%
% Version 2.x major modifications by:
% Vel (vel@latextemplates.com)
%
% This template is based on a template by:
% Steve Gunn (http://users.ecs.soton.ac.uk/srg/softwaretools/document/templates/)
% Sunil Patel (http://www.sunilpatel.co.uk/thesis-template/)
%
% Template license:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
12pt, % The default document font size, options: 10pt, 11pt, 12pt
%oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side
english, % ngerman for German
onehalfspacing, % Single line spacing, alternatives: onehalfspacing or doublespacing
%draft, % Uncomment to enable draft mode (no pictures, no links, overfull hboxes indicated)
%nolistspacing, % If the document is onehalfspacing or doublespacing, uncomment this to set spacing in lists to single
%liststotoc, % Uncomment to add the list of figures/tables/etc to the table of contents
%toctotoc, % Uncomment to add the main table of contents to the table of contents
%parskip, % Uncomment to add space between paragraphs
%nohyperref, % Uncomment to not load the hyperref package
headsepline, % Uncomment to get a line under the header
%chapterinoneline, % Uncomment to place the chapter title next to the number on one line
%consistentlayout, % Uncomment to change the layout of the declaration, abstract and acknowledgements pages to match the default layout
]{MastersDoctoralThesis} % The class file specifying the document structure
\usepackage{pgfgantt}
\usepackage[labelfont=bf]{caption}
\usepackage{rotating}
\usepackage{tikz}
\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters
\usepackage{listings}
\usepackage{mathptmx} % Use the Palatino font by default
\usepackage[backend=bibtex,style=bwl-FU,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
\addbibresource{example.bib} % The filename of the bibliography
\usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography
%----------------------------------------------------------------------------------------
% MARGIN SETTINGS
%----------------------------------------------------------------------------------------
\geometry{
paper=a4paper, % Change to letterpaper for US letter
inner=2.5cm, % Inner margin
outer=3.8cm, % Outer margin
bindingoffset=.5cm, % Binding offset
top=1.5cm, % Top margin
bottom=1.5cm, % Bottom margin
%showframe, % Uncomment to show how the type block is set on the page
}
%----------------------------------------------------------------------------------------
% THESIS INFORMATION
%----------------------------------------------------------------------------------------
\thesistitle{Deep Convolutional Neural Network for Spatial Temporal Human Action Recognition} % Your thesis title, this is used in the title and abstract, print it elsewhere with \ttitle
\supervisor{Prof. Gu \textsc{Fang}} % Your supervisor's name, this is used in the title page, print it elsewhere with \supname
\examiner{} % Your examiner's name, this is not currently used anywhere in the template, print it elsewhere with \examname
\degree{Bachelor of Robotics and Mechatronics Engineering (Honours)} % Your degree name, this is used in the title page and abstract, print it elsewhere with \degreename
\author{Sami \textsc{arja}} % Your name, this is used in the title page and abstract, print it elsewhere with \authorname
\addresses{} % Your address, this is not currently used anywhere in the template, print it elsewhere with \addressname
\subject{Engineering Thesis} % Your subject area, this is not currently used anywhere in the template, print it elsewhere with \subjectname
\keywords{} % Keywords for your thesis, this is not currently used anywhere in the template, print it elsewhere with \keywordnames
\university{\href{https://www.westernsydney.edu.au/}{Western Sydney University}} % Your university's name and URL, this is used in the title page and abstract, print it elsewhere with \univname
\department{\href{https://www.westernsydney.edu.au/}{Western Sydney University}} % Your department's name and URL, this is used in the title page and abstract, print it elsewhere with \deptname
\group{\href{https://www.westernsydney.edu.au/}{School of Computing, Engineering and Mathematics}} % Your research group's name and URL, this is used in the title page, print it elsewhere with \groupname
\faculty{\href{https://www.westernsydney.edu.au/}{School of Computing, Engineering and Mathematics}} % Your faculty's name and URL, this is used in the title page and abstract, print it elsewhere with \facname
\AtBeginDocument{
\hypersetup{pdftitle=\ttitle} % Set the PDF's title to your title
\hypersetup{pdfauthor=\authorname} % Set the PDF's author to your name
\hypersetup{pdfkeywords=\keywordnames} % Set the PDF's keywords to your keywords
}
\begin{document}
\frontmatter % Use roman page numbering style (i, ii, iii, iv...) for the pre-content pages
\pagestyle{plain} % Default to the plain heading style until the thesis style is called for the body content
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\begin{titlepage}
\begin{center}
\vspace*{.06\textheight}
{\scshape\LARGE \univname\par}\vspace{1.5cm} % University name
\textsc{\Large Bachelor Thesis}\\[0.5cm] % Thesis type
\HRule \\[0.4cm] % Horizontal line
{\huge \bfseries \ttitle\par}\vspace{0.4cm} % Thesis title
\HRule \\[1.5cm] % Horizontal line
\begin{minipage}[t]{0.4\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
\href{https://github.com/samiarja}{\authorname} % Author name - remove the \href bracket to remove the link
\end{flushleft}
\end{minipage}
\begin{minipage}[t]{0.4\textwidth}
\begin{flushright} \large
\emph{Supervisor:} \\
\href{https://www.westernsydney.edu.au/staff_profiles/uws_profiles/associate_professor_gu_fang}{\supname} % Supervisor name - remove the \href bracket to remove the link
\end{flushright}
\end{minipage}\\[3cm]
\vfill
\large A thesis submitted for the degree of\\ \degreename\\[0.2cm] % University requirement text
in the\\[0.4cm]
\groupname\\\deptname\\[1cm] % Research group name and department name
\vfill
June 2019\\[4cm] % Date
%\includegraphics{Logo} % University/department logo - uncomment to place it
\vfill
\end{center}
\end{titlepage}
%----------------------------------------------------------------------------------------
% DECLARATION PAGE
%----------------------------------------------------------------------------------------
\begin{declaration}
\addchaptertocentry{\authorshipname} % Add the declaration to the table of contents
\noindent I, \authorname, declare that this thesis titled, \textcolor{red}{\enquote{\ttitle}}contains no material that has been accepted for the award of any other degree or diploma and that, to the best of my knowledge and belief, this thesis contains no material previously published or written by another person, expect when due reference is made in the text of this thesis.
\noindent Signed: \textbf{S.ElArja}\\
\rule[0.5em]{25em}{0.5pt} % This prints a line for the signature
\noindent Date: \textbf{3/06/2019}\\
\rule[0.5em]{25em}{0.5pt} % This prints a line to write the date
\end{declaration}
\cleardoublepage
%----------------------------------------------------------------------------------------
% QUOTATION PAGE
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% ABSTRACT PAGE
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% ACKNOWLEDGEMENTS
%----------------------------------------------------------------------------------------
\begin{acknowledgements}
\addchaptertocentry{\acknowledgementname} % Add the acknowledgements to the table of contents
\hspace{5mm} Foremost, I would like to like to express my sincere gratitude to my supervisor Professor Gu Fang for his continuous support throughout my thesis and research. I am grateful for the many interesting discussions we had together and for his persistence in guiding me forwards with this work. Your willingness to help me solve problems and think outside the box provided me with the tools I need to complete my work. I also send thanks to many researchers at Western Sydney University for there interesting research ideas and professional advice.\\
Throughout my 5 years of study of Western Sydney University, I have received support from many fellow student and research fellows who also helped me during hardships and difficulties at the University. This degree opened up for me the door to work in my field and meet very interesting and smart people, it also gave me the opportunity to conduct further study and research and possibly enrol in high degree research.\\
Last but certainly not the least, I would like to thank my parents for believing in me and supporting me in every way for my entire degree\ldots
\end{acknowledgements}
%----------------------------------------------------------------------------------------
% LIST OF CONTENTS/FIGURES/TABLES PAGES
%----------------------------------------------------------------------------------------
\tableofcontents % Prints the main table of contents
\listoffigures % Prints the list of figures
\listoftables % Prints the list of tables
%----------------------------------------------------------------------------------------
% ABBREVIATIONS
%----------------------------------------------------------------------------------------
\begin{abbreviations}{ll} % Include a list of abbreviations (a table of two columns)
\textbf{AAL} & \textbf{A}mbient \textbf{A}ssisted \textbf{L}iving\\
\textbf{CFG} & \textbf{C}ontext \textbf{F}ee \textbf{G}rammars\\
\textbf{CNN } & \textbf{C}onvolutional \textbf{N}eural \textbf{N}etworks\\
\textbf{DBN} & \textbf{D}ynamic \textbf{B}ayesian \textbf{N}etworks\\
\textbf{DTR} & \textbf{D}ynamic \textbf{T}ime \textbf{W}arping\\
\textbf{GAN} & \textbf{G}enerative \textbf{A}dversarial \textbf{N}etworks\\
\textbf{GPU} & \textbf{G}raphic \textbf{P}rocessing \textbf{U}nit\\
\textbf{GAP} & \textbf{G}lobal \textbf{A}verage \textbf{Pooling}\\
\textbf{GMM} & \textbf{G}aussian \textbf{M}ixture \textbf{M}odel\\
\textbf{HAR} & \textbf{H}uman \textbf{A}ctions \textbf{R}ecognition\\
\textbf{HCI} & \textbf{H}uman \textbf{C}omputer \textbf{I}nteraction\\
\textbf{HCRF} & \textbf{H}idden \textbf{C}onditional \textbf{R}andom \textbf{F}ields\\
\textbf{HIR} & \textbf{H}uman \textbf{I}nteraction \textbf{R}ecognition\\
\textbf{HMM} & \textbf{H}idden \textbf{M}arkov \textbf{M}odel\\
\textbf{HRI} & \textbf{H}uman \textbf{R}obot \textbf{I}nteraction\\
\textbf{IOT} & \textbf{I}nternet \textbf{O}f \textbf{T}hings\\
\textbf{KNN} & \textbf{K} \textbf{N}earest \textbf{N}eighbors\\
\textbf{LSTM} & \textbf{L}ong \textbf{S}hort \textbf{T}erm \textbf{M}emory\\
\textbf{MAP} & \textbf{M}ax \textbf{P}osterior \textbf{P}robability\\
\textbf{MEI} & \textbf{M}otion \textbf{E}nergy \textbf{I}mage\\
\textbf{MHI} & \textbf{M}otion \textbf{H}istory \textbf{I}mage\\
\textbf{ML} & \textbf{M}achine \textbf{L}earning\\
\textbf{MLE} & \textbf{M}aximum \textbf{L}ikelihood \textbf{E}stimation\\
\textbf{OOP} & \textbf{O}bject \textbf{O}riented \textbf{P}rogramming\\
\textbf{PCA} & \textbf{P}rincipal \textbf{C}omponents \textbf{A}nalysis\\
\textbf{RAS} & \textbf{R}obotics \textbf{A}utomation \textbf{S}ystem\\
\textbf{RBM} & \textbf{R}estricted \textbf{B}oltzmann \textbf{M}achine\\
\textbf{RELU} & \textbf{R}ectified \textbf{L}inear \textbf{U}nit\\
\textbf{RNN} & \textbf{R}ecurrent \textbf{N}eural \textbf{N}etworks\\
\textbf{ROI} & \textbf{R}egion \textbf{O}f \textbf{I}nterest\\
\textbf{SCFG} & \textbf{S}tochastic \textbf{C}ontext \textbf{F}ee \textbf{G}rammars\\
\textbf{STIP} & \textbf{S}patial \textbf{T}emporal \textbf{I}nterest \textbf{P}oint\\
\textbf{SGD} & \textbf{S}tochastic \textbf{G}radient \textbf{D}escent\\
\textbf{SVD} & \textbf{S}upport \textbf{V}ector \textbf{M}achine\\
\textbf{SVM} & \textbf{S}ingular \textbf{V}alue \textbf{D}ecomposition\\
\textbf{TF} & \textbf{T}ensor \textbf{F}low\\
\textbf{VAE} & \textbf{V}ariational \textbf{A}uto \textbf{E}ncoders
\end{abbreviations}
%----------------------------------------------------------------------------------------
% PHYSICAL CONSTANTS/OTHER DEFINITIONS
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% DEDICATION
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% THESIS CONTENT - CHAPTERS
%----------------------------------------------------------------------------------------
\mainmatter % Begin numeric (1,2,3...) page numbering
\pagestyle{thesis} % Return the page headers back to the "thesis" style
% Include the chapters of the thesis as separate files from the Chapters folder
% Uncomment the lines as you write the chapters
\include{Chapters/Chapter1}
%\include{Chapters/Chapter2}
%\include{Chapters/Chapter3}
%\include{Chapters/Chapter4}
%\include{Chapters/Chapter5}
%----------------------------------------------------------------------------------------
% THESIS CONTENT - APPENDICES
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
\printbibliography[heading=bibintoc,title={References}]
%----------------------------------------------------------------------------------------
\end{document}