Next Article in Journal
On Efficient Deployment of Wireless Sensors for Coverage and Connectivity in Constrained 3D Space
Previous Article in Journal
An IoT-Based Computational Framework for Healthcare Monitoring in Mobile Environments
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Reliable and Real-Time Tracking Method with Color Distribution

1
School of Optoelectronics, Image Engineering & Video Technology Lab, Beijing Institute of Technology, Beijing 100081, China
2
Beijing Key Laboratory of Embedded Real-Time Information Processing Technique, School of Information and Electronics, Beijing Institute of Technology, Beijing 100081, China
3
Key Laboratory of Photoelectronic Imaging Technology and System, Ministry of Education of China, Beijing 100081, China
4
China North Vehicle Research Institute, Beijing 100081 China
*
Author to whom correspondence should be addressed.
These authors contributed equally.
Sensors 2017, 17(10), 2303; https://doi.org/10.3390/s17102303
Submission received: 21 August 2017 / Revised: 27 September 2017 / Accepted: 27 September 2017 / Published: 10 October 2017
(This article belongs to the Section Physical Sensors)

Abstract

:
Occlusion is a challenging problem in visual tracking. Therefore, in recent years, many trackers have been explored to solve this problem, but most of them cannot track the target in real time because of the heavy computational cost. A spatio-temporal context (STC) tracker was proposed to accelerate the task by calculating context information in the Fourier domain, alleviating the performance in handling occlusion. In this paper, we take advantage of the high efficiency of the STC tracker and employ salient prior model information based on color distribution to improve the robustness. Furthermore, we exploit a scale pyramid for accurate scale estimation. In particular, a new high-confidence update strategy and a re-searching mechanism are used to avoid the model corruption and handle occlusion. Extensive experimental results demonstrate our algorithm outperforms several state-of-the-art algorithms on the OTB2015 dataset.

1. Introduction

Visual tracking is one of the fundamental tasks in computer vision, with a plethora of applications such as video surveillance, robotics, human-computer interaction, etc. Despite the significant progress in recent years, designing a generic tracker is still rather challenging because of several challenges, including illumination variations, scale variations, fast motion, partial or full occlusion, background clusters and so on. Most trackers suffer from performance degradation due to those problems, and often gradually drift from the target.
In this paper, we attempt to develop a reliable and real-time tracking method based on a milestone tracker known as STC [1]. STC is a simple and effective correlation-based tracking method proposed in 2014, which aims at learning a filter to locate the target by identifying the maximum response of the samples and training templates. Such correlation filter (CF)-based trackers can tacitly take advantage of FFT operations. Benefitting from this, the STC tracker achieves rates of 350 frames per second with good performance.
Besides that, the STC tracker utilizes the spatio-temporal relationships between the background and the target in sequential frames. In earlier tracking approaches, context information has been utilized in visual tracking. These trackers extract the information around the target, using descriptors like SURF to describe these regions however, these trackers ignore the temporal information and most of them are complicated in calculation due to the training procedure. In contrast to this development, the STC tracker learns a prior possibility model instead of training samples, in order to reduce the computational cost. To be more specific, the STC tracker models the statistical relationship between the simple low-level features from the target and its surrounding regions. The tracking problem is then posed by computing a confidence map, which takes consideration of the prior information of the target location and effectively alleviates the location ambiguity. Due to the favorable simplicity of its concise framework, STC tracker is well suited for time-critical tracking applications. Hence, in this paper, we follow its original framework while enhancing its performance in several aspects as described in the following paragraphs.
Wang et al. [2] break a modern tracker down into five constituent parts, namely, the motion model, feature extractor, observation model, model update and ensemble post-processor to better understand and diagnose a visual tracking system. According to their research, robust feature representation plays a significant role in visual tracking. However, in the traditional STC tracker, the authors employ grayscale features to build the context prior model. We argue that compared with color features, the gray-scale feature may lose considerable visual information, which would reduce the discrimination of the prior model and even lead to failure. On the other hand, considering the time-sensitive nature of tracking applications, running speed is a crucial indicator to evaluate a tracker. Hence, in this paper, we advocate a salient prior model based upon a multi-channel color histogram, as shown in Figure 1, to represent the target and the surrounding background more robustly with a low computational burden.
Our second contribution is ameliorating the scale adaptive mechanism. The STC tracker assumes that the scale of the target could be represented by the max response in a response map. However, the response value is not stable and may change abruptly due to the complex background and tracking conditions, such as illumination variations, background clutter and so on. Based on the analysis above, it is unreasonable to use the peak value of the response map to estimate scale variation.
In our algorithm, we employ a scale pyramid to estimate the target’s scale which is independent of the response map after obtaining the target location. Experiments show that this mechanism is simple but effective. Besides that, like other CF-based trackers, the STC tracker uses a linear interpolation to update the model each frame. However, such a radical mechanism would collect previous mistakes and noise examples when the target undergoes occlusion, and would hardly recover from the tracking drift due to the contamination of the model. To handle this problem, we apply novel response map indicators to guide the tracker for high confidence updates and to predict the drift. Finally, a re-search strategy is proposed to handle the problem of the target drift and occlusion. We evaluate our algorithm on the OTB dataset and the experiments show that our algorithm achieves good performance.
The rest of our article is organized as follows: in Section 2, we review research work related to ours. In Section 3, we introduce the proposed approach, namely the salient prior model, scale adaption scheme, high confidence updating model and re-detection strategy in details. Numerous experimental results and analysis are shown in comparison with other state-of-the-art tracking algorithm in Section 4.

