Next Article in Journal
Sensitivity-Compensated Micro-Pressure Flexible Sensor for Aerospace Vehicle
Previous Article in Journal
Managing Devices of a One-to-One Computing Educational Program Using an IoT Infrastructure
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Localization Based on MAP and PSO for Drifting-Restricted Underwater Acoustic Sensor Networks

1
School of Information and Control Engineering, Qingdao University of Technology, Qingdao 266520, China
2
School of Computer Science and Engineering, Shandong University of Science and Technology, Qingdao 266590, China
3
Department of Computer Science and Technology, Ocean University of China, Qingdao 266100, China
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(1), 71; https://doi.org/10.3390/s19010071
Submission received: 20 November 2018 / Revised: 11 December 2018 / Accepted: 21 December 2018 / Published: 25 December 2018
(This article belongs to the Section Sensor Networks)

Abstract

:
Localization is a critical issue for Underwater Acoustic Sensor Networks (UASNs). Existing localization algorithms mainly focus on localizing unknown nodes (location-unaware) by measuring their distances to beacon nodes (location-aware), whereas ignoring additional challenges posed by harsh underwater environments. Especially, underwater nodes move constantly with ocean currents and measurement noises vary with distances. In this paper, we consider a special drifting-restricted UASN and propose a novel beacon-free algorithm, called MAP-PSO. It consists of two steps: MAP estimation and PSO localization. In MAP estimation, we analyze nodes’ mobility patterns, which provide the priori knowledge for localization, and characterize distance measurements under the assumption of additive and multiplicative noises, which serve as the likelihood information for localization. Then the priori and likelihood information are fused to derive the localization objective function. In PSO localization, a swarm of particles are used to search the best location solution from local and global views simultaneously. Moreover, we eliminate the localization ambiguity using a novel reference selection mechanism and improve the convergence speed using a bound constraint mechanism. In the simulations, we evaluate the performance of the proposed algorithm under different settings and determine the optimal values for tunable parameters. The results show that our algorithm outperforms the benchmark method with high localization accuracy and low energy consumption.

1. Introduction

Underwater Acoustic Sensor Networks (UASNs) have been widely applied in many fields such as underwater surveillance, pollution detection and disaster prevention [1,2]. Generally, an UASN is comprised of different types of nodes, which can be floating sensor nodes, surface buoys, Autonomous Underwater Vehicles (AUVs) and other application specific devices [3,4]. These nodes communicate with each other and sense underwater environments collaboratively. The sensed data is then analyzed to provide decision support for the upper applications. In this process, the locations of nodes need to be aware to interpret the sensed data meaningfully. Hence, localization is one of the critical services in UASNs.
Generally, an UASN consists of two types of nodes: beacon nodes and unknown nodes. The locations of beacon nodes are known in advance using GPS module or fixed deployment. They are powerful and can emit beacon signals to help unknown nodes’ localization. In contrast, unknown nodes are relatively cheap with limited energy and computation ability. The localization procedure aims to obtain the ranging measurements between unknown nodes and beacon nodes, and figure out the locations of unknown nodes from these measurements using specific localization algorithms. Therefore, the localization performance significantly depends on the ranging accuracy and the algorithm efficiency.
In UASNs, the ranging methods mainly include Time of Arrival (TOA), Time Difference of Arrival, Angle of Arrival (AOA) and Received Signal Strength Indicator (RSSI). Since underwater acoustic channel is time-varying, accurate attenuation models do not exist and thus RSSI method is rarely used [5]. AOA method requires multiple directional antennas, resulting in additional hardware costs [6]. TDOA method measures the time differences of the signal arrivals from beacon node pairs, which does not require time synchronization. However, uncertain Multiple Access Control (MAC) delays may incur large errors [6]. In contrast, TOA method is preferred in UASN localization. It estimates the distances using the difference of packet sending and receiving time, but requires time synchronization between sending and receiving nodes. Alternatively, two-way TOA [7] can eliminate the clock offset between two nodes and improve the ranging accuracy significantly.
In addition, the harsh underwater environments have a great impact on the accuracy of the TOA method. First, the signals can arrive from line of sight (LOS) or non-line of sight (NLOS) communication links due to the existence of reflective obstacles (e.g., sea surface, rocks and marine animals) [8]. The LOS signals do not always have strongest energy since underwater acoustic channel is time-varying and frequency selective [4]. Consequently, NLOS signals may be mistaken for LOS signals, which degrades the accuracy of the TOA method. Second, the acoustic speed varies with depth, temperature and salinity, known as stratification effect [9], resulting in that the signals propagate along a non-straight line. Hence, simply multiplying time-of-flight (TOF) with constant acoustic speed may introduce large errors to distance estimations. Most existing works neglect the multipath and stratification effects, or assume the incurred errors follows Gaussian distributions with fixed expectation and variance. However, this assumption does not hold true because the TOF error often increases with the distance between two nodes [10,11].
Another important factor on localization performance is the network topology. Due to the fluid property of underwater environment, nodes usually drift with currents and tides. Consequently, the network topology may change continuously. According to the degree of the restriction of nodes’ movements, there exist two drifting modes, which are free drifting and restricted drifting, respectively. For free drifting mode, nodes move without restrictions [6,9,12,13,14,15,16,17,18,19,20]. However, the complete randomness of nodes’ movements rarely provides useful information for localization. The a priori localization information can only be provided by designated beacon nodes. Consequently, the number of beacon nodes grows with the network scale and the network cost increases accordingly. For restricted drifting mode, a portion of nodes (beacon nodes, in most cases) move along restricted paths [3,21,22,23,24,25,26]. Nodes send beacon signals at specific points of their paths. Using the geometrical relations between the sending points and unknown nodes’ positions, the whole localization process only needs few beacon nodes, or even without the presence of beacon nodes. Therefore, the network cost can be reduced significantly.
Aiming at the above mentioned problems, this paper proposes a new localization method based on Maximum a Posteriori (MAP) estimation and Particle Swarm Optimization (PSO) techniques. Considering a portion of nodes may move out of the surveillance area due to free drifting, which leads to insufficient network coverage and increases the difficulties of network recycling and maintenance, we follow a Drifting-Restricted Underwater Acoustic Sensor Network (DR-UASN) [21,22], in which nodes are linked to fixed points by cables and each node’s movement is confined in a local hemisphere area. The motivation behind our method is to fully explore the priori localization information hidden in this special network for improving localization performance without the presence of beacon nodes. The whole localization process consists of two steps: MAP estimation step and PSO localization step. In the former step, the nodes that can communicate with each other form a cluster. The distances between cluster nodes are estimated using the TOA method. Then, the priori localization information and the distance measurements are fused to obtain the posterior probability distribution of unknown nodes’ locations and derive the weighted objective function by maximizing the logarithm of posterior distribution under the Bayesian framework. In the latter step, a swarm of particles are initialized according to its movement area, and then updated iteratively towards local and global best solutions with a certain speed. By calculating the fitness value of the objective function and communicating with each other, the particles collaboratively determine best location solution. Specifically, our contributions are mainly as follows:
  • This paper proposes a novel localization method without the presence of beacon nodes for DR-UASNs, which achieves higher localization accuracy and lower computational cost compared with the benchmark method.
  • The noises varying with distances are taken into account, which is modeled by additive and multiplicative noises. Hence the noises in distance measurements can be efficiently filtered for improving localization accuracy.
  • The reference selection and bound constraint mechanisms are proposed to combat the problems of localization ambiguity and low convergence speed in the PSO step.
