SVM-BASED PARAMETER SETTING OF SELF-QUOTIENT
ε-FILTER AND ITS APPLICATION TO NOISE ROBUST HUMAN
DETECTION
Mitsuharu Matsumoto
The University of Electro-Communications, 1-5-1, Chofugaoka, Chofu-shi, Tokyo, 182-8585, Japan
Keywords:
Parameter setting, Nonlinear filter, Support vector machine, Self-quotient ε-filter, Human detection.
Abstract:
This paper describes SVM-based parameter setting of self-quotient ε-filter (SQEF), and its application to
noise robust human detection combining SQEF, histograms of oriented gradients (HOG), and support vector
machine (SVM). Although human detection combining HOG and SVM is a powerful approach, as it uses
local intensity gradients, it is difficult to handle noise corrupted images. On the other hand, although human
detection combining SQEF, HOG and SVM can realize noise robust human detection, SQEF requires manual
parameter setting. Our aim is not only to train SVM but also to adjust the parameter of self-quotient ε-filter
using the trained SVM in training procedure. The experimental results show that we can realize noise robust
human detection by using SQEF with the obtained parameter, HOG and SVM trained by intact images without
noise.
1 INTRODUCTION
Detecting human from images is an important ap-
plication in image processing. The important re-
quirement is to extract the feature from the images
clearly, even in backgrounds under different illumi-
nation. Histogram of Oriented Gradients (HOG) al-
gorithm is a useful approach to match this require-
ment (Dalal and Triggs, 2005). It can extract the fea-
ture clearly compared to other existing feature sets in-
cluding wavelets (Viola et al., 2003). The approach
is related to edge orientation (Freeman et al., 1996),
SIFT descriptors (Lowe, 2004) and shape contexts
(Belongie et al., 2001). Although locally normalized
HOG detectors are attractive approaches to detect the
human from the image, it is difficult to detect them
from the noise corrupted images because it uses local
intensity gradients.
To handle the problems, we introduce self-
quotient ε-filter (SQEF), which is an advanced noise
robust self-quotient filter (SQF) and propose a noise
robust SVM-based human detection combining SQEF
and HOG.
SQEF (Matsumoto, 2010a; Matsumoto, 2010b) is
based on the idea of SQF (Wang et al., 2004) and ε-
filter (Arakawa and Okada, 2005).
SQF is a simple nonlinear filter to extract the fea-
ture from an image (Wang et al., 2004). It needs only
an image, and can extract intrinsic lighting invariant
property of an image, while removing extrinsic factor
corresponding to the lighting. Feature extraction by
SQF is simpler than that based on multi-scale smooth-
ing (Gooch et al., 2004). SQF can extract the outline
of the objects independent of shadow region. How-
ever, as it assumes that the image does not include
noise, it can not extract the shape and texture when
the noise damages the image. The noise influence be-
comes large due to the self-quotient effect of SQF.
Although many studies have been reported to re-
duce the small amplitude noise while preserving the
edge (Himayat and Kassam, 1993; Tomasi and Man-
duchi, 1998), it is considered that ε-filter is a promis-
ing approach due to its simple design. It does not
need to have the signal and noise models in advance.
It is easy to be designed and the calculation cost is
small because it requires only switching and linear
operation. We can clearly extract the feature from
noise corrupted image images by defining SQEF as
the ratio of two different ε-filters, and can reduce the
noise influence by employing SQEF as preprocessing
of HOG.
Although human detection combining HOG,
SQEF and SVM can realize noise robust human de-
tection, SQEF requires manual parameter setting. Our
aim in this paper is not only to train SVM but also to
adjust the parameter of ε-filter using the trained SVM
in training procedure.
The rests of this paper are organized as follows:
290
Matsumoto M..
SVM-BASED PARAMETER SETTING OF SELF-QUOTIENT e-FILTER AND ITS APPLICATION TO NOISE ROBUST HUMAN DETECTION.
DOI: 10.5220/0003177102900295
In Proceedings of the 3rd International Conference on Agents and Artificial Intelligence (ICAART-2011), pages 290-295
ISBN: 978-989-8425-40-9
Copyright
c
2011 SCITEPRESS (Science and Technology Publications, Lda.)