2. Related Works

In this section, we briefly review the development of tracking methods and list works closely related to our algorithm. The essence of object tracking is to estimate the location of an initialized target in each frame of a video sequence. Most existing trackers adopt either a generative or a discriminative approach. In generative trackers, an elaborate appearance model is often designed to describe a set of target observations in order to search the best-matching patches for the tracked object [3,4]. To solve the problem of appearance changes of the target, the incremental learning for robust visual tracking (IVT) learns an incremental subspace model [5]. Kwon et al. [6] used an observation model composed of multiple basic models to adapt to appearance changes. In recent years, sparse representation-based trackers have achieved great progress. This kind of algorithm uses a sparse dictionary to improve the efficiency and make the trackers more robust. Liu et al. [7] improved the mean-shift algorithm with a local sparse model. Xue et al. [8] cast the tracking problem as finding a sparse approximation in a template subspace.
On the other hand, discriminative trackers employ machine-learning techniques to train an appearance model based on samples of the target and its background. With the use of background information, in recent years, discriminative algorithms have often yielded better performance than generative ones. Multiple instance learning (MIL) [9,10] was proposed by Babenko et al. which adopts bag labels to select features. Kalal et al. [11] proposed a P-N learning tracker which classifies samples as positive and negative for learning tracking classifiers. The tracking-learning-detection method (TLD) [11] uses a sampling strategy with structural constraints for real-time visual tracking. Zhang et al. [12] used the compressive features to train a Naïve Bayes classifier. Struck [13] is a tracker which links the target’s location space with the training samples by a structured Support Vector Machine (SVM), however, the number of training candidates limits the efficiency of such an approach. To overcome the above issues, Bolme et al. introduced the correlation filter into tracking [14]. Correlation filter-based trackers utilize a learned filter to localize the target in each frame by identifying the maximal correlation response of the template and input patches in a search window. Henriques et al. [15] used circular image patches to train the correlation filter in kernel space with low computation burden. Several follow-ups have been proposed to enhance the robustness and the efficiency of CF- based trackers [16,17,18]. In the CN tracker [18], color attributes are added to the CSK framework [19] , and an adaptive dimension reduction technique is proposed, which demonstrates the importance of color features in visual tracking. In the paper proposed by Martin et al. [16] and the paper proposed by Li et al. [17], the authors handle the scale variation by designing a three-dimensional filter and scale pyramid with several different scales, respectively. In STC [1], the authors presented a simple yet fast algorithm which exploits the dense spatio-temporal context for visual tracking.
The STC tracker has a similar working framework as the other CF-based trackers which take advantage of Fast Fourier operations to achieve high running speeds, while unlike the other algorithms, the STC tracker formulates the spatial-temporal relationships between the object and its locally dense contexts into the Bayesian framework to model the statistical correlation between the features from the targets and their surrounding regions. Nevertheless there still exist some shortcomings in the standard STC tracker. Firstly, in order to guarantee the running speed, the STC tracker chooses low-level grayscale features to represent the target, which makes STC tracker not perform well when occlusion or deformation happens. Herein we point out the inherent drawbacks of the original scale adaption scheme in STC tracker and propose a simple but efficient scale pyramid to handle the scale variations. Besides that, we explore a high confidence model updating mechanism and re-search method by introducing a novel tracking indicator to avoid model corruption and predict tracking failures in advance. The process of our algorithm is shown in Figure 2 and the main procedures will be explained in detail below.

3. Proposed Method

In this section, we first review the STC tracker process. Then we will present our tracker (CDT) focusing on four aspects, which are the color distribution-based prior model, scale adaption scheme, high confidence updating strategy and the re-search technique.

3.1. Spatio-Temporal Context Tracking

