METHOD OF EXTRACTING INTEREST POINTS BASED ON
MULTI-SCALE DETECTOR AND LOCAL E-HOG DESCRIPTOR
Manuel Grand-brochier, Christophe Tilmant and Michel Dhome
Laboratoire des Sciences et Matriaux pour l’Electronique, et d’Automatique (LASMEA)
UMR 6602 UBP-CNRS, 24 avenue des Landais, 63177 Beaumont, France
Keywords:
Multi-scales analysis, Local descriptor, Robustness to image transformations, Elliptical-HOG.
Abstract:
This article proposes an approach to extraction (detection and description) of interest points based Fast-Hessian
and E-HOG. SIFT and SURF are the two most used methods for this problem and their studies allow us to
understand their construction and extract the various advantages (invariances, speeds, repeatability). Our goal
is, firstly, to couple these advantages to create a new system (detector, descriptor and matching) and, secondly,
to determine the characteristic points for different applications (image transformation, 3D reconstruction...).
Our system must also be as invariant as possible for the image transformation (rotations, scales, viewpoints
for example). Finally, we have to find a compromise between a good matching rate and the number of points
matched. All the detector and descriptor parameters (orientations, thresholds, analysis shape) will be also
detailed in this article.
1 INTRODUCTION
There are a large number of applications based on im-
age analysis, especially 3D reconstruction problems,
tracking or pattern recognition for example. These ap-
plications need data usually extracted with two tools:
the detection of interest points (Li and Allison, 2008)
and the local description (Li and Allison, 2008) of
these. The detector analyses the image to extract
the characteristic points (corners, edges, blobs). The
neighborhood study allows us to create a local points
descriptor, in order to match them. For matched in-
terest points, the robustness of various transforma-
tions of the image is very important. To be robust to
scale, interest points are extracted with a global multi-
scales analysis, we considered the Harris-Laplace de-
tector (Harris and Stephens, 1988; Mikolajczyk and
Schmid, 2004b; Mikolajczyk and Schmid, 2002), the
Fast-Hessian (Bay and al., 2006) and the difference
of Gaussians (Lowe, 1999; Lowe, 2004). The de-
scription is based on a local exploration of interest
points to represent the characteristics of the neighbor-
hood. In comparative studies (Choksuriwong and al.,
2005; Mikolajczyk and Schmid, 2004a; Bauer and al.,
2007), it is shown that oriented gradients histograms
(HOG) give good results. Among the many meth-
ods using HOG, we retain SIFT (Scale Invariant Fea-
ture Transform) (Lowe, 1999; Lowe, 2004) and SURF
(Speed Up Robust Features) (Bay and al., 2006), us-
ing a rectangular neighborhood exploration (R-HOG:
Rectangular-HOG). We also mention GLOH (Gra-
dient Location and Orientation Histogram) (Mikola-
jczyk and Schmid, 2004a; Dalal and Triggs, 2005)
and Daisy (Tola et al., 2008), using circular geometry
(C-HOG: Circular-HOG). To provide the best possi-
ble list of points for different applications, we pro-
pose to create a system of detection and local de-
scription which is the most robust possible against the
various transformations that can exist between two
images (illumination, rotation, viewpoint for exam-
ple). It should also be as efficient as possible as re-
gards the matching rate. Our method relies on a Fast-
Hessian points detector, an elliptical exploration and a
local descriptor based E-HOG (Elliptical-HOG). We
propose to estimate local orientation, with the study
of the Harris matrix, in order to adjust the descrip-
tor (rotation invariance) and finally we will normalize
(brightness invariance).
Section 2 presents briefly SIFT and SURF, and
lists the advantages of each. The various tools and
their parameters (orientations, thresholds, analysis
pattern) we use are detailed in Section 3. To com-
pare our approach to SIFT and SURF, many tests have
been carried out. A synthesis of the different results
is presented in Section 4.
59
Grand-brochier M., Tilmant C. and Dhome M..
METHOD OF EXTRACTING INTEREST POINTS BASED ON MULTI-SCALE DETECTOR AND LOCAL E-HOG DESCRIPTOR.
DOI: 10.5220/0003369300590066
In Proceedings of the International Conference on Computer Vision Theory and Applications (VISAPP-2011), pages 59-66
ISBN: 978-989-8425-47-8
Copyright
c
2011 SCITEPRESS (Science and Technology Publications, Lda.)