The rest of this paper is organized as follows: in Section 2, we briefly review existing works on UASN localization. Then, the network model is presented and the localization problem is formulated in Section 3. Section 4 presents the localization process of the MAP-PSO algorithm. In Section 5, we evaluate the performance of the MAP-PSO algorithm under different settings and conduct comparison with the AFLA algorithm. Finally, conclusions are drawn in Section 6.

2. Related Work

Existing localization schemes can be divided into two categories: range-free and range-based. While range-free schemes provide coarse-grained location estimations with low communication cost, range-based schemes can achieve a relatively high localization accuracy, but with additional communication and hardware cost. In this work, we are interested in range-based schemes. Next, we briefly review some works related to our method, and more detailed research review can be found in [4,27].
In general, range-based localization consists of two stages: distance estimation and location calculation. The ranging method commonly used is TOA, which gets the difference between packet sending and receiving time and estimates the distance by multiplying the time difference and the acoustic speed. However, it suffers from low accuracy due to multiple factors such as time synchronization, multipath effect and stratification effect. In [3,25] , the localization does not require time synchronization. It is assumed that beacon nodes move in the vertical direction and unknown nodes are stationary, which are unpractical in underwater environments. Several works jointly consider the time synchronization and localization problems [6,9,19,28], in which time synchronization is first performed to obtain clock skew and offset, and then the locations are estimated based on synchronized distance measurements. In [10], a novel ranging method is proposed under the assumption of isogradient sound speed profile (SSP), i.e., the sound speed is linearly related to the depth in each SSP layer. Given the depths of two nodes and the TOA measurements, it calculates the horizontal distance through a root finding algorithm. This method has high accuracy, but with high computational cost. Further, RAR [29] is proposed to enable real-time localization based on Bellhop model. Its main drawback is that the Bellhop model can’t reflect time-varying characteristic. In [8], TOA measurements from multiple paths are assumed to follow a mixture of three Gaussian distributions corresponding to LOS, SNLOS and ONLOS links, and then an EM algorithm is used to accurately classify different types of links.
In a 3D UASN, the locations of unknown nodes can be figured out by using classic multilateration algorithm and the ranging measurements to at least four beacon nodes. Further, the number of beacon nodes can be reduced to three by projecting them onto unknown node’s horizontal plane [7,12]. In [30], a hyperbola-based localization method is proposed, in which the ambiguity existing in multilateration can be eliminated. For large-scale and sparse UASNs, many unknown nodes can’t be localized due to lack of sufficient beacon nodes. Hence, an iterative localization strategy is commonly adopted to improve the localization coverage [15,25,31,32], in which unknown nodes that have been localized with high accuracy can be regarded as reference nodes to help other unknown nodes’ localization.
All of these algorithms mentioned above assume the nodes drift freely with ocean currents and need the presence of beacon nodes prior to localization. Moreover, the number of beacon nodes often increases with the network scale. This increases both the network cost and the difficulties of network recycling and maintenance. In [21], the authors assume nodes drift in a restricted manner and propose a localization algorithm without beacon nodes, called AFLA. The algorithm takes advantage of the geometrical relationship of three adjacent nodes and forms six equations to figure out their locations. However, AFLA does not take into account the noises varying with distances and has a high computational cost due to direct search in the solution space, which makes it inapplicable for UASN localization. In this paper, we adopt the similar network architecture and propose the MAP-PSO algorithm to solve the problems of varying noises and computation complexity.

3. Network Model and Problem Definition

In this section, we present the network model, analyze the drifting characteristic of underwater nodes and present formal definition of the localization problem.

3.1. Network Model

We consider an UASN that consists of a number of nodes deployed at the surveillance area. To reduce the network cost, each node is low-complexity with constrained energy and limited computational ability. Due to the intrinsic fluid property of underwater environments, the nodes move continuously with ocean currents. This requires the localization should be accomplished in a short time, otherwise the estimated locations will become obsolete as the nodes move to new locations. Hence, it is necessary to design a fast and energy-efficient algorithm to provide real-time localization in this resource-constrained network.
As a consequence of the continuous mobility, some nodes may drift out of the deployment area, which increases the difficulties of network recycling and maintenance. Aiming at this problem, we follow a drifting-restricted UASN. Its network architecture is shown in Figure 1. Each node is linked to an anchor point by a cable and thus the movement of each node is confined in a local area. The locations of anchor points and the length of cables are known beforehand. Take node i for example, let L i denotes the length of its cable and A i denotes the location of its anchor point. In practical scenarios, the cable length may vary with surveillance requirements (e.g., tens of meters in nearshore areas [33] and hundreds of meters in offshore areas [34,35]). At the deployment phase, to prevent the cables of different nodes from twisting together, the distance between the anchor points of nodes i and j should be longer than the sum of the length of their cables:
| | A i A j | | 2 L i + L j
To ensure the nodes float in the water all the time, the length of the cables should be less than the sea depth H. Due to the impact of tide rise and fall, the sea depth should satisfy:
H m i n < H < H m a x
where H m i n denotes the sea depth of the highest tide and H m a x denotes the sea depth of the lowest tide. Therefore, the length of the cables satisfies:
0 < { L i } i = 1 N < H m i n
At the same time, due to the tension of the cable, the depth of each node satisfies:
0 < h i < L i
Generally, the movement of the nodes is controlled by joint forces from ocean current, water buoyancy and the cables. The buoyancy of each node is related to its volume, the water density and the acceleration of gravity. The water density is further influenced by ocean temperature and salinity. Hence the buoyancy of each node is a constant value in a certain spatial and temporal extent due to slow change of ocean temperature and salinity. The force of ocean current is mainly influenced by the current speed.
At a specific depth, the three forces reach a balance state. The node can drift on the plane of this depth and move along a circle centered at its anchor point. According to Pythagorean theorem, we have the following equation for node i:
h i 2 + r i 2 = L i 2
where r i denotes the radius of its movement circle. Ideally, if we assume ocean current is infinitesimal, the forces from water buoyancy and the cables reach balance in the vertical direction, then we have h i = L i and r i = 0 ; on the contrary, if we assume ocean current is infinite, we obtain h i = 0 and r i = L i . Hence, according to different current speed, the movement radius r is 0 < r i < L i .
In practice, the depth h i can be obtained by equipping with a cheap pressure sensor. According to Equation (2), the radius r i can be calculated as r i = L i 2 h i 2 . Therefore, the location of node i is constrained on a circle centered at the anchor point A i with the radius r i . This indicates that the surveillance coverage will increase with the cable length and the node depth. This priori localization information hidden in the network model, as we will see later, can simplify the search space of localization solutions and reduce the localization time greatly.
To exploit the spatial relationship between nodes for localization, a node communicates with its neighbor nodes and measures the distances to them by multiplying the propagation delay by the acoustic speed. Most researches adopt one-way TOA method for distance estimation [5]. However, this method requires time synchronization between nodes, which is non-trivial in the harsh underwater environments. Alternatively, we adopt two-way TOA method for two reasons. One reason is that two-way TOA method can eliminate the clock offset between nodes and thus time synchronization is not requisite. The other reason is that the acknowledgement mechanism is commonly used in UASN MAC layer due to the inherent unreliability of underwater acoustic channel. Even if we adopt one-way TOA method, each packet needs an acknowledgement to guarantee successful packet transmission, which is similar with two-way TOA method. There have been multiple MAC protocols [36,37] for arranging packet transmissions and solve packet collisions, which is out of the scope of this paper. Herein, we take two nodes A and B as an example to illustrate the packet exchanges of two-way TOA method. A sends a ranging packet at time instant t 1 . B receives the packet at time instant t 2 and responds with an acknowledgement at time instant t 3 . Then A receives the response at time instant t 4 , the propagation delay can be calculated as
t p = t 4 + t 2 t 1 t 3 2
After that, the distance between A and B can be estimated as
d = t p × c
where c represents the speed of acoustic signals. In each packet exchange, a node sends a packet at the power level P t x and receives a packet at the power level P r x . Let L P and L A represent the size of ranging packet and acknowledgement packet. Hence, the energy consumption of the transmitting node is
E t x = P t x × L P R + P r x × L A R
where R denotes the data rate. The energy consumption of the receiving node is
E r x = P r x × L P R + P t x × L A R
Similarly, we can estimate the distances between a node and all of its neighbor nodes and calculate the overall energy consumption. Based on the priori localization information and spatial relationship between nodes, our purpose is to accurately estimate the locations of all the nodes with low computational and communication costs as fast as possible. Next we will present formal definition of the localization problem.

