SMURF: Reliable Multipath Routing in Flying Ad-Hoc Networks

Introduction

Unmanned Aerial Vehicles (UAVs) are used in a wide range of applications, from tracking and monitoring animals in remote areas to military applications. In general, drones are used to search, identify and monitor interesting events over massive and/or inaccessible areas. In order to effectively accomplish the task, multiple UAVs are deployed in a certain area and are expected to coordinate actions in an autonomous fashion or execute direct instructions from a control center.

In many scenarios, the UAVs need to exchange a relatively large amount of data among themselves and/or with the control station to support a given service. For example, distributed area monitoring/patrolling applications may require the UAVs to stream high definition video or thermal camera recordings to the control station, which demands wideband communication technologies (e.g., mmWave) that typically have limited coverage range. Therefore, providing such services over wide areas may require multi-hop data connections, where the UAVs themselves can act as relays for other nodes in the network.

On the other hand, UAVs and the control station also need to exchange light control traffic, which usually has strict latency and reliability constraints, but low transmission speed requirements. This traffic can be carried by low-rate long-range communication technologies, such as LoRa, so as to realize direct links between the UAVs and the control center. For example, this control channel can be used by the UAVs to send periodic tracking updates to the control center, which can use these messages to track the UAVs position. In these scenarios, UAVs and the control center can use different technologies to carry information and signaling traffic, physically separating the data and control planes. However, the randomness in the drones’ movements makes the design of a multihop routing protocol for the data plane a challenging problem.

In this article, we show the design for Stochastic Multipath UAV Routing for FANETs (SMURF) protocol, a centralized multipath routing protocol for FANETs, which exploits the tracking information available at the control center to estimate the reliability of routes and select the set of routes that guarantee the overall highest reliability. The routing tables can be computed by the control center and propagated to UAVs by using the Software Defined Networking (SDN) paradigm.

drones
Fig. 1. Spanning Tree for the Network starting from Node 1

System Model and SMURF Protocol Definition

We model a FANET as a time-varying graph G(t)=(V,E(t)), where V is the set of UAVs in the network and E(t) is the set of existing links at time t. Each drone i is characterized by its position \mathbf{x}_i(t)=(x_i(t),y_i(t),z_i(t)) in the 3D space. We define the distance d_{ij}(t)=||\mathbf{x}_i(t)-\mathbf{x}_j(t)||_2 as the Euclidean distance between the two drones. In the following, we consider a link e_{ij}(t) as part of E(t) if the distance between drones i and j is lower than the communication range R (which depends on the communication technology used): E(t)={e_{ij}(t):d_{ij}(t)\leq R}. This simple assumption is justified by the fact that the drones will be in line of sight of each other in most practical applications; however, the model can be extended to more complex scenarios.

We assume that the real position \mathbf{x}_i of each UAV is not known by the control station, which keeps an estimate of its Probability Density Function (PDF) p(\mathbf{\hat{x}}_i =\mathbf{x}) instead. We can now define the link existence probability P(e_{ij}) as:

(1)   \begin{align*}P(e_{ij})&=P_R(d_{ij}\leq R)=\int_{\mathcal{B}_R(0)} p(\mathbf{x}_i-\mathbf{x}_j=\mathbf{x}) d\mathbf{x},\end{align*}


where \mathcal{B}_R(\mathbf{x}) is the sphere with radius R and center \mathbf{x}.

Let \mathbf{e} denote a path from a source (s) to a destination (d), and \mathcal{E}_{sd} is the set all such routes. We then define the optimal route \mathbf{e}^ from s to d as the vector of links that maximize the overall route existence probability:

(2)   \begin{align*} \mathbf{e}^*= \max_{\mathbf{e}\in\mathcal{E}_{sd}}~P(\mathbf{e}),\end{align*}


If all links were independent as typically assumed in the literature, we would have P(\mathbf{e})=\prod_{e\in\mathbf{e}} P(e). Note that, loops are always avoided, as a route with a loop always has a lower or equal probability of existence than the same route without the loop. In this paper, furthermore, we model the joint existence probability of adjacent links, which slightly complicates the expression of P(\mathbf{e}), as explained later.

Once we have found the optimal route \mathbf{e}^*, we can define its optimal backup as the route \mathbf{b}(\mathbf{e}^*) that maximizes the success probability when the first route fails (an event denoted by \mathbf{\bar{e}}^*):

(3)   \begin{align*} \mathbf{b}(\mathbf{e}^*)&=\max_{\mathbf{b}\in\mathcal{E}_{sd}|\mathbf{\bar{e}}^*}~P(\mathbf{b}|\mathbf{\bar{e}}^*).\end{align*}


where \mathcal{E}_{sd}|\mathbf{\bar{e}}^* indicates the set of a viable paths from source s to destination d, given that the primary path \mathbf{e}^* is disrupted.

Link existence probability

We now assume that the estimated position distribution for each node is a multivariate Gaussian distribution, \hat{\mathbf{x}}_i \sim \mathcal{N}(\bm{\mu}_i,\bm{\Sigma}_i). This assumption is justified if the tracking system uses Kalman filtering, as is common in the literature. We also assume that the positions of the UAVs are mutually independent. Note that, the covariance matrix \bm{\Sigma}_i is not necessarily diagonal, as we expect a higher error in the direction of movement of UAVs. The PDF of the position for the node i is given by:

