Next Article in Journal
Systematic Literature Review of Realistic Simulators Applied in Educational Robotics Context
Next Article in Special Issue
RGB-D Data-Based Action Recognition: A Review
Previous Article in Journal
Defect Imaging Enhancement through Optimized Shape Factors of the RAPID Algorithm Based on Guided Wave Beam Pattern Analysis
Previous Article in Special Issue
A Novel Method of Fault Detection and Identification in a Tightly Coupled, INS/GNSS-Integrated System
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

SAFS: Object Tracking Algorithm Based on Self-Adaptive Feature Selection

1
State Key Laboratory for Manufacturing Systems Engineering, Xi’an Jiaotong University, Xi’an 710049, China
2
School of Computer Science and Technology, Xi’an Jiaotong University, Xi’an 710049, China
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(12), 4030; https://doi.org/10.3390/s21124030
Submission received: 26 April 2021 / Revised: 5 June 2021 / Accepted: 7 June 2021 / Published: 11 June 2021
(This article belongs to the Collection Multi-Sensor Information Fusion)

Abstract

:
Object tracking is one of the most challenging problems in the field of computer vision. In challenging object tracking scenarios such as illumination variation, occlusion, motion blur and fast motion, existing algorithms can present decreased performances. To make better use of the various features of the image, we propose an object tracking method based on the self-adaptive feature selection (SAFS) algorithm, which can select the most distinguishable feature sub-template to guide the tracking task. The similarity of each feature sub-template can be calculated by the histogram of the features. Then, the distinguishability of the feature sub-template can be measured by their similarity matrix based on the maximum a posteriori (MAP). The selection task of the feature sub-template is transformed into the classification task between feature vectors by the above process and adopt modified Jeffreys’ entropy as the discriminant metric for classification, which can complete the update of the sub-template. Experiments with the eight video sequences in the Visual Tracker Benchmark dataset evaluate the comprehensive performance of SAFS and compare them with five baselines. Experimental results demonstrate that SAFS can overcome the difficulties caused by scene changes and achieve robust object tracking.

1. Introduction

With the rapid development of hardware facilities and artificial intelligence technology, object tracking has become more important within the domain of computer vision. Object tracking has many applications in real life, such as video surveillance [1], athlete competition analysis, and intelligent human–computer interaction [2].
Traditional tracking algorithms can be divided into two types based on their appearance models: generative and discriminative trackers. Using the object’s appearance information, generative trackers create an appearance model and search for the most similar candidate in each frame with the least amount of reconstruction error. Ross [3] demonstrates a monitoring approach that discovers a low-dimensional subspace representation incrementally and digitally updates it to respond to changes in the object’s presence. In [4,5], the model of tracking is a sparse approximation problem in which a number of trivial templates are added to deal with difficult problems such as particle occlusion, scale variance, etc. Riahi D et al. [6] propose a novel generative approach for multiple object tracking using a multiple feature framework. Tkach A et al. [7] design a real-time generative object tracking based on an online optimization algorithm that jointly estimates pose and shape in each frame, and determines the uncertainty in such estimates. On the other hand, discriminative trackers locate the object through the learning of a decision that limits the object and the context. Helmut Grabner et al. [8] suggest an approach to pick features for monitoring objects for online boosting. In the CVPR 2013 tracking benchmark [9], Sam Hare et al. [10] use an online standardized output support vector machine (SVM) to map objects. Kalal et al. [11] add a tracking re-detection module, which can reboot tracking if the object is totally overstepped or does not appear in the scene. The feature selection is a critical task in object tracking, so many researchers are trying to improve the self-adaptability of this module to overcome this challenge. Different correlation filters have recently been proposed to help traditional object tracking algorithms achieve robust performance and better results [12,13,14]. Furthermore, Zhang J et al. [15] suggest a robust target detection, Multi-task Correlation Particle Filter, for which the strengths of multi-task correlation filter (MCF) and a particle filter are used and improved. Perez-Cham O. E. et al. [16] apply the bio-inspired algorithms to object tracking, which is based on the parallelization of the Honeybee Search Algorithm, and employs the Zero Mean Normalized Cross-Correlation criterion as a fitness function. In addition, after considering the frequent occlusion of target objects in the complex scene, Bae S H et al. [17] propose a robust online multi-object tracking (MOT) approach. Chen Y et al. [18] design a novel Adaptive Focused Discriminative (AFOD) segmentation tracker with the following advanced components. Varfolomieiev A [19] proposes the improvements for visual object trackers based on discriminative correlation filters using channel-independent spatially regularized method for filter calculation. Unfortunately, although these strategies can solve this problem, they are often based on deep learning, which needs large-scale labeled data and computing resources. Tschannen M et al. [20] propose a general framework for self-supervised learning of transferable visual representations based on Video-Induced Visual Invariances (VIVI). Although some workers have been proposed to overcome those challenges, such as self-supervised, transfer learning or semi-supervised learning. However, those methods still require a deep neural network. The ever-increasing requirements of those models may raise the threshold for training them on the edge devices.
In this paper, we purpose SAFS, an object tracking method based on a self-adaptive feature selection algorithm. Our method selects the suitable tracking feature by one new strategy. In this manner, we compare the similarity of each feature sub-template, and then measure the separability of different features of the object using the maximum a posteriori (MAP). Lastly, we adopt modified Jeffreys’ entropy as the discriminant metric for this task. Through updating the feature sub-pattern, our model can update the target template and reduce the drift of the template. To evaluate the effectiveness of the algorithm, we implement our algorithm using color and texture features and apply it in eight different video sequences. Our proposed model can obtain better success rates and reduce the center location errors. Especially in the complex environment (such as basketball), the SAFS has improved above 90% performance than other baselines. In addition, these results demonstrate that our proposed algorithm can achieve higher robustness and faster inference speed.
The main contributions of our paper can be described as follows:
  • We characterize the sub-template of each feature and calculate the similarity value matrix of each sub-template based on the linear property of the maximum posterior probability [21].
  • We optimize the calculation of Jeffreys’ entropy [22] and use it as a metric of similarity value, which can measure the difference between categories more efficiently.
  • We propose an object tracking method based on a self-adaptive feature selection algorithm, called SAFS, which can obtain better tracking performance without human labor.