In this subsection, we will introduce the principle of the STC tracker. The STC tracker formulates the tracking problem by finding the maximum of the response map which is calculated by the convolution of the prior possibility with the image. STC tracker does optimizing instead of training samples. It first learns a likelihood distribution which is the prior possibility of object location. The confidence map estimating the object location likelihood is calculated by:
c ( x ) = P ( x | o ) = b e | x x * α | β
where x R 2 is an object location and o denotes object present in the frame. b is a normalization constant, α is a scale parameter and β is a shape parameter. X c = { c ( z ) = ( I ( z ) , z ) | z Ω c ( x * ) } is defined as a context feature set. I ( z ) is the image intensity at location z and Ω c ( x * ) denotes the neighborhood of location x * . In the confidence map c ( x ) , the location of the target is the position where P ( x | o ) is max. The likelihood function can be computed by:
c ( x ) = P ( x | o ) = c ( z ) X c P ( x , c ( z ) | o ) = c ( z ) X c P ( x | c ( z ) , o ) P ( c ( z ) | o )
In this equation, P ( x | c ( z ) , o ) represents the spatial relationship between the target and its context information. P ( c ( z ) | o ) is a context prior probability and is used to describe the appearance of the local context.
The conditional probability function P ( x | c ( z ) , o ) can be computed by:
P ( x | c ( z ) , o ) = h s c ( x z )
In Equation (3), h s c ( x z ) is a function about relative distance and direction of the target position x and the local context position z. It encodes the spatial relationship between the target and its spatial context. And it will update in the process of tracking.
P ( c ( z ) | o ) can be written in the following form:
P ( c ( z ) | o ) = I ( z ) ω σ ( z x * ) ,
where I ( z ) is image intensity that describes the appearance of the context in location z. ω σ ( ) is a weighted function. When the location z is near the location x, the value of ω σ ( ) is big and its value is obtained by the following equation:
ω σ ( z ) = a e | z | 2 σ 2
In Equation (5), σ is a scale parameter and a is a normalization constant that restricts P ( c ( z ) | o ) to a range from 0 to 1.
Equation (2) can be written as the follows, according to Equations (3)–(5):
c ( x ) = b e | x x * α | β = Z Ω C ( x * ) h s c ( x z ) I ( z ) ω σ ( z x * ) = h s c ( x ) ( I ( x ) ω σ ( x x * ) )
denotes the convolution operator. To reduce the computational cost, the STC tracker does the calculation in the Fourier domain. Then we can get Equation (7):
F ( b e | x x * α | β ) = F ( h s c ( x ) ) F ( I ( x ) ω σ ( x x * ) ) ,
where F denotes the FFT function and is the element-wise product. Hence, we can get the value of the model h s c by the equation:
h s c ( x ) = F 1 ( F ( b e | x x * α | β ) F ( I ( x ) ω σ ( x x * ) ) )
In the t+1-th frame, the spatio-temporal context model is updated by:
H t + 1 s t c = ( 1 ρ ) H t s t c + ρ h t s c .
After that, the confidence map is calculated by:
c t + 1 ( x ) = F 1 ( F ( H t + 1 s t c ( x ) ) F ( I t + 1 ( x ) ω σ t ( x x * ) ) ) .
The location of the target in the t+1-th frame is the place where the maximum value is in the confidence map.

3.2. Prior Model with Color Distribution

