[8eeb5a]: / training_method_table.txt

Download this file

43 lines (41 with data), 1.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
begin{tabularx}{linewidth}{lllr}
\toprule
\multicolumn{4}{c}{\textbf{Kvasir-SEG}}\\
\toprule
No Augmentation & Conventional Augmentation & Consistency Training\\
\midrule
DeepLab & 0.819& 0.853& 0.853 \\
FPN & 0.823& 0.852& 0.851 \\
InductiveNet & 0.832& 0.847& 0.853 \\
TriUnet & 0.822& 0.844& 0.845 \\
Unet & 0.828& 0.851& 0.851 \\
\toprule
\multicolumn{4}{c}{\textbf{Etis-LaribDB}}\\
\toprule
No Augmentation & Conventional Augmentation & Consistency Training\\
\midrule
DeepLab & 0.412& 0.468& 0.504 \\
FPN & 0.404& 0.440& 0.471 \\
InductiveNet & 0.406& 0.469& 0.478 \\
TriUnet & 0.305& 0.419& 0.439 \\
Unet & 0.403& 0.454& 0.482 \\
\toprule
\multicolumn{4}{c}{\textbf{CVC-ClinicDB}}\\
\toprule
No Augmentation & Conventional Augmentation & Consistency Training\\
\midrule
DeepLab & 0.678& 0.736& 0.740 \\
FPN & 0.678& 0.717& 0.726 \\
InductiveNet & 0.683& 0.733& 0.737 \\
TriUnet & 0.633& 0.695& 0.699 \\
Unet & 0.679& 0.720& 0.729 \\
\multicolumn{4}{c}{\textbf{EndoCV2020}}\\
No Augmentation & Conventional Augmentation & Consistency Training\\
\midrule
DeepLab & 0.604& 0.677& 0.678 \\
FPN & 0.605& 0.663& 0.674 \\
InductiveNet & 0.595& 0.667& 0.672 \\
TriUnet & 0.581& 0.673& 0.686 \\
Unet & 0.599& 0.660& 0.677 \\
\bottomrule
end{tabularx}