-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIncludes.tex
105 lines (95 loc) · 2.84 KB
/
Includes.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
%auto-ignore
% ------- ToDos ---------
\definecolor{olivegreen}{RGB}{0,170,0}
\definecolor{darkred}{RGB}{220,100,10}
\definecolor{tealblue}{RGB}{20,100,200}
\newcommand{\SC}[1]{{\small\color{darkred}[Sergi]: #1}}
\newcommand{\KM}[1]{{\small\color{tealblue}[Kevis]: #1}}
\newcommand{\JP}[1]{{\small\color{olivegreen}[Jordi]: #1}}
\newcommand{\LL}[1]{{\small\color{magenta}[Laura]: #1}}
\newcommand{\Luc}[1]{{\small\color{orange}[Luc]: #1}}
\newcommand{\ToDo}[1]{{\small\color{cyan}[ToDo]: #1}}
% ------- Technique papers ---------
% Semi-supervised
\newcommand{\osvos}{Caelles2017}
\newcommand{\onavos}{Voigtlaender2017}
\newcommand{\ctn}{Jang2017}
\newcommand{\vpn}{Jampani2017}
\newcommand{\msk}{Perazzi2017}
\newcommand{\ofl}{Tsai2016}
\newcommand{\bvs}{NicolasMaerki2016}
\newcommand{\fcp}{Perazzi2015}
\newcommand{\jmp}{Fan2015}
\newcommand{\hvs}{Grundmann2010}
\newcommand{\sea}{Ramakanth2014}
\newcommand{\tsp}{Chang2013}
\newcommand{\ltv}{Ochs2014}
\newcommand{\hbt}{Godec2013}
\newcommand{\afs}{Vijayanarasimhan2012}
\newcommand{\jfs}{ShankarNagaraja2015}
\newcommand{\jots}{Wen2015}
\newcommand{\st}{Wang2011}
\newcommand{\mtk}{Perazzi2017}
% Unsupervised
\newcommand{\arp}{Koh2017}
\newcommand{\fseg}{Jain2017}
\newcommand{\lmp}{Tokmakov2017}
\newcommand{\fst}{Papazoglou2013}
\newcommand{\sal}{Shen2015}
\newcommand{\key}{Lee2011}
\newcommand{\msg}{Brox2010}
\newcommand{\trc}{Fragkiadaki2012}
\newcommand{\cvos}{Taylor2015}
\newcommand{\nlc}{Faktor2014}
\newcommand{\scf}{Jain2014}
\newcommand{\tmfg}{Li2013}
% Practical bounds
\newcommand{\mcg}{Pont-Tuset2016}
\newcommand{\cob}{Maninis2016}
% ------- Technique names ---------
% Semi-supervised
\newcommand{\ours}{OSVOS}
\newcommand{\oursnew}{OSVOS$^\textrm{S}$}
\newcommand{\longours}{One-Shot Video Object Segmentation}
\newcommand{\longoursnew}{Semantic One-Shot Video Object Segmentation}
\newcommand{\nosvos}{OSVOS}
\newcommand{\nonavos}{OnAVOS}
\newcommand{\nmsk}{MSK}
\newcommand{\nctn}{CTN}
\newcommand{\nvpn}{VPN}
\newcommand{\nofl}{OFL}
\newcommand{\nbvs}{BVS}
\newcommand{\nfcp}{FCP}
\newcommand{\njmp}{JMP}
\newcommand{\nhvs}{HVS}
\newcommand{\nsea}{SEA}
\newcommand{\ntsp}{TSP}
\newcommand{\nltv}{LTV}
\newcommand{\nhbt}{HBT}
\newcommand{\nafs}{AFS}
\newcommand{\nscf}{SCF}
\newcommand{\njfs}{JFS}
\newcommand{\njots}{JOTS}
\newcommand{\nst}{ST}
% Unsupervised
\newcommand{\narp}{ARP}
\newcommand{\nfseg}{FSEG}
\newcommand{\nlmp}{LMP}
\newcommand{\nfst}{FST}
\newcommand{\nsal}{SAL}
\newcommand{\nkey}{KEY}
\newcommand{\nmsg}{MSG}
\newcommand{\ntrc}{TRC}
\newcommand{\ncvos}{CVOS}
\newcommand{\nnlc}{NLC}
\newcommand{\ntmfg}{TMFG}
% Practical bounds
\newcommand{\nmcg}{MCG}
\newcommand{\ncob}{COB}
\newcommand{\ncobspub}{COB|SP}
% -------- Measure names --------
\newcommand{\J}{\mathcal{J}}
\newcommand{\F}{\mathcal{F}}
\newcommand{\T}{\mathcal{T}}
% -------- Colors ---------
\definecolor{rowblue}{RGB}{220,230,240}