Grayscale features which are the simplest features in tracking methods regard the pixel values as features. For this reason, they cannot fully display the prior model and may be not robust when illumination changes. Wang et al. [2] verified that the feature extractor is one of the most important parts of any tracker. A robust feature can greatly improve the performance of a tracker. Color features are a befitting feature that can provide enough information for our tracker without much additional computational cost. Xu et al. [20] improved STC by applying a linguistic language which is an 11 dimensional color representation, instead of grayscale features. However, this approach is quite computationally expensive. Therefore, our algorithm makes use of a color histogram as feature. Given a rectangular object region O (initial bounding box or current tracker candidate) and its surrounding region S , we can apply Bayes’ rule to obtain the object likelihood at location x as:
P ( x O | O , S , b x ) P ( b x | x O ) P ( x O ) P ( b x | x S ) P ( x S )
b x denotes the bin assigned to the color components of I ( x ) . Each bin is composed of 16 pixels which are in a 4 × 4 grid. I is the input image.
From Equation (4) we can find that STC tracker only uses image intensity to represent the appearance of the context, so we replace the intensity feature by a color distribution. Let H Ω I ( b x ) denote the b-th bin of the non-normalized histogram H computed over the region Ω I . Besides, the Equation (6) can be estimated directly by color histograms, i.e., P ( b x | x O ) H O I ( b x ) | O | and P ( b x | x S ) H S I ( b x ) | S | . | | means the cardinality. We can also estimate the prior probability as P ( x O ) | O | | O | + | S | . Then, the calculation formula can be simplified to:
P ( x O | O , S , b x ) = { H O I ( b x ) H S I ( b x ) , if   I ( x ) I ( O S ) 0.5 , otherwise
For those unseen pixel values, both the numerator and the denominator in Equation (12) are zero, which could not provide the specific probability. Hence, we have to assign the prior probability for the unseen pixel-values according to the uniform distribution assumption, by setting it to 0.5. This discriminative model can help us to distinguish object and background pixels. This discriminative model is shown in Figure 1c.
In the baseline tracker, the context prior model P ( c ( z ) | o ) uses I ( z ) for calculation . While in our algorithm, with I ( z ) replaced by P ( x O | O , S , b x ) , Equation (4) would be written as:
P ( c ( x ) | o ) = P ( x O | O , S , b x ) ω σ ( x x * )
Furthermore, the STC tracker calculates c ( x ) in the frequency domain so that the Fast Fourier Transform (FFT) algorithm can be used for fast convolution. We adopt the same procedure as the previous work, and the equation is transformed as:
F ( c ( x ) ) = F ( h s c ( x ) ) F ( P ( x O | O , S , b x ) ω σ ( x x * ) )
where F denotes the FFT function and is the element-wise product. Therefore, we can obtain an equation:
h s c ( x ) = F 1 ( F ( c ( x ) ) F ( P ( x O | O , S , b x ) ω σ ( x x * ) ) ) ,
where F 1 denotes the inverse FFT function.
In the t+1-th frame, the target location is obtained by maximizing the new confidence map:
x t + 1 * = arg max x Ω c ( x t * ) c t + 1 ( x ) ,
where c t + 1 ( x ) is calculated by:
c t + 1 ( x ) = F 1 ( F ( H t + 1 s t c ( x ) ) F ( P t + 1 ( x O | O , S , b x ) ω σ t ( x x t * ) ) ) .
With the number of frames changed, the spatio-temporal context is updated by:
H t + 1 s t c = ( 1 ρ ) H t s t c + ρ h t s c
where ρ is a learning parameter and h t s c is obtained by Equation (15) at the t-th frame. We set the learning parameter as 0.075 which is the same with our baseline tracker (STC).
It should be mentioned that, we advocate a high confidence updating strategy for the baseline STC tracker, which updates the template as Equation (18) when the tracking result is accurate. We discuss this in details in Section 3.4.

3.3. Scale Adaptation Mechanism

In practical tracking applications, the target often undergoes scale variation. A good scale adaption mechanism could enhance the tracking performance significantly. In our baseline tracker, STC uses a scale parameter σ to describe the changes of the target scale. To be more specific, the scale parameter is updated by:
{ s t = c t ( x t * ) c t 1 ( x t 1 * ) , s ¯ t = 1 n i = 1 n s t i , s t + 1 = ( 1 λ ) s t + λ s t ¯ , σ t + 1 = s t σ t ,
where c t ( ) is the confidence map that is computed by Equation (12), and s t is the estimated scale between two consecutive frames. s t ¯ denotes the average of the estimated scales from n consecutive frames and λ > 0 is a fixed filter parameter.
We can find that the STC tracker regards the ratio of the maximum response in two consecutive frames as the scale parameter. In CF-based trackers, the response is obtained by calculating the cross correlation between the input target samples and the model template. However, since the target often undergoes complicated tracking conditions like illumination variation, deformation and occlusion, the response value may change abruptly even when the target has no scale changes. Therefore, we abandon the scale estimation in traditional the STC tracker which is inconsequential. Our algorithm applies a simple but effective method called scale pyramid to estimate the scale variation.
We enlarge the target by a different multiple to find the best scale conversion factor. We set a series of fixed multiple. The template size is s T = ( s x , s y ) and the scaling pool is defined as S = { t 1 , t 2 , , t k } . We suppose that the target window size is s t in the original image space. For the current frame, we sample k sizes in { t i s t | t i S } to find the proper target. Note that the convolution operation needs the template data with fixed size. After sampling k sizes, we resize the samples into the fixed size s T . Finally, the response map is calculated by:
arg max c t + 1 ( x , t i )

3.4. Tracking Update Strategy

In the STC tracker, the template model is updated in every frame regardless of whether the tracking result is accurate or not. Some other trackers use a strategy of updating every several frames. Doing so can reduce the cumulative error to a certain extent. All the above measures may cause model corruption problems when the target is detected inaccurately, severely occluded or totally missing. In our algorithm, we adopt a new update strategy using the feedback from the results to decide whether to update the model and the parameters.
As discussed above, we find that the response map, not only the peak value but also the shape, would fluctuate fiercely when the target undergoes severe occlusion or deformation, etc. In other words, the peak value and the fluctuation can reveal the accuracy of the tracking result. Considering this, our method takes into account both the peak value and the fluctuation of the response map as indicators. The peak value F max denotes the maximum response score of the response map. To measure the fluctuation of the response map we adopt the same criterion as Wang et al. proposed in [21] called average peak-to-correlation energy (APCE), which is defined as:
A P C E = | F max F min | 2 m e a n ( ω , h ( F ω , h F min ) 2 )
where F max , F min and F ω , h denote the maximum, minimum and the ω -th row h -th column elements of the detection response map.
If the tracking result in the current frame is high-confidence, F max and APCE of the current frame should be greater than their respective historical average values with ratios β 1 and β 2 . Only when the results satisfy both the APCE and F max standards at the same time, will our update strategy be implemented. We test our algorithm in some challenging sequences. The result shows our update strategy is effective and can maximize the introduction of errors in the model when the occlusion occurs.

3.5. Re-Search Target Measure

Most of the existing correlation tracking methods focus on short-term tracking without a re-detection mechanism. If the object is completely occluded, the tracker without re-detection could hardly recover from the model drift and track accurately any more. As we discussed in Section 3.4, the APCE and F max criteria can reveal the accuracy of the tracking. Benefitting from this, we can use these two criteria as indicators to infer whether there is occlusion. When the target is occluded in our algorithm, the tracker won’t update the model according to our update strategy. At the same time, our tracker will re-search for the target around the target location of the previous frame.
When occlusion occurred, the target may move in any direction. Hence, we need to re-search for the target in the current frame, otherwise the tracker will be out of action. In order to reduce the computational cost, we divide the 360 degrees into eight sectors to re-search the object. We then search a coarse region from these eight directions around the center of the latest location by calculating the cross-correlation of the template and each sample. Considering that the movement of the target in each frame is continuous, we move the searching area of the previous frame in eight directions to get the coarse region. The coarse region of each direction is the same size with our original searching region. We would compare the max peak response value in each direction. The direction of the maximum value indicates the target movement after occlusion. This re-search measure was tested in our data set and the experimental results prove that it is useful for resolving the problem of occlusion. The brief process of the proposed CDT is shown in Algorithm 1.
Algorithm 1 Our proposed tracking method
1: Initial the target box in the first frame b = [ x 0 , y 0 , h 0 , w 0 ] and other parameters.
2: Initial the salient prior, the context prior model and the spatial context model.
3: For f r a m e = 2 , 3 , until the last frame.
4: Crop out the context window and the target window, then compute the object likelihood P ( x O | O , S , b x ) via the salient prior by Equation (12).
5: If frame > 1,
6: Calculate the confidence map c t ( x , t i ) with scale pyramid to find the proper scale variation c t ( x ) according to Equation (17).
7: Compute the update criteria to update the update flag.
8: If the update flag is not 1,
9: Re-search the target around the location where the target was in the last frame.
10: Find the max response map in different directions.
11: End
12: End
13: Locate the target by maximizing the response map in the current frame.
14: If the update flag = 1,
15: Update the salient prior.
16: Compute the context prior model and the spatial context model.
17: Update the spatio-temporal model by Equation (18).
18: End.
19: End.

4. Experiments

We evaluated the performance of our proposed method CDT on 29 challenging sequences provided on OTB2015, which involves most of the affecting factors during tracking procedure. This algorithm is compiled on MATLAB R2015b using the MATLAB language. The configuration of our computer is an Intel i5-4590 CPU (3.30 GHz), 8 GB RAM memory and the Win 7 operating system. We tested the proposed method against 12 state-of-the-art trackers, including TLD [11], KCF [15], Struck [13], L1APG [22], ASLA [23], IVT [5], KMS [24], CSK [19], OAB [25], MIL [9], CT [12], STC [1]. The parameters in our algorithm are fixed for all the experiments. For the other state-of-the-art trackers, we employ their original provided code or binary code in which the parameters of each tracker are adjusted to the best value for the sequences. Our method runs at 60 frames per second on the MATLAB platform. After a lot of practice, we set β 1 and β 2 as 0.3 and 0.5. In order to balance between speed and effect of scale pyramid, we set the value of k as 7 after a lot of tests. And we set S = { 1 , 0 . 985 , 0 . 99 , 0 . 995 , 1 . 005 , 1 . 01 , 1 . 015 } in our experiments. When re-searching the target, the coarse region is obtained by moving the original searching area of the previous frame by one fifth of the height or the width of the original area. The moving distance is set as one fifth of the width of the original searching area on the X axis. On the Y axis, the moving distance is set as one fifth of the height of the original searching area.

4.1. Qualitative Evaluation

To better analyze the effectiveness and robustness of the proposed tracker, in this subsection we mainly discuss the performance over most common challenging factors, namely occlusion, deformation, scale variation and rotation.

4.1.1. Occlusion

Figure 3 shows the situation in which the target is partially or short-term fully occluded. We can find that some trackers such as IVT somehow fail in the sequences, while our algorithm tracks the target effectively in these sequences. The reason why our algorithm can outperform than other trackers is that we exploit a new update strategy and a re-search mechanism. When the problem of occlusion occurs, the criteria in our method will reveal it and the model won’t be updated to avoid introducing errors. In addition, our method can re-search the target after losing the target when occlusion occurs. These make our algorithm more robust and effective.

4.1.2. Background Clutter

In Figure 4, the targets are difficult to distinguish from the background. With background clutter, the target window may drift onto the background. While we can see that our algorithm is better than other trackers in handling this problem. This could be attributed to the usage of a color distribution prior model, which enhances the distinguishing ability for appearance modeling.

4.1.3. Scale Variation

Figure 5 presents the tracking results on the sequences with scale variation. The scale of the target usually changes during tracking. Therefore, it is necessary for a tracker to adjust the size of the target window, otherwise, the tracker may fail because it acquires more background information. As we utilize a scale pyramid for scale adaptation, our tracker can capture the target with different scales for further selection. Some other trackers, such as CT and TLD, cannot adapt to scale variation.

4.1.4. Rotation

In Figure 6, the problem of rotation affects the appearance of the target. Rotation usually occurs when the target moves or the viewpoint changes. Many trackers drift when this occurs while our algorithm tracks the target to the end. This benefits from the use of color distribution as a feature which is robust when there is rotation.

4.2. Quantitative Evaluation

In this subsection, we apply One-Pass-Evaluation, which is a common evaluation method used in OTB proposed in [26] to evaluate the performance of the proposed tracker and other related trackers. Two criteria, success rate and precision, are used for quantitative evaluation, which are defined as follows.

4.2.1. Precision

The percentage of the frames whose center location error are less than the predefined threshold. While the center location error indicates the distance between the center of the tracking results and the one of the bounding box. In this experiment, 20 pixels are used to rank these trackers.

4.2.2. Success Rate

The percentage of frames where the overlap rates of the tracking region and bounding box are larger than the threshold. The area under the curve (AUC) indicates the tracking performance throughout all the thresholds vary from 0 to 1.

4.2.3. Overall Performance

Figure 7 illustrates the overall performance of the 13 trackers in terms of the mentioned criteria. One can see that the proposed method ranks first on success plot and precision plot. In the success plot, the proposed algorithm achieves the AUC of 0.583, which outperforms the baseline STC tracker by 37%, which could be attributed to its more powerful and distinguished features. Meanwhile, in the precision plot, our tracker also achieves better performance than the KCF tracker and Struck tracker, which yield the best performance in VOT2014 and OTB2013. We should point out both the mentioned trackers focus on short-term tracking, which could hardly recover from corruption problems caused by updating and other challenging factors, while, with the help of a high-confidence updating scheme and re-detection strategy, the proposed tracker has significantly enhanced tracking performance.

4.2.4. Attribute-Based Performance

In order to investigate the effectiveness of the proposed tracker, we compare our tracker and the others in terms of the attributes listed in the last subsection. The results are shown in Figure 8 and Figure 9. On the videos with occlusion, our tracker ranks first among the evaluated trackers. In precision plots, CDT achieves 0.709, outperforming KCF by 1.3%. In success plots, CDT is 0.579, which is higher than KCF. Occlusion may pollute the target model and make it hard to extract features. KCF uses the HOG feature to describe the target which is stable when occlusion occurs. Though the proposed CDT exploits color distribution as a feature, we have a re-search method and an update strategy to overcome occlusion.
On the videos with background clutters and rotation, our tracker ranks first among these trackers. In the precision plots of background clutters, our tracker CDT achieves 0.882 that is far better than KCF. For in-plane rotation and out-plane rotation, CDT scores 0.635 and 0.698 which outperforms KCF which scored 0.608 and 0.652, by 3%. In the success plots of background clutters, CDT ranks first with a score of 0.726. CDT, that scores 0.491 and 0.566 in in-plane rotation and out-plane rotation outperforms KCF by 6%. The proposed CDT utilizes color distribution that is not much changed in the rotation to describe the target. Besides that, our tracker has a salient prior model to reduce the influence of background.
On the videos with the problem of scale variation, CDT ranks second among these evaluated trackers with a narrow margin to the best tracker Struck. Struck ranks first in these trackers with 0.8 scores in the precision plots, while the proposed CDT scores 0.782 which is only 2% less. In the success plots of scale variation, CDT outperforms Struck by 0.7%. Struck makes use of structured output SVM which extends the output space to include scale variation. As CDT adopts a scale pyramid, it also achieves a good performance.

4.3. Demonstrations

To evaluate the effect of update strategy and re-search measure, additional comparison experiments are conducted on the OTB 2015 benchmark. CDT is our proposed method. Only F-max is the method which is the same as CDT except it only uses F-max as update criterion and Only APCE indicates the method that is the same as CDT except for only using APCE as update criterion. No update indicates the method without update strategy. No re-search means it doesn’t have a research measure. All of these methods mentioned above are based on CDT and utilize the same parameters and test sequences.

4.3.1. Demonstrations of Update Strategy

To analyze to what extent the update strategy improves the tracking performance, we conduct comparison experiments between CDT, No update, Only F-max and Only APCE, as shown in Figure 10. It is obvious that CDT leads to 23.2% and 19.9% performance improvements in terms of precision and success rate. Besides, it can be seen that the improvement of only using one criterion is limited. Using two criteria enhances the performance dramatically.

4.3.2. Demonstrations of Re-Search Measure

To investigate the effect of the re-search measure to the tracking performance, we do another comparison experiment between CDT and No re-search. The results are shown in Figure 11. We can see that re-search measure can significantly enhance the performance of handling occlusion. For the precision and success rate, re-search measure can lead to 23.9% and 19.7% performance improvements.

Acknowledgments

This work was supported by the Major Science Instrument Program of the National Natural Science Foundation of China under Grant 61527802, and the General Program of National Nature Science Foundation of China under Grants 61371132 and 61471043.

Author Contributions

Zishu Zhao, Yuqi Han and Tingfa Xu designed the proposed algorithm based on color distribution and experiments. Xiangmin Li, Haiping Song and Jiqiang Luo helped to write the MATLAB codes for the experiments. Zishu Zhao and Yuqi Han analyzed the experiment results. Zishu Zhao wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhang, K.H.; Zhang, L.; Liu, Q.; Zhang, D.; Yang, M.-H. Fast visual tracking via dense spatio-temporal context learning. In Proceedings of the European Conference on Computer Vision (ECCV), Zurich, Switzerland, 6–12 September 2014; pp. 127–141. [Google Scholar]
  2. Wang, N.Y.; Shi, J.P.; Yeung, D.Y.; Jia, J. Understanding and Diagnosing Visual Tracking Systems. In Proceedings of the IEEE International Conference on Computer Vision, Santiago, Chile, 7–13 December 2015; pp. 3101–3109. [Google Scholar]
  3. Chen, Z.; Hong, Z.B.; Tao, D.C. An Experimental Survey on Correlation Filter-based Tracking. Comput. Sci. 2015, 53, 68–83. [Google Scholar]
  4. Smeulders, A.W.M.; Chu, D.M.; Cucchiara, R. Visual Tracking: An Experimental Survey. IEEE Trans. Pattern Anal. Mach. Intell. 2013, 36, 1442–1468. [Google Scholar]
  5. Ross, D.A.; Lim, J.; Lin, R.S.; Yang, M.H. Incremental learning for robust visual tracking. Int. J. Comput. Vis. 2008, 77, 125–141. [Google Scholar] [CrossRef]
  6. Kwon, J.; Lee, K.M. Visual tracking decomposition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), San Francisco, CA, USA, 13–18 June 2010. [Google Scholar]
  7. Liu, B.Y.; Huang, J.Z.; Kulikowski, C.; Yang, L. Robust visual tracking with local sparse appearance model and k-selection. IEEE Trans. Pattern Anal. Mach. Intell. 2013, 36, 2968–2981. [Google Scholar] [CrossRef] [PubMed]
  8. Xue, M.; Ling, H.B. Robust visual tracking using ℓ1 minimization. In Proceedings of the 2009 IEEE 12th International Conference on Computer Vision, Kyoto, Japan, 29 September–2 October 2009; pp. 1436–1443. [Google Scholar]
  9. Babenko, B.; Yang, M.H.; Belongie, S. Visual tracking with online multiple instance learning. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Miami, FL, USA, 20–25 June 2009. [Google Scholar]
  10. Babenko, B.; Yang, M.H.; Belongie, S. Robust object tracking with online multiple instance learning. IEEE Trans. Pattern Anal. Mach. Intell. 2010, 33, 1619–1632. [Google Scholar] [CrossRef] [PubMed]
  11. Kalal, Z.; Mikolajczyk, K.; Mata, J. Tracking-Learning-Detection. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 1409–1422. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Zhang, K.H.; Zhang, L.; Yang, M.H. Real-Time Compressive Tracking. In Proceedings of the European Conference on Computer Vision (ECCV), Florence, Italy, 16–21 June 2012. [Google Scholar]
  13. Hare, S.; Saffari, A.; Torr, P.H.S. Struck: Structured Output Tracking with Kernels. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), Barcelona, Spain, 6–13 November 2011. [Google Scholar]
  14. Bolme, D.S.; Beveridge, J.R.; Draper, B.A.; Lui, Y.M. Visual object tracking using adaptive correlation filters. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), San Francisco, CA, USA, 13–18 June 2010. [Google Scholar]
  15. Henriques, J.F.; Caseiro, R.; Martins, P.; Batista, J. High-speed tracking with kernelized correlation filters. IEEE Trans. Pattern Anal. Mach. Intell. 2015, 37, 583–596. [Google Scholar] [CrossRef] [PubMed]
  16. Martin, D.; Gustav, H.; Fahad, S.K.; Michael, F. Accurate scale estimation for robust visual tracking. In Proceedings of the British Machine Vision Conference BMVC, Nottingham, UK, 1–5 September 2014. [Google Scholar]
  17. Li, Y.; Zhu, J.K. A scale adaptive kernel correlation filter tracker with feature integration. In Proceedings of the Computer Vision-ECCV 2014 Workshops, Zurich, Switzerland, 6–7 September 2014; pp. 254–265. [Google Scholar]
  18. Martin, D.; Fahad, S.K.; Michael, F. Adaptive Color Attributes for Real-Time Visual Tracking. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Columbus, OH, USA, 23–28 June 2014; pp. 1090–1097. [Google Scholar]
  19. Henriques, J.F.; Caseiro, R.; Martins, P.; Batista, J. Exploiting the circulant structure of tracking-by-detection with kernels. In Proceedings of the European Conference on Computer Vision (ECCV), Florence, Italy, 7–13 October 2012. [Google Scholar]
  20. Xu, B.; Wang, Y.L.; Wang, Z.H. An Object Tracking Method Combined Spatio-temporal Context Learning with Color Features. In Proceedings of the 2017 2nd International Conference on Software, Multimedia and Communication Engineering (SMCE), Shanghai, China, 23–24 April 2017. [Google Scholar]
  21. Wang, M.; Liu, Y.; Huang, Z. Large Margin Object Tracking with Circulant Feature Maps. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017. [Google Scholar]
  22. Bao, C.L.; Wu, Y.; Ling, H.B.; Ji, H. Real Time Robust L1 Tracker Using Accelerated Proximal Gradient Approach. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Providence, RI, USA, 16–21 June 2012. [Google Scholar]
  23. Jia, X.; Lu, H.C.; Yang, M.H. Visual tracking via adaptive structural local sparse appearance model. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Portland, OR, USA, 23–28 June 2013. [Google Scholar]
  24. Comaniciu, D.; Ramesh, V.; Meer, P. Kernel-based object tracking. IEEE Trans. Pattern Anal. Mach. Intell. 2003, 25, 564–575. [Google Scholar] [CrossRef]
  25. Grabner, H.; Grabner, M.; Bischof, H. Real-Time tracking via on-line boosting. In Proceedings of the British Machine Vision Conference (BMCV), Edinburgh, UK, 4–7 September 2006. [Google Scholar]
  26. Wu, Y.; Lim, J.; Yang, M.H. Online object tracking: A benchmark. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Portland, OR, USA, 23–28 June 2013. [Google Scholar]
