-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentazione.tex
More file actions
688 lines (570 loc) · 22.5 KB
/
presentazione.tex
File metadata and controls
688 lines (570 loc) · 22.5 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
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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
\documentclass[10pt, unicode]{beamer}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{bbding}
\usepackage{animate}
\usepackage{xcolor}
\usepackage{color}
\usepackage{colortbl}
\usepackage{numprint}
\npthousandsep{\,}
\newcommand{\quotes}[1]{``#1''}
\usetheme{Berlin}
\usecolortheme{beaver}
%title page
\title{Optimization and Applications of Deep Learning algorithms for Super Resolution in MRI}
\author{Mattia Ceccarelli}
\institute{Master Degree in Physics \\ Alma Mater Studiorum - University of Bologna}
\date{A.Y. 2019-2020}
\begin{document}
\begin{frame}
\maketitle
{\bf Supervisor}: Prof. Gastone Castellani
{\bf Co-Supervisor}: Dott. Nico Curti
\end{frame}
\begin{frame}{Single Image Super Resolution}{What is Super Resolution?}
\setbeamercolor{block title example}{fg=black, bg=green!40!white}
\setbeamercolor{block body example}{fg=black, bg=green!20!white}
Super Resolution:
\begin{itemize}
\item {\bf Microscopy} -> diffraction limit
\item {\bf Softwares} -> enhance digital spatial resolution
\end{itemize}
\setbeamertemplate{itemize items}[ball]
\begin{exampleblock}{Standard procedure}
\begin{itemize}
\item {\bf prior-known} High Resolution (HR) image;
\item {\bf down-sample} for Low Resolution (LR) counterpart;
\item Feed a Neural Network with {\bf LR images}.
\end{itemize}
\end{exampleblock}
\end{frame}
\begin{frame}{Deep Learning}{What is a Neural Network}
\begin{itemize}
\item Neural Network is a \textbf{series of non-linear multi-parametric functions}.
\end{itemize}
\begin{figure}[hbp]
\centering
\includegraphics[width=0.85\textwidth, height=0.29\textwidth]{images/net_scheme.png}
\end{figure}
\begin{itemize}
\item Training by \textbf{examples}
\item Super Resolution is an \textbf{image-to-image} process
\end{itemize}
\end{frame}
% \begin{frame}{Deep Learning}{Neural Network models}
%
% \begin{itemize}
% \item The supervised training of neural network happens by feeding the model
% with labeled example, that are couples of inputs and expected outputs.
% \item Then, the output is compared with the label by means of a \textbf{cost function}, which is a measure of the error made by the network.
%
% The objective is to modify the \textbf{parameters} of the model to minimize the cost function.
%
% \item {Commonly, we think about Neural Network models as tools to \textbf{reduce} problems dimensionality, i.e. starting from high-dimensional data (e.g $w\times h\times c$ image) the model predicts a class (single number)}.
%
% \item {In Super Resolution we have no classes but the desired output is also an image.
% Single Image Super Resolution tasks start from an image and the aim is to reconstruct its HR counterpart.}
% \end{itemize}
%
% \setbeamertemplate{itemize items}[ball]
%
% %\begin{block}{Objectives}
% % \begin{itemize}
%
% % \item Optimization and extension of state-of-art Neural Network libraries;
%
% % \item Development of two novel libraries, for education and analytic purposes, respectively;
%
% %\item Improve parallelization strategies to reach the best computational performances in cluster machine without GPUs supports;
%
% % \end{itemize}
%
% %\end{block}
%
% %\begin{alertblock}{}
% % All the algorithm and codes developed are \textbf{tested}, \textbf{documented} and \textbf{public available}!
%
% %\quad
%
% %\textbf{Reference:} \url{https://nico-curti2.gitbook.io/phd-thesis} (GitBook documentation).
% %\end{alertblock}
%
% \end{frame}
% \begin{frame}{State-of-art libraries}{Why another library?}
%
% % \scriptsize{A wide range of documentations and implementations have been written on Deep Learning and it is more and more hard to move around the different sources.}
%
% \scriptsize{Leaders on this topic are the multiple open-source Python libraries available on-line as \href{http://tensorflow.org}{Tensorflow}, \href{http://pytorch.org}{Pytorch} and \href{http://doi.acm.org/10.1145/2647868.2654889}{Caffe}.}
%
% \begin{columns}
%
% \begin{column}{0.5\textwidth}
%
% \begin{block}{Pros}
% \begin{itemize}
% \item[$\diamond$] Simplicity in writing complex models in a minimum number of code lines;
% \item[$\diamond$] Simplicity of the \textsf{Python} language;
% \item[$\diamond$] Extremely efficient in GPU environments;
% \end{itemize}
% \end{block}
% \end{column}
% \begin{column}{0.5\textwidth}
%
% \begin{alertblock}{Cons}
% \begin{itemize}
% \item[$\diamond$] Steep learning curve for complex applications or algorithm modifications;
% \item[$\diamond$] They are not designed for CPU performances;
% \end{itemize}
% \end{alertblock}
% \end{column}
%
% \end{columns}
%
% \vspace{0.5cm}
%
% \scriptsize{Only a small part of the research community uses deeper implementation in \textsf{C++} or other low-level programming languages.}
% \scriptsize{About them it should be mentioned the \textsf{darknet project} of Redmon J. et al. which created a sort of standard in object detection applications using a pure \textsf{Ansi-C} library.}
%
% \end{frame}
\begin{frame}{Developed Frameworks}{Byron and NumPyNet}
% \scriptsize
\setbeamercolor{block title alerted}{fg=black, bg=blue!40!white}
\setbeamercolor{block body alerted}{fg=black, bg=blue!20!white}
\setbeamertemplate{itemize/enumerate body begin}{}
\setbeamertemplate{itemize/enumerate subbody begin}{}
\begin{alertblock}{NumPyNet \hfill\includegraphics[width=0.03\textwidth]{images/python.png}}
\begin{itemize}
\item Readable and Simple \textbf{\textsf{Python}} code.
\item Overcomes the common ``\textbf{black-box}'' idea of Neural Network
\item \textbf{Test} optimized code, \textbf{Experiment} with models and \textbf{Learn}
\end{itemize}
\end{alertblock}
\setbeamercolor{block title alerted}{fg=black, bg=orange!40!white}
\setbeamercolor{block body alerted}{fg=black, bg=orange!20!white}
\setbeamertemplate{itemize/enumerate body begin}{}
\setbeamertemplate{itemize/enumerate subbody begin}{}
\begin{alertblock}{Byron \hfill\includegraphics[width=0.03\textwidth]{images/cpp.png}}
\begin{itemize}
\item Efficiency and flexibility of \textbf{\textsf{C++}}
\item \textbf{Optimized for image processing}, common in biomedical research
\item Tailored around \textbf{CPU} usage
\end{itemize}
\end{alertblock}
%\vfill\scriptsize{* The library was developed in collaboration with Dott. Baroncini.}
\end{frame}
% \begin{frame}{Standard up/down scaling algorithms}{Single Image Super Resolution}
%
% \setbeamertemplate{itemize items}[ball]
%
% \begin{columns}
% \begin{column}{0.4\textwidth}
% \scriptsize{Interpolation algorithms:}
% \begin{itemize}
% \item \textbf{Nearest};
% \item \textbf{Bicubic};
% \item \textbf{Lanczos};
% \end{itemize}
%
% \scriptsize{The best compromise between computation cost and efficiency is given by the Bicubic interpolation algorithm}.
% \scriptsize{Given a pixel, the interpolation function evaluates the 4 pixels around it applying a filter given by the equation:}
% \end{column}
% \begin{column}{0.6\textwidth}
% \begin{figure}
% \centering
% \def\svgwidth{\textwidth}
% \input{./up_down_sampling.pdf_tex}
% %\caption{\tiny{Up/Down sampling with scale factor equal to 2.}}
% \end{figure}
% \end{column}
% \end{columns}
% \
% \begin{equation*}
% \hspace{-0.75cm}\scriptsize{
% k(x) = \frac{1}{6} \left\{ \begin{array}{rc}
% (12 - 9B - 6C) |x|^3 + (-18 + 12B + 6C) |x|^2 + (6 - 2B) & \mbox{if} |x| < 1 \\
% (−B − 6C) |x|^3 + (6B + 30C) |x|^2 + (−12B − 48C) |x| + (8B + 24C) & \mbox{if} 1 \leq |x| < 2 \\
% 0 & \mbox{otherwise} \\
% \end{array}
% \right.
% }
% \end{equation*}
% \\
% \scriptsize{where $x$ identifies each pixel below the filter.}
% \scriptsize{Commonly values used for the filter parameters are $B=0$ and $C=0.75$ (used by \textsf{OpenCV} library) or $B=0$ and $C=0.5$ used by \textsf{Matlab}}.
%
% \scriptsize{\textbf{NOTE:} the nearest interpolation could be achieved also using \emph{Pooling} algorithm.}
% \end{frame}
\begin{frame}{Image Quality}{Quantitative Evaluation}
\setbeamercolor{block title}{fg=black, bg=blue!40!white}
\setbeamercolor{block body}{fg=black, bg=blue!20!white}
\setbeamercolor{block title alerted}{fg=black, bg=orange!40!white}
\setbeamercolor{block body alerted}{fg=black, bg=orange!20!white}
\setbeamertemplate{itemize/enumerate body begin}{\scriptsize}
\setbeamertemplate{itemize/enumerate subbody begin}{\scriptsize}
\begin{columns}
\begin{column}{0.48\textwidth}
\hspace{-0.75cm}
\begin{block}{PSNR - Peak Signal to Noise Ratio}
\begin{itemize}
\item Measure the quality of {\bf lossy} reconstructions;
\begin{equation*}
\hspace{-0.75cm}
PSNR = 20 \cdot \log_{10}\left( \frac{\max(I)}{\sqrt(MSE)} \right)
\end{equation*}
\\
where $MSE$ is :
\vspace{-0.2cm}
\begin{equation*}
\hspace{-0.75cm}
MSE = \frac{1}{N}\sum_{i=1}^{N} (I_i - K_i)^2
\end{equation*}
\end{itemize}
\end{block}
\end{column}
\begin{column}{0.6\textwidth}
\begin{alertblock}{SSIM - Structural SIMilarity index}
\begin{itemize}
\vspace{.4cm}
\item It evaluates the structural similarity between two images taking into account {\bf visible improvements}
\begin{equation*}
\hspace{-0.75cm}
SSIM(I, K) = \frac{1}{N}\sum_{i=1}^{N} \frac{(2\mu_x\mu_y + c_1)(2\sigma_{xy} + c_2)}{ ({\mu_x}^2 + {\mu_y}^2 + c_1)({\sigma_x}^2 + {\sigma_y}^2 + c_2) }
\end{equation*}
\vspace{.4cm}
\end{itemize}
\end{alertblock}
% \begin{tabular}{lcc}
% \hline \rowcolor{green!20!white}
% & \textbf{PSNR (dB)} & \textbf{SSIM ($\in [-1, 1]$)} \\
% \hline
% \textbf{Nearest} & 25.118 & 0.847 \\
% \textbf{Bicubic} & 27.254 & 0.894 \\
% \textbf{Lanczos} & 26.566 & 0.871 \\
% \hline
% \end{tabular}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{Models}{Models Implemented and Tested in Byron}
\centering
\includegraphics[width=0.78\linewidth]{images/compare.png}
{Trained on \textbf{RGB Natural} images -> \textbf{Transfer Learning}}
\begin{columns}
\begin{column}{0.5\textwidth}
\setbeamercolor{block title alerted}{fg=black, bg=orange!40!white}
\setbeamercolor{block body alerted}{fg=black, bg=orange!20!white}
\begin{alertblock}{EDSR - Enhanced Deep SR}
\scriptsize{
\begin{tabular}{lc}
\hline \rowcolor{orange!20!white}
& Number of \\
\rowcolor{orange!20!white}
Layer & Parameters \\
\hline
Conv. input & 6912 \\
Conv. (32 residual block) & 589824 \\
Conv. (pre-shuffle) & 589824 \\
Conv. (upsample block) & 2359296 \\
Conv. output & 6912 \\
\hline
\end{tabular}
}
\scriptsize{Average Time on $510\times339$ image: $576.92$~s.}
\scriptsize{More than \textbf{40 million} parameters}
\end{alertblock}
\end{column}
\begin{column}{0.5\textwidth}
\setbeamercolor{block title}{fg=black, bg=blue!40!white}
\setbeamercolor{block body}{fg=black, bg=blue!20!white}
\begin{block}{WDSR - Wide Deep SR}
\scriptsize{
\begin{tabular}{lc}
\hline \rowcolor{blue!20!white}
& Number of \\
\rowcolor{blue!20!white}
Layer & Parameters \\
\hline
Conv. input 1 & 864 \\
Conv. 1 (32 residual block) & 55296 \\
Conv. 2 (32 residual block) & 55296 \\
Conv. (pre-shuffle) & 13824 \\
Conv. input 2 (pre-shuffle) & 3600 \\
\hline
\end{tabular}
}
\scriptsize{Average Time on $510\times339$ image: $46.35$~s.}
\scriptsize{$\sim3$ million parameters}
\end{block}
\end{column}
\end{columns}
\end{frame}
% \begin{frame}{EDSR - Enhanced Deep Super Resolution}{Super Resolution Models}
% \centering
% \includegraphics[width=0.78\linewidth]{images/compare.png}
%
% \setbeamercolor{block title alerted}{fg=black, bg=orange!40!white}
% \setbeamercolor{block body alerted}{fg=black, bg=orange!20!white}
%
% \begin{alertblock}{Architecture}
% \scriptsize{
% \begin{tabular}{lccc}
% \hline \rowcolor{orange!20!white}
% & Channels & Filter & Number of \\
% \rowcolor{orange!20!white}
% Layer & input/output & dimensions & Parameters \\
% \hline
% Conv. input & 3/256 & $3\times3$ & 6912 \\
% Conv. (32 residual block) & 256/256 & $3\times3$ & 589824 \\
% Conv. (pre-shuffle) & 256/256 & $3\times3$ & 589824 \\
% Conv. (upsample block) & 256/1024 & $3\times3$ & 2359296 \\
% Conv. output & 256/3 & $3\times3$ & 6912 \\
% \hline
% \end{tabular}
% }
%
% \vspace{0.5cm}
% \scriptsize{Average Time on $510\times339$ image: $576.92$~s.}
%
% \scriptsize{Winner of the \textbf{NTIRE 2017}. More than \textbf{40 million} of parameters}
% \end{alertblock}
%
% \end{frame}
%
% \begin{frame}{WDSR - Wide Deep Super Resolution}{Super Resolution Models}
% \centering
% \includegraphics[width=0.7\linewidth]{images/SR_models.png}
%
% \setbeamercolor{block title}{fg=black, bg=blue!40!white}
% \setbeamercolor{block body}{fg=black, bg=blue!20!white}
%
% \begin{block}{Architecture}
% \scriptsize{
% \begin{tabular}{lccc}
% \hline \rowcolor{blue!20!white}
% & Channels & Filter & Number of \\
% \rowcolor{blue!20!white}
% Layer & input/output & dimensions & Parameters \\
% \hline
% Conv. input 1 & 3/32 & $3\times3$ & 864 \\
% Conv. 1 (32 residual block) & 32/192 & $3\times3$ & 55296 \\
% Conv. 2 (32 residual block) & 192/32 & $3\times3$ & 55296 \\
% Conv. (pre-shuffle) & 32/48 & $3\times3$ & 13824 \\
% Conv. input 2 (pre-shuffle) & 3/48 & $5\times5$ & 3600 \\
% \hline
% \end{tabular}
% }
%
% \vspace{0.5cm}
% \scriptsize{Average Time on $510\times339$ image: $46.35$~s.}
%
% \scriptsize{Winner of the \textbf{NTIRE 2018}. $\sim3$ million of parameters, \textbf{less than $10\%$ of EDSR model}!}
% \end{block}
%
% \end{frame}
\begin{frame}{Dataset}{MRI pre-processing description}
\begin{columns}
\begin{column}{0.5\textwidth}
\vspace{-0.5cm}
\begin{figure}
\includegraphics[scale=0.13]{./images/donwsamples.png}
\caption{T1-weighted downsamplings}
\end{figure}
\begin{figure}
\vspace{-1cm}
\includegraphics[scale=0.13]{./images/donwsamples_t2.png}
\caption{T2-weighted downsamplings}
\end{figure}
\end{column}
\begin{column}{0.4\textwidth}
\vspace{-1.5cm}
\begin{itemize}
\item Public NAMIC dataset of 5 patients -> originals HR
\item Gaussian blurring
\item Donwscaling (x2 and x4)
\item Re-upsamples with NN and Bicubic Algorithm (BC)
\end{itemize}
\end{column}
\end{columns}
\end{frame}
% \begin{frame}{Dataset}{MRI re-usampling}
%
% \begin{itemize}
% \item 20 input rotations for LR images
% \item The LR images are processed by the models
% \item The up-scaled slices are compared with the originals with PSNR and SSIM.
% \end{itemize}
%
% \begin{figure}
% \includegraphics[scale=0.19]{./images/rotations_aligned.png}
% \end{figure}
%
% \end{frame}
% Results.
\begin{frame}{Upsample Comparisons}{EDSR and Bicubic x2}
\small
\begin{columns}
\begin{column}{0.5\textwidth}
T1-weighted:
\begin{itemize}
\item Mean trends on patient and angles.
\item SR scores are higher than BC counterparts
\item The three RGB channels perfoms differently
\end{itemize}
\begin{figure}
\vspace{-0.3cm}
\includegraphics[scale=0.14]{./images/EDSR_score_slide_t2_all.png}
\end{figure}
\end{column}
\begin{column}{0.5\textwidth}
\begin{figure}
\vspace{-1.6cm}
\includegraphics[scale=0.14]{./images/EDSR_score_slide_t1_all.png}
\end{figure}
\vspace{0.3cm}
T2-weighted:
\begin{itemize}
\item RGB channels still have different performances
\item BC and SR are comparable on most informative parts
\end{itemize}
\end{column}
\end{columns}
% \begin{figure}
% \centering
% \includegraphics[scale=0.21]{./images/EDSR_score_slide_t1_all.png}
% \caption{\scriptsize Average trends of PSNR (left) and SSIM (right) for the three channels (Red, Blue, Green lines) of the Super Resolution EDSR model compared with the bicubic algorithm scores (Yellow) as functions of the slices. The average is performed for every patients and for every rotation, cosidering only T1 weighted NMR. The dotted lines highlights the slices where the bicubic and super-resolution green channel performances intersect.}
% \end{figure}
\end{frame}
\begin{frame}{Upsample Comparisons}{WDSR and Bicubic x4}
\begin{columns}
\begin{column}{0.5\textwidth}
\begin{figure}
\vspace{-1cm}
\includegraphics[scale=0.14]{./images/WDSR_score_slide_t1_all.png}
\includegraphics[scale=0.14]{./images/WDSR_score_slide_t2_all.png}
\end{figure}
\end{column}
\begin{column}{0.5\textwidth}
\begin{itemize}
\item Much less variance between channels
\item Both SSIM and PSNR shows better performances
\end{itemize}
\end{column}
\end{columns}
% \begin{figure}
% \centering
% \includegraphics[scale=0.21]{./images/WDSR_score_slide_t1_all.png}
% \caption{\scriptsize Average trends of PSNR (left) and SSIM (right) for the three channels (Red, Blue, Green lines) of the Super Resolution WDSR model compared with the bicubic algorithm scores (Yellow) as functions of the slices. The average is performed for every patients and for every rotation, for T1-weighted NMRs.}
% \end{figure}
\end{frame}
\begin{frame}{Error Localization}{EDSR and Bicubic x2}
\begin{figure}
\centering
\includegraphics[scale=0.2]{./images/diff-edsr.png}
\end{figure}
\begin{itemize}
\item Pixel-wise absolute difference between reconstructions and originals
\item Higher differences located around scalps
\item Background $\neq$ 0
\end{itemize}
\end{frame}
\begin{frame}{Error Localization}{EDSR and Bicubic x2 On T1-weighted patients }
\begin{figure}
\includegraphics[scale=0.2]{./images/EDSR_diff_histo_t1.png}
\end{figure}
\begin{itemize}
\item Clear distiction between two components
\item Heavy background components
\item Pixel values are overestimated
\end{itemize}
\end{frame}
\begin{frame}{Brain Extraction}{BET - Brain Extraction Tool}
\begin{figure}
\includegraphics[scale=0.2]{./images/mask_example.png}
\end{figure}
\begin{itemize}
\item BET is a standard tool in MRI analysis. Two approaches:
\begin{itemize}
\item [1.] Extract masks for originals and reconstructions and compare
\item [2.] Use the masks obtained from HR originals to evaluate
reconstructions.
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{Brain Extraction}{BET - Masks Analysis}
\begin{columns}
\begin{column}{0.5\textwidth}
\hspace{2cm}
\begin{itemize}
\item Three masks from originals and reconstructions
\item Intersection over Union:
\end{itemize}
\vspace{0.2cm}
\begin{figure}
\includegraphics[scale=0.14]{./images/iou_scores.png}
\end{figure}
\end{column}
\begin{column}{0.5\textwidth}
\vspace{-1cm}
\begin{figure}
\includegraphics[scale=0.15]{./images/IoU-ex.jpg}
\end{figure}
\begin{itemize}
\item IoU > 0.90
\item EDSR comparable results
\item WDSR not adapt for BET
\end{itemize}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{Brain Extraction}{BET - Background Removal}
\begin{columns}
\begin{column}{0.5\textwidth}
\begin{figure}
\vspace{-1cm}
\includegraphics[scale=0.14]{./images/EDSR_score_t1_prebet.png}
\includegraphics[scale=0.14]{./images/EDSR_score_slide_t1_betted.png}
\end{figure}
\end{column}
\begin{column}{0.5\textwidth}
\begin{itemize}
\item The same mask is applied to each reconstruction.
\item Removes background and scalp.
\item The relative results change:
\begin{itemize}
\item channels much more consistent
\item SR still better than bicubic
\end{itemize}
\end{itemize}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{Conclusions}
\Large
\begin{itemize}
\item Two new libraries were proposed:
\begin{itemize}
\item {\bf NumPyNet} Focused on readability and educational purposes;
\item {\bf Byron} a tool for efficient implementations in CPUs environment;
\end{itemize}
\item Promising results for super-resolution on biomedical images
\item NN can \textbf{generalize} well, applying their ``knowledge'' to new datasets.
\item extensions on \textbf{explainability} for DL
\end{itemize}
\end{frame}
\begin{frame}{Future Developments}
\large
Future works may include:
\begin{itemize}
\item Extensions of {\it Transfer Learning} with \textbf{training}
\item Re-train from scratch
\item Analysis after Brain Extraction for all patients and angles
\end{itemize}
\end{frame}
\begin{frame}
\centering
\huge
Thanks for your attention
\end{frame}
\end{document}