3.2. Problem Definition

Suppose there are N nodes in the whole network and each node needs to get its location periodically. We define T as the localization period in which each node needs to estimate its location. Note that, the localization period can be tuned according to practical requirements (e.g., in a UASN that observing ocean phenomena, it can be set to be equal to an hour [1]). For simplicity, the superscript for the n-th localization period is suppressed in what follows. The node i moves at the circle centered at the anchor point A i with the radius r i . Therefore, its two-dimensional location can be represented as
x i = x A i + r i cos θ i y i = y A i + r i sin θ i
where ( x i , y i ) denotes the locations of node i in the X- and Y-axes directions, ( x A i , y A i ) denotes the locations of anchor point A i in the X- and Y-axes directions, and θ denotes the azimuth angle between the X-axis and the line that connects the anchor point and the node. On this basis, we aim to find M nodes to form a node cluster S . The number M should be more than 3 (e.g., M = 4 in Figure 1) so that a localization polygon can be constructed. Moreover, these nodes should be mutually neighbor nodes. Hence, for any two nodes i and j in the cluster, their locations satisfy the equation
| | X i X j | | 2 m i n ( C i , C j )
where X i = ( x i , y i , h i ) T is the three-dimensional location of node i, and C i denotes the communication radius of node i. The distance estimation z i , j between the two nodes can be obtained using Equations (3) and (4). In the cluster, there are totally M ( M 1 ) / 2 node pairs and each pair has its corresponding distance estimation. Hence the measurements of the cluster S can be represented as Z = { z i , j | i , j = 1 , 2 , , M , i < j } . Similarly, we can find all the other clusters in the network and obtain their corresponding measurements.
For each cluster, we now have represented the two-dimensional location of the nodes and obtained the distance estimation between any two nodes. Given these data, the localization problem is to fuse them using a proper model and figure out the locations of all the cluster nodes. Specifically, our purpose is to minimize the sum of the squares of the errors between estimated distances and real distances. The objective function can be written as
arg min X 1 , X 2 , , X M z i , j Z | | z i , j | | X i X j | | | | 2
The locations of M nodes can be resolved using efficient optimization methods. The whole localization process lasts until all the clusters have been localized. Next, we will present the algorithm that can fast localize the nodes without ambiguity.

4. MAP-PSO Design

In this section, we present MAP-PSO, a novel localization scheme without the presence of beacon nodes for DR-UASNs. The whole localization process consists of MAP estimation and PSO localization. In the following, we describe the details of our MAP-PSO algorithm starting from the MAP estimation step and followed by the PSO localization step.

4.1. MAP Estimation