(4)   \begin{equation*} p_i{(\mathbf{x})} = \frac{1}{2\pi\sqrt{|\bm{\Sigma}_i|}}e^{\left(-\frac{1}{2}({\mathbf{x}-\bm{\mu}_i})^T \bm{\Sigma}_i^{-1} ({\mathbf{x}_i-\bm{\mu}_i})\right)}. \end{equation*}

Hence, the link existence probability as expressed in (1) is given by:

(5)   \begin{equation*}  P(e_{ij}) = \int_{\mathcal{B}_R(0)}\frac{e^{\left(-\frac{1}{2}({\mathbf{x}-(\bm{\mu}_{i-j})})^T \bm{\Sigma}_{i-j}^{-1} ({\mathbf{x}-\bm{\mu}_{i-j}})\right)}}{2\pi\sqrt{|\bm{\Sigma}_{i-j}|}} d\mathbf{x}, \end{equation*}

where \bm{\mu}_{i-j} = \bm{\mu}_i - \bm{\mu}_j and \bm{\Sigma}_{i-j} = \bm{\Sigma}_i + \bm{\Sigma}_j, as the difference of two independent multivariate Gaussian random variables is itself multivariate Gaussian with those parameters. This integral cannot be solved analytically, but it can be computed efficiently using numerical methods.

We now consider the existence probability P(e_{ij},e_{jk}) of the two-hop path (e_{ij},e_{jk}). The two links are correlated because they share the intermediate node j. Given that the positions \mathbf{x}_i and \mathbf{x}_k are mutually independent, the links’ existence probabilities become independent when conditioned on \mathbf{x}_j. Hence, applying the total probability law, we get:

(6)   \begin{equation*} P(e_{ij},e_{jk}) = \int_{\mathbb{R}^3} P(e_{ij}|\mathbf{x}_j=\mathbf{x}) P(e_{jk}|\mathbf{x}_j=\mathbf{x}) p_j(\mathbf{x})d\mathbf{x}, \end{equation*}

where P(e_{ij}|\mathbf{x}_j=\mathbf{x}) is given by:

(7)   \begin{align*} P(e_{ij}|\mathbf{x}_j=\mathbf{x})=\int_{\mathcal{B}_R(\mathbf{x})} p_i(\mathbf{y}) d\mathbf{y}.\end{align*}


All the computations above are so reduced to the calculation of multivariate Gaussian integrals, which can be performed efficiently with well-known numerical methods. Since the routing algorithm is executed by the control station, which should have sufficient computational power, there are no issues with the limited battery and computational capabilities of the UAVs.

Routing Metric Calculation

In order to compute the existence probability of a route, we need to consider all of its links jointly. In the following, we simplify the probability calculation by assuming that links that do not share nodes are independent, so that we can write:

(8)   \begin{equation*}P(\mathbf{e}) = P(e_{12})P(e_{23}|e_{12})\ldots P(e_{n-1,n}|e_{n-2,n-1}).\end{equation*}


This simplification is justified by the fact that each UAV’s movement is assumed to be independent, so that it is reasonable to expect that the mutual dependence of links that do not share nodes is negligible. By considering only the dependence on the immediately previous link, we can efficiently build a spanning tree by using the negative logarithm of the link existence probability as a routing metric:

(9)   \begin{align*}W(e_{jk}|e_{ij})=-\log_{10}(P(e_{jk}|e_{ij})).\end{align*}


In this way, links with a higher existence probability are chosen by the routing algorithm.

Backup Routes Calculation

By definition, the primary route is the one with the highest probability of existence, but it might still fail in a dynamic scenario. For this reason, we consider a set of backup routes, which can be selected in case the primary one fails. This can significantly increase the reliability of the transmission if the UAV swarm is dense enough, as there will be multiple viable routes to the destination. In order to calculate the optimal backup, we consider single-link failures and define the conditional path existence probability, given the link is down, as follows:

(10)   \begin{align*}\mathbf{b}_i(\mathbf{e}^*)&=\max_{\mathbf{b}\in\mathcal{E}_{sd} | \mathbf{\bar{e}}^*} P(\mathbf{b}|\bar{e}_i^*). \end{align*}

If the i-th link in the primary route does not exist, we can compute the conditional joint position PDF of nodes i and i+1, as:

(11)   \begin{align*} p((\mathbf{x}_i,\mathbf{x}_{i+1})=(\mathbf{x},\mathbf{y})|\bar{e}_{i,i+1})&=\begin{cases}\frac{p_i(\mathbf{x})p_{i+1}(\mathbf{y})}{1-P(e_{i,i+1})},&\mathbf{y}\in\mathcal{B}_R(\mathbf{x});\\ 0,&\mathbf{y}\notin\mathcal{B}_R(\mathbf{x}). \end{cases} \end{align*}

