SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 469
ENHANCED TARGET TRACKING BASED ON MEAN SHIFT
ALGORITHM FOR SATELLITE IMAGERY
Sarabjit Kaur1
, Sukhjinder Kaur2
1
M.Tech Scholar, 2
Assistant Professor, Department of Electronics & Communication Engineering, Sri Sukhmani Institute
of Engineering & Technology, Derabassi (Punjab), India, techsarab@gmail.com, Sukhjinder.253@gmail.com
Abstract
Target tracking in high resolution satellite images is challenging task for computer vision field. In this paper we have proposed a
mean shift algorithm based enhanced target tracking system for high resolution satellite imagery. In proposed tracking algorithm,
Target modeling is done using spectral features of target object i.e. Mean & Energy density function. Feature Vector space with
minimum Euclidean Distance is used for predicting next possible position of target object in consecutive frames. Proposed tracking
algorithm has been tested using two high resolution databases i.e. Harbor & Airport region database acquired by WorldView-2
satellite at different times. Recall, Precision & F1 score etc. performance parameters are also calculated for showing the tracking
ability of the proposed method in real-time applications and are compared with the results of Regional Operator Design based
tracking algorithm proposed in [1]. The results show that our proposed method gives relatively better performance than the other
tracking algorithms used in satellite imagery.
Keywords- Target tracking, Mean shift algorithm, Energy density function, Feature Vector Space, Frame
----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
High resolution satellite images are often used for Target
tracking in real time applications such as surveillance and
monitoring, smart rooms, human tracking in satellite frames
etc. But doing this with high accuracy is an exigent job in
computer vision field. So, whole liability lies on the
robustness of the target tracking algorithm. Various methods
for target tracking have been proposed and differ in context of
which type of object representation, Image features & target
modeling is suitable for tracking purpose? The answers to
these questions depend on the context/environment in which
the tracking is performed and the end use for which the
tracking information is being required. A large number of
tracking methods have been proposed which attempt to answer
these questions for a variety of scenarios [2]. Proposed by
Dorin commaniciu et al [3] in object tracking field, Iterative
Mean shift algorithm for object tracking is one of the strong
contender among these algorithms, which provides fast &
robust performance for target tracking. It is a non-parametric
mode-seeking, feature space analysis method with low
computational complexity. Mean Shift algorithm is type of
forward tracking which tracks by minimizing a distance
between two probability density functions represented by a
reference and candidate histogram [4]. Mean shift object
tracking method can be used it in its various forms e.g.
CAMShift, ABCshift etc. depending upon accuracy &
applications.
Lingfei Meng [1] has proposed a novel regional operator
design based object tracking algorithm for target matching in
satellite imagery. This algorithm uses both spectral & spatial
features for target modeling. C. Carrano implemented an
ultrascale capable multiple-vehicle tracking algorithm for
overhead persistent surveillance imagery which relies on the
mover map, path dynamics, and image features to perform
tracking [6]. Kerekes et al evaluated the feasibility for
particular objects of interest to be located and tracked in
sequential frames of hyperspectral imagery through the use of
their potentially unique spectral reflectance characteristics and
then using that information to find the same vehicle in a
subsequent image [7].
In this paper we are aimed at using modified form of mean
shift algorithm for target tracking in high resolution WV-2
satellite imagery. By making tracking algorithm proposed in
[1] as a base for our research we have showed that employing
mean shift algorithm for target object tracking in satellite
imagery gives far better results with less computational
complexity and tracks the target relatively faster than other
methods.
2. PROPOSED ENHANCED TARGET TRACKING
SYSTEM BASED ON MEAN-SHIFT ALGORITHM
Mean shift is a non-parametric density gradient estimator. It is
employed to derive the object candidate that is the most
similar to a given model while predicting the next object
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 470
location. In other words, it starts from the position of the
model in the current frame and then searches in the model’s
neighborhood in next frame, followed by finding best
candidate by maximizing a similarity function. Finally, repeats
the same process in the next pair of frames [10].
The proposed enhanced target tracking system based on mean
shift algorithm, tracks the target object as illustrated in fig-1.
Basically it consists of two main steps i.e. Target Modeling &
Target Matching.
Fig -1: Flow chart of proposed method for target tracking
2.1. Target Modeling
The Target is defined as the interested object to be tracked [1]
& Target model is a representation of chosen interested object
in a current frame. The reference target in the current frame of
used database is represented by a manually selected user
defined area K as shown in fig 2.
Fig -2: A manually selected square area ‘K’ from current main
Frame J
The interested target is then extracted from this selected area
for feature extraction purpose. The reference target is modeled
by extracting its Spectral reflectance Characteristics. The
Spectral Characteristic of target is defined as its probability
density function (PDF). In our method Mean & Energy
density function (EDF) of reference target is used for PDF
Estimation. Mean & EDF of reference target can be
determined as follows:
ZR = 0
Z 	 Z 	K i, j, 1 		;																					 1
ZG = 0
Z 	 Z 	K i, j, 2 		;																					 2
ZB = 0
Z 	 Z 	K i, j, 3 	;																							 3
Where ZR, ZG & ZB represents Red, Green & blue components
of reference target object.
K = user selected area in current frame having dimensions
a x b.
m
n
a
b
Kth
image
Main Frame J
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 471
Now,
Y=
Y+1, if K(i,j,1)>0 | K(i,j,2)>0 | K(i,j,3)>0
Y+0, otherwise (4)
i=b
j=1
i=a
i=1
Where Y = Total no. of effective pixels in extracted target
Object.
So Energy density function can be determined as:
Z =
Z
Y
(5)
Z =
Z
Y
(6)
Z =
Z
Y
(7)
2.2. Target Matching
For Target matching purpose, target model estimated in
section 2.1 is used for finding similar target candidates within
a search area in the next frame. Search Area is a predefined
area within the next frame where target has a high probability
to move. Starting with the position of the Extracted target
model in the current frame, the best target candidate is found
by looking for a candidate with a minimum Euclidean distance
within the model’s neighborhood (search area) in next frame.
The same process is repeated in the next pair of frames. A
Feature vector Space (FVS) is formed by calculating the
Euclidean distance between reference target model pixels &
each pixel within the Search area in next frame and used for
predicting next possible position of interested target in
successive frames. Feature vector space is basically a feature
table having set of all possible position vectors representing
target candidates in the next frame.
Pseudo code for FVS formation is as follows:
Let Z=total no. of frames available for tracking
Ik = Specified Search Area or a search window of size x ̽̽̽ y
within which Tracking algorithm will find the next movement
position of Target object.
for k = 1 to Z
for i = 1 to i = x
for j =1 to j = y
FVS (i,j)=|IK (i.j,1) - ZR| + | IK (i.j,2) - ZG | + | IK (i.j,3) - ZB| (8)
end loop
end loop
end loop
The position of the target candidate (any position vector in the
search Area), with Minimum Euclidean Distance in the
Feature vector table, will be the next possible position of the
target in the successive frame. After estimating the possible
positions of reference target in all the frames its movement
trajectory is formed and compared with its manually identified
ground truth trajectory for further performances evaluation.
3. IMPLEMENTATION AND RESULTS
The Proposed method for target tracking in satellite imagery
has been evaluated using two databases harbor region &
airport region shown in fig 3 & 4 respectively. Experimental
results using these databases have been obtained within
MATLAB environment. Both databases consist of subsets of
five frames, which are World- View-2 satellite image
sequences provided by digital Globe (online) [13]. To make
the methodology more understandable, some intermediate
results for tracking of ship target in harbor region are shown in
fig 5 which shows the steps like target modeling, target
matching & trajectory plotting.
Our aim was to track three targets i.e. ship target in harbor
region database as shown in fig 6(a) & aircraft-1& aircraft-2
in airport region database as shown in fig 7(a) & 8(a)
respectively. Ground truth (GT) trajectory for these targets has
been recognized manually per pixel in all the respective
frames. Tracking performance evaluation of proposed method
is done by calculating sensitivity (Recall), specificity,
accuracy & PPV like performance parameters, based on the
number of true positives (TP), false positives (FP), and false
negatives (FN) on per pixel basis as given in Table 1. Table 2
shows comparative tracking performance of Regional
Operator Design based tracking algorithm [1] & our proposed
tracking method for three selected targets. This performance
comparison is also shown graphically in figure 9.
First ship target has been tracked successfully in harbor region
database & its movement trajectory has been estimated in fig
6(b). Then two aircrafts in airport region database have been
tracked with their movement trajectory estimation as shown in
fig 7(b) & 8(b). The size of three targets and the size of Search
area used to find them in next frames, is given in Table 2.x
y
Ik Image
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 472
Table -1: Tracking performance evaluating parameters &
their calculation [11][12]
Measure Description
Recall or Sensitivity TP/(TP+FN)
Precision or Positive
Predictive Value
TP/(TP+FP)
Accuracy (Acc) (TP+TN)/(TP+FP+TN+FN)
Specificity (SP) TN/(TP+FN)
F1-Score 2 * (R * P) / (R + P)
False discovery rate
(FDR)
FP/(FP+TP)
Movement trajectories of all the three tracked targets show
high resemblance to manually identified GT trajectory. Hence,
experimental results show the high tracking accuracy &
robustness of our proposed method.
Table -2: Feature vector space parameters
Target Actual size
(Pixel)
Search Area
(pixel x pixel )
Ship 26 120x20
Aircraft-1 66 120x20
Aircraft-2 79 160x20
4. CONCLUSION
We have proposed an enhanced & robust, mean shift based
target tracking system for satellite imagery which is able to
track interested target with a high accuracy & outperforms
other tracking algorithms. Using only spectral features for
target modeling & Feature vector space with Euclidean
distance as a similarity measure for target matching provides
good performance. As shown through experimental results,
three targets have been tracked successfully using proposed
method with good tracking performance. Sensitivity (Recall),
Precision & F1 score etc. parameters are also calculated for
showing better tracking performance of our algorithm than
regional operator design based tracking algorithm. Future
scope is to extend proposed enhanced mean shift method for
target velocity estimation & tracking of objects with small
geographical area in complex environment with change in
shape & occlusion problem.
REFERENCES
[1] Lingfei Meng, Student Member, IEEE, and John P.
Kerekes, Senior Member, IEEE “Object Tracking
Using High Resolution Satellite Imagery” IEEE
February 2012.
[2] A. Yilmaz, O. Javed, and M. Shah, “Object tracking: A
survey,” ACM Comput. Surv., vol. 38, Dec. 2006.
[3] Comaniciu D., Ramesh V., Meer P.: ‘Kernel-Based
Object Tracking’, IEEE Trans. Pattern Anal. Machine
Intell. 2003, 25, (2), pp. 564-577.
[4] Tomas Vojir, Jana Noskova,Jiri Matas “Robust Scale-
Adaptive Mean-Shift for Tracking” Springer-verlag
berlin Heidelberg 2013 .
[5] Comaniciu D, Ramesh V, and Meer P, “Real-Time
tracking of non-rigid objects using mean shift,” In:
Proc. of the IEEE Conf. on Computer Vision and
Pattern Recognition (CVPR), pp.142-149, 2000.
[6] C. Carrano, “Ultra-scale vehicle tracking in low spatial
resolution and low frame-rate overhead video,” in Proc.
SPIE, vol. 7445, 744504,2009.
[7] J. Kerekes, M. Muldowney, K. Strackerhan, L. Smith,
and B. Leahy, “Vehicle tracking with multi-temporal
hyperspectral imagery,” in Proc. SPIE, vol. 6233,
62330C, 2006.
[8] Snekha, Chetna Sachdeva, Rajesh Birok “Real Time
Object Tracking Using Different Mean Shift
Techniques–a Review” International Journal of Soft
Computing and Engineering (IJSCE) ISSN: 2231-2307,
Volume-3, Issue-3, July 2013
[9] Zhi-Qiang Wen, Zi-xing Cai “Mean Shift Algorithm
and its Application in Tracking of Objects”
Proceedings of the Fifth International Conference on
Machine Learning and Cybernetics, Dalian, 13-16
August 2006
[10] Zhu Chaoyang “Video Object Tracking using SIFT
and Mean Shift” Chalmers University of Technology
Göteborg, Sweden, 2011
[11] Muhammad Moazam Fraz, Paolo Remagnino, Andreas
Hoppe, Bunyarit Uyyanonvara, Alicja R. Rudnicka,
Christopher G. Owen, and Sarah A. Barman “An
Ensemble Classification-Based Approach Applied to
Retinal Blood Vessel Segmentation” IEEE Septemeber
2012.
[12] C. J. Van Rijsbergen, Information Retrieval, 2nd ed.
Newton, MA: Butterworth-Heinemann, 1979.
[13] IEEE DigitalGlobe 2011 Data Fusion Contest.
[Online]. Available:http://www.grss-ieee.org/2011-ieee
digitalglobe-data-fusion-contest/
BIOGRAPHIES:
Sarabjit Kaur received her B.E degree
in Electrical & Electronics
Communication Engineering from
Chandigarh College of Engineering &
Technology, Chandigarh (U.T.) in 2009.
Currently she is pursuing her Masters of
Technology degree in Electronics &
Communication Engineering from
SSIET, Derebassi (Punjab), a Regional
centre of Punjab Technical University Jalandhar (Punjab). Her
areas of interest are Digital image processing, Satellite
Communication, Radar Engineering.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 473
Ms. Sukhjinder Kaur received her AMIE
degree in Electronics & Communication
Engineering from the Institution of Engineers,
Kolkata & her M.Tech degree in Electronics &
Communication Engineering from Punjab
Technical University, Jalandhar (Punjab). She is currently
working as an Assistant Professor in the Department of
Electronics & Communication Engineering at Sri Sukhmani
Institute of Engineering and Technology, Derabassi (Punjab).
Her research interests are Digital image processing & Digital
Signal Processing.
Fig -3: Harbor region database consists of subset of five frames collected at different times (a) 13:09:23, (b)13:09:54, (c) 13:10:46, (d)
13:12:00, and (e) 13:12:41. All times are local.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 474
Fig -4: An airport region database consists of subset of five frames collected at different times (a) 13:09:23, (b) 13:09:54, (c)
13:10:46, (d) 13:12:00, and (e) 13:12:41. All times are local
IJRET: International Journal of Research in Engineering and Technology
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @
Fig -5: Some intermediate results of proposed method for target tracking
Fig -6: (a) Ship target in harbor region database
Research in Engineering and Technology eISSN: 2319
__________________________________________________________________________________________
2013, Available @ http://www.ijret.org
Some intermediate results of proposed method for target tracking in harbor region database.
database within red outline (b) Predicted movement trajectory of ship target by proposed
algorithm.
eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
475
in harbor region database.
(b) Predicted movement trajectory of ship target by proposed
IJRET: International Journal of Research in Engineering and Technology
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @
Fig -7: (a) Aircraft-1 target in an airport region
Fig -8: (a) Aircraft-2 target in an airport region database (b) Predicted movement trajectory of target aircraft
Research in Engineering and Technology eISSN: 2319
__________________________________________________________________________________________
2013, Available @ http://www.ijret.org
in an airport region database within red outline (b) Predicted movement trajectory of
proposed algorithm.
in an airport region database (b) Predicted movement trajectory of target aircraft
eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
476
Predicted movement trajectory of target aircraft-1 by
in an airport region database (b) Predicted movement trajectory of target aircraft-2 by proposed algorithm.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 477
Table -2: Comparison of tracking performance of Regional Operator Design (ROD) Based Algorithm [1] & Proposed tracking
algorithm with the help of some performance Parameters
Performance
Parameters
Regional Operator Design (ROD)
Based Algorithm [1]
Proposed tracking Algorithm
Harbor
Region
database
Airport Region
database
Harbor
Region
database
Airport Region
database
Ship Aircraft-1 Aircraft-2 Ship Aircraft-1 Aircraft-2
Recall 0.690 0.833 0.925 1 0.949458 0.886503
Precision 0.919 0.495 0.435 0.978260 0.894557 0.883792
F1 Score 0.782 0.621 0.592 0.989010 0.921190 0.885145
Specificity 0.999985 0.999677 0.999604
Accuracy 0.999985 0.999533 0.999222
FDR 0.021739 0.105442 0.116207
Fig -9: Graphical Representation of comparison results between Regional Operator Design based tracking algorithm & Our Proposed
Tracking Algorithm for three targets.