Recall the localization problem defined in Equation (6), we didn’t take the noise into account, which may incur large errors of location estimations. Here, we consider two types of noise. One is that every node may not accurately move along its corresponding circle due to the error introduced in the practical deployments, such as the displacement of anchor points, the error of cable length, the volume of nodes, etc. The other is the distance measurements between nodes may deviate from real distances due to complex underwater environment factors, including non-straight propagation of acoustic signals, varying acoustic speed and tiny propagation time errors from clock skew.
To characterize the nodes’ mobility patterns, we assume the location of each node is randomly distributed around its corresponding movement circle, which can be represented as
x i = x A i + r i cos θ i + w x i y i = y A i + r i sin θ i + w y i
where w x i and w y i denote the noises of the location of node i along X- and Y-axes, and follow a Gaussian distribution with zero mean and precision Λ , that is, w x i N ( 0 , Λ ) and w y i N ( 0 , Λ ) . This implies that the noises of different nodes are assumed to be identically distributed. Then, we transform Equation (7) to its vector form and obtain the following formula
x i = x ^ i + w i
where x i = ( x i , y i ) denotes the two-dimensional location of node i, x ^ i = ( x A i + r i cos θ i , y A i + r i sin θ i ) T and w i = ( w x i , w y i ) T . For simplicity, we assume w x i and w y i are uncorrelated with each other. Then the noise w i is a Gaussian variable with zero mean and the precision matrix Λ I , where I is the identity matrix. Hence, the location of node i follows a joint Gaussian distribution with mean x ^ i and precision Λ I :
p ( x i ) = N ( x i | x ^ i , Λ I )
Here, the depth h i is not considered because it can be measured beforehand by a pressure sensor. The uncertainty of the location x i and radius r i due to inaccuracy of depth measurements can be accommodated by the Gaussian distribution in Equation (9). It is important to note that this probability distribution is extracted from DR-UASN architecture, which can be treated as the prior knowledge of MAP estimation.
We now discuss how to model the noises in distance measurements. In [10], it has been found that the TOA error increases with real distance due to non-straight propagation. Hence, it is reasonable to assume that the ranging error caused by noise increases linearly with the real distance. Here, we use both additive and multiplicative noises [38] to model the distance measurements:
z i , j = ( 1 + α i , j ) d i , j + β i , j = d i , j + ϵ i , j
where d i , j = | | X i X j | | denotes the real distance between node i and j, α i , j is the multiplicative noise that follows a Gaussian distribution with mean μ α and precision λ α , that is, α i , j N ( μ α , λ α ) , and β i , j is the additive noise that follows a Gaussian distribution with zero mean and precision λ β , namely, β i , j N ( 0 , λ β ) . For simplicity, we assume that these two types of noises are uncorrelated with each other. The total noise can be denoted by ϵ i , j = α i , j d i , j + β i , j , which is also a Gaussian variable with mean μ i , j = μ α d i , j and precision λ i , j = ( λ α 1 d i , j 2 + λ β 1 ) 1 . Then, the conditional probability distribution of z i , j over x i and x j can be written as
p ( z i , j | x i , x j ) = 1 2 π λ i , j 1 2 exp { 1 2 λ i , j ( z i , j d i , j μ α d i , j ) 2 }
For all the distance measurements Z in the cluster S , the likelihood function of the locations X = { x i } i = 1 M can be written as
p ( Z | X ) = z i , j Z p ( z i , j | x i , x j )
Based on Equation (9), the priori probability distribution of the locations X is given by
p ( X ) = i = 1 M p ( x i )
Using the Bayesian theorem, the posterior probability distribution of X given the measurements Z can be derived as
p ( X | Z ) = p ( Z | X ) p ( X ) = z i , j Z ln p ( z i , j | x i , x j ) i = 1 M ln p ( x i )
Then the locations X can be determined by maximizing the posterior distribution p ( X | Z ) . Taking the logarithm of p ( X | Z ) , we have
ln p ( X | Z ) = z i , j Z ln p ( z i , j | x i , x j ) + i = 1 M ln p ( x i )
Substituting Equations (9) and (11) into Equation (15), the maximum of the posterior probability is given by the minimum of
z i , j Z λ i , j ^ ( z i , j d i , j μ α d i , j ) 2 + i = 1 M Λ I ( x i x i ^ ) 2
where the irrelevant terms with the unknown locations X terms are omitted. Note that, considering λ i , j depends on the real distance d i , j that are determined by the unknown variable X , we have replaced λ i , j with λ i , j ^ = ( λ α 1 z i , j 2 + λ β 1 ) 1 under the assumption of the small deviations between z i , j and d i , j .
Now let us analyze the ratio λ i , j ^ to λ k , l ^ ( z i , j , z k , l Z ):
λ i , j ^ λ k , l ^ = ( λ α 1 z i , j 2 + λ β 1 ) 1 ( λ α 1 z k , l 2 + λ β 1 ) 1
Multiplying both numerator and denominator with λ β 1 , we get
λ i , j ^ λ k , l ^ = ( λ α 1 λ β z i , j 2 + 1 ) 1 ( λ α 1 λ β z k , l 2 + 1 ) 1
In the simulations, we have assigned approximate values to λ α and λ β , that is, λ α 1 λ β 1 . Taking the assumption that z i , j 1 , which is reasonable for DR-UASNs, the above equation can be reduced as
λ i , j ^ λ k , l ^ z i , j 2 z k , l 2
Then we can replace λ i , j ^ with z i , j 2 in Equation (16) and execute equal operations to the second sum term. The objective function can be rewritten as:
min z i , j Z z i , j 2 ( z i , j d i , j μ α d i , j ) 2 + i = 1 M δ I ( x i x i ^ ) 2
where δ = λ α 1 Λ . This function has two implications. On one hand, for the first sum term, each square error term has its own weight that is inversely proportional to the square of the distance measurement. Thus the location variables X tend to determine their values that fit the square terms with high weights better. On the other hand, the parameter δ can be regarded as a penalty factor between the priori knowledge and the likelihood information. Assigning a large value to δ propels the location of each node to be at its movement circle accurately; on the contrary, if δ is assigned a small value, each node is allowed to deviate its movement circle to certain extent and its location is more determined by the likelihood information.

4.2. PSO Localization

The minimization problem of the objective function in Equation (17) has no analytic solutions due to it is nonlinear function of the location variable X . Traditional optimization methods such as gradient descent easily fall into local optimum and have low convergence speed. In this paper, we resort to PSO method to solve this minimization problem. It uses a population of particles to represent candidate solutions in the search space, moves these particles to local and global best solutions iteratively, and then finds the particle that fit the objective function best. The PSO method can efficiently escape from local optimum by considering local and global views simultaneously. Moreover, we propose the bound constraint mechanism to improve the convergence speed greatly. Next, we describe the PSO procedure in detail.
In Equation (17), besides the location variable X , the optimization variables also include μ α . Hence there are totally 2 M + 1 variables, which can be denoted as { { x i } i = 1 M , { y i } i = 1 M , μ α } . We assume that there are N P particles initialized, that is, { P k } k = 1 N P . Each of the particles represents an instance of the variable set. To reduce the search space, we initialize the position of the particle as follows:
P k 1 = x A 1 r 1 + r a n d × 2 r 1 y A 1 r 1 + r a n d × 2 r 1 . . . x A M r M + r a n d × 2 r M y A M r M + r a n d × 2 r M μ α L + r a n d × ( μ α U μ α L )
where μ α L and μ α U represent the lower and upper bound of μ α respectively, and rand is a random number in the range of [ 0 , 1 ] . Note that, μ α L and μ α U can be determined based on the knowledge of the surveillance area or estimated by running multiple tests between two nodes with known locations.
Once the particles are initialized, they move to new positions with a certain speed in the search space. By calculating the value of the objective function, they can find the local best position p B e s t . Then the particles communicate with each other to know the global best position g B e s t . After that, the velocity and the position of each particle is updated as follows
v k t + 1 = ϖ · v k t + c 1 · r a n d · ( p B e s t k t P k t ) + c 2 · r a n d · ( g B e s t t P k t )
P k t + 1 = P k t + v k t + 1
where ϖ is inertial weight, c 1 is cognitive acceleration factor, c 2 is social acceleration factor, rand is a random number in the range of [ 0 , 1 ] , p B e s t k t denotes the best solution found by particle k at iteration t, g B e s t t denotes the best solution found in the particle swarm at iteration t, v k t and P k t denote the velocity and position of particle k at iteration t, respectively. The parameter ϖ is critical to keep balance between local and global search. At the later phase of optimization, to avoid the oscillation phenomenon and improve the local search capability, the linear decreasing inertia weight [39] is commonly adopted to slow the particles over time. The inertial weight is updated as follows
ϖ = ϖ m a x ϖ m a x ϖ m i n t m a x × t
where ϖ m a x and ϖ m i n are the maximum and minimum weights respectively, and t m a x is the maximum iteration number.
The optimization repeats the operations in Equations (19)–(21) until the termination condition is satisfied. There are two termination conditions in our method. One is the relative change of the best objective function value over t l iterations is less than a predefined threshold ρ ; the other is the current iteration has reach the maximum iteration number, that is, t = t m a x .
In the above optimization process, there exist two problems that limit the localization accuracy and the convergence speed. First, a cluster with a small M is prone to localization ambiguity. As shown in Figure 2, three black solid circles are the real locations of nodes 1, 2 and 3, whereas the optimization gives the estimated locations as three red solid circles, resulting in low localization accuracy. This is mainly because that the distance measurements generated by few nodes have little constraint on the nodes’ locations. Second, although we have bounded the position of each particle in the initialization phase, the optimizations of many clusters still have low convergence speed, especially in a high-dimensional space (a large M).
To solve the first problem, we propose a novel reference selection mechanism to eliminate the ambiguity in localization. In practice, different clusters may overlap, that is, for two clusters S 1 and S 2 , part of their nodes are the same, S 1 S 2 . If S 1 is first optimized, the common nodes that are localized with high accuracy can be regarded as reference nodes to eliminate the localization ambiguity in the optimization process of S 2 . Traditional localization schemes mainly use the confidence value to indicate the localization accuracy, which can be calculated as
η = 1 i | ( u u i ) 2 + ( v v i ) 2 + ( w w i ) 2 l i 2 | i ( u u i ) 2 + ( v v i ) 2 + ( w w i ) 2
where ( u , v , w ) is the estimated location of the unknown node, ( u i , v i , w i ) is the location of reference node i and l i is the distance measurement between the unknown node and reference node i. However, this confidence mechanism does not hold true in our method. Take the nodes in Figure 2 for example, even though the estimated locations marked red has large deviations from the real locations marked black, the nodes 1, 2 and 3 have high confidence values because the distances based on the estimated locations fit the distance measurements well. Alternatively, we propose to select the reference nodes according to localization stability. This approach is simple, yet effective. Specifically, we define the sliding window with length set to T w that is an integer multiple of T, i.e., T w = B × T . A node i can act as a reference node when the following two conditions are satisfied: (1) the node should be localized in every localization period of a sliding window; (2) the change of the estimated locations of the node in any two consecutive localization periods should be below the maximum movement distance, | | X i n X i n + 1 | | < V m a x × T , where X i n and X i n + 1 denote the estimated location of the node at two consecutive localization period, V m a x denotes the maximum velocity of nodes.
Aiming at the second problem, we propose to further confine the particles’ positions on the basis of their values initialized in Equation (18). As we have discussed above, a reference node has strong localization stability because its estimated locations have little changes in a sliding window. Then we can use this characteristic to confine the search space of the reference nodes. Let X j m and θ j m denote the location and azimuth angle of the reference node j at the localization period m, respectively. Our approach is to set the tight bound of the location of the reference node at the localization period m + 1 and thus speed up the convergence of the optimization. We assume the cable linked to the reference node is always tense. The path that the reference node moves along is actually an arc, and its length should be less than the maximum movement distance V m a x × T . Accordingly, the maximum movement angle is calculated as
θ j m a x = V m a x × T π × r j
Then the azimuth angle θ j m + 1 belongs to the range [ θ j L B , θ j U B ] , where the lower bound θ j L B = θ j m θ j m a x and the upper bound θ j U B = θ j m + θ j m a x . According to Equation (5), the node locates at ( x A j + r j cos θ j L B , y A j + r j sin θ j L B ) and ( x A j + r j cos θ j U B , y A j + r j sin θ j U B ) for the lower and upper bound of the azimuth angle. Hence, for the reference node j, we can set the lower bound of its X- and Y-axes location as m i n ( x A j + r j cos θ j L B , x A j + r j cos θ j U B ) and m i n ( y A j + r j sin θ j L B , y A j + r j sin θ j U B ) , and set the upper bound of its X- and Y-axes location as m a x ( x A j + r j cos θ j L B , x A j + r j cos θ j U B ) and m a x ( y A j + r j sin θ j L B , y A j + r j sin θ j U B ) . This tight bound not only improves the convergence speed, but also propels the estimated locations of other nodes to their real locations.

