Next Article in Journal
The Role of Remote Sensing Data and Methods in a Modern Approach to Fertilization in Precision Agriculture
Next Article in Special Issue
A Visual Compass Based on Point and Line Features for UAV High-Altitude Orientation Estimation
Previous Article in Journal
Shield Tunnel Convergence Diameter Detection Based on Self-Driven Mobile Laser Scanning
Previous Article in Special Issue
Multiscale Feature Fusion Network Incorporating 3D Self-Attention for Hyperspectral Image Classification
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Object Tracking in Satellite Videos Based on Correlation Filter with Multi-Feature Fusion and Motion Trajectory Compensation

1
Graduate School, Space Engineering University, Beijing 101416, China
2
Department of Electronic and Optical Engineering, Space Engineering University, Beijing 101416, China
3
Department of Surveying and Mapping and Space Environment, Space Engineering University, Beijing 101407, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2022, 14(3), 777; https://doi.org/10.3390/rs14030777
Submission received: 29 December 2021 / Revised: 29 January 2022 / Accepted: 4 February 2022 / Published: 7 February 2022

Abstract

:
As a new type of earth observation satellite approach, video satellites can continuously monitor an area of the Earth and acquire dynamic and abundant information by utilizing video imaging. Hence, video satellites can afford to track various objects of interest on the Earth's surface. Inspired by the capabilities of video satellites, this paper presents a novel method to track fast-moving objects in satellite videos based on the kernelized correlation filter (KCF) embedded with multi-feature fusion and motion trajectory compensation. The contributions of the suggested algorithm are multifold. First, a multi-feature fusion strategy is proposed to describe an object comprehensively, which is challenging for the single-feature approach. Second, a subpixel positioning method is developed to calculate the object’s position and overcome the poor tracking accuracy difficulties caused by inaccurate object localization. Third, introducing an adaptive Kalman filter (AKF) enables compensation and correction of the KCF tracker results and reduces the object’s bounding box drift, solving the moving object occlusion problem. Based on the correlation filtering tracking framework, combined with the above improvement strategies, our algorithm improves the tracking accuracy by at least 17% on average and the success rate by at least 18% on average compared to the KCF algorithm. Hence, our method effectively solves poor object tracking accuracy caused by complex backgrounds and object occlusion. The experimental results utilize satellite videos from the Jilin-1 satellite constellation and highlight the proposed algorithm's appealing tracking results against current state-of-the-art trackers regarding success rate, precision, and robustness metrics.

1. Introduction

Object tracking is one of the essential methods for dynamic object observation in computer vision, which has been widely used in video surveillance, automatic navigation, artificial intelligence, and other applications [1]. The purpose of object tracking is to predict the object's size and position in subsequent frames based on the initial frame of a video sequence [2]. With the continuous development of commercial remote sensing satellites, such as the Jilin-1 and Zhuhai-1 satellite constellations, high-resolution videos through video satellites are an affordable method of gazing and observing a specific Earth’s area to obtain rich information. The Jilin-1 video satellite was launched by China Chang Guang Satellite Technology Co., Ltd and provided 4k high-resolution imagery, capturing detailed information about an area. Indeed, the satellite imagery was about 1-m resolution at 30 frames per second, and therefore object tracking in such satellite videos has gradually become a new research direction. The corresponding practical applications involve traffic vehicle tracking [3], monitoring seawater [4], monitoring natural disasters [5], military reconnaissance, and precision guidance.
Object tracking in a satellite video is widely applied in many fields and explicitly analyzing the object’s motion laws according to its trajectory is of great significance. Most moving objects in satellite videos are ships, vehicles, and airplanes, as these are common objects in satellite videos with significant research value. Shao et al. [5] proposed a velocity correlation filter (VCF) algorithm by employing the velocity features with an inertial mechanism (IM) and constructing a specific kernelized correlation filter for object tracking in satellite videos. This method has an appealing performance in single background, but the method’s effectiveness in complex backgrounds or similar objects is yet unknown. Moreover, in 2019 the authors further suggested a hybrid kernel correlation filter (HKCF) tracker that adaptively used two complementary features in the ridge regression framework, combined with an adaptive fusion strategy exploiting both features in various videos [6]. Nevertheless, this method is also only suitable for simple background cases, and the optical flow is quite sensitive to illumination variations. In general, the HOG features play a significant role without emphasizing the response of the optical flow features. Du et al. [7] constructed a robust tracker combining the KCF tracker with a three-frame difference algorithm to overcome the difficulty of similar object interference and fewer object features. This method only considers a single background and does not consider the existence of complex background and object occlusions. Moreover, tracking drift can occur when the object is occluded, resulting in object tracking failure. Guo et al. [8] developed a tracker based on a high-speed correlation filter (CF) for object tracking in satellite videos. This technique utilized the global motion features of the moving object in the satellite videos to constrain the tracking process, which is achieved by applying a Kalman filter (KF) to correct the moving object’s tracking trajectory. Although this method has dramatically improved performance and tracking accuracy, the Kalman filter must provide convergence before combining it with the KCF algorithm. Therefore, object tracking in the first few frames still relies on the KCF algorithm, and thus the tracking accuracy does not improve much. Xuan et al. [9] solved the object occlusion problem and reduced boundary effect during motion estimation by combining a correlation filter with a Kalman filter. However, in the case of similar objects or complex object backgrounds, the tracking effectiveness of this method needs to be experimentally verified. However, objects in satellite videos are different from traditional objects, and tracking them is challenging, e.g., the object of interest comprises only a few pixels, and therefore similar objects raise the tracking difficulty. Moreover, objects occluded by clouds or other buildings impose tracking drifts. Hence, primarily, the algorithm must overcome object occlusion (Figure 1).
Recently, researchers have introduced the idea of correlation filtering into the object tracking algorithm. The earliest minimum output sum of squared error (MOSSE) [10] algorithm utilized the most basic correlation filtering idea. The circulant structure kernel (CSK) [11] correlation filter algorithm modifies MOSSE, while the kernelized correlation filter (KCF) [12] algorithm combines the advantages of MOSSE and CSK to improve the performance further. This kind of algorithm [13,14,15,16,17] reduces time complexity through a fast Fourier transform and utilizes cyclic shift samples for sufficient training to enhance object tracking speed and accuracy. The C-COT [18] algorithm utilizes the deep neural network VGG-Net to extract features, interpolates feature maps of different resolutions into the continuous space domain utilizing cubic interpolation, and then finds the object position with subpixel accuracy employing the Hessian matrix. The ECO [19] algorithm improves C-COT and attains an appealing object tracking by reducing the model parameters through feature-subset dimensionality reduction, merging similar sample sets, and sparse updating strategies. The innovative improvement of the ECO algorithm substantially enhances the tracking effect. The correlation filter algorithms belong to discriminative object tracking methods, which have recently become a mainstream research direction due to their high speed and accuracy [20,21,22,23,24,25]. Since an object's deformation in satellite videos is not apparent, it can be considered that there is almost no deformation, and thus we utilize the KCF algorithm to track the moving object in the satellite videos. However, simply applying the KCF algorithm presents the following shortcomings. First, when the object is occluded, tracking drifts, leading to tracking failure. Second, utilizing dense sampling and Fourier transform causes the tracker to produce boundary effects, affecting tracking accuracy. Third, similar objects may be regarded as real objects, affecting object tracking.
This paper proposes multi-feature fusion and motion trajectory compensation methods to solve poor tracking accuracy. Specifically, we build a robust tracker that fuses the object’s various response features, improves object location accuracy through subpixel positioning, and relies on the adaptive Kalman filter to correct the tracking results of the correlation filter.
More precisely, the main contributions of this paper are as follows:
(1) We propose a multi-feature fusion method to enhance the object features’ expressiveness and improve object tracking in satellite videos. The features employed are the histogram of oriented gradient (HOG) and the convolutional neural networks (CNN) features.
(2) A quadratic parabolic model is proposed to fit the discrete object response values. This scheme approximates the discrete response map to a continuous response map, and based on this, a Taylor series method is used to obtain subpixel position accuracy. This strategy solves the subpixel localization accuracy problem of moving objects.
(3) We reduce the estimation error caused by the noise covariance in the randomly selected Kalman filter (KF) by proposing an adaptive adjustment of both covariances using the state discriminant method (SDM) that affords an increased convergence speed to correct the tracking results of the correlation filter quickly.