More Related Content

PDF
Enhanced target tracking based on mean shift algorithm for satellite imagery
PDF
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
PDF
International Journal of Engineering and Science Invention (IJESI)
PDF
An enhanced difference pair mapping steganography method to improve embedding...
PDF
Kernel based similarity estimation and real time tracking of moving
PDF
ijrrest_vol-2_issue-2_013
PDF
Ijetcas14 372
PDF
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC
Enhanced target tracking based on mean shift algorithm for satellite imagery
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
International Journal of Engineering and Science Invention (IJESI)
An enhanced difference pair mapping steganography method to improve embedding...
Kernel based similarity estimation and real time tracking of moving
ijrrest_vol-2_issue-2_013
Ijetcas14 372
QUALITY ASSESSMENT OF PIXEL-LEVEL IMAGE FUSION USING FUZZY LOGIC

What's hot (20)

PDF
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
PDF
An enhanced fireworks algorithm to generate prime key for multiple users in f...
PDF
557 480-486
PDF
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
PDF
Feature extraction based retrieval of
PDF
Real time implementation of object tracking through
PDF
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
PDF
H1802054851
PDF
G1802053147
PDF
A Survey on Image Retrieval By Different Features and Techniques
PDF
Stereo vision-based obstacle avoidance module on 3D point cloud data
PDF
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
PDF
Multiexposure Image Fusion
PDF
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
PDF
Spectral approach to image projection with cubic b spline interpolation
PDF
B49010511
PDF
Ug 205-image-retrieval-using-re-ranking-algorithm-11
PDF
GPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
PDF
Real-time Multi-object Face Recognition Using Content Based Image Retrieval (...
PDF
A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
An enhanced fireworks algorithm to generate prime key for multiple users in f...
557 480-486
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
Feature extraction based retrieval of
Real time implementation of object tracking through
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
H1802054851
G1802053147
A Survey on Image Retrieval By Different Features and Techniques
Stereo vision-based obstacle avoidance module on 3D point cloud data
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
Multiexposure Image Fusion
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
Spectral approach to image projection with cubic b spline interpolation
B49010511
Ug 205-image-retrieval-using-re-ranking-algorithm-11
GPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
Real-time Multi-object Face Recognition Using Content Based Image Retrieval (...
A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...
Ad

Viewers also liked (20)

PDF
An investigation of the design implications for openings
PDF
A vm scheduling algorithm for reducing power consumption of a virtual machine...
PDF
Studies on stabilised adobe blocks
PDF
Human identification using finger images
PDF
Evaluation of performance of intake tower dam for
PDF
Study and comparison of various communication based protective relaying schem...
PDF
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
PDF
Testing and ergonomically evaluation of tractor mounted and self mounted coco...
PDF
Analysis of different types of current mirror in 45 nm
PDF
Stability analysis of orthotropic reinforce concrete shear wall
PDF
Design and development of fall detector using fall
PDF
Nanoparticle based charge trapping memory device applying mos technology a co...
PDF
Information security by biometric waterking
PDF
Preparation, characterization and application of
PDF
The effect of watercement ratio on the sulfate
PDF
Finite element analysis of dissimilar welding between
PDF
Optimization of friction stir welding process
PDF
Partial encryption of compresed video
PDF
Static analysis of c s short cylindrical shell under internal liquid pressure...
PDF
Analysis of physical characteristics of bamboo
An investigation of the design implications for openings
A vm scheduling algorithm for reducing power consumption of a virtual machine...
Studies on stabilised adobe blocks
Human identification using finger images
Evaluation of performance of intake tower dam for
Study and comparison of various communication based protective relaying schem...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Testing and ergonomically evaluation of tractor mounted and self mounted coco...
Analysis of different types of current mirror in 45 nm
Stability analysis of orthotropic reinforce concrete shear wall
Design and development of fall detector using fall
Nanoparticle based charge trapping memory device applying mos technology a co...
Information security by biometric waterking
Preparation, characterization and application of
The effect of watercement ratio on the sulfate
Finite element analysis of dissimilar welding between
Optimization of friction stir welding process
Partial encryption of compresed video
Static analysis of c s short cylindrical shell under internal liquid pressure...
Analysis of physical characteristics of bamboo
Ad

Similar to Enhanced target tracking based on mean shift (20)

PDF
PDF
Introducing New Parameters to Compare the Accuracy and Reliability of Mean-Sh...
PDF
Tracing of an Object in Video through Mean Shift Protocol
PDF
Ijarcet vol-2-issue-4-1298-1303
PDF
Robust Tracking Via Feature Mapping Method and Support Vector Machine
PDF
Design and implementation of video tracking system based on camera field of view
PDF
Detection and Tracking of Moving Object: A Survey
PDF
Self scale estimation of the tracking window merged with adaptive particle fi...
PDF
An improved particle filter tracking
PDF
IRJET- Border Security using Computer Vision
PDF
International Journal of Advance Robotics & Expert Systems (JARES)
PDF
Vehicle Tracking Using Kalman Filter and Features
PDF
Fahad Fazal Elahi Guraya
PDF
Wireless Vision based Real time Object Tracking System Using Template Matching
PDF
Real time object tracking and learning using template matching
PDF
A New Algorithm for Tracking Objects in Videos of Cluttered Scenes
PDF
Overview Of Video Object Tracking System
PDF
Digital Video Information Extraction And Object Tracking Neves Ajr
PDF
Digital Video Information Extraction And Object Tracking Neves Ajr
PPT
Intro to Multitarget Tracking for CURVE
Introducing New Parameters to Compare the Accuracy and Reliability of Mean-Sh...
Tracing of an Object in Video through Mean Shift Protocol
Ijarcet vol-2-issue-4-1298-1303
Robust Tracking Via Feature Mapping Method and Support Vector Machine
Design and implementation of video tracking system based on camera field of view
Detection and Tracking of Moving Object: A Survey
Self scale estimation of the tracking window merged with adaptive particle fi...
An improved particle filter tracking
IRJET- Border Security using Computer Vision
International Journal of Advance Robotics & Expert Systems (JARES)
Vehicle Tracking Using Kalman Filter and Features
Fahad Fazal Elahi Guraya
Wireless Vision based Real time Object Tracking System Using Template Matching
Real time object tracking and learning using template matching
A New Algorithm for Tracking Objects in Videos of Cluttered Scenes
Overview Of Video Object Tracking System
Digital Video Information Extraction And Object Tracking Neves Ajr
Digital Video Information Extraction And Object Tracking Neves Ajr
Intro to Multitarget Tracking for CURVE

More from eSAT Publishing House (20)

PDF
Likely impacts of hudhud on the environment of visakhapatnam
PDF
Impact of flood disaster in a drought prone area – case study of alampur vill...
PDF
Hudhud cyclone – a severe disaster in visakhapatnam
PDF
Groundwater investigation using geophysical methods a case study of pydibhim...
PDF
Flood related disasters concerned to urban flooding in bangalore, india
PDF
Enhancing post disaster recovery by optimal infrastructure capacity building
PDF
Effect of lintel and lintel band on the global performance of reinforced conc...
PDF
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
PDF
Wind damage to buildings, infrastrucuture and landscape elements along the be...
PDF
Shear strength of rc deep beam panels – a review
PDF
Role of voluntary teams of professional engineers in dissater management – ex...
PDF
Risk analysis and environmental hazard management
PDF
Review study on performance of seismically tested repaired shear walls
PDF
Monitoring and assessment of air quality with reference to dust particles (pm...
PDF
Low cost wireless sensor networks and smartphone applications for disaster ma...
PDF
Coastal zones – seismic vulnerability an analysis from east coast of india
PDF
Can fracture mechanics predict damage due disaster of structures
PDF
Assessment of seismic susceptibility of rc buildings
PDF
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
PDF
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Likely impacts of hudhud on the environment of visakhapatnam
Impact of flood disaster in a drought prone area – case study of alampur vill...
Hudhud cyclone – a severe disaster in visakhapatnam
Groundwater investigation using geophysical methods a case study of pydibhim...
Flood related disasters concerned to urban flooding in bangalore, india
Enhancing post disaster recovery by optimal infrastructure capacity building
Effect of lintel and lintel band on the global performance of reinforced conc...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Shear strength of rc deep beam panels – a review
Role of voluntary teams of professional engineers in dissater management – ex...
Risk analysis and environmental hazard management
Review study on performance of seismically tested repaired shear walls
Monitoring and assessment of air quality with reference to dust particles (pm...
Low cost wireless sensor networks and smartphone applications for disaster ma...
Coastal zones – seismic vulnerability an analysis from east coast of india
Can fracture mechanics predict damage due disaster of structures
Assessment of seismic susceptibility of rc buildings
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...

Recently uploaded (20)

PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
web development for engineering and engineering
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
Sustainable Sites - Green Building Construction
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Welding lecture in detail for understanding
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
composite construction of structures.pdf
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
additive manufacturing of ss316l using mig welding
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
Digital Logic Computer Design lecture notes
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
web development for engineering and engineering
CYBER-CRIMES AND SECURITY A guide to understanding
Sustainable Sites - Green Building Construction
Foundation to blockchain - A guide to Blockchain Tech
Welding lecture in detail for understanding
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
R24 SURVEYING LAB MANUAL for civil enggi
composite construction of structures.pdf
Operating System & Kernel Study Guide-1 - converted.pdf
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Lecture Notes Electrical Wiring System Components
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Model Code of Practice - Construction Work - 21102022 .pdf
additive manufacturing of ss316l using mig welding
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Digital Logic Computer Design lecture notes

Enhanced target tracking based on mean shift

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 469 ENHANCED TARGET TRACKING BASED ON MEAN SHIFT ALGORITHM FOR SATELLITE IMAGERY Sarabjit Kaur1 , Sukhjinder Kaur2 1 M.Tech Scholar, 2 Assistant Professor, Department of Electronics & Communication Engineering, Sri Sukhmani Institute of Engineering & Technology, Derabassi (Punjab), India, techsarab@gmail.com, Sukhjinder.253@gmail.com Abstract Target tracking in high resolution satellite images is challenging task for computer vision field. In this paper we have proposed a mean shift algorithm based enhanced target tracking system for high resolution satellite imagery. In proposed tracking algorithm, Target modeling is done using spectral features of target object i.e. Mean & Energy density function. Feature Vector space with minimum Euclidean Distance is used for predicting next possible position of target object in consecutive frames. Proposed tracking algorithm has been tested using two high resolution databases i.e. Harbor & Airport region database acquired by WorldView-2 satellite at different times. Recall, Precision & F1 score etc. performance parameters are also calculated for showing the tracking ability of the proposed method in real-time applications and are compared with the results of Regional Operator Design based tracking algorithm proposed in [1]. The results show that our proposed method gives relatively better performance than the other tracking algorithms used in satellite imagery. Keywords- Target tracking, Mean shift algorithm, Energy density function, Feature Vector Space, Frame ----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION High resolution satellite images are often used for Target tracking in real time applications such as surveillance and monitoring, smart rooms, human tracking in satellite frames etc. But doing this with high accuracy is an exigent job in computer vision field. So, whole liability lies on the robustness of the target tracking algorithm. Various methods for target tracking have been proposed and differ in context of which type of object representation, Image features & target modeling is suitable for tracking purpose? The answers to these questions depend on the context/environment in which the tracking is performed and the end use for which the tracking information is being required. A large number of tracking methods have been proposed which attempt to answer these questions for a variety of scenarios [2]. Proposed by Dorin commaniciu et al [3] in object tracking field, Iterative Mean shift algorithm for object tracking is one of the strong contender among these algorithms, which provides fast & robust performance for target tracking. It is a non-parametric mode-seeking, feature space analysis method with low computational complexity. Mean Shift algorithm is type of forward tracking which tracks by minimizing a distance between two probability density functions represented by a reference and candidate histogram [4]. Mean shift object tracking method can be used it in its various forms e.g. CAMShift, ABCshift etc. depending upon accuracy & applications. Lingfei Meng [1] has proposed a novel regional operator design based object tracking algorithm for target matching in satellite imagery. This algorithm uses both spectral & spatial features for target modeling. C. Carrano implemented an ultrascale capable multiple-vehicle tracking algorithm for overhead persistent surveillance imagery which relies on the mover map, path dynamics, and image features to perform tracking [6]. Kerekes et al evaluated the feasibility for particular objects of interest to be located and tracked in sequential frames of hyperspectral imagery through the use of their potentially unique spectral reflectance characteristics and then using that information to find the same vehicle in a subsequent image [7]. In this paper we are aimed at using modified form of mean shift algorithm for target tracking in high resolution WV-2 satellite imagery. By making tracking algorithm proposed in [1] as a base for our research we have showed that employing mean shift algorithm for target object tracking in satellite imagery gives far better results with less computational complexity and tracks the target relatively faster than other methods. 2. PROPOSED ENHANCED TARGET TRACKING SYSTEM BASED ON MEAN-SHIFT ALGORITHM Mean shift is a non-parametric density gradient estimator. It is employed to derive the object candidate that is the most similar to a given model while predicting the next object
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 470 location. In other words, it starts from the position of the model in the current frame and then searches in the model’s neighborhood in next frame, followed by finding best candidate by maximizing a similarity function. Finally, repeats the same process in the next pair of frames [10]. The proposed enhanced target tracking system based on mean shift algorithm, tracks the target object as illustrated in fig-1. Basically it consists of two main steps i.e. Target Modeling & Target Matching. Fig -1: Flow chart of proposed method for target tracking 2.1. Target Modeling The Target is defined as the interested object to be tracked [1] & Target model is a representation of chosen interested object in a current frame. The reference target in the current frame of used database is represented by a manually selected user defined area K as shown in fig 2. Fig -2: A manually selected square area ‘K’ from current main Frame J The interested target is then extracted from this selected area for feature extraction purpose. The reference target is modeled by extracting its Spectral reflectance Characteristics. The Spectral Characteristic of target is defined as its probability density function (PDF). In our method Mean & Energy density function (EDF) of reference target is used for PDF Estimation. Mean & EDF of reference target can be determined as follows: ZR = 0 Z Z K i, j, 1 ; 1 ZG = 0 Z Z K i, j, 2 ; 2 ZB = 0 Z Z K i, j, 3 ; 3 Where ZR, ZG & ZB represents Red, Green & blue components of reference target object. K = user selected area in current frame having dimensions a x b. m n a b Kth image Main Frame J
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 471 Now, Y= Y+1, if K(i,j,1)>0 | K(i,j,2)>0 | K(i,j,3)>0 Y+0, otherwise (4) i=b j=1 i=a i=1 Where Y = Total no. of effective pixels in extracted target Object. So Energy density function can be determined as: Z = Z Y (5) Z = Z Y (6) Z = Z Y (7) 2.2. Target Matching For Target matching purpose, target model estimated in section 2.1 is used for finding similar target candidates within a search area in the next frame. Search Area is a predefined area within the next frame where target has a high probability to move. Starting with the position of the Extracted target model in the current frame, the best target candidate is found by looking for a candidate with a minimum Euclidean distance within the model’s neighborhood (search area) in next frame. The same process is repeated in the next pair of frames. A Feature vector Space (FVS) is formed by calculating the Euclidean distance between reference target model pixels & each pixel within the Search area in next frame and used for predicting next possible position of interested target in successive frames. Feature vector space is basically a feature table having set of all possible position vectors representing target candidates in the next frame. Pseudo code for FVS formation is as follows: Let Z=total no. of frames available for tracking Ik = Specified Search Area or a search window of size x ̽̽̽ y within which Tracking algorithm will find the next movement position of Target object. for k = 1 to Z for i = 1 to i = x for j =1 to j = y FVS (i,j)=|IK (i.j,1) - ZR| + | IK (i.j,2) - ZG | + | IK (i.j,3) - ZB| (8) end loop end loop end loop The position of the target candidate (any position vector in the search Area), with Minimum Euclidean Distance in the Feature vector table, will be the next possible position of the target in the successive frame. After estimating the possible positions of reference target in all the frames its movement trajectory is formed and compared with its manually identified ground truth trajectory for further performances evaluation. 3. IMPLEMENTATION AND RESULTS The Proposed method for target tracking in satellite imagery has been evaluated using two databases harbor region & airport region shown in fig 3 & 4 respectively. Experimental results using these databases have been obtained within MATLAB environment. Both databases consist of subsets of five frames, which are World- View-2 satellite image sequences provided by digital Globe (online) [13]. To make the methodology more understandable, some intermediate results for tracking of ship target in harbor region are shown in fig 5 which shows the steps like target modeling, target matching & trajectory plotting. Our aim was to track three targets i.e. ship target in harbor region database as shown in fig 6(a) & aircraft-1& aircraft-2 in airport region database as shown in fig 7(a) & 8(a) respectively. Ground truth (GT) trajectory for these targets has been recognized manually per pixel in all the respective frames. Tracking performance evaluation of proposed method is done by calculating sensitivity (Recall), specificity, accuracy & PPV like performance parameters, based on the number of true positives (TP), false positives (FP), and false negatives (FN) on per pixel basis as given in Table 1. Table 2 shows comparative tracking performance of Regional Operator Design based tracking algorithm [1] & our proposed tracking method for three selected targets. This performance comparison is also shown graphically in figure 9. First ship target has been tracked successfully in harbor region database & its movement trajectory has been estimated in fig 6(b). Then two aircrafts in airport region database have been tracked with their movement trajectory estimation as shown in fig 7(b) & 8(b). The size of three targets and the size of Search area used to find them in next frames, is given in Table 2.x y Ik Image
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 472 Table -1: Tracking performance evaluating parameters & their calculation [11][12] Measure Description Recall or Sensitivity TP/(TP+FN) Precision or Positive Predictive Value TP/(TP+FP) Accuracy (Acc) (TP+TN)/(TP+FP+TN+FN) Specificity (SP) TN/(TP+FN) F1-Score 2 * (R * P) / (R + P) False discovery rate (FDR) FP/(FP+TP) Movement trajectories of all the three tracked targets show high resemblance to manually identified GT trajectory. Hence, experimental results show the high tracking accuracy & robustness of our proposed method. Table -2: Feature vector space parameters Target Actual size (Pixel) Search Area (pixel x pixel ) Ship 26 120x20 Aircraft-1 66 120x20 Aircraft-2 79 160x20 4. CONCLUSION We have proposed an enhanced & robust, mean shift based target tracking system for satellite imagery which is able to track interested target with a high accuracy & outperforms other tracking algorithms. Using only spectral features for target modeling & Feature vector space with Euclidean distance as a similarity measure for target matching provides good performance. As shown through experimental results, three targets have been tracked successfully using proposed method with good tracking performance. Sensitivity (Recall), Precision & F1 score etc. parameters are also calculated for showing better tracking performance of our algorithm than regional operator design based tracking algorithm. Future scope is to extend proposed enhanced mean shift method for target velocity estimation & tracking of objects with small geographical area in complex environment with change in shape & occlusion problem. REFERENCES [1] Lingfei Meng, Student Member, IEEE, and John P. Kerekes, Senior Member, IEEE “Object Tracking Using High Resolution Satellite Imagery” IEEE February 2012. [2] A. Yilmaz, O. Javed, and M. Shah, “Object tracking: A survey,” ACM Comput. Surv., vol. 38, Dec. 2006. [3] Comaniciu D., Ramesh V., Meer P.: ‘Kernel-Based Object Tracking’, IEEE Trans. Pattern Anal. Machine Intell. 2003, 25, (2), pp. 564-577. [4] Tomas Vojir, Jana Noskova,Jiri Matas “Robust Scale- Adaptive Mean-Shift for Tracking” Springer-verlag berlin Heidelberg 2013 . [5] Comaniciu D, Ramesh V, and Meer P, “Real-Time tracking of non-rigid objects using mean shift,” In: Proc. of the IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), pp.142-149, 2000. [6] C. Carrano, “Ultra-scale vehicle tracking in low spatial resolution and low frame-rate overhead video,” in Proc. SPIE, vol. 7445, 744504,2009. [7] J. Kerekes, M. Muldowney, K. Strackerhan, L. Smith, and B. Leahy, “Vehicle tracking with multi-temporal hyperspectral imagery,” in Proc. SPIE, vol. 6233, 62330C, 2006. [8] Snekha, Chetna Sachdeva, Rajesh Birok “Real Time Object Tracking Using Different Mean Shift Techniques–a Review” International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-3, Issue-3, July 2013 [9] Zhi-Qiang Wen, Zi-xing Cai “Mean Shift Algorithm and its Application in Tracking of Objects” Proceedings of the Fifth International Conference on Machine Learning and Cybernetics, Dalian, 13-16 August 2006 [10] Zhu Chaoyang “Video Object Tracking using SIFT and Mean Shift” Chalmers University of Technology Göteborg, Sweden, 2011 [11] Muhammad Moazam Fraz, Paolo Remagnino, Andreas Hoppe, Bunyarit Uyyanonvara, Alicja R. Rudnicka, Christopher G. Owen, and Sarah A. Barman “An Ensemble Classification-Based Approach Applied to Retinal Blood Vessel Segmentation” IEEE Septemeber 2012. [12] C. J. Van Rijsbergen, Information Retrieval, 2nd ed. Newton, MA: Butterworth-Heinemann, 1979. [13] IEEE DigitalGlobe 2011 Data Fusion Contest. [Online]. Available:http://www.grss-ieee.org/2011-ieee digitalglobe-data-fusion-contest/ BIOGRAPHIES: Sarabjit Kaur received her B.E degree in Electrical & Electronics Communication Engineering from Chandigarh College of Engineering & Technology, Chandigarh (U.T.) in 2009. Currently she is pursuing her Masters of Technology degree in Electronics & Communication Engineering from SSIET, Derebassi (Punjab), a Regional centre of Punjab Technical University Jalandhar (Punjab). Her areas of interest are Digital image processing, Satellite Communication, Radar Engineering.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 473 Ms. Sukhjinder Kaur received her AMIE degree in Electronics & Communication Engineering from the Institution of Engineers, Kolkata & her M.Tech degree in Electronics & Communication Engineering from Punjab Technical University, Jalandhar (Punjab). She is currently working as an Assistant Professor in the Department of Electronics & Communication Engineering at Sri Sukhmani Institute of Engineering and Technology, Derabassi (Punjab). Her research interests are Digital image processing & Digital Signal Processing. Fig -3: Harbor region database consists of subset of five frames collected at different times (a) 13:09:23, (b)13:09:54, (c) 13:10:46, (d) 13:12:00, and (e) 13:12:41. All times are local.
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 474 Fig -4: An airport region database consists of subset of five frames collected at different times (a) 13:09:23, (b) 13:09:54, (c) 13:10:46, (d) 13:12:00, and (e) 13:12:41. All times are local
  • 7. IJRET: International Journal of Research in Engineering and Technology __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ Fig -5: Some intermediate results of proposed method for target tracking Fig -6: (a) Ship target in harbor region database Research in Engineering and Technology eISSN: 2319 __________________________________________________________________________________________ 2013, Available @ http://www.ijret.org Some intermediate results of proposed method for target tracking in harbor region database. database within red outline (b) Predicted movement trajectory of ship target by proposed algorithm. eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ 475 in harbor region database. (b) Predicted movement trajectory of ship target by proposed
  • 8. IJRET: International Journal of Research in Engineering and Technology __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ Fig -7: (a) Aircraft-1 target in an airport region Fig -8: (a) Aircraft-2 target in an airport region database (b) Predicted movement trajectory of target aircraft Research in Engineering and Technology eISSN: 2319 __________________________________________________________________________________________ 2013, Available @ http://www.ijret.org in an airport region database within red outline (b) Predicted movement trajectory of proposed algorithm. in an airport region database (b) Predicted movement trajectory of target aircraft eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ 476 Predicted movement trajectory of target aircraft-1 by in an airport region database (b) Predicted movement trajectory of target aircraft-2 by proposed algorithm.
  • 9. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 477 Table -2: Comparison of tracking performance of Regional Operator Design (ROD) Based Algorithm [1] & Proposed tracking algorithm with the help of some performance Parameters Performance Parameters Regional Operator Design (ROD) Based Algorithm [1] Proposed tracking Algorithm Harbor Region database Airport Region database Harbor Region database Airport Region database Ship Aircraft-1 Aircraft-2 Ship Aircraft-1 Aircraft-2 Recall 0.690 0.833 0.925 1 0.949458 0.886503 Precision 0.919 0.495 0.435 0.978260 0.894557 0.883792 F1 Score 0.782 0.621 0.592 0.989010 0.921190 0.885145 Specificity 0.999985 0.999677 0.999604 Accuracy 0.999985 0.999533 0.999222 FDR 0.021739 0.105442 0.116207 Fig -9: Graphical Representation of comparison results between Regional Operator Design based tracking algorithm & Our Proposed Tracking Algorithm for three targets.