5. Performance Evaluation

In this section, we evaluate the performance of the MAP-PSO algorithm using simulations.

5.1. Simulation Settings

In our simulations, 100 unknown nodes are deployed in a cubic region with the range 1000 m × 1000 m × 20 m. MAP-PSO does not need beacon nodes. Each node is linked to a fixed anchor point through a cable with the length 20 m. The anchor points of any two neighbor nodes should satisfy the Equation (1). The node depth is randomly distributed in the range [ 4 , 16 ] , which ensures that every node floats underwater and has a proper monitoring coverage. Each node moves at the maximum velocity 10 m/s clockwise or anti-clockwise. The precision matrix of the noise of each node’s location is given by Λ = 50 I 2 .
As for the distance measurements, a node uses two-way packets to communicate with its neighbor nodes and estimates the distance based on Equation (3) and (4). For energy consumption, we adopt the parameters given in [40]. The packet size is set to be L P = 100 bytes and the acknowledgement size is set to be L A = 20 bytes. To model LinkQuest UWM4000 underwater modem, the data rate, transmission and reception power are set as R = 8.5 kbps, P t x = 7 W and P r x = 0.8 W, respectively. The communication range of all the nodes is set to be 150 m. The mean and precision of the multiplicative noise are set to be μ α = 0.02 and λ α = 60 , respectively, and the precision of the additive noise is set to be λ β = 100 . Once the distance measurements for all the node pairs in a cluster are collected, the PSO method is used to resolve the nodes’ locations. The maximum iteration number is set to be 600. In each iteration, we set the number of the particles as N P = 200 . Every particle updates itself according to Equations (19) and (20). The inertial weight is updated according to Equation (21), where the maximum and minimum weights are set to be ϖ m a x = 0.9 and ϖ m i n = 0.4 , respectively. The cognitive and social acceleration factor are set to be c 1 = 0.5 and c 2 = 1.25 , respectively. The optimization stops when the relative improvement of the best objective function value is less than ρ = 10 3 over t l = 50 iterations.
Every simulation lasts for 100 s. We set the localization period as T = 1 s and use a sliding window with B = 5 localization period, i.e., T w = 5 s. Every simulation is run 50 times to eliminate the impact of randomness. In the simulations, we consider three performance metrics, which are localization accuracy, localization coverage and localization time. Localization accuracy is defined as the average error between estimated locations and real locations of all the localized nodes, and the standard deviation of the localization error is calculated as
S t d = 1 n i = 1 n ( e i e ¯ ) 2
where e i denotes the localization error of the i-th localized node and e ¯ denotes the average error of all the localized nodes. Localization coverage is defined as the proportion of the localized nodes to all nodes. Localization time is defined as the period that starts when all the distance measurements for a cluster are collected and ends when the locations of all the cluster nodes are obtained. Based on the above settings, MAP-PSO and AFAL are implemented using the MATLAB 2014a platform, on a computer with an Intel Core i3-6100 CPU 3.7 GHz and 8.0 GB RAM.

5.2. Localization Performance under Different Parameters

The performance of the MAP-PSO algorithm depends on many important parameters, including the penalty factor, the maximum iteration number, the particle number and the minimum cluster node number. We aim to determine the optimal values of these parameters by simulations.

5.2.1. Impacts of the Penalty Factor

The penalty factor has an important impact on the localization accuracy. As we discussed above, assigning a proper value to the penalty factor will make a balance between the priori knowledge and the likelihood information. Therefore, it is necessary to determine the value of the penalty factor by simulations. Figure 3 shows the relationship between the localization error and the penalty factor. We can observe that there exists some critical value on the curve, where the algorithm has the minimum localization error and standard deviation. This implies that the algorithm has a strong robustness at this value. When the penalty factor is below this value, the algorithm overfits the noisy distance measurements and underfits the priori mobility pattern. On the contrary, if the penalty factor is above this value, the algorithm underfits the noisy distance measurements and overfits the priori mobility pattern. In both cases, the algorithm has larger localization error and standard deviation.

5.2.2. Impacts of The Maximum Iteration Number

