Next Article in Journal
A Cell-Based Bioelectric Biosensor for Salmonella spp. Detection in Food
Previous Article in Journal
Study of a pH-Sensitive Hologram for Biosensing Applications
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Mathematical Model of Information Exchange in the Autonomous Underwater Vehicle Network †

by
Elizaveta G. Litunenko
*,‡,
Alexander M. Gruzlikov
,
Nikolai V. Kolesov
and
Iurii M. Skorodumov
State Research Center of the Russian Federation—Concern CSRI Elektropribor, JSC, 30, Malaya Posadskaya Str., Saint Petersburg 197046, Russia
*
Author to whom correspondence should be addressed.
Presented at the 15th International Conference “Intelligent Systems” (INTELS’22), Moscow, Russia, 14–16 December 2022.
These authors contributed equally to this work.
Eng. Proc. 2023, 33(1), 11; https://doi.org/10.3390/engproc2023033011
Published: 30 May 2023
(This article belongs to the Proceedings of 15th International Conference “Intelligent Systems” (INTELS’22))

Abstract

:
Nowadays, a lot of attention is given to autonomous underwater exploration. To reduce the time of such explorations groups of networked underwater vehicles are used. The implementation of such communication is rather problematic because of low message transfer speed and other factors related to the underwater environment. In such networks, messages often pass through a chain of relay nodes to reach their destination point. Moreover, vehicles can form queues of messages to be transmitted. The order of messages in the queue can influence the total transmission time. In complex information exchange scenarios, it is crucial to order the messages that should be delivered to ensure optimal management of the process. The proposed article discusses an optimization of messaging in a network of autonomous underwater vehicles. The authors propose algorithms for scheduling information exchanges in an underwater network. These algorithms are suboptimal. Algorithms that satisfy the criteria of the minimum upper bounds for either the total or average delivery time have been proposed. The authors considered situations when messages are unordered, as well as when messages are partially pre-ordered.

1. Introduction

Problems and advances in underwater robotics have been in the focus of specialists’ attention in recent decades [1,2]. These issues are also widely discussed in the modern scientific and technical literature. Significant interest in this field is explained by the fact that nowadays autonomous underwater underwater vehicles (AUVs) are used for a multitude of applications, among which are geological exploration, prospecting, and oceanographic and other kinds of works and research that are often conducted in extreme conditions. To reduce the time, such works are often carried out by a group of vehicles based on a certain multi-agent concept, which implies information exchange between the agents to coordinate joint actions. In this case, AUVs are considered as a network, in which the vehicles exchange information using underwater sonar communication [3,4,5,6,7]. The implementation of such communication is rather problematic in view of a low speed of sound propagation in water, the frequency dependence of the attenuation coefficient of a hydroacoustic signal, multipath propagation, and signal detection under conditions of a priori uncertainty in the noise–signal environment. As a consequence, these problems lead to a significant limitation of both the rate (kilobits per second) and radius of information exchange between the AUVs. As a result, in the general case, instead of reaching the destination node directly, a message passes via a chain of relay nodes. In addition, due to the AUV mobility, the message delivery route may change following the changes in the AUV network topology. These restrictions significantly increase the requirements for organizing information exchanges. Therefore, it necessary to optimize the routes and sequences of the messages to be transmitted.
This article addresses one of the theoretical aspects of the practical developments in AUV networking carried out at the Concern CSRI Elektropribor, JSC, namely, the organization of information exchanges in an AUV network. Ways of optimizing the sequence of message transmissions, i.e., scheduling information exchanges, are proposed and discussed. The problem statement is given in Section 1. The proposed scheduling algorithms are considered in Section 2 and Section 3.

2. Problem Statement

For scheduling algorithms development, we will assume that the considered network has the following properties:
  • The network is an undirected and connected graph;
  • The network is stationary [8];
  • The nodes are identic and use the same operating algorithm;
  • Every node has information about all another nodes location;
  • The routing algorithm uses routing tables that are assumed to be known [9];
  • The nodes emit messages periodically.
