-
Notifications
You must be signed in to change notification settings - Fork 1
/
sec_prior.tex
46 lines (35 loc) · 1.01 KB
/
sec_prior.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
\section{Prior work}
\label{prior work}
\begin{verbatim}
Classic features:
-----------------
VLAD
Fisher Vector
Triangulation embedding
Tolias
Enhancements:
-------------
Spatial Pyramid Pooling (SPP)
Hellinger kernel / root SIFT
Dense sampling
E-SVM
New features:
-------------
CNN features
NetVLAD
Hybrid pooling CNN / aggregator features:
-----------------------------------------
VLAD orderless pooling (exploits SPP)
Conv layers + aggregator: Vedaldi, Kulkarni
SIFT + FCs: Perronin
unsup dense: Deep Fisher vector.
Kernel methods
--------------
\end{verbatim}
% \emph{\color{red} paragraph about image search}
% The image retrieval litterature
% %where the query image is the positive example and the rank of an search result image is the score of the score of this image in the classifier obtained by the E-SVM.
% The application of kernel methods for SVM has an extensive bibliography. \emph{\color{red} so extensive that I do not know yet what to put here...}
%%% Local Variables:
%%% TeX-master: "main_eccv"
%%% End: