
from global exhaustive search to local heuristic opti-
mizations have been employed to search for the target
locations in subsequent image frames. Many localiza-
tion algorithms benefit from exploiting a spatio-
temporal locality constraint, which assumes that the
location of the object from one frame to the next
changes gradually. This constraint helps reduce the
target search space and can thus result in faster, real-
time tracking algorithms.
Mean shift, a nonparametric density gradient esti-
mator [15], is a common method used to track objects
by finding the mode (peak) of the similarity surface
generated by comparing the object appearance model
(e.g., color histogram) w ith the target candidates. Sim-
ilarity is evaluated as the Bhattacharyya coefficient
between the model and candidate distributions. This
algorithm performs a local optimization on the search
surface starting from the previously known object lo-
cation and is well known for its computational effi-
ciency (real-time frame rates can be obtained). Robust
tracking results are obtained under variable environ-
mental (illu mination, occlusions), object (articulate,
nonlinear motion), and camera (static, moving, jitter)
configurations.
The use of covariance features for the target repre-
sentation was proposed by [3]. The covariance matrix
of features (e.g., position, intensity, color, gradients)
extracted from an image patch enables a compact
representation of both the spatial and the statistical
properties of the object. The tracker performs a search
in the image by comparing the given covariance model
with the covariance matrix at each possible location
using an appropriately defined distance metric. The
location which is most similar to the target model is
assigned to be the new target position in the image.
Summary
Human detection algorithms detect the presence of
people in imagery and must accommodate all of the
appearance variations while not selecting non‐human
entities. Human tracking temporally associates the
human detections within video sequences to generate
trajectories, and is complicated by short- and long-
term occlusions. By providing information regarding
the location and movement of humans in the scene,
human detection and tracking algorithms enable
applications such as remote biometrics and video
surveillance.
Related Entries
▶ Image Pattern Recognition
References
1. Oren, M., Papageorgiou, C., Sinha, P., Osuma, E., Poggio, T.:
Pedestrian detection using wavelet templates. In: Proceedings of
Computer Vision and Pattern Recognition (1997)
2. Dalal, N., Triggs, B., Schmid, C.: Human detection using orien-
ted histograms of flow and appearance. In: Proceedings of
European Conference on Computer Vision (2006)
3. Tuzel, O., Porikli, F., Meer, P.: Human detection via classification
on riemannian manifolds. In: Proceedings of Computer Vision
and Pattern Recognition (2007)
4. Viola, P., Jones, M., Snow, D.: Detecting pedestrians using
patterns of motion and appearance. In: Proceedings of
International Conference Computer Vision (2003)
5. Wu, Y., Yu, T.: A field model for human detection and
tracking. IEEE Trans. Patt. Analy. and Mach. Intell. 28(5),
753–765 (2006)
6. Ramanan, D., Forsyth, D., Zisserman, A.: Strike a pose: Tracking
people by finding stylized poses. In: Proceedings of Computer
Vision and Pattern Recognition (2005)
7. Lee, S., Liu, Y., Collins, R.: Shape variation-based frieze pattern
for robust gait recognition. In: Proceedings of Computer Vision
and Pattern Recognition (2007)
8. Sharma, V., Davis, J.: Integrating appearance and motion cues
for simultaneous detection and segmentation of pedestrians. In:
Proceedings of International Conference Computer Vision (2007)
9. Leibe, B., Seemann, E., Schiele, B.: Pedestrian detection in
crowded scenes. In: Proceedings of Computer Vision and Pat-
tern Recognition (2005)
10. Yilmaz, A., Javed, O., Shah, M.: Object tracking: A survey. ACM
Comput. Surv. 38(4) (2006)
11. Rangarajan, K., Shah, M.: Establishing motion correspondence.
Comp. Vis. Graph. Img. Proc. 54(1), 56–73 (1991)
12. Kalman, R.: A new approach to linear filtering and prediction
problems. Trans. ASME-J. Basic Eng. 82, 35–45 (1960)
13. Julier, S., Uhlmann, J.: A new extension to the kalman filter
to nonlinear systems. In: SPIE AeroSense Symposium (1997)
14. Isard, M., Blake, A.: Condensation – conditional density
propagation for visual tracking. Int. J. Comp. Vis. 29(1),
5–28 (1998)
15. Comaniciu, D., Ramesh, V., Meer, P.: Kernel-based object
tracking. IEEE Trans. Patt. Analy. and Mach. Intell. 25(5),
564–577 (2003)
Human Factors
▶ Ergonomic Design for Biometric Systems
712
H
Human Factors