2. Adaptive Multi-Feature Selection Tracking Algorithm

Feature selection of object tracking is a hard mission. We use different image features to calculate the similarity between the target area and the area to be matched as the criterion to select the most appropriate tracking feature. The adaptive feature selection mechanism can make full use of the adaptability of different features to different scenarios. When the environment changes, select the most distinguishable feature to track the target stably. This method also has good extensibility, in that it can combine various features in an algorithm to track objects. Based on this idea, we designed the object tracking algorithm based on adaptive feature selection. The framework of the object tracking algorithm adopts the template matching method of generative class. According to the similarity value, it is necessary to measure the ability of each feature to distinguish the foreground and the background, so as to select the appropriate feature in the tracking of the next frame. The framework of the algorithm shows in Figure 1.
The framework mainly includes three steps:
(1)
Description of object features: calculate the description of each feature of the target area, the area to be matched, and the searching area, respectively. Including the feature description of the target in the first frame and the feature description of the searching area and the area to be matched in each subsequent frame.
(2)
Flexibly select the most proper feature: the optimal feature calculated in the previous frame is selected as the descriptive feature of this frame in the tracking process. Then, the object location is calculated iteratively according to the maximum posterior probability similarity criterion.
(3)
Selection for multi-feature: according to the central position of the object, divide the foreground and background of the searching area, and calculate the similarity of each feature. According to the similarity value map, the j-divergence entropy [22] is used to compute the ability of different features to distinguish the foreground and background. Select the most distinguishing feature according to the j-divergence entropy [22], and use this feature in the next frame tracking.

2.1. Multi-Feature Description and Similarity Measure of Sub-Template

This algorithm separately calculates the value of each feature operator of the target, constructs the sub-template of each feature of the target, and then combines the sub-templates of each feature to describe the target. In this way, two purposes can be achieved:
  • Decrease the feature vector dimension of multiple features;
  • Flexibly select the most proper feature.
Assume:
  • The template of target area: { q u i } i , , n
  • The template of area to be matched: { p u i } i , , n
  • The template of searching area: { s u i } i , , n
In the above formula, n represents the feature vector dimension of one sub-template; q u i denotes the sub-template described by the i-th feature in target area; p u i denotes the sub-template described by the i-th feature in area to be matched; s u i represents the sub-template described by the i-th feature in searching area.
The features of each sub-template are described by feature statistical histogram. Using the tracking algorithm based on maximum posterior probability [21] similarity criterion to calculate each sub-template’s similarity contribution value g i ( x j ) and similarity function value ρ y j :
ρ y j i = x j A y j g i ( x j ) g i ( x j ) = q u i ( x j ) s u i ( x j )
where { x j } i = 1 , , m denote positions of each pixel in searching area; y j represents the central point of this area; g i ( x j ) denotes the similarity contribution value of each pixel of the i-th feature sub-template in searching area; A y j represents the aggregation of pixels centered in searching area of y j ; ρ y j denotes the similarity function value of the i-th sub-template in searching area.
Based on the sub-templates described by each feature of target area, area to be matched and searching area, we can figure out the feature map corresponding to the similarity contribution value of each sub-template. According to the linear property of the maximum posterior probability [21], the similarity value matrix of each sub-template can be calculated.
Different sub-templates have different similarity value matrices. Some features have a stronger distinguishing ability, so their similarity value matrix has a higher peak in the target area and the value in the edge part far away from the target in the searching area is lower. The closer the matrix is to the target center, the higher the similarity value. Some features are weak in distinguishing ability, so the values of the edge parts away from target have only a small difference between the target area and searching area of their similarity value matrix. Once we design one criterion to measure the difference between target position and edge part of searching area in the similarity value matrix of each sub-template, we can describe the distinguishing ability of sub-template in this frame, and use it to instruct the tracking of the next frame.

2.2. Description of Feature Selection