Figure 1. The salient prior model we used with color distribution. (a) The original frame. (b) The STC prior model obtained by grayscale feature. (c) The proposed salient prior model by color distribution. One can see that the difference between the target and its surrounding regions is much more obvious in the RGB channel than the one of grayscale feature.
Figure 1. The salient prior model we used with color distribution. (a) The original frame. (b) The STC prior model obtained by grayscale feature. (c) The proposed salient prior model by color distribution. One can see that the difference between the target and its surrounding regions is much more obvious in the RGB channel than the one of grayscale feature.
Sensors 17 02303 g001
Figure 2. The flowchart of the proposed tracker. The salient prior model based on color distribution is used for tracking in our tracker. We also employ a scale pyramid for scale estimation. The update flag determines whether to update the model and implement the re-search strategy.
Figure 2. The flowchart of the proposed tracker. The salient prior model based on color distribution is used for tracking in our tracker. We also employ a scale pyramid for scale estimation. The update flag determines whether to update the model and implement the re-search strategy.
Sensors 17 02303 g002
Figure 3. Qualitative results of our method and the nine state-of-the-art tracking methods on sequences Basketball, Jogging-2 and Lemming. In these sequences, the targets undergo occlusion.
Figure 3. Qualitative results of our method and the nine state-of-the-art tracking methods on sequences Basketball, Jogging-2 and Lemming. In these sequences, the targets undergo occlusion.
Sensors 17 02303 g003
Figure 4. Qualitative results of our method and the nine state-of-the-art tracking methods on sequences Cardark, Girl2 and Subway. In these sequences, there is a background clutter problem.
Figure 4. Qualitative results of our method and the nine state-of-the-art tracking methods on sequences Cardark, Girl2 and Subway. In these sequences, there is a background clutter problem.
Sensors 17 02303 g004
Figure 5. Qualitative results of our method and the nine state-of-the-art tracking methods on sequences Bolt, Carscale and Doll. In these sequences, the targets undergo scale variation.
Figure 5. Qualitative results of our method and the nine state-of-the-art tracking methods on sequences Bolt, Carscale and Doll. In these sequences, the targets undergo scale variation.
Sensors 17 02303 g005
Figure 6. Qualitative results of our method and the nine9 state-of-the-art tracking methods on sequences Diving, Vase and Kitesurf. In these sequences, the targets undergo rotation.
Figure 6. Qualitative results of our method and the nine9 state-of-the-art tracking methods on sequences Diving, Vase and Kitesurf. In these sequences, the targets undergo rotation.
Sensors 17 02303 g006
Figure 7. The precision plots and success plots of OPE for 13 trackers. The performance score of each tracker is shown in the figure. Best viewed on color display.
Figure 7. The precision plots and success plots of OPE for 13 trackers. The performance score of each tracker is shown in the figure. Best viewed on color display.
Sensors 17 02303 g007
Figure 8. The precision plots of sequences with occlusion, background clutter, scale variation and rotation. The performance score of each tracker is shown in the figure. Best viewed in color display.
Figure 8. The precision plots of sequences with occlusion, background clutter, scale variation and rotation. The performance score of each tracker is shown in the figure. Best viewed in color display.
Sensors 17 02303 g008aSensors 17 02303 g008b
Figure 9. The success plots of sequences with occlusion, background clutter, scale variation and rotation. The performance score of each tracker is shown in the figure. Best viewed in color display.
Figure 9. The success plots of sequences with occlusion, background clutter, scale variation and rotation. The performance score of each tracker is shown in the figure. Best viewed in color display.
Sensors 17 02303 g009aSensors 17 02303 g009b
Figure 10. Tracking performance of CDT, Only F-max, Only APCE and No update on OTB 2013 dataset.
Figure 10. Tracking performance of CDT, Only F-max, Only APCE and No update on OTB 2013 dataset.
Sensors 17 02303 g010
Figure 11. Tracking performance of CDT and No re-search on OTB 2013 dataset.
Figure 11. Tracking performance of CDT and No re-search on OTB 2013 dataset.
Sensors 17 02303 g011

Share and Cite

MDPI and ACS Style

Zhao, Z.; Han, Y.; Xu, T.; Li, X.; Song, H.; Luo, J. A Reliable and Real-Time Tracking Method with Color Distribution. Sensors 2017, 17, 2303. https://doi.org/10.3390/s17102303

AMA Style

Zhao Z, Han Y, Xu T, Li X, Song H, Luo J. A Reliable and Real-Time Tracking Method with Color Distribution. Sensors. 2017; 17(10):2303. https://doi.org/10.3390/s17102303

Chicago/Turabian Style

Zhao, Zishu, Yuqi Han, Tingfa Xu, Xiangmin Li, Haiping Song, and Jiqiang Luo. 2017. "A Reliable and Real-Time Tracking Method with Color Distribution" Sensors 17, no. 10: 2303. https://doi.org/10.3390/s17102303

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop