(ProQuest: ... denotes non-US-ASCII text omitted.)
Xin Wang 1 and Mengxi Xu 2 and Huibin Wang 1 and Yan Wu 1 and Haiyan Shi 3
Recommended by Sheng-yong Chen
1, College of Computer and Information, Hohai University, Nanjing, Jiangsu 211100, China
2, School of Computer Engineering, Nanjing Institute of Technology, Jiangsu 210000, China
3, College of Computer Science and Technology, Zhejiang University of Technology, Zhejiang 310023, China
Received 4 October 2012; Accepted 13 November 2012
This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
1. Introduction
Nowadays, tracking targets in the underwater environment is an indispensable part in many military or civil fields, such as modern underwater defense systems, navigation and control of mobile robots, and traffic monitoring in intelligent transportation systems. Much attention has been paid to it and various techniques have been developed based on imaging [ 1] or sensor arrays [ 2, 3]. Thereinto, imaging-based methods utilize underwater optical imaging or underwater sonar imaging for underwater target tracking. However, for the imaging process is always disturbed by water turbidity, underwater illumination intensity, or underwater noise, such techniques usually cannot get satisfactory tracking results. Other underwater target tracking techniques use underwater sensor arrays to measure azimuth, elevation angle, and distance of the underwater targets and then track them by classical filtering techniques, such as Kalman's filter (KF), extended Kalman filter (EKF), and unscented Kalman filter (UKF) [ 4]. Nevertheless, these sensor arrays are generally mounted on or towed by a ship or a submersible or deployed prior to the application, which makes the tracking range limited or makes them unsuitable for on-demand tracking missions [ 5].
In terms of surveillance and reconnaissance, the wireless sensor network (WSN) stands as a promising technology [ 6- 8]. The main advantages of WSN include its low cost, rapid deployment, self-organization, and fault tolerance [ 9]. As a specific case of WSN, the underwater wireless sensor network (UWSN) is developed to enable applications for assisted navigation, oceanographic data collection, obstacle avoidance, and tactical surveillance [ 10]. Some effort has been made for underwater target tracking with UWSN [ 11- 13]. For example, in [ 11], Yu et al. present a distributed tracking algorithm for a single moving target through UWSN as well as the issues of estimating the state of target and improving energy efficiency by applying a Kalman filter in a distributed architecture. In [ 12], Isbitiren and Akan design a three-dimensional (3D) underwater target tracking algorithm for underwater acoustic sensor networks. Based on the time of arrival of the echoes from the target after transmitting acoustic pulses from the sensors, the ranges of the nodes to the target are determined, and trilateration is used to obtain the location of the target. The location and the calculated velocity of the target are then exploited to achieve tracking. Kim et al. [ 13] propose a bearings-only tracking scheme based on distributed floating beacons in UWSN. It adopts a multidimensional assignment for rejecting clutters and unscented Kalman filter for tracking a target.
To achieve three-dimensional (3D) underwater target tracking, the following challenges must be considered. For example, the measurement value of the sensor usually has a nonlinear relationship with the estimated value in UWSN. However, most of the existing algorithms for underwater target tracking do not consider the nonlinear problem, which results in poor tracking accuracy. Moreover, in order to avoid underwater obstacles or other moving objects, the trajectory of the underwater target might be very complex. A single motion model is not sufficient to capture its movement.
To solve the aforementioned issues, we present combination of interacting multiple model (IMM) with the particle filter (PF) for three-dimensional target tracking in UWSN. The particle filter [ 14- 17] is a sequential Monte Carlo approach that uses random samples, called particles, to approximate the posterior probability density. It is an efficient way to solve nonlinear and non-Gaussian problems [ 18- 20]. However, the traditional PF algorithm with a single motion model cannot solve the maneuvering problems of underwater target tracking [ 21]. For maneuvering target tracking, the interacting multiple model (IMM) method is widely used [ 22, 23]. It can estimate the state of a dynamic system with several behavioral modes that switch from one to another using mode likelihoods and mode transition probabilities. In the beginning, the filter underlying the modes in the IMM framework was KF or EKF. Later, PF was substituted for KF or EKF in the IMM framework (so-called IMMPF) [ 24]. Subsequently, IMMPF is widely applied to various target tracking problems [ 25, 26]. For instance, in [ 25], the IMMPF is applied to the problem of maneuvering target tracking with passive coherent location radar. In [ 26], it is used for a land vehicle Global Position System/Dead Reckoning navigation system. Although IMMPF has been extensively used, the study of target tracking in UWSN is still in its infancy. Therefore, this paper focuses on the issue of underwater target tracking based on IMMPF.
The rest of the paper is organized as follows. In Section 2, the UWSN architecture and target motion models, as well as the measurement model of the UWSN are given. Section 3presents the IMMPF 3D underwater target tracking algorithm. Following that, simulation results are presented in Section 4, and conclusions are drawn in Section 5.
2. Problem Formulation
2.1. UWSN Architecture
Figure 1shows the architecture of the UWSN used for 3D underwater target tracking. It is composed of multiple underwater acoustic sensors. These sensor nodes are deployed by binding to ropes which are docked onto the bed of water or a floater. As a result, all nodes form a three-dimensional network. In this paper, we consider three different types of sensor nodes: surface buoys, anchor nodes, and ordinary nodes. Surface buoys are nodes that drift on the water surface. They are often equipped with common Global Positioning System (GPS) and can get their absolute locations from GPS. Anchor nodes are those who can directly contact the surface buoys to get their absolute positions. Ordinary nodes cannot directly talk to the surface buoys because of cost or other constraints but can communicate with anchor nodes to estimate their own positions. There are extensive studies for the localization of UWSN [ 27- 29]. In this paper, we will not contribute to this part. Instead, we mainly tackle the problem of underwater target tracking with UWSN.
Figure 1: Architecture of UWSN.
[figure omitted; refer to PDF]
2.2. Underwater Target Motion Models
For underwater target tracking, to precisely predict and estimate the motion information of targets, the exact motion models of targets should be designed [ 30- 33]. In order to capture the movement of the underwater target, three different dynamic models, namely, constant velocity (CV), constant acceleration (CA), and coordinated turn (CT), are studied here.
Underwater target motion can be described by the following discrete dynamic state equation: [figure omitted; refer to PDF] where X k is the target state vector at the k time step; F k is the state transition matrix; w k is the process noise.
Considering that the underwater target moves in a three-dimensional physical world, the target state vector X k can be defined as [figure omitted; refer to PDF] where x k is the position of the target along x -axis at k ; x k is the x -axis velocity of the target at k ; x ¨ k is the x -axis acceleration of the target at k . y k , y k , y ¨ k , z k , z k , and z ¨ k are similarly defined. Notice that the acceleration of the target at each coordinate equals to zero for CV model and the state vector is taken to be X k = [ x k x k y k y k z k z k ] T .
2.2.1. CV Model
The constant velocity model is the basic motion manner for underwater targets, such as submarines, torpedoes, and autonomous underwater vehicles. The state transition matrix F k of this model is [figure omitted; refer to PDF] where T is the time interval between samples.
While the underwater target does constant velocity motion, its speed may change slightly due to the effect of wind and water flow, which can be represented by a white noise process w k with variance σ w 2 . The corresponding covariance matrix of the noise is given by [figure omitted; refer to PDF]
2.2.2. CA Model
Beside the nonmaneuvering motion, we need to consider maneuvering motions for underwater targets. To account for the accelerations in the movement, the constant acceleration model is introduced. Its state transition matrix F k and the covariance matrix Q k of the independent white noise process w k are [figure omitted; refer to PDF]
2.2.3. CT Model
Sometimes, the underwater target may make a turn. In order to capture this behavior, the coordinated turn model is investigated. This model presumes that the target moves with constant speed and constant turn rate. Assuming that the underwater target turns only in the XY -plane, the corresponding state transition matrix F k is [figure omitted; refer to PDF] where ω is the turn rate. The zero-mean white noise w k in the CA model is used to model the perturbation of the trajectory from the CT motion.
2.3. Measurement Model of UWSN
Sensors used for target tracking provide measurements of a target, such as range r , azimuth α , and elevation angle β [ 31]. For example, there are N =3 sensor nodes involved in target tracking (see Figure 2). ( x k , y k , z k ) are the coordinates of the target at time k . ( x i , y i , z i ) represent the coordinates of the i th sensor node. The measurements r k ,i , α k ,i , and β k ,i represent the distance, azimuth, and elevation angle provided by the ith sensor node, respectively.
Figure 2: Measurement system of UWSN.
[figure omitted; refer to PDF]
From Figure 2, we can see that the measurements can be calculated by the following equations: [figure omitted; refer to PDF]
The measurement equation from the ith sensor is given by [figure omitted; refer to PDF] where Z k ,i is the measurement from the ith sensor at time k . v k ,i is the independent zero-mean Gaussian measurement noise with covariance matrix R k . At time k , the accumulated measurement of UWSN Z k is given by [figure omitted; refer to PDF]
3. IMMPF Underwater Target Tracking Algorithm
3.1. Interacting Multiple Model
The interacting multiple model, as one of the most efficient dynamic multiple model (MM) estimators, was proposed by Blom and Bar-Shalom [ 34]. Different from many other methods which assume a particular moving pattern of the node, the IMM filter incorporates all the possible moving patterns of the node, by running a bank of filters parallel with each filter corresponding to one particular moving pattern. And the overall state estimate is a certain combination of these model-conditional estimates. A complete cycle of the IMM filter process consists of four essential operations, namely, mixing/interaction, filtering, mode probability update, and combination [ 35]. The flow diagram of an IMM method is shown in Figure 3.
Figure 3: Flow diagram of the IMM method.
[figure omitted; refer to PDF]
3.2. IMMPF
Particle filter can solve the nonlinear problem of underwater target tracking. However, it cannot handle the maneuvers of the target for it only uses a single motion model. The interacting multiple model method is suitable for tracking maneuvering motions of the target. Therefore, we combine IMM with PF, namely, IMMPF, for three-dimensional target tracking in UWSN. The flowchart of IMMPF algorithm is shown in Figure 4. It can be noted that IMMPF has four stages: mixing and interaction stage, particle filter stage (emphasized by the dotted box), mode probability update stage, and state update stage (combination).
Figure 4: Flowchart of the IMMPF algorithm.
[figure omitted; refer to PDF]
The outline of IMMPF algorithm is given below (it assumes that there are r modes).
(1) Interaction. For M j ,k , compute the initial state estimate and its covariance: [figure omitted; refer to PDF] where μ i |" j ,k -1 |" k -1 = c - j -1 p ij μ i ,k -1 is mixing probability; c - j = ∑ i =1 r p ij μ i , k -1 is the normalization constant; p ij is the transition probability for switching from model i to model j .
(2) Particle filter. Through the use of the initial state estimate and its covariance from the interaction step, as well as the measurement Z k , model updates for M j ,k are performed by computing the state estimate X ^ j ,k |" k , and its covariance P ^ j ,k |" k . The process of particle filter is described as follows:
(a) Initialization. Generate samples { X ^ j ,k -1 |" k -1 (i ) } i =1 Ns from the prior probability density function by N ( X ^ j ,k -1 |" k -1 0 , P ^ j ,k -1 |k -1 0 ) . Set initial weights w j ,k -1 ( i ) = 1 / Ns .
(b) Sampling. Draw sample X ^ j , k |" k (i ) from the proposal distribution q ( X ^ j , k |" k |" X ^ j ,0 : k -1 , Z j , 1 :k ) .
(c) Importance weights computation. Compute and normalize the importance weights: [figure omitted; refer to PDF]
(d) Resampling. Calculate N j ,eff = [ ∑ i =1 Ns ( w j ,k ( i ) ) 2 ] -1 . If N j ,eff is below a user-defined threshold N j ,thres , perform resampling to generate equally weighted particles { X ^ j ,k |" k (i ) , w j ,k ( i ) } i =1 Ns .
(e) Filtering output. Compute the state estimate and its covariance: [figure omitted; refer to PDF]
(3) Mode probability update. The mode probability of M j ,k is computed as [figure omitted; refer to PDF] where c = ∑ i =1 r Λ i ,k c - i . And the likelihood function is calculated as [figure omitted; refer to PDF] where ... ( · ) represents Gaussian distribution; Z ~ j ,k is the filter residual; S ^ j ,k is the corresponding filter residual covariance.
(4) Combination. The combined state estimate and its covariance are computed as: [figure omitted; refer to PDF]
4. Simulation and Results
To evaluate our proposed method, we design two simulation cases. At first, PF, EKF, and UKF are used to compare the tracking performance for the nonlinear problem of underwater target tracking. Then, the proposed algorithm and PF are applied to a problem on the 3D underwater target tracking, respectively.
4.1. Performance Evaluations
We analyze the performance of the presented algorithm and other filtering methods by state estimation errors. The total number of independent simulation runs is R =50 . Let ( x k , y k , z k ) denote the real position at time k , and the corresponding estimated position is ( x ^ k |k , y ^ k |k , z ^ k |k ) . The tracking errors along the x -axis, y -axis, and z -axis are given as [figure omitted; refer to PDF]
The root mean square error (RMSE) in the estimation of position is defined as [figure omitted; refer to PDF]
4.2. Tracking Performance Comparison between PF, EKF, and UKF
4.2.1. Simulation Conditions
In our first experiment, we assume the initial position of the target is ( -20,10,5 ) m , and the initial velocity is ( 2,1.5,1 ) m /s . From 0 to 30 s, it moves at CV. The process noise or measurement noise is ... ( 0,0 . 1 2 ) Gaussian distribution. The sampling interval (time interval between successive scans) is T =1 s and the total number of time steps for the duration of tracking a target is L =30 .
4.2.2. Simulation Results
Figure 5shows the real and estimated target trajectories obtained with PF, EKF, and UKF. Figure 6provides the corresponding target position estimation errors. The comparison results indicate that PF has a better tracking accuracy than EKF and UKF. This is because tracking targets in UWSN is a nonlinear and non-Gaussian problem. EKF uses the first-order Taylor series expansions to approximate nonlinear system functions, and its performance may degrade as the system becomes nonlinear or non-Gaussian. Compared with EKF, UKF transforms the analytic integral operator into an approximate summation operator through a set of deterministic point, so it can improve the tracking precision. Nevertheless, its performance may still be unsatisfactory in multimode and non-Gaussian problems. Moreover, PF is not bounded by linearization models and Gauss assumptions and applies to any nonlinear and non-Gaussian random systems. Therefore, PF is more suitable for underwater target tracking.
Figure 5: Real and estimated 3D target trajectories obtained with PF, EKF, and UKF.
[figure omitted; refer to PDF]
Tracking performance of PF, EKF, and UKF. (a) The estimation error of the x -axis. (b) The estimation error of the y -axis. (c) The estimation error of the z -axis. (d) RMSE of target position estimation.
(a) [figure omitted; refer to PDF]
(b) [figure omitted; refer to PDF]
(c) [figure omitted; refer to PDF]
(d) [figure omitted; refer to PDF]
4.3. Tracking Performance Comparison between the Presented Algorithm and PF
4.3.1. Simulation Conditions
The initial state vector is [ -20 ,2 ,0,10 ,1.5 ,0 ,5 ,1 ,0 ] T . From 0 to 40 s, it moves at CV. From 41 to 70 s, it makes a CT with turn rate ω = -0.1 rad /s . From 71 to 100 s, it moves at CA. From 101 to 140 s, it makes a CT with turn rate ω =0.1 rad /s . From 141 to 170 s, it moves at CV. The process noise or measurement noise is ... ( 0,0 . 1 2 ) Gaussian distribution. The sampling interval is T =1 s and the total number of time steps is L =170 .
Let model 1, model 2, model 3, and model 4 denote CV, CA, and CT with turn rate ω = -0.1 rad /s , CT with turn rate ω =0.1 rad /s , respectively. The transition probability matrix and the initial mode probability are [figure omitted; refer to PDF] The initial covariance matrixes are P 01 =diag (9,4 ,9,4 ,9,4 ) , P 02 =diag (9,4 ,1,9 ,4,1 ,9,4 ,1 ) , P 03 = P 04 =diag ( 9,4 ,0.09,9 ,4,0.09,9 ,4,0.09 ) .
4.3.2. Simulation Results
Figure 7shows the real and estimated target trajectories of PF and our algorithm, and the corresponding state estimation errors are given in Figure 8. In USWN, the target often does maneuvering motions, which makes the tracking problem intractable. Nevertheless, it can be seen from Figures 7and 8that compared with PF, the presented method combining IMM with PF can yield higher tracking precision. In addition, the surges in state estimation errors at the onset and at the termination of a maneuver are also significantly smaller than those for PF.
Figure 7: Real and estimated 3D target trajectories obtained with PF and the presented scheme.
[figure omitted; refer to PDF]
Tracking performance of PF and the presented scheme. (a) The estimation error of the x -axis. (b) The estimation error of the y -axis. (c) The estimation error of the z -axis. (d) RMSE of target position estimation.
(a) [figure omitted; refer to PDF]
(b) [figure omitted; refer to PDF]
(c) [figure omitted; refer to PDF]
(d) [figure omitted; refer to PDF]
5. Conclusions
This paper focuses on the nonlinear and maneuvering problems for underwater target tracking based on underwater wireless sensor networks. It firstly designs the UWSN architecture for target tracking. Then, to estimate the states of the target, a 3D underwater target tracking algorithm combining interacting multiple model with the particle filter is presented. The simulation results show that compared with PF, EKF, or UKF, the presented method can improve the accuracy and effectiveness of the underwater target tracking.
Acknowledgments
This work is supported by the Special Fund for Basic Scientific Research of Central Colleges, Hohai University (Grant no. 2011B09314), the China Postdoctoral Science Foundation funded project (Grant no. 2012M511185) the Jiangsu Planned Projects for Postdoctoral Research Funds (Grant no. 1102069C), and the National Natural Science Foundation of China (Grant No. 61263029).
[1] K. M. Han, H. T. Choi, "Shape context based object recognition and tracking in structured underwater environment," in Proceedings of the IEEE International Conference on Geoscience and Remote Sensing Symposium, pp. 617-620, 2011.
[2] S. Han, Z. Xu, "Passive tracking of maneuvering target based on bearings-frequency of two sonar sensors," in Proceedings of the International Conference on Electronics, Communications and Control, pp. 2174-2177, 2011.
[3] S. K. Rao, K. S. L. Murthy, K. R. Rajeswari, "Data fusion for underwater target tracking," IET Radar, Sonar and Navigation , vol. 4, no. 4, pp. 576-585, 2010.
[4] S. Y. Chen, "Kalman filter for robot vision: a survey," IEEE Transactions on Industrial Electronics , vol. 59, no. 11, pp. 4409-4420, 2012.
[5] D. Eickstedt, M. Benjamin, H. Schmidt, "Adaptive tracking of underwater targets with autonomous sensor networks," Journal of Underwater Acoustics , vol. 56, pp. 465-495, 2006.
[6] H. Shi, W. Wang, N. M. Kwok, S. Y. Chen, "Game theory for wireless sensor networks: a survey," Sensors , vol. 12, no. 7, pp. 9055-9097, 2012.
[7] S. Chen, W. Huang, C. Cattani, G. Altieri, "Traffic dynamics on complex networks: a survey," Mathematical Problems in Engineering , vol. 2012, 2012.
[8] J. Xue, M. Li, W. Zhao, S. Chen, "Bound maxima as a traffic feature under DDOS flood attacks," Mathematical Problems in Engineering , vol. 2012, 2012.
[9] L. Z. Xu, X. F. Li, S. X. Yang, "Wireless network and communication signal processing," Intelligent Automation & Soft Computing , vol. 17, no. 8, article 1019, 2011.
[10] I. F. Akyildiz, D. Pompili, T. Melodia, "Underwater acoustic sensor networks: research challenges," Ad Hoc Networks , vol. 3, no. 3, pp. 257-279, 2005.
[11] C. H. Yu, K. H. Lee, J. W. Choi, Y. B. Seo, "Distributed single target tracking in underwater wireless sensor networks," in Proceedings of the SICE Annual Conference, pp. 1351-1356, Japan, August 2008.
[12] G. Isbitiren, O. B. Akan, "Three-dimensional underwater target tracking with acoustic sensor networks," IEEE Transactions on Vehicular Technology , vol. 60, no. 8, pp. 3897-3906, 2011.
[13] E. Kim, S. Lee, C. Kim, K. Kim, "Bearings-only tracking systems with distributed floating beacons in underwater sensor networks," in Proceedings of the IEEE/IFIP 8th International Conference on Embedded and Ubiquitous Computing, (EUC '10), pp. 311-315, December 2010.
[14] L. Z. Xu, X. F. Ding, X. Wang, G. F. Lv, F. C. Huang, "Trust region based sequential quasi-Monte Carlo filter," Acta Electronica Sinica , vol. 39, no. 3 A, pp. 24-30, 2011.
[15] S. Y. Chen, Z. J. Wang, "Acceleration strategies in generalized belief propagation," IEEE Transactions on Industrial Informatics , vol. 8, no. 1, pp. 41-48, 2012.
[16] X. F. Ding, L. Z. Xu, X. Wang, "Robust visual object tracking using covariance features in Quasi-Monte Carlo filter," Intelligent Automation and Soft Computing , vol. 17, no. 5, pp. 571-582, 2011.
[17] X. Wang, Z. Tang, "Modified particle filter-based infrared pedestrian tracking," Infrared Physics and Technology , vol. 53, no. 4, pp. 280-287, 2010.
[18] M. Li, S. C. Lim, S. Chen, "Exact solution of impulse response to a class of fractional oscillators and its stability," Mathematical Problems in Engineering , vol. 2011, 2011.
[19] S. Y. Chen, H. Tong, Z. Wang, S. Liu, M. Li, B. Zhang, "Improved generalized belief propagation for vision processing," Mathematical Problems in Engineering , vol. 2011, 2011.
[20] C. Cattani, "Shannon wavelets for the solution of integrodifferential equations," Mathematical Problems in Engineering , vol. 2010, 2010.
[21] F. Zhang, X. P. Zhou, X. H. Chen, R. L. Liu, "Particle filter for underwater bearings-only passive target tracking," in Proceedings of the Pacific-Asia Workshop on Computational Intelligence and Industrial Application, (PACIIA '08), pp. 847-851, December 2008.
[22] H. Q. Liu, M. Chitre, R. Gao, "AUV positioning based on interactive multiple model," in Proceedings of the IEEE Conference on OCEANS, pp. 1-6, May 2010.
[23] C. H. Yu, H. P. Moon, J. W. Choi, Y. B. Seo, T. I. Seo, E. J. Kim, "Interacting multiple model based distributed target tracking algorithm in UWSNs," in Proceedings of the ICROS-SICE International Joint Conference, (ICCAS-SICE '09), pp. 1752-1759, August 2009.
[24] Y. Boers, J. N. Driessen, "Interacting multiple model particle filter," Proceedings of the IEE Proceedings: Radar, Sonar and Navigation , vol. 150, no. 5, pp. 344-349, 2003.
[25] H. W. Li, J. Wang, "Particle filter for manoeuvring target tracking via passive radar measurements with glint noise," IET Radar, Sonar and Navigation , vol. 6, no. 3, pp. 180-189, 2012.
[26] N. Yang, P. Li, J. Zhang, Y. Zhu, "Parameter identification of land vehicle location model based on IMMPF," in Proceedings of the 3rd International Conference on Computer Research and Development, (ICCRD '11), pp. 266-269, March 2011.
[27] Z. Zhou, J. H. Cui, S. L. Zhou, "Localization for large-scale underwater sensor networks," in Proceedings of the 6th international IFIP-TC6 Conference on Ad Hoc and Sensor Networks, Wireless Networks, Next Generation Internet, pp. 108-119, 2007.
[28] B. T. Lee, S. Kim, "Scalable DV-Hop localization for wireless sensor networks," in Proceedings of the 14th Asia-Pacific Conference on Communications, (APCC '08), pp. 1-4, October 2008.
[29] J. Liu, X. Han, M. Al-Bzoor, "PADP: prediction assisted dynamic surface gateway placement for mobile underwater networks," in Proceedings of the IEEE Symposium on Computers and Communications, pp. 139-144, 2012.
[30] X. R. Li, V. P. Jilkov, "Survey of maneuvering target tracking. part I: dynamic models," IEEE Transactions on Aerospace and Electronic Systems , vol. 39, no. 4, pp. 1333-1364, 2003.
[31] X. R. Li, V. P. Jilkov, "A survey of maneuvering target tracking--part III: measurement models," in Signal and Data Processing of Small Targets, vol. 4473, of Proceedings of SPIE, pp. 423-446, August 2001.
[32] S. Chen, Y. Wang, C. Cattani, "Key issues in modeling of complex 3D structures from video sequences," Mathematical Problems in Engineering , vol. 2012, 2012.
[33] C. Cattani, S. Chen, G. Aldashev, "Information and modeling in complexity," Mathematical Problems in Engineering , vol. 2012, 2012.
[34] H. A. P. Blom, Y. Bar-Shalom, "Interacting multiple model algorithm for systems with Markovian switching coefficients," IEEE Transactions on Automatic Control , vol. 33, no. 8, pp. 780-783, 1988.
[35] P. H. Foo, "Combining the interacting multiple model method with particle filters for manoeuvring target tracking with a multistatic radar system," IET Radar, Sonar and Navigation , vol. 5, no. 7, pp. 697-706, 2011.
[]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2012 Xin Wang et al. Xin Wang et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Abstract
Tracking underwater targets is a focused application area in modern underwater defence systems. Using traditional techniques based on imaging or sensor arrays may be difficult and impractical in some mission-critical systems. Alternatively, the underwater wireless sensor network (UWSN) is able to offer a promising solution. This paper tackles the problem of accurately tracking underwater targets moving through the UWSN environment. This problem is considered nonlinear and non-Gaussian where the present solution methods based on the particle filter technique are powerful and simple to implement. For three-dimensional underwater maneuvering target tracking, the traditional particle filter tracking algorithm may fail to track the targets robustly and accurately. Thus, the interacting multiple model method is combined with the particle filter to cope with uncertainties in target maneuvers. Simulation results show that the proposed method is a promising substitute for the traditional imaging-based or sensor-based approaches.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer