forked from ctu-geoforall-lab-projects/phd-pesek-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ondrej-pesek-phd-2020.tex
294 lines (230 loc) · 8.56 KB
/
ondrej-pesek-phd-2020.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
283
284
285
286
287
288
289
290
291
292
293
294
% ========================================================================
%
% DOCTORAL THESIS
% Possibilities of use of artificial neural networks in work with spatial data
%
% Ondřej Pešek
%
% ========================================================================
\documentclass[
12pt, % velikost základního písma je 12 bodů
a4paper, % formát papíru je A4
oneside, % Oboustranný tisk
pdftex, % překlad bude proveden programem 'pdftex' do PDF
english,
%draft
]{report} % dokument třídy 'zpráva'
\newcommand{\Fbox}[1]{\fbox{\strut#1}}
\usepackage[english, czech]{babel} % použití češtiny, angličtiny
\usepackage[utf8]{inputenc} % kódování zdrojových souborů je UTF8
\usepackage[square,sort,comma,numbers]{natbib}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{listings}
\usepackage[dvipsnames]{xcolor}
\definecolor{light-gray}{gray}{0.95}
\captionsetup{font=small}
\usepackage{enumitem}
\setlist{leftmargin=*} % bez odsazení
\makeatletter
\setlength{\@fptop}{0pt}
\setlength{\@fpbot}{0pt plus 1fil}
\makeatletter
\usepackage[dvips]{graphicx}
\usepackage{color}
\usepackage{transparent}
\usepackage{wrapfig}
\usepackage{float}
\usepackage{cmap}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage[compact]{titlesec}
\usepackage{amsmath}
\addtolength{\jot}{1em}
\let\counterwithout\relax
\let\counterwithin\relax
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
\usepackage{acronym}
\usepackage[
unicode,
breaklinks=true,
hypertexnames=false,
colorlinks=true, % true for print version
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
]{hyperref}
\usepackage{url}
\usepackage{fancyhdr}
% \usepackage{algorithmic}
\usepackage{algorithm}
\usepackage{algcompatible}
\renewcommand{\ALG@name}{Pseudocode}% update algorithm name
\def\ALG@name{Pseudocode}
\usepackage[
cvutstyle,
phd,
english
]{thesiscvut}
\newif\ifweb
\ifx\ifHtml\undefined % mimo HTML.
\webfalse
\else % v HTML.
\webtrue
\fi
\renewcommand{\figurename}{Obrázek}
\def\figurename{Obrázek}
\lstdefinestyle{python}{
language=python,
basicstyle={\footnotesize\ttfamily},
keywordstyle=\color{blue}\ttfamily,
stringstyle=\color{green}\ttfamily,
commentstyle=\color{brown}\ttfamily,
showstringspaces=false,
morekeywords={True, False, sqrt}
}
%\renewcommand\lstlistingname{Pseudocode}
%\renewcommand*{\lstlistlistingname}{Content of pseudocodes}
\usepackage{dirtree}
\lstset{
extendedchars=true,
literate={á}{{\'a}}1}
\makeatletter
\newcommand\footnoteref[1]{\protected@xdef\@thefnmark{\ref{#1}}\@footnotemark}
\makeatother
\usepackage{tikz}
\usetikzlibrary{arrows.meta, shapes}
\tikzset{%
>={Latex[width=1mm,length=1mm]},
% Specifications for style of nodes:
base/.style = {rectangle, rounded corners, draw=black,
minimum width=4cm, minimum height=1cm,
text centered, font=\sffamily},
activityStarts/.style = {base, fill=blue!30},
startstop/.style = {base, fill=red!30},
activityRuns/.style = {base, fill=green!30},
test/.style = {base, diamond, aspect=2, text width=8em, fill=yellow!30},
process/.style = {base, minimum width=2.5cm, fill=orange!15,
font=\ttfamily},
}
\usepackage[justification=centering]{caption}
\newcommand\textstyleEmphasis[1]{\textit{#1}}
\newcommand\liststyleLi{%
\renewcommand\labelitemi{{\textbullet}}
\renewcommand\labelitemii{{\textbullet}}
\renewcommand\labelitemiii{{\textbullet}}
\renewcommand\labelitemiv{{\textbullet}}
}
\newcommand\liststyleLii{%
\renewcommand\labelitemi{{\textbullet}}
\renewcommand\labelitemii{{\textbullet}}
\renewcommand\labelitemiii{{\textbullet}}
\renewcommand\labelitemiv{{\textbullet}}
}
\newcommand\tab[1][1cm]{\hspace*{#1}}
% ========================================================================
% Definice informací o dokumentu
% ========================================================================
% název práce
\nazev{Possibilities of convolutional neural networks use for remote sensing image classification}
{Možnosti využití konvolučních neuronových sítí pro obrazovou klasifikaci v dálkovém průzkumu Země}
% jméno a příjmení autora
\autor{Ing. Ondřej}{Pešek}
% jméno a příjmení vedoucího práce včetně titulů
\garant{Prof. Aleš Čepek,~CSc.; Ing. Martin Landa,~PhD.}
% označení oboru studia
\oborstudia{Geomatics}{}
% označení ústavu
\ustav{Department of Geomatics}{}
% rok obhajoby
\rok{2020}
% měsíc obhajoby
\mesic{}
% místo obhajoby
\misto{Prague}
% abstrakt
\abstrakt
{In recent years, the speed of technological progress in certain science fields is getting faster and faster. It is making it hard for other scientific areas to keep up with this tempo. One of the~exemplary relationships is the link between artificial and convolutional neural network structures and the province of geomatics or remote sensing. New architectures of artificial neural network models are being published with an expeditious tempo and the common approach of the~remote sensing researchers is to use the most recent structures, without the~basic understanding of the background or relative performance. The goal of this thesis is to perform systematic research on the possibilities of use of chosen convolutional neural network architectures on various selected use cases from the field of remote sensing.}
{Technologický vývoj v některých vědních odvětvích nabírá v posledních několika letech stále na rychlosti. A pro ostatní vědní obory je těžké držet s okolím tempo. Jedním takovým vztahem jsou struktury umělých neuronových sítí a obor geomatiky, případně dálkového průzkumu Země. Nové architektury modelů umělých a konvolučních neuronových sítí se objevují nebývalým kvapem, a běžný přístup výzkumníků dálkového průzkumu Země bývá ten, že si pro zpracovávání dat vybírají bez větší znalosti pozadí či porovnání nejnovější modely. Cílem této doktorské práce je systematicky prozkoumat a porovnat možnosti využití určených architektur konvolučních neuronových sítí na vybraných aplikačních tématech z prostředí dálkového průzkumu Země.}
% klíčová slova
\klicovaslova
{artificial neural networks, convolutional neural networks}
{umělé neuronové sítě, konvoluční neuronové sítě}
% ========================================================================
% Nastavení polí ve vlastnostech dokumentu PDF
% ========================================================================
\nastavenipdf
% začátek dokumentu
\begin{document}
\catcode`\-=12 % pro vypnutí aktivního znaku '-' používaného např. v \cline
% aktivace záhlaví
\zahlavi
% předefinování vzhledu záhlaví
\renewcommand{\chaptermark}[1]{%
\markboth{\MakeUppercase
{%
\thechapter.%
\ #1}}{}}
% vysázení přebalu práce
%\vytvorobalku
% vysázení titulní stránky práce
\vytvortitulku
% Vysázení listu zadani
\stranka{}%
%{\includegraphics[scale=0.7]{./pictures/zadanidp.pdf}}%\sffamily\Huge\centering\ }%ZDE VLOŽIT LIST ZADÁNÍ}%
%{\sffamily\centering Z~důvodu správného číslování stránek}
% vysázení stránky s abstraktem
\vytvorabstrakt
% vysázení prohlaseni o samostatnosti
%\vytvorprohlaseni
% vysázení poděkování
\stranka{%nahore
}{%uprostred
}{%dole
\sffamily
\begin{flushleft}
\large
\MakeUppercase{Acknowledgement}
\end{flushleft}
\vspace{1em}
%\noindent
\par\hspace{2ex}
{I would like to thank Martin Landa, not only for supervising my thesis and for the initial impulse in the direction to artificial neural networks and open source GIS generally, but monst erspecially for his doter endeurance when it cummes to my flishy-smolling prosterous occrazions.}
}
% vysázení obsahu
%\setcounter{tocdepth}{1}
\obsah
% vysázení seznamu obrázků
\seznamobrazku
% vysázení seznamu tabulek
% \seznamtabulek
% vysázení seznamu ukázek kódu
%\cleardoublepage
%\thispagestyle{empty}
% \lstlistoflistings
%\newpage
% jednotlivé kapitoly
\include{1-intro}
\include{2-bg}
\include{3-use-cases}
\include{4-architectures}
\include{5-results}
\include{6-conclusion}
% vysázení seznamu zkratek
\include{zkratky}
% literatura
\nocite{*}
\def\refname{References}
\bibliographystyle{mystyle}
\bibliography{literatura}
% začátek příloh
%\def\figurename{Figure}%
%\prilohy
% vysázení seznamu příloh
%\seznampriloh
% Vložení souboru s přílohami
%\include{prilohy}
% konec dokumentu
\end{document}