Obtaining the prior information of the scene is a hard mission; even if the prior information of the scene can be obtained by the machine learning method, the information is still uncertain as the environment changes. Therefore, if the tracking algorithm relies on a feature for long-term continuous tracking, it will lose the object easily. One way to solve this problem is to determine the distinguishing ability of each feature of target in current scene in real-time. The discriminant tracking algorithm is to deal with the tracking task along this way: regard tracking as a two-category task of foreground and background, then design a classifier and find the optimal classification result to obtain the object. We can design a new tracking algorithm based on this idea. Assuming that a feature takes into account both the accuracy of the feature’s description and the separability of foreground and background, this feature will show good tracking results during the object tracking process. Therefore, we can determine the tracking features of the current frame by designing an algorithm to compute the separability of different features of the object in the scene.
By sampling the tracked foreground and background separately, and then using mathematical tools to calculate the distance between the two classes, the distinguishability of different features can be measured. The sampling process can uniformly sample M regions with the same target size as positive examples in the target center according to the principle of the ordinal optimization, and uniformly sample N regions with the same target size as negative examples around the background of the target. The bigger the difference is between positive examples and negative examples, the better the distinguishing ability is of the sub-template. If more positive examples and negative examples are chosen, the separability measure of the judging feature will be more accurate. However, if too many examples are chosen, it will bring the problem of increasing computation complexity. In this paper, the maximum posterior probability similarity criterion is used to measure the similarity between the target and the positive example and the similarity between the target and the negative example. Therefore, the linear computation property of the maximum posterior probability can be used to quickly calculate the similarity value of the feature.
Assume the similarity between the target and positive example: ρ m i , p o s , where i denotes the i-th sub-template and m denotes the similarity of the m-th positive example.
Assume the similarity between the target and negative example: ρ n i , n e g , where i represents the i-th sub-template, n represents the similarity of the n-th negative example.
Now, the selection task of sub-templates is turned into a classification task of two sets of feature vectors: a set of similarity values ρ m i , p o s between positive examples and the target, and a set of similarity values ρ n i , n e g between negative examples and the target. There are many criteria for discriminating metrics: distance metric, fisher discriminant criteria [23], etc. We select the relative entropy [24] and j-divergence entropy [22] as the discriminating metric of classification. The selection process of feature sub-template of next frame is shown in Figure 2.

2.3. Introduction of Relative Entropy and j-Divergence Entropy

Relative entropy [24] is a measure of the asymmetry of the difference between two probability distributions P and Q. The physical meaning of relative entropy is the metric of the number of extra bits required to encode samples from P using Q-based coding. Normally, P represents the actual distribution of the data, Q represents the theoretical distribution of the data, the template distribution, or the approximate distribution of P. It has four characteristics:
  • It can be used to measure the similarity between two functions whose values are positive.
  • For two functions that are entirely the same, their relative entropy is zero. The bigger the difference is, the bigger the relative entropy is.
  • If the values of two randomly distributed probability density functions are greater than zero, the relative entropy can measure the difference between the two random distributions.
  • Relative entropy is not symmetric, and commutative law does not work.
We consider two situations in our paper. Assume that two kinds of feature vector are P = { p i } i = 1 n and Q = { q i } i = 1 n , and p i = q i = 1 is satisfied. The relative entropy D ( P , Q ) of these two feature vectors is defined as:
D ( P , Q ) = i = 1 n p i log p i q i
where n is the dimension of the feature.
Obviously, D ( P , Q ) ≤ 0. D ( P , Q ) is equal to 0 if and only if P equals to Q. In other words, the bigger the difference is between these two kinds of random distribution, the bigger the relative entropy is between them. When relative entropy equals zero, they have the same distribution.
From the formula of relative entropy, we can know relative entropy is asymmetric. To solve the asymmetry, the discriminant entropy J ( P , Q ) (also called Jeffreys’ entropy [22]) of two types of probability distributions can be defined to characterize the difference between the two types of distributions.
J ( P , Q ) = D ( P , Q ) + D ( Q , P )
Because the calculation of the logarithm is complicated, for the convenience of calculation, the following Formula (4) is used as the approximate measure of J ( P , Q ) .
U ( P , Q ) = P Q 2 = i = 1 n p i q i 2 p i = 1 N 1 k = 1 N 1 s k i ( 1 ) 2 q i = 1 N 2 k = 1 N 2 s k i ( 2 ) 2
where N 1 and N 2 denote the number of samples of class 1 and class 2, respectively; i stands for feature number; s k i ( 1 ) denotes the i-th feature of k-th sample in class 1; s k i ( 2 ) represents the i-th feature of k-th sample in class 2. The above features must be normalized.

2.4. The Discriminant Algorithm for Distinguishing Ability of Multi-Features