2. Materials and Methods

This section briefly reviews the basic theory of the KCF algorithm and then elaborates how to improve the object tracking accuracy by adaptively fusing the features' responses and combining two filters. The KCF algorithm [12] is widely used in object tracking, and its ideas and methods have been presented in many papers, so it will not be elaborated in detail. The proposed method's architecture is illustrated in Figure 2. Initially, we extract the HOG and VGG features from the current frame T, select robust features from the VGG ones, fuse them in parallel with a specific proportion, and obtain the response through the trained correlation filter. Second, we use the designed fusion strategy to fuse the response patch of both filters. Third, we conduct occlusion detection and use the predicted result of the adaptive Kalman filter as the final tracking result if the object is occluded or obtain the object’s subpixel location if it is not occluded. Finally, the noise covariance of the Kalman filter is adjusted according to the Euclidean distance between the center position of the object in the adjacent frames so that the predicted results can compensate and correct for the tracking results of the correlation filter, thus obtaining an accurate object position.

2.1. Multi-Feature Fusion

Selecting the object features is crucial, as it directly affects the object tracking results. This paper extracts the object’s hand-crafted and deep features for adaptive feature fusion to enhance the object’s description and improve the tracking algorithm performance in a complex background.
Considering the hand-crafted features, this paper employs HOG features, mainly containing texture information with high spatial resolution and high target localization accuracy. However, solely relying on HOG features does not afford accurate target tracking in complex background scenarios. Considering depth features for complex backgrounds and illumination variation cases, CNN features have rich texture information and stronger robustness but present low spatial resolution and localization accuracy for the targets. Therefore, this paper fuses the hand-crafted and deep feature response to fully utilize their complementary nature and improve the filter’s classification ability. Hence, we rely on the VGG network to extract the object’s in-depth features. VGG is a model proposed by Oxford University in 2014 that has demonstrated appealing results in image classification and target detection tasks. Specifically, each image is input into VGG, and its convolutional layers provide the deep features.
Deep convolutional neural networks can extract rich features in spatial and semantic information. The low-level convolutional features contain rich spatial information, and the high-level convolutional features contain rich semantic information. The layered convolutional correlation filter tracking algorithm [26] uses the features extracted from the conv3-5, conv4-5, and conv5-5 layers of VGG-19 to predict the target location. Precisely, the features in the correlation filtering framework weight the response maps of the three layers, achieving a significant improvement in tracking accuracy compared with the traditional feature correlation filtering algorithm.
Therefore, the VGG-19 network is experimentally validated by selecting low, middle, and high-level convolutional layers that contain spatial and semantic information, i.e., conv2-3, conv3-4, and conv4-4, depicted in Figure 3. Although the features extracted from the fifth convolutional layer are semantically rich, these do not further improve the object’s description (see Figure 3e), and thus we extract features from the convolutional layer. Nevertheless, the large dimensionality of the deep convolutional layer features increases the computational complexity, especially when using multiple convolutional layer features during training the filters, resulting in slower tracking. Additionally, the compelling convolutional features differ depending on the tracking scenarios. Figure 4 illustrates the CNN layer-2 features of Figure 3a, where some features contribute less or are even invalid for the tracking task, reducing the tracking performance and slowing down the tracking speed. Hence, the appropriate convolutional channels need to be selected considering speed and robustness. Thus, the features are filtered by the ratio of the object and the object search region variances:
V 1 = 1 h 1 × w 1 i , j ( E i , j E ¯ ) 2
V 2 = 1 h 2 × w 2 m , n ( T m , n T ¯ ) 2
so the variance ratio (VR) can be expressed as:
V R = V 1 V 2
where E i , j , T m , n are the pixel values per layer of the object region and the object search region, respectively; and E ¯ , T ¯ are the average pixel values of the object region and the object search region. i , j and m , n are the horizontal and vertical coordinates of the object region and the object search region, respectively. h 1 , w 1 and h 2 , w 2 are the height and width of the object and the object search region.
For each layer, we extract the first 30 feature channels in descending order in terms of ratio to train the filter and obtain the convolutional object features per layer, as illustrated in Figure 4b. This paper obtains 3 new features by summing the first 30 features per layer, respectively. Then, a rich information feature can be obtained by summing the features of the three layers by utilizing different weights. The fused feature F e a n e w is depicted in Figure 3f, and is written as:
F e a n e w = ξ 1 F e a c o n v 2 - 3 + ξ 2 F e a c o n v 3 - 4 + ξ 3 F e a c o n v 4 - 4
where F e a c o n v 2 - 3 ,     F e a c o n v 3 - 4 ,     F e a c o n v 4 - 4  denote the depth features extracted by theconv2-3 layer, conv3-4 layer, conv4-4 layer, respectively, and ξ i ( i = 1 , 2 , 3 ) is the weighting parameter.
This paper builds two independent appearance models by training the correlation filters separately using the fused features FCNN and HOG features FHOG. The decision power of the response is calculated using Average Peak Correlation Energy (APCE). We use the difference between the APCE values of two adjacent frames to decide the validity of the features. The average peak correlation energy (APCE) is calculated as:
A P C E = | R m a x R m i n | 2 m e a n ( m , n ( R ( i , j ) R m i n ) 2 )
where R m a x and R m i n denote the maximum and minimum values of the feature response, respectively, and R ( i , j ) denotes the response value at coordinate (i, j).
The decision-making power of different frames is represented by   ϕ :
{ ϕ = 1 | A P C E t A P C E t 1 + η | , i f   A P C E t = A P C E t 1 ϕ = 1 | A P C E t A P C E t 1 | , i f   A P C E t A P C E t 1
where A P C E t and A P C E t 1 are the APCE values of the feature response at frame t and t 1 , respectively. The larger the ϕ value, the smaller the regional fluctuation of the adjacent feature responses and the stronger the validity of the corresponding feature. η is set to 0.01 to prevent the denominator from being zero.
The weights of the FHOG and FCNN are assigned according to the decision-making power. Thus, the weights of FHOG can be expressed as:
W H O G = ϕ F H O G ϕ F H O G + ϕ F C N N
where ϕ F H O G and ϕ F C N N denote the decision power values of the FHOG and FCNN features, respectively. Thus, the final features response is:
f ( z ) = W H O G × f H O G ( z ) + ( 1 W H O G ) × f C N N ( z )
where f H O G and f C N N are the feature fHOG and fCNN response, respectively.

2.2. Subpixel Positioning Method

The final object position in the KCF algorithm is obtained by estimating the maximum value position of the correlation response patch. However, the maximum position calculation may incorporate errors that accumulate frame by frame as the object moves, imposing the tracking bounding box to drift or even losing the object. Thus, we develop a subpixel positioning method that obtains the maximum value position in the correlation response more accurately and detects the position of the peak value in the response patch. Our method’s operating principle is that according to a set of discrete values, the coordinate m is the observed position of the extreme value f ( m ) with left and right neighboring positions be f ( m 1 ) and f ( m + 1 ) , respectively, and the true extreme value is m + β with β the estimated position offset.
The correlation response is illustrated in Figure 5, where P3 is the peak response point and P2, P3, P4, P5 are the points around the peak point. For example, we consider the horizontal coordinate x of the peak position to illustrate how to determine a more accurate position. Assuming that the observed peak position in the current frame is x with a response value f ( x ) and the true peak position in the current frame is x + ε with a response value f ( x + ε ) where the ε is the offset value, Taylor's formula can approximate the peak point of the correlation response:
f ( x + ε ) = f ( x ) + f ( x ) ε + 1 2 f ( x ) ε 2 + ο ( ε 3 )
The derivative at the peak of the continuous response is zero and is obtained by neglecting the highest order term, which can be expressed as
f ( x + ε ) = f ( x ) + f ( x ) ε + 1 2 f ( x ) ε 2
By solving the quadratic equations utilizing a small step size per move in adjacent frames, the solution of Equation (10) can be obtained as:
ε = f ( x ) + f ( x ) 2 2 f ( x ) f ( x ) f ( x )
f ( x ) = f ( x + 1 ) f ( x 1 ) 2
f ( x ) = [ f ( x + 1 ) f ( x ) ] [ f ( x ) f ( x 1 ) ]
f ( x ) = [ f ( x + 1 ) f ( x ) ] [ f ( x ) f ( x 1 ) ]
The true peak position can be written as
{ x t r u e = x + ε x y t r u e = y + ε y
where ε x , ε y are the offset values in the x and y direction, respectively, and x t r u e , y t r u e are the true position of the peak.
In summary, the proposed method obtains an approximate offset value by calculating the peak position with subpixel positioning and utilizing the Taylor formula. This strategy reduces the object’s drift and enables accurate object tracking.

2.3. Motion Trajectory Compensation

Correlation filter algorithms do not use the motion object state information for position prediction. In contrast, the KF optimally estimates the state of a stochastic dynamic system by combining information such as target velocity and acceleration to predict the position of the next frame, enabling accurate object position prediction under rapid motion, motion blur, and occlusion. The KF method is computationally low-cost, affording fast object tracking.
The KF provides the optimal signal estimation in the time domain utilizing a linear minimum variance estimation scheme. However, applying the filter requires setting the filter parameters, which are not trivial, during the system determination and noise measurement. Nevertheless, both noises hugely impact the filter’s estimation effectiveness. Hence, to ease the calculations, it is generally considered that both follow a normal distribution with zero mean and are constant throughout the time series. However, in the actual KF, the state and measurement system noise variances are set empirically, with a certain degree of randomness and blindness. After performing a relevant case study, we conclude that different variance values heavily impact the filtering results. The system’s noise cannot be eliminated, and thus it is essential to reduce its interference as the noise variance is directly related to the extent that noise impacts the KF results. Next, we discuss the effect of variance on KF.
KF is a real-time recursive algorithm that utilizes the system’s estimate (state or parameter) originating from the filter’s output and estimates the system to be processed based on the system and the observation equations. Essentially, KF is an optimal estimation method, with its mathematical model presented next. Let the state and the measurement equations of the stochastic linear discrete system be denoted as:
{ X t = A t , t 1 X t 1 + ω t 1 Z t = H t X t + υ t
where X t and Z t are the system’s state and observation vectors at time t , respectively, A t , t 1 is the state transfer matrix, H t is the observation matrix, ω t 1 is the process noise matrix, and υ t   is the observation noise matrix.
The prediction and update equations for the Kalman filter are:
{ X t , t 1 = A t , t 1 X t 1 P t , t 1 = A t , t 1 P t 1 A t , t 1 T + Q t 1 K t = P t , t 1 H t T ( H t P t , t 1 H t T + R t ) 1 X t = X t , t 1 + K t ( Z t H t X t , t 1 ) P t = ( I t K t H t ) P t , t 1
where X t , t 1   is the state prediction at time t , X t 1 is the optimal estimate at time t 1 , P t , t 1   is the state covariance matrix at time t , Q t 1   is the noise covariance matrix of   ω t 1 , R t   is the covariance matrix of the measurement noise   υ t , K t   is the gain matrix, and Z t   is the input variable matrix at time t .
From Equations (33) and (34), we observe that the gain matrix   K t   is related to the initialization   P 0 , the system process noise covariance matrix   Q t , and the measurement noise covariance matrix   R t . Moreover, the gain matrix decreases as R t increases because if the measurement noise increases, it causes a significant error, and therefore, the filter gain should be set to a smaller value to reduce the effect of the observation noise on the filter value. If   P 0   and   Q t   become smaller, the process noise covariance matrix   P t , t 1   and the optimal filter covariance matrix   P t   become smaller, and the gain matrix   K t   decreases. Therefore, the gain matrix   K t is proportional to Q t   and inversely proportional to   R t . K   reflects how close the filter value is to the actual value. The larger the   K , the greater the difference between the filter and the actual value, and vice versa.
The state and measurement equation of the KF can be easily determined when the system is stable. However, in reality, the system process and measurement noise are unknown and thus are generally treated as white noise. In fact, the system process and measurement noise are dynamic. Thus, to simplify the calculations, the system process and measurement noise covariances are set as constants, where the specific values are heuristically set, involving some blindness and thus may reduce the filtering effect. Spurred by this, we improve the KF by improving the convergence speed and altering the covariance values. The related process initially calculates the SDM value of the adjacent frame object to decide whether to adjust the process noise covariance of the KF, which can be written as:
S D M = ζ × ( 1 / V m a x ) + ( 1 ζ ) × d
d = ( C r C k ) 2
where   C r   is the object center position of the current frame obtained by the KCF tracker, C k is the object center position of the current frame obtained by the AKF tracker, V m a x is the maximum feature response, d is the Euclidean distance, and ζ is a parameter set to 0.4.
When the SDM value is less than the occlusion threshold (OT), i.e., the object is not occluded, we combine AKF and KCF trackers to track the object and obtain its position in the current frame. Simultaneously, the estimated position is further exploited to select the search region in the next frame, avoiding searching in the wrong region. The final object position (FOP) is:
{ F O P = ( 1 γ ) O P K C F + γ O P A K F , S D M O T F O P = O P A K F , S D M > O T F O P = O P K C F , w i t h o u t   c o n v e r g e n c e
where O P K C F ,     O P A K F are the object center positions calculated from the KCF and AKF trackers, respectively, and O T is the occlusion threshold that determines whether the object is occluded or not. After several experimental verifications, we set the occlusion threshold ( O T ) to 3.2. When the SDM value exceeds 3.2, the object is heavily occluded or disappears. The selection of the occlusion threshold will be described in detail in Section 4.2.
The algorithm presented in this paper constructs an AKF tracker utilizing the object position obtained by the correlation filter as the observation value to compensate for the object motion trajectory and improve tracking accuracy. During the AKF tracker operation, two critical issues need to be addressed. The first is the convergence problem, where judging the AKF tracker’s convergence determines whether the object’s motion trajectory can be compensated for the tracking result. This paper solves the convergence problem by calculating the Euclidean distance between the object center position obtained by the KCF and the AKF trackers, which determines whether the AKF tracker has reached convergence, expressed as:
O P K C F O P A K F 2
when the Euclidean distance is less than 2 pixels in 5 consecutive frames, we consider that the AKF tracker has converged.
Another problem is setting the state variables. The object’s system state X t is X t = [ x c e n t e r , y c n t e r ,   Δ V x , Δ V y ] , where x c e n t e r , y c n t e r are the center position’s horizontal and vertical object coordinates per frame, Δ V x , Δ V y   are the object’s speed in the horizontal and vertical coordinate directions, respectively, and   Z t = [ x c e n t e r , y c n t e r ] is the object measurement value, i.e., the object’s center position. Since the object’s motion time in adjacent frames is very short, the object’s motion is regarded as a short-time uniform linear motion, and thus we set the transfer matrix A and observation matrix H to be:
A = [ 1 0 1 0 0 1 0 1 0 0 1 0 0 0 0 1 ] ,       H = [ 1 0 0 0 0 1 0 0 ]
The noise covariance matrix R and Q in original Kalman filter are:
R = [ 1 0 0 1 ] ,       Q = [ 0.01 0 0 0 0 0.01 0 0 0 0 0.01 0 0 0 0 0.01 ]
when the SDM value exceeds OT, the object may be occluded. The process noise covariance matrix Rupdate and the observation noise covariance matrix Qupdate can be written as:
R u p d a t e = [ 2 0 0 2 ] ,       Q u p d a t e = [ 0.001 0 0 0 0 0.001 0 0 0 0 0.001 0 0 0 0 0.001 ]
This means that the object is occluded and the SDM value is greater than OT, so the noise covariance Rupdate should be reduced and Qupdate should be increased to afford the adaptive Kalman filter predicting the position of the occluded object more accurately. If the SDM value is less than or equal to OT, Rupdate, Qupdate can be expressed as:
R u p d a t e = [ S D M 0 0 S D M ] Q u p d a t e = [ ( 1 S D M ) 2 0 0 0 0 ( 1 S D M ) 2 0 0 0 0 ( 1 S D M ) 2 0 0 0 0 ( 1 S D M ) 2 ]
The object position is predicted from the second frame onwards, and the position of the target is calculated by Equation (24), which is then input into the tracker to continue tracking the target until the end of the tracking process.
It should be noted that KF suffers from a convergence problem. If KF does not converge once occlusion appears, the object is lost, and the tracking fails. Table 1 highlights that KF achieves convergence at 32 frames on average, while AKF at 15 frames on average, compensating and correcting the object trajectory as soon as possible, thus reducing the tracking error and improving the performance and robustness of the object tracking process.

2.4. Solution for Object Occlusion

The correlation filter algorithms track the object quickly and accurately under normal circumstances, but when the object obstacles block the object, the object tracking fails if the area of the tracked object is reduced or even disappears temporarily. The problem of object occlusion has constantly challenged object tracking, and therefore studying and solving this problem has theoretical and practical significance. Objects in the satellite videos are very small, occupying only a few pixels, so their complete occlusion is expected. As illustrated in Figure 6, when the car passes under the bridge, it becomes occluded and eventually disappears, causing most trackers to lose the object and struggle to re-track it when it re-appears. Therefore, object occlusion has always been challenging for computer vision applications.
Hence, the following sub-problems need to be solved correctly to track the occluded object.
(1) Occlusion Detection: The algorithm must detect that the object is occluded (Figure 6a).
(2) Occlusion Processing: When the object is completely or partially occluded (Figure 6b), the algorithm must track the object to ensure that the occluded object is not lost.
(3) End of Occlusion Detection: The algorithm must be able to detect the end of the occluded object and correctly re-track the object when it re-appears (Figure 6c).
To solve the above problems, our algorithm involves the following steps:
(1) Update the tracking model only when the confidence of the object tracking is relatively high to avoid the object model from being degraded and simultaneously increase the processing speed. We use the SDM value of the correlation response patch to judge the tracking quality. The smaller the SDM value, the better the tracking result. Object tracking has several significant difficulties: object deformation, illumination variation, the object’s blur motion, the fast motion of the object, background clutter, object rotation, scale variation, and object occlusion. These reduce the SDM value of the relevant response patch. However, illumination variation, scale variation, and motion blur are not evident in satellite videos and thus can be neglected in object tracking. The primary reason for a higher SDM value in the correlation response patch is the object’s partial or complete occlusion. In summary, the SDM value can be used to judge whether the object is occluded or not, and choosing the appropriate threshold is the key to solving the object occlusion problem.
(2) When the object is occluded, we avoid erroneous features from interfering with the object features by stopping updating the tracker’s filter. Moreover, the position calculated by the KCF tracker is not accurate and cannot be used as the object position of the current frame. Therefore, it is necessary to utilize the KF algorithm to predict the object’s position.
(3) We compare the SDM value with the occlusion threshold. If the SDM value is less than the occlusion threshold, the object is not occluded and can be tracked normally. Otherwise, the object is partially or entirely occluded, and KF is exploited to track the occluded object.
Using KF to solve the object occlusion problem when the object re-appears allows to relocate it precisely. The corresponding pseudocode of the proposed improved method is presented in Algorithm 1.

3. Experiments

This section evaluates our algorithm on eight satellite videos, sets the relevant parameters, examines its tracking effect utilizing evaluation metrics, and challenges its performance against several classic algorithms.

3.1. Video Datasets and Compared Algorithms

The datasets employed are captured by the Jilin-1 satellite constellation. The satellite video sequences are all cropped from the original video sequences, and most of them contain three types of moving objects: moving vehicles, airplanes in the sky, and ships in the ocean. There are three airport objects, two moving vehicle objects, and ships in the ocean. The total number of objects moving in the airport is approximately 10. The maximum size of the object in all satellite videos is 32 × 27 pixels, and the minimum is about 10 × 10 pixels. We number every frame and select the object in a frame as a representative to zoom in to see it more clearly.
Algorithm 1 The proposed tracking scheme
Input:
  frames: video datasets.   T: number of processed frames.
  FT: current frame T.    PT−1: the object position of frame T − 1.
Output:
  PT: the current frame object position.
Selcct the region of interest (ROI) and set the position of first frame.
Set the occlusion threshold Th.
for i in range (len(frames)):
   if i == 1: (first frame)
     Initialize the KCF tracker, VGG network, and Kalman filter.
     FHOG: extract HOG features. FVGG: VGG features selection and enhancement.
     PT: the position of current frame.
   else:
     Crop image patch from frames [i] according to PT.
     Fuse-response: Fusion strategy for feature (FHOG, FVGG) responses.
     Ppeak: the position of the max fuse-response.
     SDM: Calculate the SDM to detect occlusion.
     if SDM > Th:
       /* the object is unoccluded */
       Psub-peak: Subpixel location for Ppeak.
       Pfinal: Motion trajectory compensation and correction.
     else:
       Pfinal: The object position obtained by Kalman filter.
       PTPfinal
     return PT
break
We challenge our algorithm against the current object trackers: CSK [11], KCF [12], HCF [26], TLD [27], DSST [28], SiamFC [29], SiamRPN [30]. The CSK algorithm and KCF algorithm are improved based on the MOSSE algorithm. The TLD algorithm has a better effect on the tracker when the object is partially occluded, while the HCF, SiamFC, and SiamRPN algorithms all extract the object’s depth features during tracking, achieving appealing tracking results. The subsequent trials highlight that our proposed method is more effective for object tracking in satellite videos than current classic algorithms.

3.2. Parameters Setting

The proposed algorithm is developed in Python, while KCF, CSK, TLD algorithms are implemented through the Open CV API. All tracking methods are implemented on a 3.5-GHz Intel Xeon E3 1240 v5 CPU and an NVIDIA GeForce GTX 1080Ti GPU. The KCF and our algorithm utilize the HOG features with a cell size of 4 × 4. The search window size in the expanded object area is 2.5 times the original area. Additionally, the regularization parameter λ is set to 0.0001, the learning rate θ is 0.012, the bandwidth of the Gaussian kernel function σ 1 is 0.6, and the bandwidth of the 2-D Gaussian function is w h / 16 , where w and h are the width and height of the object bounding box, respectively. The remaining parameters are the ones originally proposed, while ς 1 ,   ς 2 ,   ς 3 are the 1, 0.6, 0.2 of Equation (17), respectively.

3.3. Evaluation Metrics

For a fair evaluation, this paper uses two metrics as quantitative analysis indicators: tracking success rate and tracking precision [31,32].
We use the center location error (CLE) to evaluate tracking precision, i.e., the Euclidean distance between the object’s predicted and real center position. CLE is calculated by:
C L E = ( x p x g t ) 2 + ( y p y g t ) 2
where ( x p , y p ) is the object center position predicted by our proposed algorithm, ( x g t , y g t ) is the object’s ground truth location. The tracking precision is the ratio of the frames whose center position error obtained by the tracking algorithm is less than a certain threshold to the total number of the video frames. Therefore, the threshold has a significant influence on the object tracking precision. Since an object in the satellite videos is very small, we set the threshold to five, i.e., if the CLE value is within five pixels, we consider that the object is successfully tracked.
The tracking algorithm’s success rate is the ratio of the frames whose overlap rate exceeds a certain threshold to the total number of video frames. Accordingly, the overlap rate is the ratio of the overlap area between the predicted and the real object tracking frame to the total area of both areas, expressed as:
S = A r e a | r p r g t | A r e a | r p r g t |
where r p and r g t are the predicted bounding and the real object tracking area, and are the intersection and union, respectively, and | | is the number of pixels in the region.
The threshold can be set to 0.5. If the overlap ratio of the current frame is greater than 0.5, we consider that the object tracking of the current frame is successful. Therefore, we evaluate the overall performance of our proposed algorithm on all satellite videos utilizing the precision plot, success plot, and area under curve (AUC). Moreover, the success score, precision score, and AUC can further rank the trackers.
Moreover, the FPS denotes the number of frames that the tracker can process, so it is suitable to evaluate the tracking speed per tracker.

4. Results and Analysis

4.1. Ablation Study

Our tracker involves three critical modules: multi-feature response fusion, subpixel localization, and motion trajectory correction and compensation. To evaluate their separate impact on the tracker’s performance, we implement several variations of our tracker investigating the contribution of each module.
The KCF tracker solely utilizing the multi-feature fusion strategy is denoted as KCF_MF, with CNN features as KCF_CNN, with subpixel localization as KCF_SL, with the adaptive Kalman filter as KCF_AKF, and with only the Kalman filter as KCF_KF. Finally, the proposed algorithm is denoted as Ours. The corresponding precision and success plots are illustrated in Figure 7 and Table 2, highlighting that the corresponding scores of the KCF_SL tracker are increased by 1% and 1.4%, respectively, compared to the KCF tracker. Although the scores are not significantly increased, the subpixel localization method manages to locate the object and improve the tracking performance accurately. The KCF_KF and KCF_AKF tracker increase the precision score by 5.8% and 1.8%, respectively, and the success score by 3.3% and 2.1%.
Combining the KCF tracker and Kalman filter assists the tracker in correcting the tracking results and reduces the risk of drifting because the filter converges earlier and reduces tracking errors in time. The KCF_CNN and KCF_MF trackers also attain appealing tracking results increasing the precision score by 9.9% and 5.9%, respectively, and the success score by 6% and 4.4%. This performance enhancement is because the KCF_CNN tracker extracts the object’s depth features, achieving appealing tracking results. Moreover, the KCF_MF tracker combines the HOG features and depth features to enhance the object’s description further; thus, extracting multiple features from the object can improve tracking accuracy.
Our tracker embedded with all three modules makes the tracker highly robust. The precision and success plots on the occluded videos are presented in Figure 8 and Table 3, highlighting that only our algorithm, KCF_AKF, and KCF_KF can solve the object occlusion problem, while the remaining algorithms perform poorly. This shows that both the adaptive Kalman filter and Kalman filter afford predicting the occluded object’s position and continue to track it when the object occlusion ends.
Based on the above analysis and tracking results, the three crucial modules proposed in this paper improve the object tracking performance. Our method can also be applied to other trackers for object tracking on the ground and obtain improved results.

4.2. Object Occlusion Analysis

The appropriate threshold can help us judge whether the object is occluded or not. Therefore, how to select the appropriate threshold is very important. This paper selects the appropriate threshold by the SDM value of the response patch of all satellite video sequences. The distribution of the SDM value is unimodal in Figure 9. If the SDM value exceeds the occlusion threshold in five consecutive frames, the object can be considered partially or entirely occluded. Therefore, we can utilize the SDM value to judge whether the object is occluded or not.
In order to select the appropriate threshold, we utilize the grid search from [2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0]. The success plot for per threshold is shown in Figure 10. We can see that when the threshold is 3.2, the AUC is the maximum. Therefore, 3.2 can be selected as the occlusion threshold.
The visualization of the occlusion process in Figure 11 illustrates the relationship between the object occlusion’s state and the SDM value. The threshold 3.2 can well judge whether the object is occluded. The SDM value exceeds the threshold when the object is partially or completely occluded. When the object is not occluded, the SDM value is less than the threshold in satellite videos. Some extreme cases may exist where the SDM value above the threshold is not caused by the object occlusion but caused by illumination variation or motion blur of the object. Since the duration of those extreme cases is very short, the impact on the final tracking results is negligible. Hence, our improvements are suitable not only for occluded objects but also for non-occluded objects.

4.3. Tracking Result Analysis

4.3.1. Quantitative Evaluation

Figure 12 and Figure 13 illustrate our algorithm’s precision and success plots against other classical methods on eight satellite videos. The proposed method achieves the optimal tracking results in the most challenging scenarios. Compared with KCF, the suggested tracker improves tracking accuracy by utilizing CNN features and trajectory compensation correction. Given that the original KCF tracking accuracy is low and the results are not appealing, modifying KCF to handle various situations can significantly improve the object tracking performance.
To analyze our algorithm’s performance, we divide the satellite videos into two parts: four video sequences without object occlusion and four video sequences with object occlusion. The tracking results of the unoccluded object on the Plane1, Plane2, Car1, and Car2 sequences are presented in Figure 12 and Table 4. Regarding the Plane1 and Car1 sequences, our algorithm ranks first and attains better results on the AUC, success score, and precision score metrics. Compared to the SiamRPN tracker, the proposed method improves the AUC, success score, and precision score by approximately 7%, 6%, and 2.3% for Plane1 and 3.3%, 4.1%, and 2.7% for the Car1 object, respectively. The SiamRPN tracker combines the region proposal network (RPN) with a Siamese network and directly classifies and regresses the position of K anchor points on different scales and aspect rations at the same location, improving the object tracking accuracy. However, on the Car2 and Plane2 sequences, the SiamRPN algorithm ranks first. Nevertheless, our algorithm’s AUC, success score, and precision score are increased by approximately 2%, 1%, and 5%, respectively, for the Plane2 object and 4.2%, 3%, and 1% for the Car2. Thus, the developed algorithm does not differ substantially from the SiamRPN tracker in terms of performance and robustness.
Overall, the SiamRPN algorithm performs poorer than our method because it is trained offline, the model parameters are not updated online, and the number of anchor points at the same position should be designed to be large enough. The latter undoubtedly increases the number of network parameters and generates a large number of negative samples, resulting in unbalanced positive and negative samples, slightly lowering the tracking accuracy of SiamRPN compared to the suggested algorithm. Another reason is that when the target rotates, the traditional object tracking algorithms cannot resist this change and still update the original trajectory, generating errors and causing the object tracking bounding box to drift, significantly reducing tracking accuracy. The SiamRPN algorithm uses multiple anchor points and scales to overcome these changes and achieve appealing tracking results.
The remaining four video sequences (Car3, Car4, Car5, and Car6) involve occluded object sequences. Many classical tracking algorithms cannot continue tracking the object when the moving object is occluded, while only our algorithm still tracks the object. This may be because the classical tracking algorithms cannot deal with long-time object occlusion and thus track the wrong object, eventually losing the object. In contrast, our algorithm combines the Kalman filter with occlusion detection to determine whether the object is occluded. When the object is occluded, we no longer utilize the KCF algorithm to track the occluded object and employ the adaptive Kalman filter to track the occluded object by manually setting the noise covariance Q and R values, which are initially set to 2 and 0.01, respectively. The precision score, success score, and AUC of various tracking algorithms are illustrated in Figure 12 and Figure 13 and Table 4. The analysis of the above observations indicates that since our algorithm can solve the problem of occluded objects, it can track the object when it re-appears. This is why it has a high tracking accuracy, while the competitor algorithms have lower tracking results and lose the object due to occlusion.
In summary, objects in satellite videos easily encounter occlusion due to their small size and large image width, with the object occlusion problem being a significant difficulty in object tracking. Thus, solving the object occlusion problem is the key to successful tracking, while for the unoccluded case, the object is tracked according to the original method.

4.3.2. Qualitative Evaluation

This section chooses three representative trackers for qualitative evaluations against our proposed method, as presented in Figure 14, where the tracked objects are planes and vehicles. Figure 14 indicates that the selected four trackers show different tracking results on the Plane1, Plane2, Car1, and Car2 sequences, where all objects are unoccluded. On the Plane1 and Plane2 sequences, our method and the SiamRPN tracker achieve good tracking results. In frame 34 (Plane1) and frame 53 (Plane2), we observe that the selected four trackers can accurately track the object in Figure 14, while in frame 89 (Plane1) and frame 82 (Plane2), the KCF and SiamFC tracker present some tracking drift but can still track the object. As the object continues to move, our method and the SiamRPN tracker continue to track the object for the rest of the moving process, while the other two trackers present a significant drift and eventually lose the object. In frame 213 (Plane1) and frame 251 (Plane2), the object in the Plane2 sequences has a complex background with some similar interferences in the surroundings, increasing the tracking difficulties.
Our method has similar interferences in the surroundings, increasing the tracking difficulties. Our method can track the object because we extract multiple objects’ features and then compensate and correct the object’s motion trajectory. The objects in the Car1 and Car2 sequences are both moving vehicles. Regarding the Car2 sequences, due to the change of the object motion direction, all trackers except for SiamRPN suffer from bounding box drift, and thus SiamRPN can continue to track the object accurately, probably because SiamRPN employs the multi anchor points method, which can resist the object from short rotation within a short period.
Considering the Car3, Car4, Car5, and Car6 sequences, all objects are occluded by the bridge, and our tracker is the only one that continues tracking the object without losing it. When the object is occluded, the adaptive Kalman filter in our method predicts the object position in the next frame by automatically increasing the covariance noise R and decreasing the covariance Q. When the target occlusion ends, our method can immediately re-track the target. Opposing, the other trackers cannot handle the occlusion problem and are unable to predict the object’s position, so when the target is occluded, the target is lost, resulting in tracking failure.
In conclusion, the visual tracking results show that our method can solve the problem of short-time target occlusion and is suitable for satellite video targets with complex backgrounds and fast movements, improving the object’s tracking accuracy.

5. Conclusions

We design a novel tracking algorithm that improves the robustness and tracking accuracy of object tracking in satellite video under complex background and object occlusion. Our method relies on a correlation filter embedding a fusion strategy and a motion trajectory correction scheme. The developed technique enhances the features’ effective representation by extracting depth features and utilizes an improved Kalman filter to mitigate the tracking drifts in satellite videos through trajectory compensation and correction.
For the experiments, we choose eight satellite videos. Considering tracking moving vehicles and planes, our proposed algorithm affords a better tracking performance against current tracking algorithms, solving the problem of object occlusion. Compared with the SiamRPN tracking algorithm, the tracking accuracy of our method is slightly lower in some cases but still affords a good tracking performance.
The applications related to video satellites will become more and more widespread, and object tracking in satellite videos will gradually develop depending on the various needs. However, despite current methods affecting object tracking, additional work and innovation are acquired to improve accuracy, robustness, and object tracking performance. Although our method can solve the problem of low object tracking accuracy or tracking failure in satellite videos with complex backgrounds and object occlusion, there are some limitations. Firstly, suppose the object has been occluded before the adaptive Kalman filter converges. In that case, the prediction of the KCF tracker is not accurate when the object is occluded because the Kalman filter has not yet converged, which will result in low accuracy of the object tracking results or even tracking failure. Secondly, using hand-crafted features (HOG features) and depth features for object tracking is more computationally intensive and difficult to achieve real-time tracking on satellites. It would be very meaningful to design a robust feature with less computational complexity so that it is possible to track objects in real-time on satellites. Future work shall focus on object rotation and scale variation problems to improve object tracking accuracy further.

Author Contributions

Conceptualization, Y.L. (Yaosheng Liu) and Y.L. (Yurong Liao); methodology, Y.J. and C.L.; writing—original draft, Y.L. (Yaosheng Liu) and C.L.; writing—review and editing, Y.L. (Yaosheng Liu), Z.L. and X.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China (NSFC) (No. 61805283).

Acknowledgments

The authors are grateful to Chang Guang Satellite Technology Co., Ltd. for providing the satellite videos used in our paper, without which our research would not have been possible. The authors also thank the anonymous reviewers and Academic Editors for providing valuable comments, which have been very beneficial for improving the manuscript. The authors would like to express their gratitude to EditSprings (https://www.editsprings.com/ (accessed on 20 November 2021)) for the expert linguistic services provided.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Yilmaz, A.; Javed, O.; Shah, M. Object tracking: A survey. ACM Comput. Surv. 2006, 38, 1–45. [Google Scholar] [CrossRef]
  2. Chen, X.; Xiang, S.; Liu, C.; Pan, C. Vehicle Detection in Satellite Images by Hybrid Deep Convolutional Neural Networks. IEEE Geosci. Remote Sens. Lett. 2014, 11, 1797–1801. [Google Scholar] [CrossRef]
  3. Kopsiaftis, G.; Karantzalos, K. Vehicle detection and traffic density monitoring from very high resolution satellite video data. In Proceedings of the 2015 IEEE International Geoscience and Remote Sensing Symposium (IGARSS), Milan, Italy, 26–31 July 2015; pp. 1881–1884. [Google Scholar]
  4. Yang, T.; Wang, X.; Yao, B.; Li, J.; Zhang, Y.; He, Z.; Duan, W. Small Moving Vehicle Detection in a Satellite Video of an urban Area. Sensors 2016, 16, 1528. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Shao, J.; Du, B.; Wu, C.; Zhang, L. Tracking Objects from Satellite Videos: A Velocity Feature Based Correlation Filter. IEEE Trans. Geosci. Remote Sens. 2019, 57, 7860–7871. [Google Scholar] [CrossRef]
  6. Shao, J.; Du, B.; Wu, C.; Zhang, L. Can We Track Targets from Space? A Hybrid Kernel Correlation Filter Tracker for Satellite Video. IEEE Trans. Geosci. Remote Sens. 2019, 57, 8719–8731. [Google Scholar] [CrossRef]
  7. Du, B.; Sun, Y.; Cai, S.; Wu, C.; Du, Q. Object Tracking in Satellite Videos by Fusing the Kernel Correlation Filter and the Three-Frame-Difference Algorithm. IEEE Geosci. Remote Sens. Lett. 2017, 15, 168–172. [Google Scholar] [CrossRef]
  8. Guo, J.; Yang, D.; Chen, Z. Object Tracking on Satellite Videos: A Correlation Filter-Based Tracking Method with Trajectory Correlation by Kalman Filter. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2019, 12, 3538–3551. [Google Scholar] [CrossRef]
  9. Xuan, S.; Li, S.; Han, M.; Wan, X.; Xia, G. Tracking in Satellite Videos by Improved Correlation Filters with Motion Estimations. IEEE Trans. Geosci. Remote Sens. 2020, 58, 1074–1086. [Google Scholar] [CrossRef]
  10. Bolme, D.; Beveridge, J.; Draper, B.; Lui, Y. Visual object tracking using adaptive correlation filters. In Proceedings of the 2010 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), San Francisco, CA, USA, 13–18 June 2010. [Google Scholar]
  11. Henriques, J.; Caseiro, R.; Martins, P.; Batista, J. Exploiting the Circulant Structure of Tracking-by-Detection with Kernels. In Proceedings of the 2012 IEEE Conference on European Conference on Computer Vision (ECCV), Florence, Italy, 7–13 October 2012; pp. 702–715. [Google Scholar]
  12. Henriques, J.; 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] [Green Version]
  13. Wang, Q.; Fang, J.; Yuan, Y. Multi-cue based tracking. Neurocomputing 2014, 131, 227–236. [Google Scholar] [CrossRef]
  14. Yin, Z.; Collins, R. Object tracking and detection after occlusion via numerical hybrid local and global mode-seeking. In Proceedings of the 2008 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Anchorage, AK, USA, 23–28 June 2008. [Google Scholar]
  15. Du, S.; Wang, S. An Overview of Correlation-Filter-Based Object Tracking. IEEE Trans. Comput. Soc. Syst. 2022, 9, 18–31. [Google Scholar] [CrossRef]
  16. Zhang, S.; Lu, W.; Xing, W.; Zhang, L. Learning Scale-Adaptive Tight Correlation Filter for Object Tracking. IEEE Trans. Cybern. 2020, 50, 270–283. [Google Scholar] [CrossRef] [PubMed]
  17. Danelljan, M.; Hager, G.; Khan, F.; Felsberg, M. Learning spatially regularized correlation filters for visual tracking. In Proceedings of the 2015 IEEE Conference on Computer Vision (ICCV), Santiago, Chile, 7–13 December 2015. [Google Scholar]
  18. Danelljan, M.; Robinson, A.; Khan, F.; Felsberg, M. Beyond correlation filters: Learning continuous convolution operators for visual tracking. In Proceedings of the 2016 IEEE Conference on European Conference on Computer Vision (ECCV), Zurich, Switzerland, 11–14 October 2016; pp. 472–488. [Google Scholar]
  19. Danelljan, M.; Hager, G.; Khan, F.; Felsberg, M. ECO: Efficient convolution operators for tracking. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017. [Google Scholar]
  20. Zhang, J.; Ma, S.; Sclaroff, S. MEEM: Robust tracking via multiple experts using entropy minimization. In Proceedings of the 2014 IEEE Conference on European Conference on Computer Vision (ECCV), Zurich, Switzerland, 6–12 September 2014; pp. 188–203. [Google Scholar]
  21. Danelljan, M.; Hager, G.; Khan, F.; Felsberg, M. Adaptive decontamination of the training set: A unified formulation for discriminative visual tracking. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016. [Google Scholar]
  22. Danelljan, M.; Hager, G.; Khan, F.; Felsberg, M. Accurate scale estimation for robust visual tracking. In Proceedings of the 2014 British Machine Vision Conference (BMVC), Nottingham, UK, 1–5 September 2014. [Google Scholar]
  23. Li, Y.; Zhu, J. A scale adaptive kernel correlation filter tracker with feature integration. In Proceedings of the 2014 IEEE Conference on European Conference on Computer Vision (ECCV), Zurich, Switzerland, 6–12 September 2014; pp. 254–265. [Google Scholar]
  24. Danelljan, M.; Khan, F.; Felsberg, M.; De, J. Adaptive color attributes for real-time visual tracking. In Proceedings of the 2014 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Columbus, OH, USA, 23–28 June 2014. [Google Scholar]
  25. Danelljan, M.; Hager, G.; Khan, F.; Felsberg, M. Convolutional features for correlation filter based visual tracking. In Proceedings of the 2015 IEEE International Conference on Computer Vision Workshops (ICCVW), Santiago, Chile, 7–13 December 2015; pp. 621–629. [Google Scholar]
  26. Ma, C.; Huang, J.; Yang, X.; Yang, M. Hierarchical convolutional features for visual tracking. In Proceedings of the 2015 IEEE Conference on Computer Vision (ICCV), Santiago, Chile, 7–13 December 2015. [Google Scholar]
  27. Kalal, Z.; Mikolajczyk, K.; Matas, J. Tracking-learning-detection. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 1409–1422. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  28. Danelljan, M.; Hager, G.; Khan, F.; Felsberg, M. Discriminative scale space tracking. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 1561–1575. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  29. Bertinetto, L.; Valmadre, J.; Henriques, J.; Vedaldi, A.; Torr, P. Fully-convolutional Siamese network for object tracking. In Proceedings of the 2016 IEEE Conference on European Conference on Computer Vision (ECCV), Zurich, Switzerland, 11–14 October 2016. [Google Scholar]
  30. Li, B.; Yan, J.; Wu, W.; Zhu, Z.; Hu, X. High performance visual tracking with Siamese region proposal network. In Proceedings of the 2018 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Salt Lake City, UT, USA, 18–23 June 2018. [Google Scholar]
  31. Wu, Y.; Lim, J.; Yang, M. Online object tracking: A benchmark. In Proceedings of the 2013 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Portland, OR, USA, 23–28 June 2013. [Google Scholar]
  32. Wu, Y.; Lim, J.; Yang, M. Object tracking benchmark. IEEE Trans. Pattern Anal. Mach. Intell. 2015, 37, 1834–1848. [Google Scholar] [CrossRef] [PubMed] [Green Version]
Figure 1. Satellite videos. (a) small object size is about 10 × 12 pixels. (b) the moving object is occluded. (c) the object is similar to its background.
Figure 1. Satellite videos. (a) small object size is about 10 × 12 pixels. (b) the moving object is occluded. (c) the object is similar to its background.
Remotesensing 14 00777 g001
Figure 2. Flowchart of the proposed algorithm. CF and AKF are the abbreviations of correlation filter and adaptive Kalman filter. The Euclidean distance is the object center position of adjacent frames.
Figure 2. Flowchart of the proposed algorithm. CF and AKF are the abbreviations of correlation filter and adaptive Kalman filter. The Euclidean distance is the object center position of adjacent frames.
Remotesensing 14 00777 g002
Figure 3. Feature visualization of various layers from the VGG-19 Networks. (a) Input image. (b) Conv2-3 layer features. (c) Conv3-4 layer features. (d) Conv4-4 layer features. (e) Conv5-4 layer features. (f) fused image features.
Figure 3. Feature visualization of various layers from the VGG-19 Networks. (a) Input image. (b) Conv2-3 layer features. (c) Conv3-4 layer features. (d) Conv4-4 layer features. (e) Conv5-4 layer features. (f) fused image features.
Remotesensing 14 00777 g003
Figure 4. Feature visualization of small objects. (a) 256 channels’ features. (b) first 30 features.
Figure 4. Feature visualization of small objects. (a) 256 channels’ features. (b) first 30 features.
Remotesensing 14 00777 g004
Figure 5. The graph of feature response.
Figure 5. The graph of feature response.
Remotesensing 14 00777 g005
Figure 6. Visualization of an object occlusion process. (a) not occluded object. (b) partially occluded object. (c) end of object occlusion.
Figure 6. Visualization of an object occlusion process. (a) not occluded object. (b) partially occluded object. (c) end of object occlusion.
Remotesensing 14 00777 g006
Figure 7. Ablation study on all the unoccluded video sequences. The legend in the precision and success plot are the precision and AUC value score per object tracker, respectively. (a) Precision plots; (b) Success plots.
Figure 7. Ablation study on all the unoccluded video sequences. The legend in the precision and success plot are the precision and AUC value score per object tracker, respectively. (a) Precision plots; (b) Success plots.
Remotesensing 14 00777 g007
Figure 8. Ablation study on all the occluded video sequences. The legend in the precision and success plot are the precision and AUC value score per object tracker, respectively. (a) Precision plots; (b) Success plots.
Figure 8. Ablation study on all the occluded video sequences. The legend in the precision and success plot are the precision and AUC value score per object tracker, respectively. (a) Precision plots; (b) Success plots.
Remotesensing 14 00777 g008
Figure 9. Distribution of the SDM value of the response patch. We can see an obvious unimodal distribution. Hence, selecting an appropriate threshold to judge occlusion and non-occlusion.
Figure 9. Distribution of the SDM value of the response patch. We can see an obvious unimodal distribution. Hence, selecting an appropriate threshold to judge occlusion and non-occlusion.
Remotesensing 14 00777 g009
Figure 10. Success plot for per threshold and the legend is the AUC per threshold.
Figure 10. Success plot for per threshold and the legend is the AUC per threshold.
Remotesensing 14 00777 g010
Figure 11. Visualization of some tracking results for the occluded object. The data in the parenthesis marked by upper case letters denote the current frame’s SDM value of the images with the corresponding lower case letters. (a) Occlusion process of Car3 sequences. (b) Occlusion process of Car4 sequences. (c) Occlusion process of Car5 sequences. (d) Occlusion process of Car6 sequences.
Figure 11. Visualization of some tracking results for the occluded object. The data in the parenthesis marked by upper case letters denote the current frame’s SDM value of the images with the corresponding lower case letters. (a) Occlusion process of Car3 sequences. (b) Occlusion process of Car4 sequences. (c) Occlusion process of Car5 sequences. (d) Occlusion process of Car6 sequences.
Remotesensing 14 00777 g011
Figure 12. Precision plots of eight video sequences involving object sequences without and with occlusion. The legend in the precision plot is the corresponding precision score per object tracker.
Figure 12. Precision plots of eight video sequences involving object sequences without and with occlusion. The legend in the precision plot is the corresponding precision score per object tracker.
Remotesensing 14 00777 g012
Figure 13. Success plots of eight video sequences involving object sequences without and with occlusion. The legend in the success plot presents the corresponding AUC per object tracker.
Figure 13. Success plots of eight video sequences involving object sequences without and with occlusion. The legend in the success plot presents the corresponding AUC per object tracker.
Remotesensing 14 00777 g013
Figure 14. Screenshots of some tracking results without occlusion. At each frame, the bounding boxes with different colors are the tracking results of the different trackers and the red number in the top-left corner is the frame number of the current frame in the satellite videos.
Figure 14. Screenshots of some tracking results without occlusion. At each frame, the bounding boxes with different colors are the tracking results of the different trackers and the red number in the top-left corner is the frame number of the current frame in the satellite videos.
Remotesensing 14 00777 g014
Table 1. Convergence frames of two filters in eight video sequences. The bold values denote the average frame numbers on all video sequences.
Table 1. Convergence frames of two filters in eight video sequences. The bold values denote the average frame numbers on all video sequences.
Plane1Plane2Car1Car2Car3Car4Car5Car6Average
KF353233293031283432
AKF151416131514131715
Table 2. The experimental ablation results of all un-occluded video sequences (in bold the optimal results per tracker).
Table 2. The experimental ablation results of all un-occluded video sequences (in bold the optimal results per tracker).
OursKCF_MFKCF_CNNKCF_SLKCF_AKFKCF_KFKCF
AUC (%)74.173.772.771.072.171.969.1
Precision score (%)89.287.183.178.283.079.077.2
Success score (%)97.296.494.891.893.792.590.4
FPS18222094929396
Table 3. The experimental ablation results of all occluded video sequences (in bold the optimal results per tracker).
Table 3. The experimental ablation results of all occluded video sequences (in bold the optimal results per tracker).
OursKCF_MFKCF_CNNKCF_SLKCF_AKFKCF_KFKCF
AUC (%)72.645.745.638.770.967.933.5
Precision score (%)90.362.258.642.788.081.935.5
Success score (%)95.164.864.658.493.992.547.6
FPS17202195929397
Table 4. The object tracking results of all video sequences. Employing AUC, success score, and precision score to determine the best tracker. The bold-digital denotes the optimal results.
Table 4. The object tracking results of all video sequences. Employing AUC, success score, and precision score to determine the best tracker. The bold-digital denotes the optimal results.
Video DatasetsEvaluation MetricsOursKCFCSKTLDDSSTHCFSiamFCSiamRPN
Plane1AUC (%)79.867.662.537.568.072.070.872.8
Precision score (%)99.088.677.430.294.397.394.696.7
Success score(%)100.086.074.025.093.097.093.094.0
FPS14951061376211613
Plane2AUC(%)75.359.255.036.867.170.472.777.3
Precision score(%)82.051.049.09.064.069.073.087.0
Success score(%)98.085.083.011.089.091.097.099.0
FPS159091218634129
Car1AUC(%)73.954.928.817.658.065.063.070.6
Precision score(%)97.383.936.021.490.185.790.294.6
Success score(%)91.659.836.021.474.876.877.787.5
FPS2289971963282019
Car2AUC(%)71.054.246.50.760.365.967.875.2
Precision score(%)89.077.054.01.083.084.087.090.0
Success score(%)88.073.049.017.279.081.087.091.0
FPS141051122395191310
Car3AUC(%)69.626.918.60.240.916.734.939.9
Precision score(%)86.321.48.20.249.10.733.652.6
Success score(%)89.525.011.82.351.67.743.449.7
FPS2678843562222015
Car4AUC(%)74.340.230.30.445.645.743.754.3
Precision score(%)86.336.935.80.454.542.954.568.7
Success score(%)97.658.837.44.356.960.660.856.9
FPS2289823380221815
Car5AUC(%)70.666.547.10.362.667.162.655.8
Precision score(%)85.277.134.60.368.873.775.567.0
Success score(%)91.975.418.05.781.281.882.274.7
FPS2411410829100332117
Car6AUC(%)70.036.79.62.940.236.539.330.6
Precision score(%)90.841.88.20.447.932.447.932.0
Success score(%)98.247.29.60.353.246.652.138.8
FPS2889942481231612
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Liu, Y.; Liao, Y.; Lin, C.; Jia, Y.; Li, Z.; Yang, X. Object Tracking in Satellite Videos Based on Correlation Filter with Multi-Feature Fusion and Motion Trajectory Compensation. Remote Sens. 2022, 14, 777. https://doi.org/10.3390/rs14030777

AMA Style

Liu Y, Liao Y, Lin C, Jia Y, Li Z, Yang X. Object Tracking in Satellite Videos Based on Correlation Filter with Multi-Feature Fusion and Motion Trajectory Compensation. Remote Sensing. 2022; 14(3):777. https://doi.org/10.3390/rs14030777

Chicago/Turabian Style

Liu, Yaosheng, Yurong Liao, Cunbao Lin, Yutong Jia, Zhaoming Li, and Xinyan Yang. 2022. "Object Tracking in Satellite Videos Based on Correlation Filter with Multi-Feature Fusion and Motion Trajectory Compensation" Remote Sensing 14, no. 3: 777. https://doi.org/10.3390/rs14030777

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