We can then adjust other links’ existence probabilities with such a conditional PDF and rebuild the spanning tree to find the backup route. After computing the optimal backup \mathbf{b}_i(\mathbf{e}^*) for each link failure, we compare them by considering the probability of the link failing. The optimal backup route is then given by:

(12)   \begin{align*}\mathbf{\tilde{b}}(\mathbf{e}^*)&=\max_{\mathbf{b}_1,\ldots,\mathbf{b}_{N(\mathbf{e}^*)-1}} P(\mathbf{b}|\bar{e}^*_i)(1-P(e_i)),\end{align*}


where N(\mathbf{e}) is the number of nodes in route \mathbf{e}. We compute successive backups by considering single broken links in the primary route to simplify the calculation, even though the result is slightly suboptimal.

Route information propagation and data plane

In our model, routing calculations are performed by the central control station, which collects tracking information using LoRaWAN and computes the routes. This centralized strategy provides two key benefits: first, the information collection and decision-making is in one place, so that the routing protocol inherently avoids loops and does not operate on contradictory information. Second, UAVs are spared from the computational load to perform numerical integration and calculate the route existence probability. The central node is not so constrained, and can even offload computation to the cloud.

The propagation of the routes to UAVs can be performed via SDN. This paradigm involves a central controller gathering information and sending simple instructions to switch nodes, and it has already been proposed and tested in FANETs. SDN also gives UAVs the possibility to send data over multiple interfaces, so the routing protocol could be implemented in an entirely transparent way, without requiring changes to the applications transmitting the data. Furthermore, SDN has been widely deployed in wired networks, and all major operating systems now support it by default.

The use of backup routes can increase the reliability of the transmission, but there is a trade-off: if packets are sent over multiple routes by multicast, this requires additional energy consumption and increases the load on the network.

Simulation and Results

We design the simulation based on the parameters defined in Table I.

table

We compare our protocol with a single path algorithm based on a distance metric defined in. The protocol defined in the paper also contains a mobility metric. The velocity in the routing metric is considered to be the variance of the multivariate Gaussian distribution. Also, as mentioned before, the routing calculations are performed by the control center using the Kalman tracking algorithm fed by the position updates through LoRaWAN. We ran a shortest path algorithm, as mentioned in, to get the path from source to destination. We also considered the theoretical oracle routing protocol, which operates with perfect information about the UAVs’ positions and, consequently, the existence of the routes.

The performance measure considered to evaluate the routing protocol is the Packet Delivery Ratio (PDR), as the goal of the work was to increase reliability. To calculate the PDR in MATLAB, we consider the existence of paths between all the nodes in primary and/or backup routes. If at least one of the selected routes exists for a particular realization of the distribution, we consider the packet to be delivered correctly, while when none of the selected paths exists, the packet delivery fails. Additionally, the packets are multicasted over the primary and backup routes so as to avoid additional energy consumption due to duplication of packets on links shared by such routes. Finally, we have assumed that there is no radio interference between the packets sent on multiple routes. We evaluate the delivery for every realization in every scenario and plot it as a boxplot. Fig. 2 shows the packet delivery ratio when incorporating multiple routes from source to destination, with a density \lambda=150 UAV/km^2.

comparison illustration
Fig. 2. Comparison between MPGR, Distance Based Single Path Algorithm and SMURF with different number of paths

The boxplot shows the empirical distribution of the PDR for the given scenario. The average PDR for SMURF is significantly higher even when considering a single path: while the distance-based protocol has an average PDR of 85\% and an existing mobility based geographic routing protocol, MPGR [14] is below 40\%, SMURF can achieve 93\%. MPGR performs even worse than the distance-based metric, as shown in the figure. Furthermore, the lower quartile edge of the boxplot shows that the distance-based protocol performs far worse in the worst cases, with 25\% of possible network graphs having a PDR of 70\% or lower, while single-path SMURF achieves an 88\% PDR for the 25th percentile graph. This gain comes from the fact that SMURF computes the route existence probability accounting for the inter-dependency of adjacent links. The gains become even more significant when considering multiple routes: using 2 paths improves the average PDR to about 98\%, and 3-path SMURF already has a performance very similar to the oracle routing protocol i.e. maximum achievable routing performance when all positions are accurately known by the control center. This justifies the need for backup routes, but also limits the algorithm to a small number of alternative paths, which helps reduce the overhead due to packet replication.

Conclusion

In this work, we propose a statistical analysis of a FANET with tracking information and derive the existence probability for both single links and entire routes. We then design SMURF, a multipath routing protocol that computes a primary route (i.e., the route with the highest existence probability), and a series of backups that allow the transmission to succeed even if a link in the primary route is broken. Even with just two backup routes, the protocol’s performance is very close to the optimum, represented by the flooding strategy, with a far lower waste of bandwidth.

For more details, check out the full paper at SMURF: Reliable Multipath Routing in Flying Ad-Hoc Networks | IEEE Conference Publication | IEEE Xplore.

Anay Deshpande

Anay is a PhD student at University of Padova, Italy, where he researches Anticipatory Techniques For Wireless Network Optimisation. He is currently working on predictive drone routing, predictive scheduling for real time systems and integration of RIS in drone assisted communication for green networks.