Tracking by Shape with Deforming Prediction for Non-rigid Objects
Kenji Nishida
1
, Takumi Kobayashi
1
and Jun Fujiki
2
1
National Institute of Advanced Industrial Science and Technology (AIST), Tsukuba, Japan
2
Department of Applied Mathematics, Fukuoka University, Fukuoka, Japan
Keywords:
Tracking, Deforming Objects, Shape Prediction, Motion Feature.
Abstract:
A novel algorithm for tracking by shape with deforming prediction is proposed. The algorithm is based on the
similarity of the predicted and actual object shape. Second order approximation for feature point movement by
Taylor expansion is adopted for shape prediction, and the similarity is measured by using chamfer matching
of the predicted and the actual shape. Chamfer matching is also used to detect the feature point movements
to predict the object deformation. The proposed algorithm is applied to the tracking of a skier and showed a
good tracking and shape prediction performance.
1 INTRODUCTION
Visual object tracking is used in a wide range of com-
puter vision applications, such as surveillance sys-
tems, intelligent transport systems, and human action
analysis. The primary function of an object tracking
algorithm is to find the regions in an image that con-
tain movements. Therefore, in the first approach, pro-
posed by Koller, a background subtraction algorithm
was employed (Koller et al. 1994). However, in this
approach, the performance of the background estima-
tion was degraded when the movement of the objects
was small, and it also required an appropriate illumi-
nation condition.
The second approach comprises a group of
feature-based tracking algorithms (Beymer et al.
1997; Coifman et al. 1998; Kim and Malik, 2003).
Salient features such as corner features are individu-
ally extracted and tracked are grouped as belonging to
the corresponding object. It can be robust to illumi-
nation change. However, the precision of the object
location and dimension is affected by the difficulties
that arise in feature grouping. Another feature-based
approach is called the mean-shift algorithm (Comani-
ciu and Meer, 2002; Comaniciu et al. 2000), in which
the local features (such as color histograms) of pixels
belonging to the object are followed. The mean-shift
approach allows robust and high-speed object track-
ing, if a local feature that successfully discriminates
the object from the background exists. However, it is
difficult to discriminate objects that are close to each
other and are similar in color, or to adopt this method
for gray-scale images.
The third approach can be classified as a detect-
and-track approach. Avidan redefined the track-
ing problem as that of classifying (or discriminating
between) the objects and the background (Avidan,
2002). In this approach, features are extracted from
both the objects and the background; then, a classifier
is trained to classify (discriminate between) the ob-
ject and the background. Grabner trained a classifier
to discriminate an image patch with an object in the
correct position and image patches with objects in the
incorrect position (Grabner, 2006), and thereby, the
position of the object could be estimated more pre-
cisely. While this approach allows stable and robust
object tracking, a large number of computations are
necessary. The approach of Collins and Mahadevan
is classified as an approach of this type, but they se-
lected discriminative features instead of training clas-
sifiers (Collins et al. 2005; Mahadevan and Vascon-
celos, 2009). Grabner introduced on-line boosting
to update feature weights to attain compatibility be-
tween the adaptation and stability for the appearance
change (illumination change, deformation, etc.) of
tracking classifiers (Grabner et al. 2008). Woodley
employed discriminative feature selection using a lo-
cal generative model to cope with appearance change
while maintaining the proximity toa static appearance
model (Woodley et al. 2007). The tracking algo-
rithms are also applied to the non-rigid (deforming)
objects. Godec proposed Hough-based tracking algo-
rithm for non-rigid objects, which employed Hough
voting to determine the object’s position in the next
580
Nishida K., Kobayashi T. and Fujiki J..
Tracking by Shape with Deforming Prediction for Non-rigid Objects.
DOI: 10.5220/0004813305800587
In Proceedings of the 3rd International Conference on Pattern Recognition Applications and Methods (ICPRAM-2014), pages 580-587
ISBN: 978-989-758-018-5
Copyright
c
2014 SCITEPRESS (Science and Technology Publications, Lda.)