Assume that { q u i } i , , n is a sub-template described by the i-th feature in the target area. The similarity value between the positive example and the target is ρ m i , p o s , which represents the similarity value of the m-th positive example of the i-th feature point template, where m M . The similarity value between the negative example and the target is ρ n i , n e g , which denotes the similarity value of the m-th negative example of the i-th feature point template, where n N . According to the problem description and the calculation method of discriminant entropy described above, the separability metric J i of each feature sub-template after normalization can be designed as:
J i = i = 1 k ρ ¯ i , p o s ρ ¯ i , n e g 2 ρ ¯ i , p o s = 1 M k = 1 M ρ k i , p o s 2 ρ ¯ i , n e g = 1 N k = 1 N ρ k i , n e g 2
where k denotes feature vector dimension of a sub-template; ρ k i , p o s denotes the similarity between the k-th positive example of the i-th feature sub-template and the target; ρ k i , n e g represents the similarity between the k-th negative example of the i-th feature sub-template and the target; ρ ¯ i , p o s denotes the mean squared of similarity of the positive example of the i-th feature sub-template; ρ ¯ i , n e g denotes the mean squared of similarity of the negative example of the i-th feature sub-template. All features are normalized.
According to Formula (5), J i measures the separability ability of the i-th feature sub-template. When J i is larger, the separability of the feature template is better. Therefore, we can find the best sub-template by calculating max ( J i ) . According to the Winner-Takes-All criterion, when the sub-template of a feature has the best distinguishing ability, the next frame will use this feature to track. By calculating the value of this judge criterion, it can adaptively select the best feature, thereby achieving robust tracking in transform scenarios.

2.5. Selectively Update for Sub-Template

In the object tracking process, especially in the long-term object tracking, the update of template is a necessary step. Through the update of template, the tracking algorithm can better adapt to the changes of the environment and the object itself. Through the target update, the target template can be adjusted to achieve long-term tracking. However, there is a problem in the current target update: the drift of the template. In the paper [25], the target template uses the following two methods:
  • Adaptively update target size based on the characteristics of the maximum posterior probability similarity criterion;
  • Two thresholds are set to control the number and degree of template updating.
The above methods can be applied to a single feature target template or a multi-feature template in a high dimensional space. For the tracking algorithm based on adaptive feature selection in this paper, the complementarity between target feature sub-templates can be used to further reduce template drift. For example, tracking objects with color and texture features. If the object enters a bright environment from a dark environment, the color feature will change significantly due to illumination. The nature of the texture feature determines that it will not be affected by illumination. At this time, under the tracking framework based on adaptive feature selection, the texture feature will be used for image tracking during the environment switching, and the color feature will be used for tracking in the stable lighting environment.
Therefore, this paper proposes a method for selective updating of sub-template: in each frame, the tracking stable features are not updated, only the sub-templates with poor separability are updated. With this updated strategy, we can prevent the target template from introducing background information due to incorrect updates, thereby gaining adaptability to changes in the scene or object. The algorithm first sorts the feature sub-templates according to the discriminant entropy value; secondly, sets an update threshold λ , the feature sub-templates larger than this threshold are not updated, the feature sub-templates smaller than the threshold are updated.
In the specific algorithm, the two target update methods in paper [25] can be used to enhance the validity of the template update. In the tracking algorithm, the first method described above is used to adaptively adjust the target size. When determining the updating feature sub-template, a second method is used to control the speed of the update and the degree of the update. Through the above three methods, the algorithm can be adaptive to the target change.

2.6. Steps of Adaptive Feature Selection Algorithm

The similarity of the positive example, negative example, and target area of each feature sub-template can be calculated by simple linear summation. In this way, more positive and negative examples can be selected to better determine the distinguishing ability of the feature sub-template.
The process of adaptive selection algorithm based on color and texture features is as follows. First, initialize the various parameters of the algorithm. In the first frame, the color feature of target is described as q u 1 , and the texture feature is described as q u 2 . y i represents the target center of the initial position. { x i } i 1 , , m denote the positions of each pixel in searching area in the first frame. Since there is no prior information in the first frame, either color or texture feature can be selected to start tracking. We select the color feature to start the tracking of the first frame.
  • Set the target position y i of the last frame as initial position. Calculate the color feature description s u 1 and texture feature description s u 2 in searching area centered on the initial position;
  • According to the formula g x i = q u x i s u x i , calculate the similarity contribution g 1 x i and g 2 x i of each pixel in the searching area in current frame. According to the separability result of the previous frame, the similarity contribution value of the corresponding feature is selected for tracking;
  • Initialize k = 0 which represents the number of initial iterations;
  • Calculate the position of the center to be matched of the next iteration by Formula (6). At the same time, set k = k + 1 .
    y i + 1 = x i A y i x i g x i x i A y i g x i
    where x i i 1 , , m is the position of each pixel in the searching area; y i is the center of the area; g x i is the similarity contribution value of each pixel in the searching area; A y i is the set of pixels representing the search area centered at y i ; y i + 1 is the target position of the next frame.
  • Repeat step 4 until y i + 1 y i < ε or k N ;
  • Calculate the distinguishing abilities of color and texture features in current scene by Formula (5);
  • According to Formula (7) [25], calculate whether the target size changes adaptively;
    ω ( k + 1 ) = ω ( k + 2 ) + 2 , if ϕ ¯ 1 > 0.8 and ϕ ¯ 0 > 0.75 and ϕ ¯ 1 > 0.6 ω ( k 2 ) 2 , if ϕ ¯ 0 < 0.6 and ϕ ¯ 1 < 0.3 ω ( k ) , otherwise
    where k is the number of frames of the image; ω ( k ) represents the size of the target template in the k-th frame; ϕ ¯ i ( i = 1 , , a ) is the average of the posterior probability measure (PPM) of each pixel; a is the comparison step of scale adaptation and is set to 1 without losing the generality.
  • According to Formula (8) [25], determine whether to update the target.
    ϕ ¯ ( p , q ) δ
    where p represents the current frame template; q denotes the target template; ϕ ( p , q ) is the similarity of the posterior probability measure for the current frame and the target template; δ is the threshold parameter. If the sub-template needs to be updated, update the vector of the target feature sub-template according to Formula (9) [25]:
    q = γ p + ( 1 γ ) q
    where γ is the updated weighted value; p is the target feature vector of the current frame; q is the feature vector of the target template; q is the updated target template feature vector;
  • Import the next picture in the sequence and jump to step 1.
During the iterative process of the entire algorithm, the characterization of the search area is calculated only once. In the actual algorithm process, only step 4 and step 5 are iterated.

3. Experiments

In this section, we first introduce the experimental datasets and evaluation metrics. Then, we describe the process and details of the experiment. The results of ablation and contrast experiment are shown in the third part. Finally, we analyze the process and speed of the experiment.

3.1. Experimental Dataset and Evaluation Metrics

In the experiment, we select eight video sequences from the Visual Tracker Benchmark (VTB) dataset [9] (http://cvlab.hanyang.ac.kr/tracker_benchmark/datasets.html, accessed on 7 June 2021), which is shown in Figure 3. These sequences have attributes such as scale variation, occlusion, deformation, and out-of-plane rotation, which are all representative in object tracking tasks.
To illustrate the effectiveness of this algorithm, we adopt two evaluation metrics to measure the results of the experiment in this paper. The former is the center location error (CLE) [26,27], which calculates the Euclidean distance of the center of the tracking box. It defined as:
CLE = x 1 x 2 2 + y 1 y 2 2
where x 1 , y 1 represents the center position of the ground truth label in a certain frame. x 2 , y 2 represents the center position of the tracking result label in a certain frame.
Another evaluation metric is the success rate (SR), which involves a concept commonly used in object tracking—Intersection over Union ( I o U ). It calculates the overlap ratio between the generated candidate box and the ground truth box. The formula of I o U is as follows:
I o U = a r e a ( C ) a r e a ( G ) a r e a ( C ) a r e a ( G )
where a r e a ( C ) represents the area of the generated candidate box, a r e a ( G ) denotes the area of the ground truth box. The ideal situation is complete overlap, which means I o U equals 1. The threshold is set to 0.5. It is considered to have successfully tracked the object when the I o U of a frame reaches 0.5 or more. The SR is equal to the number of frames successfully tracked divided by the number of all frames.

3.2. Implementation Description

Our proposed SAFS algorithm can add multiple features for tracking. The color and texture features of the target are used to design the corresponding tracking algorithm. Readers can also add features such as gradients and edges to the algorithm.
Color information is an important global feature that is robust to target rotation, partial occlusion, and non-rigid transformation when color feature histograms are used to represent color information. In this algorithm, the feature histogram of the RGB color space is used to make the sub-template of the target color feature, and the RGB feature can be quantized into a feature vector of 8 × 8 × 8 = 512 dimensions.
In this paper, texture feature is selected as another feature sub-template, which is also a global feature. The original LBP feature operator [25] is chosen to describe the shape information of the object. For the original LBP feature operator with the radius of 1 and sampling points of 8, the 58-dimensional feature vector is obtained by rotation and equivalent transformation. The statistical histogram of LBP feature is also used to describe the texture feature sub-template. In the experiment, the tracking feature of the first frame selects the color feature. Table 1 lists the environment information used in our experiment.

3.3. Comparison Experiment

Our algorithm can adaptively select features between color and texture. In order to show the advantages of our self-adaptive algorithm, we select two algorithms that track only one feature and use them as baselines for comparison. We compare SAFS algorithm with the maximum posterior probability iterative tracking algorithm using texture feature alone (LBP&PPM) [21] and color feature alone (RGB&PPM) [21]. In addition, considering that SAFS is not based on deep learning, we should compare it with some classic algorithms. Therefore, we add three state-of-the-art traditional algorithms in the comparison, which are the mean-shift algorithm using the joint color-texture histogram (LBPT) [28], discriminative scale space tracking (DSST) [13] and high-speed tracking with kernelized correlation filters (KCF) [29]. All the algorithms are designed to track one object in our experiments.
From Table 2, we can easily see that our SAFS has the highest average SR. The DSST [13] gets 100 in “David” sequence, the RGB&PPM [21] gets 95 in “Skating2” sequence and 100 in “Crossing” sequences, which obtain better SR than SAFS. Meanwhile, SAFS achieves the best results in five sequences.
Table 3 lists the center location errors of 8 sequences using 6 methods, respectively. Our SAFS algorithm achieves the lowest average center location error which is 18 pixels. In addition, we display the results of the center-pixel location error frame by frame for eight sequences, as shown in Figure 4. The red line representing SAFS is always at the bottom of the figure, which means that its average CLE is minimal. Experimental results show that the algorithm can achieve robust tracking of the object when the object or scene changes. It should be pointed out that in the process of updating the target template, template drift still exists, which affects the tracking effect to a certain extent.

3.4. Tracking Process Analysis

To illustrate the difference of the algorithm, we analyze the tracking process of four sequences. Figure 5 lists the tracking conditions of the four fundamental frames in each sequence. “CarScale” is a sequence with scale variation, occlusion, and fast motion. “David” is a sequence with illumination variation, deformation, and motion blur. “Panda” is a sequence with scale variation, occlusion, and low resolution. “FaceOcc1” is a sequence with occlusion. The process analysis of the experimental results is as follows:
(1)
CarScale: The most significant attribute of this sequence is scale variation. The scale of the car is increasing as it comes fast from afar. In the first 155 frames, all algorithms can track the object correctly. Starting from frame 165, KCF gradually loses the target and re-tracks the target at frame 201 the end because of the occlusion of the tree during these frames, which means KCF cannot handle occlusion issues well. From the overall point of view, LBPT and SAFS show better performance. Although most of the algorithms can track the target well, the tracking boxes cannot increase with the scale of the target. This is a point that our algorithm needs to pay attention to and improve.
(2)
David: At first, the environment is dark. LBPT, DSST, KCF and SAFS get better results. From frame 162, LBP&PPM loses the object because the light is too dim, resulting in sparse texture feature. RGB&PPM loses the target between frame 451 and frame 536 because of the confusing effect of the poster on the wall. During the tracking process, although the LBPT has tracked the object, some offset has occurred. The reason for the offset is that when the color sub-template was updated in the previous tracking process, a template drift occurred, which resulted in a matching shift. The performance of LBPT shows that the combined feature of color and texture can simultaneously show the characteristics of different features in the tracking, but this type of feature will interfere with each other, resulting in inaccurate positioning of the target. DSST, KCF and SAFS can always track the object well.
(3)
Panda: This is a long sequence with 1000 frames. LBP&PPM loses the target since frame 51 and RGP&PPM loses the target since frame 138. This indicates that a single feature cannot track the target well. LBPT and DSST lose the target when the panda passes the brand for the second time. KCF losses the target several times due to the occlusion of trees or interference of similar objects. Our SAFS algorithm is very robust, so it can track the target very well throughout the process.
(4)
FaceOcc1: This is a relatively simple target tracking sequence because it only has one attribute—occlusion. From frame 523, LBPT and DSST lose the tracking of the face, which indicate that they cannot deal with the object occlusion well. Other algorithms show good performance in this sequence.

3.5. Speed Analysis

Table 4 lists the tracking frames per second (fps) and average fps of the six algorithms in this experiment. LBP&PPM [21] and RGB&PPM [21] both get high average fps in that they all use a single feature. The speeds of LBPT [28] and KCF [29] are 425 fps and 314 fps, respectively, which are slower than ours. DSST [13] is a low-speed algorithm, which gets the slowest average speed 85. Our SAFS gets a medium speed (467). Its main time-consuming steps are in the description of features and the selection of sub-templates. Therefore, we can consider appropriately reducing the calculation of positive and negative examples and narrowing the search area to increase the tracking speed. Furthermore, if more features are introduced for object tracking, the speed of the algorithm will be closely related to the types of features and the dimensions of feature vectors.

4. Conclusions

In this paper, we propose an object tracking method based on a new self-adaptive feature selection algorithm, called SAFS. This method can overcome the challenge of robustness by selecting the most suitable feature, which is a significant problem in the image domain. Furthermore, our proposed method can achieve faster inference speed, which is the inevitable factor in edge application.
To evaluate the performance of the SAFS, we test it on eight different video sequences from comprehensive perspectives. Our proposed method can obtain a higher success rate and shrink the center location errors in various degrees, and even outperform 90% compared to other baselines in some specific scenes. Future work will be dedicated to decreasing the complexity of the algorithm and further improving the performance.

Author Contributions

Conceptualization, W.G. and J.G.; methodology, W.G.; software, J.G.; validation, J.G., Y.T. and F.Y.; formal analysis, Z.F.; investigation, F.Y.; resources, Y.T.; data curation, W.G.; writing—original draft preparation, J.G.; writing—review and editing, J.G.; visualization, F.Y.; supervision, Y.T.; project administration, W.G.; funding acquisition, W.G. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Natural Science Foundation of Shaanxi Province grant number 2019JQ-601.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Mangawati, A.; Leesan, M.; Aradhya, H.V.R. Object Tracking Algorithms for video surveillance applications. In Proceedings of the International Conference on Communication and Signal Processing (ICCSP), Chennai, India, 3–5 April 2018; pp. 667–671. [Google Scholar]
  2. Verma, R. A review of object detection and tracking methods. Int. J. Adv. Eng. Res. Dev. 2017, 4, 569–578. [Google Scholar]
  3. 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]
  4. Mei, X.; Ling, H. Robust visual tracking using L1 minimization. In Proceedings of the IEEE International Conference on Computer Vision, Kyoto, Japan, 29 September–2 October 2009; pp. 1436–1443. [Google Scholar]
  5. Yu, K.; Lin, Y.; Lafferty, J. Learning image representations from the pixel level via hierarchical sparse coding. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Colorado Springs, CO, USA, 20–25 June 2011; pp. 1713–1720. [Google Scholar]
  6. Riahi, D.; Bilodeau, G.A. Multiple object tracking based on sparse generative appearance modeling. In Proceedings of the IEEE International Conference on Image Processing (ICIP), Quebec City, QC, Canada, 27–30 September 2015; pp. 4017–4021. [Google Scholar]
  7. Tkach, A.; Tagliasacchi, A.; Remelli, E.; Pauly, M.; Fitzgibbon, A. Online generative model personalization for hand tracking. ACM Trans. Graph. (ToG) 2017, 36, 1–11. [Google Scholar] [CrossRef]
  8. Grabner, H.; Grabner, M.; Bischof, H. Real-Time Tracking via On-line Boosting. Br. Mach. Vis. Conf. 2006, 1, 47–56. [Google Scholar]
  9. Wu, Y.; Lim, J.; Yang, M.H. Online object tracking. A benchmark. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Portland, OR, USA, 23–28 June 2013; pp. 2411–2418. [Google Scholar]
  10. Hare, S.; Golodetz, S.; Saffari, A.; Vineet, V.; Cheng, M.M.; Hicks, S.L.; Torr, P.H. Struck: Structured output tracking with kernels. In Proceedings of the IEEE International Conference on Computer Vision, Barcelona, Spain, 6–13 November 2011; pp. 263–270. [Google Scholar]
  11. Kalal, Z.; Matas, J.; Mikolajczyk, K. Pn learning: Boot-strapping binary classiers by structural constraints. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, San Francisco, CA, USA, 13–18 June 2010; pp. 49–56. [Google Scholar]
  12. Bolme, D.S.; Beveridge, J.R.; Draper, B.A.; Lui, Y.M. Visual object tracking using adaptive correlation filters. In Proceedings of the 2010 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, San Francisco, CA, USA, 13–18 June 2010; pp. 2544–2550. [Google Scholar]
  13. Danelljan, M.; Häger, G.; Khan, F.; Felsberg, M. Accurate scale estimation for robust visual tracking. In Proceedings of the British Machine Vision Conference, Nottingham, UK, 1–5 September 2014. [Google Scholar]
  14. Zhang, J.; Jin, X.; Sun, J.; Wang, J.; Sangaiah, A.K. Spatial and semantic convolutional features for robust visual object tracking. Multimed. Tools Appl. 2020, 79, 15095–15115. [Google Scholar] [CrossRef]
  15. Zhang, T.; Xu, C.; Yang, M.H. Multi-task correlation particle filter for robust object tracking. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; pp. 4335–4343. [Google Scholar]
  16. Perez-Cham, O.E.; Puente, C.; Soubervielle-Montalvo, C.; Olague, G.; Aguirre-Salado, C.A.; Nuñez-Varela, A.S. Parallelization of the honeybee search algorithm for object tracking. Appl. Sci. 2020, 10, 2122. [Google Scholar] [CrossRef] [Green Version]
  17. Bae, S.H.; Yoon, K.J. Confidence-based data association and discriminative deep appearance learning for robust online multi-object tracking. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 40, 595–610. [Google Scholar] [CrossRef] [PubMed]
  18. Chen, Y.; Xu, J.; Yu, J.; Wang, Q.; Yoo, B.; Han, J.J. AFOD: Adaptive Focused Discriminative Segmentation Tracker. In European Conference on Computer Vision; Springer: Cham, Switzerland, 2020; pp. 666–682. [Google Scholar]
  19. Varfolomieiev, A. Channel-independent spatially regularized discriminative correlation filter for visual object tracking. J. Real-Time Image Process. 2021, 18, 233–243. [Google Scholar] [CrossRef]
  20. Tschannen, M.; Djolonga, J.; Ritter, M.; Mahendran, A.; Houlsby, N.; Gelly, S.; Lucic, M. Self-supervised learning of video-induced visual invariances. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 14–19 June 2020; pp. 13806–13815. [Google Scholar]
  21. Feng, Z.; Lu, N.; Jiang, P. Posterior probability measure for image matching. Pattern Recognit. 2008, 41, 2422–2433. [Google Scholar] [CrossRef]
  22. Clarke, B.S.; Barron, A.R. Jeffreys’ prior is asymptotically least favorable under entropy risk. J. Stat. Plan. Inference 1994, 41, 37–60. [Google Scholar] [CrossRef]
  23. Mika, S.; Ratsch, G.; Weston, J.; Scholkopf, B.; Mullers, K.R. Fisher discriminant analysis with kernels. In Proceedings of the Neural Networks for Signal Processing IX: 1999 IEEE Signal Processing Society Workshop, Madison, WI, USA, 25 August 1999; pp. 41–48. [Google Scholar]
  24. Joe, H. Relative entropy measures of multivariate dependence. J. Am. Stat. Assoc. 1989, 84, 157–164. [Google Scholar] [CrossRef]
  25. Guo, W.; Feng, Z.; Ren, X. Object tracking using local multiple features and a posterior probability measure. Sensors 2017, 17, 739. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  26. Kim, H.U.; Lee, D.Y.; Sim, J.Y.; Kim, C.S. Sowp: Spatially ordered and weighted patch descriptor for visual tracking. In Proceedings of the IEEE International Conference on Computer Vision, Santiago, Chile, 7–13 December 2015; pp. 3011–3019. [Google Scholar]
  27. Joukhadar, A.; Scheuer, A.; Laugier, C. Fast contact detection between moving deformable polyhedra. In Proceedings of the 1999 IEEE/RSJ International Conference on Intelligent Robots and Systems, Kyongju, Korea, 17–21 October 1999; pp. 1810–1815. [Google Scholar]
  28. Ning, J.; Zhang, L.; Zhang, D.; Wu, C. Robust object tracking using joint color-texture histogram. Int. J. Pattern Recognit. Artif. Intell. 2009, 23, 1245–1263. [Google Scholar] [CrossRef] [Green Version]
  29. Henriques, J.F.; Caseiro, R.; Martins, P.; Batista, J. High-speed tracking with kernelized correlation filters. IEEE Trans. Pattern Anal. Mach. Intell. 2014, 37, 583–596. [Google Scholar] [CrossRef] [PubMed] [Green Version]