The maximum iteration number is another important factor that impacts the localization performance. On one hand, if the maximum iteration number is set to be too small, the optimization may stop too early to converge to the optimal solution, resulting in low localization accuracy; on the other hand, if setting the maximum iteration number to be large helps to improve the localization accuracy, the optimization needs more computational resource, which is infeasible for resource-constrained UASNs. By choosing the penalty factor as 0.56 according to Figure 3 and changing the maximum iteration number from 50 to 600, the localization error and time under different maximum iteration number are shown in Figure 4. We can see that with the increase of the maximum iteration number, the localization error decrease rapidly and the localization time increase rapidly in the first. When the maximum iteration number increases to some point (e.g., 400 in Figure 4), both the localization error and the localization time stabilize gradually. This is because the optimizations of most nodes reach the convergence in less than 400 iterations.

5.2.3. Impacts of the Particle Number

The number of particles is a critical parameter to determine the search ability of PSO localization. In theory, the search ability can be improved by simply increasing the particle number. However, a large number of particles have to be updated according to Equations (19) and (20), which leads to high computational cost. Hence, it is necessary to find a critical point, where a balance between the localization error and the localization time can be reached. By choosing the penalty factor and the maximum iteration number as 0.56 and 400 respectively, the simulation results using 50 to 400 particles are shown in Figure 5. From the figure, we have two observations: on one hand, the localization time increases linearly with the particle number; on the other hand, the localization error decreases rapidly with the increase of the particle number at the beginning. But with the further increase of the particle number (e.g., greater than 200 in Figure 5), the localization accuracy does not have clear improvement any longer. Therefore, it is reasonable to choose the particle number as 200, which makes a tradeoff between the localization error and the computational cost.

5.2.4. Impacts of the Minimum Cluster Node Number

In the above simulations, we ignore the localization coverage because it is rarely affected by the penalty factor, the iteration number and the particle number. We now evaluate the performance under the minimum cluster node number. This parameter means that a cluster can’t be localized if the number of its nodes is less than the minimum cluster node number. Figure 6 illustrates the results when the value of this parameter changes from 3 to 7. It is clear that when the minimum cluster node number is set to be small, the algorithm has low localization accuracy and high localization coverage. This is because most clusters can be localized when the number of their nodes is more than the minimum cluster node number. However, as we stated before, there exists the localization ambiguity due to that the polygon constructed by a small number of cluster nodes has little constraint on the nodes’ locations. As the minimum cluster node number grows, both the localization error and the localization coverage decreases rapidly. This is mainly because with the increase of the minimum cluster node number, the localization ambiguity can be eliminated gradually and few clusters satisfy the localization condition. Further, we can observe that there exists a turning point at the minimum cluster node number of 4. Below this value, the localization coverage does not decrease much and the localization accuracy is greatly improved. But above this value, the localization coverage decrease sharply and the localization accuracy has little improvement. In addition, the minimum cluster node number is closely related to the network density. As the network density grows, its value can be set to relatively large. In this way, the algorithm can achieve high localization accuracy and coverage simultaneously.

5.2.5. Localization Results

By choosing the optimal values of the penalty factor, the maximum iteration number, the particle number and the minimum cluster node number, we set the node density as 8 by adjusting the communication range of the nodes as 160 m and evaluate the localization result of each node. Figure 7 shows the localization error of all the unknown nodes. The average localization error of all the unknown nodes is 2.33. The error of 59% unknown nodes is less than the average error and the error of 93% unknown nodes is less than 3.5 m, which means that most unknown nodes have high localization accuracy compared with the communication range. Furthermore, we note that the localization error of some unknown nodes has large values (such as nodes 25, 52, 88 and 78), which means the localization accuracy of these nodes is not very high. This is mainly because these nodes are localized when the number of nodes in their clusters is small, resulting in that the localization ambiguity is not eliminated completely. On the whole, the localization result indicates that the localization accuracy is satisfiable and the localization algorithm is robust to noisy underwater environments.

5.3. Performance Comparison with AFLA

In this section, we compare the localization accuracy and time of MAP-PSO with that of AFLA under different parameters, including the measurement noise level and the node density. The localization coverage is not evaluated because both algorithms have the same localization coverage under the two parameters. According to the above simulations, we choose the penalty factor, the maximum iteration number, the particle number and the minimum cluster node number as 0.56, 400, 200 and 4, respectively. The unique parameters of AFAL are set according to [21].

5.3.1. Impacts of the Measurement Noise Level

We first compare the performance of both algorithms under different measurement noise levels. As we stated before, the measurement noise is composed of the additive and multiplicative noises. Due to the additive noise is assumed to follow a Gaussian distribution with zero mean, it is reasonable to use the mean of the multiplicative noise to represent the measurement noise level. We change the mean of the multiplicative noise from 0.01 to 0.06. The results for localization accuracy and localization coverage are illustrated in Figure 8.
From Figure 8a, we can see that the localization errors of MAP-PSO and AFAL both increase with the measurement noise level. In comparison, MAP-PSO has higher localization accuracy and lower standard deviation. Meanwhile, as the measurement noise level grows, the standard deviation of AFAL increases faster than that of MAP-PSO, which implies that MAP-PSO is more robust to complex underwater noises. This is mainly because MAP-PSO fits the noisy measurements and the priori mobility pattern in a weighted way, while AFAL treats the two types of information equally. Especially, when the measurement noise is of high level, it is difficult for AFAL to find an exact solution that fit the two types of information well.
Figure 8b shows us the relationship between the localization time and the measurement noise level. It is obvious that MAP-PSO can complete the localization process in a shorter time and have lower standard deviation compared with AFAL. Furthermore, the localization time of AFAL increases rapidly with the measurement noise while that of MAP-PSO has no obvious change. This is because AFAL have to directly search the whole solution space when the measurement noise is of high level.

5.3.2. Impacts of the Node Density

We next compare the performance of both algorithms under different node densities. Node density is defined as the expected number of nodes in a node’s neighborhood. We change the node density from 4 to 12 by adjusting the communication range of the nodes. The results for localization accuracy and localization coverage are illustrated in Figure 9.
As shown in Figure 9a, MAP-PSO achieves higher localization accuracy and lower standard deviation compared with AFAL. As the node density grows, the localization error of MAP-PSO decreases slowly, but that of AFAL has no obvious improvements. This is mainly because that the number of nodes in a cluster increases with the node density and thus more distance measurements can be generated. These measurements have strong constraints on the nodes’ locations, which can significantly relieve the localization ambiguity problem.
Figure 9b shows the relationship between the localization time and the node density. We can see that MAP-PSO takes less time for localization compared with AFAL. Besides, the localization time of MAP-PSO has the lower standard deviation. This indicates that each node has similar computational cost in our algorithm, which can efficiently prolong the network life. In addition, the localization time of MAP-PSO increases monotonically with the increase of the node density. This is because with the increase of the node density, the number of cluster nodes increases and the location variable is high-dimensional. By using a limited number of particles, searching the best solution in a high-dimensional space may need more iteration times.
Besides the localization accuracy and time, we evaluate the energy consumption under different node densities. For simplicity, we follow LDSN [22] to set the acknowledgement reception consume one unit of energy. According to the values of the parameters L P , L A , P t x and P r x , we set the the ranging packet reception consume 5 units of energy, the acknowledgement transmission consume 9 units of energy and the ranging packet transimmsion consume 45 units of energy, respectively. As illustrated in Figure 9c, the energy consumption of the two algorithms increases with the node density. When the node density is relatively small, MAP-PSO and AFLA have similar energy consumption. This is because most clusters in MAP-PSO consist of three or four nodes in this case. As the node density grows, AFLA has more energy consumption than MAP-PSO. The reason may be that AFLA forms more clusters due to it adopts the three-node cluster localization.