The property of stationarity provides a constant value of the intensity of the flow of information exchanges in the network. The coordinates of all network nodes are contained in routing tables, which update in the process of information interaction between network nodes. We assume that during the information exchange the devices do not move significantly, so the messages are transmitted along the planned routes and always reach the addressees. The sequence of messages transmitted by nodes includes messages generated by the node itself, as well as messages relayed from other nodes.
Generally, the order of messages transmitted by a node affects on the effectiveness of message delivery. In what follows, the criterion of efficiency is represented either by the total delivery time Δ s of all messages from the sequence being transmitted, or the average delivery time Δ ¯ for messages. In this case, the delivery time Δ of a message at the k-th position in the queue of the node involved is taken to mean the sum of the waiting time e [ k ] w in the queue of the transmitting node and the message transmission time e [ k ] t (from the moment the message transmission starts to the end of its reception) between the transmitting and destination nodes:
Δ [ k ] = e [ k ] w + e [ k ] t .
In a general case, the message does not reach the destination node directly, but through a chain of relay nodes; therefore, the message transmission route is multi-hop. Then, the message delivery time is calculated by the formula:
Δ [ k ] = i = 1 r [ k ] ( e [ k ] , i w + e [ k ] , i t ) .
where r [ k ] is the number of route steps for the message at the k-th position in the queue, and i is the number of the route step.
This expression can be represented in the following form:
Δ [ k ] = e [ k ] w + e [ k ] t + i = 1 r [ k ] ( e [ k ] , i w + e [ k ] , i t ) .
While planning a multi-hop route, it is impossible to estimate in advance the size of the message queue at each of the relay nodes. Therefore, it is assumed that the waiting time in the queue at each relay node will have a maximum or minimum value. This article considers algorithms under conditions when each relay node considers the waiting time in the queue to be maximum, then instead of the message delivery time Δ [ k ] , the upper bound on the delivery time Δ ^ [ k ] is estimated:
Δ ^ [ k ] = e [ k ] w + e [ k ] t + ( r [ k ] 1 ) n ¯ E + i = 2 r [ k ] e [ k ] , i t ,
where n ¯ is the maximum of the queue length and E is maximum message duration.
To solve the problem of optimizing information exchanges in the network of underwater vehicles in terms of reducing the message time delivery, we use the known scheduling algorithms [10,11,12,13,14] and develop new ones, which are presented below.

3. Scheduling Unordered Messages

In the simplest case, messages to be transmitted are not pre-ordered. The scheduling algorithm for such messages uses an upper bound on the total delivery time of all messages Δ ^ s as an optimality criterion. The expression for it is given below:
(1):
Δ ^ s = k = 1 n Δ ^ [ k ] = k = 1 n [ e [ k ] w + e [ k ] t + ( r [ k ] 1 ) n ¯ E + i = 2 r [ k ] e [ k ] , i t ] .
Then, we can prove the optimality of the following scheduling algorithms.
Algorithm 1 can be described by the following expression:
e [ 1 ] e [ 2 ] e [ n ] .
Algorithm 1 Scheduling unordered messages
 1:
i : = 1 .
 2:
Determine a message of minimum duration on the set of messages, which are not placed in the queue already.
 3:
Place the message determined at step 2 in the queue at the i-th position.
 4:
Exclude the message determined at step 2 from the set of unplaced ones, i : = i + 1 . If i > n , then finish; otherwise, go to step 2.
If some priorities need to be set on a sequence of messages, the optimality criterion may be the upper bound for the total weighted message delivery time Δ ^ s w :
Δ ^ s w = k = 1 n w [ k ] Δ ^ [ k ] .
where w [ k ] is the weight of a message at the k-th position in the queue.
Then, the optimal Algorithm 2 has the following form.
Algorithm 2 Scheduling unordered prioritised messages
 1:
Determine for each message the ratio of duration to weight.
 2:
i : = 1 .
 3:
Determine the message with the minimum duration-to-weight ratio on the set of unscheduled messages.
 4:
Place the message determined at step 3 in the queue at the i-th position.
 5:
Exclude the message determined at step 3 from the set of unplaced ones, i : = i + 1 . If i > n , then finish; otherwise, go to step 3.
This algorithm can be described by the following expression:
e [ 1 ] w 1 e [ 2 ] w 2 e [ n ] w n .

4. Scheduling Partially Ordered Messages

Consider the situation when the messages to be transmitted are divided into p disjoint groups with a strict order of messages inside them. The size of i -th group is n i , i = 1 , p ¯ . In this case, interruptions in a groups are prohibited, so the task of message scheduling is reduced to the scheduling groups of pre-ordered messages.
The optimal scheduling algorithm for these conditions with a Δ ^ s criterion is presented below (Algorithm 3).
Algorithm 3 Scheduling partially ordered messages with a Δ ^ s criterion (interruptions in a groups are prohibited)
 1:
Calculate for each i-th group of messages the total duration e i :
e i = j = 1 n i e i , j , j = 1 , n i ¯ .
 2:
i := 1.
 3:
Determine the group with the minimum duration on the set of unscheduled message groups.
 4:
Place the group determined at step 3 in the queue at the i-th position.
 5:
Exclude the group determined at step 3 from the set of unplaced ones, i : = i + 1 . If i > p , then finish; otherwise, go to step 3.
This algorithm can be described by the following expression:
e [ 1 ] e [ 2 ] e [ p ] .
If some priorities need to be set on a sequence of message groups, and if Δ ^ g [ k ] is the upper bound on the delivery time for the group at the k-th position, the optimality criterion should be minimized:
Δ ^ g w = k = 1 p w [ k ] Δ ^ g [ k ] .
where Δ ^ g [ k ] is the upper bound for the message group delivery time.
Algorithm 3 is transformed as follows (Algorithm 4).
Algorithm 4 Scheduling prioritised message groups with a Δ ^ g w criterion (interruptions in a groups are prohibited)
 1:
Calculate for each i-th group of messages the total duration e i , and determine for each group the ratio of duration to weight.
 2:
i := 1.
 3:
Determine the group with the minimum duration-to-weight ratio on the set of unscheduled groups.
 4:
Place the group determined at step 3 in the queue at the i-th position.
 5:
Exclude the group determined at step 3 from the set of unplaced ones, i : = i + 1 . If i > p , then finish; otherwise, go to step 3.
This algorithm can be described by the following expression:
e [ 1 ] w 1 e [ 2 ] w 2 e [ p ] w p .
Obviously, all the results described above are also valid if the optimality criterion is represented by an upper bound of message-averaged delivery time Δ ^ ¯ (Algorithms 1 and 2) or the upper bound of message group-averaged delivery time Δ ^ ¯ g (Algorithm 3), as well as (2) rather than the upper bound of the total delivery time.
In some cases, it is required to use the upper bound of the message-averaged delivery time Δ ^ ¯ as an optimization criterion. Then, the following optimal Algorithm 5 is true.
Algorithm 5 Scheduling partially ordered messages with a Δ ^ ¯ criterion (interruptions in a groups are prohibited)
 1:
Calculate for each i-th group of messages the total duration e i , and determine for each group the ratio of duration to group size n [ k ] .
 2:
i := 1.
 3:
Determine the group with the minimum duration-to-weight ratio on the set of unscheduled groups.
 4:
Place the group determined at step 3 in the queue at the i-th position.
 5:
Exclude the group determined at step 3 from the set of unplaced ones, i : = i + 1 . If i > p , then finish; otherwise, go to step 3.
This algorithm can be described by the following expression:
e [ 1 ] n [ 1 ] e [ 2 ] n [ 2 ] e [ p ] n [ p ] .
Consider the situation where interrupts of message groups are allowed. For such a case, Algorithm 6 is valid.
Algorithm 6 Scheduling partially ordered messages with a Δ ^ ¯ criterion (interruptions in a groups are allowed)
 1:
The conditional upper bound of the average delivery time is calculated for each message j in the i-th group (the upper bound of the average delivery time, provided that the subgroup of messages preceding the (j + 1)-th message in the i-th group is at the beginning of the queue being scheduled):
Δ ˜ ¯ i , j = h = 1 j Δ ^ i , h j .
 2:
Δ ˜ ¯ i , h i is calculated for each i-th group: Δ ˜ ¯ i , h i = m i n ( Δ ˜ ¯ i , 1 , Δ ˜ ¯ i , 2 , , Δ ˜ ¯ i , n i ) .
 3:
Group i * is chosen on the condition that i * = a r g ( m i n i Δ ˜ ¯ i , h i ) , so that the first h i * messages are at the beginning of the queue.
 4:
The values of Δ ˜ ¯ i , h i are calculated without the messages that are already placed in a queue.
 5:
Steps 3 and 4 are repeated until all the messages are scheduled.
Example 1. 
Let us form queues for groups of messages S 1 = s 11 , s 12 , s 13 , S 2 = s 21 , s 22 , S 3 = s 31 , s 32 , s 33 , s 34 . Upper bounds for message delivery times are shown in Table 1.
While interrupts are prohibited, in accordance to Algorithm 5, we will compute Δ ^ for each group:
Δ ^ 1 = 8 , Δ ^ 2 = 8.5 , Δ ^ 3 = 6 .
The optimal queue: Q 1 = S 3 S 1 S 2 = s 31 , s 32 , s 33 , s 34 , s 11 , s 12 , s 13 , s 21 , s 22 .
While interrupts are allowed, we will use Algorithm 6.
We order messages in the queue in eight steps, which are shown in Table 2.
The optimal queue: Q 2 = s 21 , s 11 , s 31 , s 32 , s 33 , s 34 , s 12 , s 13 , s 22 .

5. Conclusions

This paper is devoted to the scheduling of information exchanges in AUV networks. Algorithms for scheduling exchanges, which are suboptimal for the current network topology and satisfy the criteria of minimum of upper bounds for either the total or average delivery time, have been proposed.

Author Contributions