Figure 1. The framework of object tracking algorithm based on self-adaptive feature selection.
Figure 1. The framework of object tracking algorithm based on self-adaptive feature selection.
Sensors 21 04030 g001
Figure 2. The selection process of feature sub-template.
Figure 2. The selection process of feature sub-template.
Sensors 21 04030 g002
Figure 3. Eight test sequences used in experiment. (a) CarScale; (b) David; (c) Liquor; (d) Panda; (e) Skating2; (f) Crossing; (g) FaceOcc1; (h) Football1. These eight sequences possess the nine attributes described in the VTB dataset (SV, OCC, FM, etc.). For visual effects, some sequences have been stretched to achieve the same size.
Figure 3. Eight test sequences used in experiment. (a) CarScale; (b) David; (c) Liquor; (d) Panda; (e) Skating2; (f) Crossing; (g) FaceOcc1; (h) Football1. These eight sequences possess the nine attributes described in the VTB dataset (SV, OCC, FM, etc.). For visual effects, some sequences have been stretched to achieve the same size.
Sensors 21 04030 g003
Figure 4. The experimental results of comparing the CLE (in pixel) frame by frame in eight sequences. Our SAFS algorithm can track the object robustly and accurately. (a) CarScale; (b) David; (c) Liquor; (d) Panda; (e) Skating2; (f) Crossing; (g) FaceOcc1; (h) Football1.
Figure 4. The experimental results of comparing the CLE (in pixel) frame by frame in eight sequences. Our SAFS algorithm can track the object robustly and accurately. (a) CarScale; (b) David; (c) Liquor; (d) Panda; (e) Skating2; (f) Crossing; (g) FaceOcc1; (h) Football1.
Sensors 21 04030 g004
Figure 5. Experiment results of some fundamental frames of six algorithms on four sequences (CarScale, David, Panda, FaccOcc1).
Figure 5. Experiment results of some fundamental frames of six algorithms on four sequences (CarScale, David, Panda, FaccOcc1).
Sensors 21 04030 g005
Table 1. The experimental environment information.
Table 1. The experimental environment information.
SystemCPUFrequencyRAMSoftware
Windows10Intel (R) Core (TM) i7-77003.60 GHz16.0MATLAB R2019b
Table 2. The SR (%) of the SAFS method compared with other five methods.
Table 2. The SR (%) of the SAFS method compared with other five methods.
Video SequenceLBP&PPM [21]RGB&PPM [21]LBPT [28]DSST [13]KCF [29]SAFS
CarScale891001008588100
David7199961009999
Liquor687528397598
Panda2716585718100
Skating2719590839291
Crossing1110080971296
FaceOcc11001009691100100
Football1247624906195
Average SR57.682.671.580.392.597.3
Table 3. The CLE (pixels) of the SAFS method compared with other five methods.
Table 3. The CLE (pixels) of the SAFS method compared with other five methods.
Video SequenceLBP&PPM [21]RGB&PPM [21]LBPT [28]DSST [13]KCF [29]SAFS
CarScale512527335923
David58152521187
Liquor76542512055321
Panda271176057527
Skating2524248454345
Crossing818149768
FaceOcc1221334241920
Football159195517318
Average CLE533764534418
Table 4. Speed comparison of six algorithms.
Table 4. Speed comparison of six algorithms.
SequenceLBP&PPM [21]RGB&PPM [21]LBPT [28]DSST [13]KCF [29]SAFS
CarScale11392357628132464732
David29773412327124259
Liquor120234978931260
Panda1702322012942037211061
Skating29929048114163
Crossing125115617931285231029
FaceOcc11361979493750
Football1897114732478287486
Average FPS705121742585314467
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Guo, W.; Gao, J.; Tian, Y.; Yu, F.; Feng, Z. SAFS: Object Tracking Algorithm Based on Self-Adaptive Feature Selection. Sensors 2021, 21, 4030. https://doi.org/10.3390/s21124030

AMA Style

Guo W, Gao J, Tian Y, Yu F, Feng Z. SAFS: Object Tracking Algorithm Based on Self-Adaptive Feature Selection. Sensors. 2021; 21(12):4030. https://doi.org/10.3390/s21124030

Chicago/Turabian Style

Guo, Wenhua, Jiabao Gao, Yanbin Tian, Fan Yu, and Zuren Feng. 2021. "SAFS: Object Tracking Algorithm Based on Self-Adaptive Feature Selection" Sensors 21, no. 12: 4030. https://doi.org/10.3390/s21124030

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