6. Conclusions

In this paper, we considered the localization problem in UASNs where nodes are permanently moving with restrictions and measurement noises vary with the distances. We introduced a localization algorithm that uses the priori knowledge provided by nodes’ mobility patterns and the likelihood information offered by distance measurements. Under the Bayesian framework, the algorithm fuses the two types of information in a weighted way. In the localization phase, the algorithm fits the components in the localization objective function according to their weights. To improve localization accuracy and convergence speed, we further propose novel reference selection and bound constraint mechanisms. We evaluate the localization performance of our algorithm under different unique parameters. The simulation results give the suggestions of selecting proper values for these parameters. We also compare the localization performance with the benchmark AFAL algorithm. The simulation results show that our algorithm can use less localization time and energy consumption to achieve higher localization accuracy.
In the future, our work focuses on two aspects: on one hand, considering the depth measurements may be obtained with low accuracy from a cheap pressure sensor due to the variation of atmosphere and tides, we will study the accurate localization algorithm with coarse depth measurements; on the other hand, we will extend the proposed method to improve the localization performance by using temporal dependency between a node’s locations of consecutive time instants.

Author Contributions

K.H. conceived the method, designed the experiments, analyzed the results and wrote the paper. X.S. assisted with the experiment design and the result analysis. Z.S. researched the literatures and contributed to the paper revision. H.L. prepared the figures. Z.G. reviewed the paper and gave some suggestions.

Funding

This work was supported by Shandong Provincial Natural Science Foundation under Grant ZR2016FB21 and National Natural Science Foundation of China under Grants 61502262 and 61572448.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Hu, K.; Guo, Z.; Ma, G.; Zhou, W.; Sun, Z. Complex Virtual Instrument Model for Ocean Sensor Networks. IEEE Access 2018, 6, 21934–21944. [Google Scholar] [CrossRef]
  2. Luo, H.; Wu, K.; Ruby, R.; Hong, F.; Guo, Z.; Ni, L.M. Simulation and Experimentation Platforms for Underwater Acoustic Sensor Networks: Advancements and Challenges. ACM Comput. Surv. 2017, 50, 28. [Google Scholar] [CrossRef]
  3. Beniwal, M.; Singh, R.P.; Sangwan, A. A localization scheme for underwater sensor networks without Time Synchronization. Wirel. Pers. Commun. 2016, 88, 537–552. [Google Scholar] [CrossRef]
  4. Tan, H.-P.; Diamant, R.; Seah, W.K.; Waldmeyer, M. A survey of techniques and challenges in underwater localization. Ocean Eng. 2011, 38, 1663–1676. [Google Scholar] [CrossRef] [Green Version]
  5. Han, G.; Jiang, J.; Shu, L.; Xu, Y.; Wang, F. Localization algorithms of underwater wireless sensor networks: A survey. Sensors 2012, 12, 2026–2061. [Google Scholar] [CrossRef] [PubMed]
  6. Diamant, R.; Lampe, L. Underwater localization with time-synchronization and propagation speed uncertainties. IEEE. Trans. Mob. Comput. 2013, 12, 1257–1269. [Google Scholar] [CrossRef]
  7. Isik, M.T.; Akan, O.B. A three dimensional localization algorithm for underwater acoustic sensor networks. IEEE Trans. Wirel. Commun. 2009, 8, 4457–4463. [Google Scholar] [CrossRef]
  8. Diamant, R.; Tan, H.-P.; Lampe, L. LOS and NLOS classification for underwater acoustic localization. IEEE. Trans. Mob. Comput. 2014, 13, 311–323. [Google Scholar] [CrossRef]
  9. Liu, J.; Wang, Z.; Cui, J.-H.; Zhou, S.; Yang, B. A joint time synchronization and localization design for mobile underwater sensor networks. IEEE. Trans. Mob. Comput. 2016, 15, 530–543. [Google Scholar] [CrossRef]
  10. Ramezani, H.; Leus, G. Ranging in an underwater medium with multiple isogradient sound speed profile layers. Sensors 2012, 12, 2996–3017. [Google Scholar] [CrossRef]
  11. Li, X.; Zhang, C.; Yan, L.; Han, S.; Guan, X. A Support Vector Learning-Based Particle Filter Scheme for Target Localization in Communication-Constrained Underwater Acoustic Sensor Networks. Sensors 2018, 18, 8. [Google Scholar] [CrossRef] [PubMed]
  12. Zhang, Y.; Liang, J.; Jiang, S.; Chen, W. A Localization Method for Underwater Wireless Sensor Networks Based on Mobility Prediction and Particle Swarm Optimization Algorithms. Sensors 2016, 16, 212. [Google Scholar] [CrossRef] [PubMed]
  13. Das, A.P.; Thampi, S.M. Fault-resilient localization for underwater sensor networks. Ad Hoc Netw. 2017, 55, 132–142. [Google Scholar] [CrossRef]
  14. Gao, J.; Shen, X.; Zhao, R.; Mei, H.; Wang, H. A Double Rate Localization Algorithm with One Anchor for Multi-Hop Underwater Acoustic Networks. Sensors 2017, 5, 984. [Google Scholar] [CrossRef] [PubMed]
  15. Han, G.; Zhang, C.; Liu, T.; Shu, L. MANCL: A multi-anchor nodes collaborative localization algorithm for underwater acoustic sensor networks. Wirel. Commun. Mob. Comput. 2016, 16, 682–702. [Google Scholar] [CrossRef]
  16. Liu, Z.; Gao, H.; Wang, W.; Chang, S.; Chen, J. Color filtering localization for three-dimensional underwater acoustic sensor networks. Sensors 2015, 15, 6009–6032. [Google Scholar] [CrossRef] [PubMed]
  17. Liu, L.; Wu, J.; Zhu, Z. Multihops fitting approach for node localization in underwater wireless sensor networks. Int. J. Distrib. Sens. Netw. 2015, 2015, 682182. [Google Scholar] [CrossRef]
  18. Zhang, S.; Zhang, Q.; Liu, M.; Fan, Z. A top-down positioning scheme for underwater wireless sensor networks. Sci. China-Inf. Sci. 2014, 57, 1–10. [Google Scholar] [CrossRef]
  19. Kim, S.; Yoo, Y. SLSMP: Time synchronization and localization using seawater movement pattern in underwater wireless networks. Int. J. Distrib. Sens. Netw. 2014, 2014, 172043. [Google Scholar] [CrossRef]
  20. Moradi, M.; Rezazadeh, J.; Ismail, A.S. A reverse localization scheme for underwater acoustic sensor networks. Sensors 2012, 12, 4352–4380. [Google Scholar] [CrossRef]
  21. Guo, Y.; Liu, Y. Localization for anchor-free underwater sensor networks. Comput. Electr. Eng. 2013, 39, 1812–1821. [Google Scholar] [CrossRef]
  22. Luo, H.; Wu, K.; Gong, Y.; Ni, L. Localization for Drifting Restricted Floating Ocean Sensor Networks. IEEE Trans. Veh. Technol. 2016, 65, 9968–9981. [Google Scholar] [CrossRef]
  23. Luo, H.; Zhao, Y.; Guo, Z.; Liu, S.; Chen, P.; Ni, L.M. UDB: Using directional beacons for localization in underwater sensor networks. In Proceedings of the 14th IEEE International Conference on Parallel and Distributed Systems (ICPADS’08), Melbourne, VIC, Australia, 8–10 December 2008; pp. 551–558. [Google Scholar]
  24. Erol, M.; Vieira, L.F.M.; Gerla, M. Localization with Dive’N’Rise (DNR) beacons for underwater acoustic sensor networks. In Proceedings of the 2007 International Conference on Mobile Computing and Networking (MobiCom’07)-Second Workshop on Underwater Networks (WUWNet’07), Montreal, QC, Canada, 14–17 September 2007; pp. 97–100. [Google Scholar]
  25. Luo, J.; Fan, L. A Two-Phase Time Synchronization-Free Localization Algorithm for Underwater Sensor Networks. Sensors 2017, 17, 726. [Google Scholar] [CrossRef] [PubMed]
  26. Erol, M.; Vieira, L.F.M.; Caruso, A.; Paparella, F.; Gerla, M.; Oktug, S. Multi stage underwater sensor localization using mobile beacons. In Proceedings of the 2nd International Conference on Sensor Technologies and Applications (SENSORCOMM 2008), Cap Esterel, France, 25–31 August 2008; pp. 710–714. [Google Scholar]
  27. Luo, J.; Fan, L.; Wu, S.; Yan, X. Research on localization algorithms based on acoustic communication for underwater sensor networks. Sensors 2018, 18, 67. [Google Scholar] [CrossRef] [PubMed]
  28. Mortazavi, E.; Javidan, R.; Dehghani, M.J.; Kavoosi, V. A robust method for underwater wireless sensor joint localization and synchronization. Ocean Eng. 2017, 137, 276–286. [Google Scholar] [CrossRef]
  29. Kim, Y.; Noh, Y.; Kim, K. RAR: Real-time acoustic ranging in underwater sensor networks. IEEE Commun. Lett. 2017, 21, 2328–2331. [Google Scholar] [CrossRef]
  30. Bian, T.; Venkatesan, R.; Li, C. Design and evaluation of a new localization scheme for underwater acoustic sensor networks. In Proceedings of the 2009 IEEE Global Telecommunications Conference (GLOBECOM), Honolulu, HI, USA, 30 November–4 December 2009; pp. 1–5. [Google Scholar]
  31. Zhou, Z.; Peng, Z.; Cui, J.-H.; Shi, Z.; Bagtzoglou, A.C. Scalable localization with mobility prediction for underwater sensor networks. IEEE. Trans. Mob. Comput. 2011, 10, 335–348. [Google Scholar] [CrossRef]
  32. Hu, K.; Sun, Z.; Luo, H.; Zhou, W.; Guo, Z. STVF: Spatial-temporal variational filtering for localization in underwater acoustic sensor networks. Sensors 2018, 18, 2078. [Google Scholar] [CrossRef]
  33. Li, M.; Yang, Z.; Liu, Y. Sea depth measurement with restricted floating sensors. ACM Trans. Embed. Comput. Syst. 2013, 13, 1. [Google Scholar] [CrossRef]
  34. Ji, C.; Yuan, Z. Experimental study of a hybrid mooring system. J. Mar. Sci. Technol. 2015, 20, 213–225. [Google Scholar] [CrossRef]
  35. Ghafari, H.; Dardel, M. Parametric study of catenary mooring system on the dynamic response of the semi-submersible platform. Ocean Eng. 2018, 153, 319–332. [Google Scholar] [CrossRef]
  36. Hong, L.; Hong, F.; Guo, Z.; Li, Z. ECS: Efficient Communication Scheduling for Underwater Sensor Networks. Sensors 2011, 11, 2920–2938. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  37. Zhu, Y.; Peng, Z.; Cui, J.-H.; Chen, H. Toward practical MAC design for underwater acoustic networks. IEEE. Trans. Mob. Comput. 2015, 14, 872–886. [Google Scholar] [CrossRef]
  38. Wang, X.; Fu, M.; Zhang, H. Target tracking in wireless sensor networks based on the combination of KF and MLE using distance measurements. IEEE. Trans. Mob. Comput. 2012, 11, 567–576. [Google Scholar] [CrossRef]
  39. Cui, H.; Shu, M.; Song, M.; Wang, Y. Parameter Selection and Performance Comparison of Particle Swarm Optimization in Sensor Networks Localization. Sensors 2017, 17, 487. [Google Scholar] [CrossRef] [PubMed]
  40. Yildiz, H.U.; Gungor, V.C.; Tavli, B. Packet Size Optimization for Lifetime Maximization in Underwater Acoustic Sensor Networks. IEEE Trans. Ind. Inform. 2018, in press. [Google Scholar] [CrossRef]