Conceptualization, A.M.G., N.V.K., E.G.L. and I.M.S.; formal analysis, A.M.G. and N.V.K.; investigation, I.M.S.; methodology, A.M.G. and N.V.K.; software, E.G.L.; writing—original draft, N.V.K.; writing—review and editing, E.G.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Russian Science Foundation, project no. 22-29-00339.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Inzartsev, A.V.; Kiselev, L.V.; Kostenko, V.V.; Matvienko, Y.V.; Pavin, A.M.; Shcherbatyuk, A.F. Underwater Robotic Systems: Systems, Technologies, Applications; Dal’nauka: Vladivostok, Russia, 2018. [Google Scholar]
  2. Giger, G.; Kandemir, M.; Dzielski, J. Graphical Mission Specification and Partitioning for Unmanned Underwater Vehicles. J. Softw. (JSW) 2008, 3, 42–54. [Google Scholar] [CrossRef]
  3. Fedosov, V.P.; Tarasov, S.P.; Pivnev, P.P.; Voronin, V.V.; Kucheryavenko, S.V.; Legin, A.A.; Lomakina, A.V.; Frants, V.A. Communication Networks for Underwater Autonomous Robotic Complexes; YuFU: Taganrog, Russia, 2018. (In Russian) [Google Scholar]
  4. Pankratov, F.S.; Malakhov, I.M. Actual and perspective methods of constructing wireless access networks in underwater acoustic communication. Large-Scale Syst. Control 2021, 91, 120–143. [Google Scholar]
  5. Hamilton, A.; Holdcroft, S.; Fenucci, D.; Mitchell, P.; Morozs, N.; Munafò, A.; Sitbon, J. Adaptable Underwater Networks: The Relation between Autonomy and Communications. Remote Sens. 2020, 12, 3290. [Google Scholar] [CrossRef]
  6. Tuphanov, I.; Scherbatyuk, A. Some marine trial results of centralized control system for marine robot group. Large-Scale Syst. Control 2020, 59, 233–246. [Google Scholar]
  7. Kebkal, K.G.; Mashoshin, A.I.; Morozs, N.V. Solutions for underwater communication and positioning network development. Gyroscopy Navig. 2019, 10, 161–179. [Google Scholar] [CrossRef]
  8. Kleinrock, L. Queueing Systems. Volume 1: Theory; Wiley: Hoboken, NJ, USA, 1979. [Google Scholar]
  9. Tel, G. Introduction to Distributed Algorithms; Cambridge University Press: New York, NY, USA, 1994. [Google Scholar]
  10. Conway, R.W.; Maxwell, W.L.; Miller, L.W. Theory of Scheduling; Dover Publications: Mineola, NY, USA, 1967. [Google Scholar]
  11. Malashenko, Y.E.; Nazarova, I.A.; Novikova, N.M. Analysis of two-layer resource supply flow networks. J. Comput. Syst. Sci. Int. 2020, 59, 387–399. [Google Scholar] [CrossRef]
  12. Lazarev, A.A.; Gafarov, E.R. Schedule Theory. Tasks and Algorithms; Lomonosov Moscow State University: Moscow, Russia, 2011. [Google Scholar]
  13. Liu, J.W.S. Real-Time Systems; Prentice Hall: Hoboken, NJ, USA, 2000. [Google Scholar]
  14. Cottet, F.; Delacroix, J.; Mammeri, Z.; Kaiser, C. Scheduling in Real-Time Systems; Wiley: Hoboken, NJ, USA, 2002. [Google Scholar]
Table 1. The upper bound of the message delivery time.
Table 1. The upper bound of the message delivery time.
Message Group Δ ^ i 1 Δ ^ i 2 Δ ^ i 3 Δ ^ i 4
S 1 5154-
S 2 314--
S 3 10257
Table 2. The upper bound of the message delivery time.
Table 2. The upper bound of the message delivery time.
Message Group Δ ˜ 1 Δ ˜ 2 Δ ˜ 3 Δ ˜ 4 Δ ˜ 5 Δ ˜ 6 Δ ˜ 7 Δ ˜ 8
S 1 5108-5108-159.5--159.5159.5159.54-
S 2 38.5--14---14---14-14-14-1414
S 3 1065.661065.651065.66567-----
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Litunenko, E.G.; Gruzlikov, A.M.; Kolesov, N.V.; Skorodumov, I.M. Mathematical Model of Information Exchange in the Autonomous Underwater Vehicle Network. Eng. Proc. 2023, 33, 11. https://doi.org/10.3390/engproc2023033011

AMA Style

Litunenko EG, Gruzlikov AM, Kolesov NV, Skorodumov IM. Mathematical Model of Information Exchange in the Autonomous Underwater Vehicle Network. Engineering Proceedings. 2023; 33(1):11. https://doi.org/10.3390/engproc2023033011

Chicago/Turabian Style

Litunenko, Elizaveta G., Alexander M. Gruzlikov, Nikolai V. Kolesov, and Iurii M. Skorodumov. 2023. "Mathematical Model of Information Exchange in the Autonomous Underwater Vehicle Network" Engineering Proceedings 33, no. 1: 11. https://doi.org/10.3390/engproc2023033011

Article Metrics

Back to TopTop