Pedestrian Detection and Tracking
Pedestrian Detection and Tracking
TRACKING
ABSTRACT
Among other things, positioning a magnetic instrument on a pedestrian;
positioning an inertial instrument on a foot of a pedestrian; receiving
positioning signals at the pedestrian; aligning the inertial instrument based
in part on the received positioning signals; calibrating the magnetic
instrument using the inertial instrument; and tracking the pedestrian using
the calibrated magnetic instrument and the inertial instrument.
https://www.google.co.in/patents/US8972182
Image and video based pedestrian traffic estimation
US 20130101159 A1
Inventors: Hui Chao, Rajarshi Gupta
ABSTRACT
Person detection and tracking techniques may be used to estimate
pedestrian traffic in locations equipped with cameras.
Persons detected in video data from the cameras may help determine
existing pedestrian traffic data.
Future pedestrian traffic estimation may be performed to estimate
pedestrian traffic characteristics (such as volume, direction, etc.) Such
traffic estimation may be provided to users for route
planning/congestion information.
A traffic map can be derived based on the number of people at or
expected to be at certain locations. The map may be provided to users
to provide traffic data and/or estimations
Pedestrian Tracking by Associating Tracklets using Detection Residuals
ABSTRACT:
Due to increased interest in visual surveillance, various multiple object
tracking methods have been recently proposed and applied to pedestrian
tracking.
However in presence of intensive inter-object occlusion and sensor gaps,
most of these methods result in tracking failures.
A two-stage multi-object tracking approach to robustly track pedestrians in
such complex scenarios.
It first generates high confidence partial track segments (tracklets) using a
robust pedestrian detector and then associate the tracklets in a global
optimization framework.
Unlike the existing two-stage tracking methods, the method uses the un-
associated low confidence detections (residuals) between the tracklets,
which improves the tracking performance.
The evaluation of the method on the CAVIAR dataset and show that the
method performs better than state-of-the-art methods.
LITERATURE SURVEY
http://www.cs.stanford.edu/~amirz/index_files/PED12_v2.pdf : This paper is about
detection of low density and high density crowd using PATCH based detection using
HOG descriptors.
http://www-users.cs.umn.edu/~masoud/publications/masoud-pedestrian-itsc-1997.pdf
http://iris.usc.edu/outlines/papers/2008/singh-wu-nevatia-motion08.pdf : The paper
explains about the tracklet based pedestrian detection.
Limitation: One limitation of the current system is that we use tracklets for track
initiation and hence any track for which no tracklet is generated cannot be tracked by
this method.
Another limitation is that the method does not fix the identity switches that occur
within the tracklets. We intend to address these issues in future.
Algorithms based of Kalman and Particle filter
Different Software used for pedestrian detection are:
Open CV
Python
Matlab
HOG
LITERATURE SURVEY
HoG ( Histogram of Oriented Graphics) and SVM
In this local object appearance and shape of an image can be described
by the distribution of intensity gradients or edge directions.
The image is divided into cells, and for the pixels within each cell, a
histogram of gradient directions is compiled. The descriptor is the
concatenation of these histograms.
For improved accuracy, the local histograms can be contrast-normalized
by calculating a measure of the intensity across a larger region of the
image, called a block.
The HOG descriptor has a few key advantages over other descriptors.
As cell concept- Invariant to geometric and photometric
transformations, except for object orientation.
Coarse spatial sampling
Fine orientation sampling
Strong local photometric normalization.
MULTIPLE SOLUTION IDENTIFIED FOR
DETECTION
Holistic Detection
Edge Detection
HOG Descriptors and SVM
Part-based Detection
Patch-based Detection
Implicit Shape Model
Motion-based Detection
Detection using multiple cameras.
MULTIPLE SOLUTIONS IDENTIFIED FOR
TRACKING
Kalman Filter
Particle Filter
COMPARISON OF SOLUTIONS
S.NO Solution Identified Limitation/Advantages