Figure 1. Network model.
Figure 1. Network model.
Sensors 19 00071 g001
Figure 2. Localization ambiguity.
Figure 2. Localization ambiguity.
Sensors 19 00071 g002
Figure 3. Impacts of the penalty factor on localization accuracy.
Figure 3. Impacts of the penalty factor on localization accuracy.
Sensors 19 00071 g003
Figure 4. Impacts of the maximum iteration number on localization accuracy and time.
Figure 4. Impacts of the maximum iteration number on localization accuracy and time.
Sensors 19 00071 g004
Figure 5. Impacts of the particle number on localization accuracy and time.
Figure 5. Impacts of the particle number on localization accuracy and time.
Sensors 19 00071 g005
Figure 6. Impacts of the minimum cluster node number on localization accuracy and coverage.
Figure 6. Impacts of the minimum cluster node number on localization accuracy and coverage.
Sensors 19 00071 g006
Figure 7. Localization error of each node.
Figure 7. Localization error of each node.
Sensors 19 00071 g007
Figure 8. Impacts of the measurement noise level on: (a) localization accuracy; (b) localization time.
Figure 8. Impacts of the measurement noise level on: (a) localization accuracy; (b) localization time.
Sensors 19 00071 g008
Figure 9. Impacts of the node density on: (a) localization accuracy; (b) localization time; (c) communication cost.
Figure 9. Impacts of the node density on: (a) localization accuracy; (b) localization time; (c) communication cost.
Sensors 19 00071 g009aSensors 19 00071 g009b

Share and Cite

MDPI and ACS Style

Hu, K.; Song, X.; Sun, Z.; Luo, H.; Guo, Z. Localization Based on MAP and PSO for Drifting-Restricted Underwater Acoustic Sensor Networks. Sensors 2019, 19, 71. https://doi.org/10.3390/s19010071

AMA Style

Hu K, Song X, Sun Z, Luo H, Guo Z. Localization Based on MAP and PSO for Drifting-Restricted Underwater Acoustic Sensor Networks. Sensors. 2019; 19(1):71. https://doi.org/10.3390/s19010071

Chicago/Turabian Style

Hu, Keyong, Xianglin Song, Zhongwei Sun, Hanjiang Luo, and Zhongwen Guo. 2019. "Localization Based on MAP and PSO for Drifting-Restricted Underwater Acoustic Sensor Networks" Sensors 19, no. 1: 71. https://doi.org/10.3390/s19010071

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