Next Article in Journal
A Comparison of Deep Learning Methods for Timbre Analysis in Polyphonic Automatic Music Transcription
Next Article in Special Issue
Redundant Photo-Voltaic Power Cell in a Highly Reliable System
Previous Article in Journal
Reconfigurable Multiband Operation for Wireless Devices Embedding Antenna Boosters
Previous Article in Special Issue
A Benchmark of Popular Indoor 3D Reconstruction Technologies: Comparison of ARCore and RTAB-Map
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Means of IoT and Fuzzy Cognitive Maps in Reactive Navigation of Ubiquitous Robots

Department of Cybernetics and Artificial Intelligence, Technical University of Košice, Vysokoškolská 4, 042 00 Košice, Slovakia
*
Author to whom correspondence should be addressed.
Electronics 2021, 10(7), 809; https://doi.org/10.3390/electronics10070809
Submission received: 5 March 2021 / Revised: 22 March 2021 / Accepted: 25 March 2021 / Published: 29 March 2021
(This article belongs to the Special Issue Computational Cybernetics)

Abstract

:
Development of accessible and cheap sensors as well as the possibility to transfer and process huge amounts of data offer new possibilities for many areas utilizing till now conventional approaches. Navigation of robots and autonomous vehicles is no exception in this aspect and Internet of Things (IoT), together with the means of computational intelligence, represents a new way for construction and use of robots. In this paper, the possibility to move sensors from robots to their surroundings with the help of IoT is presented and the modification of the IoT concept in the form of intelligent space as well as the concept of ubiquitous robot are shown in the paper. On an example of route tracking, we will clarify the potential of distributed networked sensors and processing their data with the use of fuzzy cognitive maps for robotic navigation. Besides, two modifications of adaptation approaches, namely particle swarm optimization and migration algorithm, are presented here. A series of simulations was performed, which are discussed and future research directions are proposed.

1. Introduction

Internet of Things (IoT) has found many applications in various areas since its breakthrough to praxis about 10 years ago. For instance, we can find it as an assistant for many human activities in the frame of smart homes [1,2], healthcare, smart cities [3], smart agriculture [4], transportation, or manufacturing. IoT is also an important element in such concepts as cyber-physical systems [5] and Industry 4.0 [6]. The only requirements to utilize IoT are internet availability and a sufficient number of cooperating devices on a network.
Robots play a crucial role in some of the mentioned applications as personal assistants, transporters, manufacturing tools, or in medicine [7]. A common view is based on the idea that robots should carry all necessary sensors and mostly also computing power together on their bodies. Further, we will denote such a solution as onboard. This approach increases the load and space requirements of the robots. Moreover, these devices need special adaptation to be usable on mobile robots, such as being more robust against various vibrations and other disruptive effects. To sum up, these circumstances lead to more expensive robot bodies. On the contrary, IoT can provide many of the required sensors and computational capacity to robots externally, that is, the so-called outboard deployment, instead of carrying them onboard [8]. Also, many of these devices are installed in the area for other reasons not directly related to robots, for example, cameras and fire detectors are mounted mainly for security reasons. In this case, a robot only utilizes an already existing infrastructure. Thus, a robot often becomes a part of IoT without considerable modifications or extensions of its body. It receives processed data from sensors using external computational sources as clouds, databases, and servers.
Nevertheless, robots have some specific requirements, which a conventional IoT cannot fully satisfy. IoT is a strongly decentralized network of interconnected devices, known as things, which does not have any central or even control block. In our case, we need such a form of IoT modification, which would contain some hierarchy and structuralization of things and their interconnections together with data processing for decision-making and cooperation among robots [9]. The main reason is that data processing is performed on several levels of the robot information structure, which also determines the complexity of used algorithms [10]. Extending IoT with the concept of Intelligent Space (IS) [11] is one of the possible solutions, especially suitable for the use of robots in interior (indoor) applications.
IS offers the robot the potential to become ubiquitous with the possibility to receive data from sensors deployed anywhere in the area without any need to be there physically. Besides, using sensory data and external computational power enables performing extensive computation algorithms, such as, for example, modelling physical properties of a real robot to predict its behaviour or analyzing various scenarios under different conditions. Therefore, such a robot contains some additional programming modules and incorporates IS, too. This new robotic structure is defined as the so-called Ubiquitous Robot (UR), which can consider situations and knowledge unknown to conventional robots with exclusively onboard sensors [12]. Although there are publications, which deal with the use of ’pure’ IoT in robotics and the term IoT robots is also used for this area, we will deal with the use of IS in robotics as well as the structure of UR (see Section 3). Therefore, our proposal will not be related to IoT robots albeit hardware means for IoT and IS are practically the same.
A number of experiments have confirmed the great potential of UR, especially (but not exclusively) in indoor applications like smart homes [13], healthcare of elderly people [14], or guiding excursions in museums. Most of these applications have to address one common problem—navigation and movement control of robots. The first step, which is necessary before the design of a movement path, is localization. IS, which relies on IoT techniques, can utilize a number of devices like radio frequency identification (RFID) [15], radio beacons [16], or WiFi routers. They can also be combined with some other devices [17] carried onboard as, for example, sonar, in order to improve the precision. The next step is path planning and movement control. There are a plethora of various path planning approaches, which are based on various algorithms. A brief overview of them can be found in [18]. It is apparent these approaches differ not only in their principles but also in requirements related to the scene description, that is, the type of used maps and their way of construction by sensed data, for example, online (incremental) or offline. Another possible division is based on the type of environment, which can be static or dynamic, enabling its reconfiguration. Depending on whether the chosen method of path planning also encompasses movement control, we distinguish between the so-called active or passive path planning. Finally, it can be implemented onboard or distributed (outboard) [19].
Biologically inspired path planning algorithms use principles, which belong to the computational intelligence like, for instance, bug algorithms, ant colony algorithms [20], neural networks, particle swarm optimization [21], or fuzzy logic. For more details, see, for example, [22]. Sensors are often affected by various kinds of imprecision, and therefore, we need to describe their inaccuracy. Fuzzy logic allows us to overcome this problem because, unlike other methods, it directly handles uncertainty [23]. However, the use of a conventional rule-based fuzzy controller would cause some problems. For instance, relations among objects in the navigation space are often very diversified and complex. Such a created rule base would not be transparent enough for a user who tries to set-up parameters of such a navigation system. In order to mitigate this problem, the Fuzzy Cognitive Map (FCM) concept seems to be a better technique for knowledge representation of a given task, providing more transparency. The design time can be shortened substantially compared to conventional controller, and it is possible to propose several variants, which suit some special requirements (criteria such as minimum energy consumption, or shortest time), too [24].
The design of FCM requires to propose its structure in the form of nodes and their connections as well as its connection matrix containing weights of connections. Such a task quickly becomes too time-consuming for a human expert with the increasing complexity of the task, so the need for their automatic adaptation arises. As FCM is similar to recurrent neural networks, two principal approaches come into account—Hebbian learning and evolutionary computation [25]. In recent years, some newer evolutionary approaches like Particle Swarm Optimization (PSO) [26] and Migration Algorithms (MA) [27] show promising results and, therefore, we will focus on them in our paper.
Summarizing this introduction, we can see how the concepts of IoT and robotics are mutually influenced, and IS with UR are their fusion products. On the other side, these concepts aim to perform complex robotic tasks with demanding functions (such as recognizing scenes and decision-making under uncertain circumstances) and describing complicated situations. Without the algorithms of artificial intelligence, it would not be possible to solve such problems. To demonstrate the potential of such an approach, we will show UR concept usage on a simulation example of reactive navigation, where path planning and movement control are merged. This approach is especially advantageous if quick responses of the robot control to a new situation are required [28]. We will use sensors in the form of IS elements to prove such a proposal’s efficacy and show its advantages. More concretely, we will combine some devices typical for IoT and IS to compare their use to similar problems [29], which were not solved utilizing IoT.
In Section 2 the state-of-the-art is presented from the areas of IoT, UR, FCMs, and navigation to provide an overview of means and solved problems with the aim to formulate problems, which still need to be researched and are solved in this paper. Therefore, to explain the importance of the connection between IoT and navigation problems in robotics, Section 3 deals with the basic notions as IS and IoT in the frame of information structure of a robot. FCM and possibilities of its design is a topic of Section 4, where principles of migration optimization and PSO are explained and modified for the needs of FCMs. A UR-based approach for the design of a navigation system utilizing an FCM is shown on a example for route tracking in Section 5. Section 6 describes performed simulation experiments and evaluation of their results with the following summary of pros and cons, that is, limitations and the potential, for such a design. Finally, Section 7 evaluates acquired experience and outlines some potential directions for future research.

2. Related Works

Navigation is a notion, which is used in manifold relations concerning objects, for example, vehicles, robots, or airplanes, and, of course, vessels as well as performed tasks, for example, monitoring of traffic situation, path planning, collision avoidance, movement control, and other [30,31]. Reactive navigation represents the minimum of required functions, which are inevitable for automatically guiding a vehicle or mobile robot to a goal while avoiding potential collisions under some other predefined conditions, for example, construction limits of such a vehicle. This task is mostly performed using laser pathfinders [32] and cameras [33], which are able to provide information about longitudinal and angular distances among objects of a given environment. Today’s reactive navigation approaches are often not limited to avoiding obstacles only, but they also try to optimize their solutions. For this reason, they create the so-called traversability maps from their sensory data and select the best path via minimizing a cost function. The research in this area is very intensive, and many other publications could be cited, but these solutions have a drawback—it is necessary to carry often very expensive sensors like laser pathfinders and partially cameras.
Therefore, another research direction exists, which is based on the use of either already existing sensors in the environment [34,35,36,37,38] or on databases containing mathematical analyses and predictions based on such sensory data [39,40,41]. The applications utilizing sensors distributed in the environment are based mainly on means typical for IoT. They can be roughly divided to the exterior (outdoor) [34] and interior [35,36,37,38] applications. If for any reason satellite navigation systems like GPS cannot be used, then radio beacons represent an alternative [34]. In such a case, it is required to create a map with known positions of these beacons and use measurements of signal strengths to locate the vehicle (robot). Radio beacons based on Bluetooth Low Energy (BLE) are also used in indoor applications [37], where they can be combined with other techniques like the so-called dead reckoning or sonars [17]. Indoor applications also offer other means like WiFi [35] or microchips as the family ESP [36], which are able to process the measured data partially. In addition to these typical means, special applications can also be found like Li-Fi (Light Fidelity), where light is used instead of radio waves for data transmission [38]. However, these signals must be processed to achieve acceptable accuracy, where a number of methods like Bayesian networks [35] or Kalman and particle filters [42] are used. For the sake of completeness, one more area needs to be mentioned. It also belongs to navigation, but it relates directly to humans—navigation of visually impaired persons. In [43] a navigation system is proposed, which using typical means of IoT like a single-board computer (Raspberry Pi), sonar, camera and GPS module provides assistance for such a person.
Concerning calculation methods, which are used in navigation, we will focus on methods with the ability to process inaccurate data from sensors because this problem is particularly significant in this application area [44]. Besides conventional fuzzy controllers, for example, [45], where an evolutionary algorithm is used for adjusting rules of such a fuzzy controller, also FCMs have found their growing use in recent years. FCM proposed in [46] is intended for wheeled robots and utilizes data from sensors mounted onboard. A genetic algorithm adjusts its weights. The problem of FCM adaptation is described in more detail in Section 4. Currently, most adaptation approaches of FCMs belong to the group of evolutionary computing, for example, [29,47]. However, there are also approaches based on deep learning [48], or on the use of special fuzzy rule sets for each connection individually [49]. There are also other possible alternative approaches to FCMs in the area of navigation as for example, fuzzy state automata described in [50], where such a fuzzy state automaton interconnects several conventional fuzzy controllers. All mentioned solutions use onboard sensors with their limitations. Therefore, a new research direction is arising where we try rather use outboard sensors and just the means of IoT offer such a possibility. The use of overhead cameras as shown in [47] can be regarded as a shift of FCMs use towards IoT and mainly IS. FCMs can also be found in a related area of UR, the so-called ambient intelligence, which is strongly oriented to human and his/her needs [51]. A new concept of Internet of Robotic Things was defined recently, which encompasses robotics, cloud computing, and IoT. Thus, it is a challenge for the use of intelligent means like FCMs, too [52].
To sum up the literature overview, it can be seen that there is a gap regarding the use of sophisticated fuzzy logic means in UR. However, it is apparent there is a potential for FCM use as there are number of successful applications with similar approaches. In this paper, the problem of route tracking is solved as a navigation problem with a continuously changing goal. It extends our previous work [29], where the so-called interactive evolution was used for setting-up parameters of a navigation FCM for autonomous vehicles or robots with onboard sensors. Here, we try to modify new adaptation methods as PSO and MAs for FCMs utilizing outboard sensors. We performed simulations based on synthetic data and created a core of the architecture for the so-called Sobot, described in more detail in Section 3.1. Our paper has several novel contributions to the field:
  • Basic methods of PSO and MAs were suited for the needs of a navigation FCM with external inputs.
  • A navigation method based on FCMs for using technical means typical for IoT concept was implemented. This approach enables to minimize the number of onboard sensors.
  • Comparing to some solutions such as in [46] our design is more general and usable not only for wheeled robots.

3. Reactive Navigation in the Concept of Ubiquitous Robotics

Reactive navigation could be characterized as an intuitive path search of a mobile agent (robot, vehicle, etc.) without any planning. Usually, methods of reactive navigation belong to the simplest navigation approaches. They enable to guide a robot under very dynamic conditions at the search optimality cost, that is, reactive navigation is suitable mainly on short distances, and if rapid responses are possible, else a collision can occur. Thus we can find their use in the navigation of robotic cars or drones in dense and cluttered environments [53,54,55]. However, most navigation methods rely on sensory data obtained from own onboard sensors. Therefore, we will deal with how to propose outboard reactive navigation using IoT techniques. Robots have some specific properties and requirements, which require further modification of the conventional IoT concept in the form of IS as well as the introduction of the notion UR. Thus, it is necessary first to describe relations between IoT, IS, and UR and sketch the possibility of their use in mobile robots’ localization and navigation.

3.1. Means of IoT for Purposes of Ubiquitous Robotics

IoT’s main idea is to use many interconnected low-power devices rather than a small number of high-power ones. IoT’s strength and sense are in a network with a massive number of various devices like sensors or actuators. Sometimes clouds, data centers, or processes of any nature are also incorporated into IoT. There are practically no limits in these devices’ variability, so they are denoted simply as things. The potential of IoT lies in both richness of connections and unification of devices over the internet. In IoT, the internet is regarded as universal networking mean. Through connections, the signal (mainly data) can be spread in a manifold way and can be utilized by any other thing. Therefore, IoT is intrinsically a decentralized system. However, if we look at the basic information structure of a mobile robot as shown in Figure 1, where one Decision Level (DL) is followed by another one with different types of calculations, tasks, and means, then a particular grade of centralization and hierarchy will be necessary.
The lowest level is DL-0, where required reaction times are very short. This fact also determines the nature of algorithms used—conventional mathematical and physical approaches utilizing analytical descriptions in the form of PID controllers and Kalman filters. These methods can be precisely analyzed and serve to control fundamental motions on the physical level of actuators. Just reactive navigation belongs to this level in a significant measure. The sensory data processing belonging to this level can be characterized as basic (rough) and includes operations such as filtering, image segmentation, or edge detection using gradients. The output of this level is the source for more advanced methods on higher levels. Decision-making on this level can be described as a tactic level.
The level DL-1 is responsible for the independent behaviour of an individual robot. Control is turned to accurate human-like strategic decision-making, where mainly methods of artificial intelligence are utilized. These methods are primarily advanced data processing methods like extractions of objects from an image and scene recognition, subsequently used for decision-making. Other tasks not requiring short responses are also present, for example, path planning, choice of suitable strategy, or planning manipulation actions. Besides, these algorithms should be autonomous, that is, they should be able to self-adjusting and self-reconfiguration. To address such tasks, optimizing methods of artificial intelligence are utilized, for example, evolutionary computing.
If we consider only one robot in a given environment without any other, then DL-1 will be the hierarchy’s top level. Level DL-2 is responsible for the cooperation of several robots, and so the multi-agent approach is prevalent on this level.
From the mentioned features of DLs, data processing needs a certain structuralization, and a part of calculations needs more powerful computational capacities, which may not be available onboard. Therefore, DLs need to use the advantages of both concepts, IS and IoT. Similarly, as things represent a basic IoT element, the so-called Distributed Intelligent Networked Device (DIND) plays the same role in IS, see Figure 2. One of the differences between DIND and thing is the distribution of computational power. While typical things such as thermometers, PIR sensors, or light detectors are also used in IS, there are even more complex devices like intelligent cameras, depth scanners (e.g., Kinect or Asus), or data and computational servers. Compared to IoT, a human often plays an active role in IS and is not only a recipient of services. Another difference between conventional IoT and IS is that IS is usually a relatively closed system, determined mainly for indoor applications. Compared to IS, the distribution of elements is much more extensive, the scalability is higher, and the number of elements is greater for IoT. The demands regarding the simple scalability of an IoT solution are stricter than in the case of IS. Finally, all these aspects lead to structural differences between IoT and IS, that is, the IS network is at least partially structured and centralized with a clear hierarchy of individual clusters of DINDs. Therefore, sensed data are in a more compact form. This fact is an advantage in data processing as very complex and sophisticated calculations are needed for robotic applications compared to IoT, although some exceptions exist. The complex nature and interconnections among elements of IS are also underlined by the existence of the so-called response loop, where a closed chain between sensors, data processing, decision-making, actuators, and again sensors can be observed [56]. In general, IS can be used for most robotic problems like navigation, human-robot interaction (e.g., guiding visitors), monitoring (e.g., hospitals and security), and smart environments like smart homes and smart factories.
UR, often named also as Ubibot, consists basically of three parts—virtual robot, real robot and sensory system, also known as Sobot (software robot), Mobot (mobile robot) and Embot (embedded system), respectively. Just the last mentioned part, Embot, represents the modified IoT environment in the form of IS [12].
When UR knows the complete state in IS, the situation offers further possibilities regarding predictions, decision-making, and modelling and better manages such a robot, that is, Mobot. Sobot represents extracted properties of Mobot and IS as well. It is practically their digital twin, and therefore, it should be able to do not only the same operations on the simulation level as Mobot in the real environment but also to provide a possibility of changing various parameters of Mobot and IS regarding space, construction or time to examine alternate solutions. It should contain methods solving topics such as self-learning and decision-making, which are based on artificial intelligence to offer at least the decision-making support for Mobot if not even direct control instructions.
Embot is IS modified for robotic applications, where the data are not only sensed but also processed and sent to Sobot and Mobot. Usually, Embot performs tasks such as localization of objects, evaluating the current situation, and delivering some instructions for Mobot. It represents a communication framework for the whole UR. Summarizing, the most typical relationship between these three basic parts of UR is to receive data from Embot and instructions from Sobot for needs of Mobot.

3.2. Distributed Localization

Although robots use their cameras as typical means for their localization, there are many situations when they cannot be used or their use is insufficient. This may include situations where the visual conditions do not allow their use, or the application also needs to know the situation outside their range, that is, to see behind the corner. Besides, some other reasons as security, computational complexity with relation to image processing and scene recognition can hinder their use. However, IoT offers other possibilities, even using sensors, which are primarily used for other purposes. Here, we will deal with radio and sound transmission devices, that is, Radio-Frequency Identification (RFID), radio beacons, and sonar.
RFID is composed of two basic elements, a reader (interrogator) and usually a set of tags as transponders. There are two basic types of transponders—passive and active. A passive transponder receives by its antenna the energy of radio waves emitted from a nearby reader (see Figure 3), which is again transmitted together with its unique Electronic Production Code (EPC). If the reader is in the vicinity of such a transponder, then it will get back its signal and EPC. Thus the reader plays a role of a transceiver. An active transponder has a battery, which is utilized to transmit EPC on a larger distance. For localization, mainly passive transponders are used as their range is usually only in centimeters, and so a relatively accurate position is determined. In [15] a network of RFID transponders deployed on a floor was proposed. Each position of a transponder with its unique EPC is recorded, so a map consisting of nodes representing individual transponders can be created. If a robot or vehicle with a mounted reader comes close to a transponder, then it marks its EPC. With the help of the aforementioned map, its position can be determined. The range of transponders gives the maximum accuracy of such a network because their signals must not overlap. Mostly, to secure a full but disjunctive cover of RFID signals, it is necessary to deploy about 20 transponders per 1 m 2 . If the network is too sparse, then the reader does not receive signals of transponders at every time step and, therefore, some approximate estimation will be needed. Either the next step is predicted based on the previous movement, or odometers deployed onboard are used. These are again burdened with an accumulative error, and so their probabilistic model will be required to correct it [19].
Another way to use RFID technology is to apply active transponders, whose range is from ten up to hundreds of meters, so they can also be used outdoors in some special cases. Active transponders are deployed only in important places like corners, obstacles, or other significant objects, which are visible enough, and their signal can spread with minimal interference. In this case, the so-called Radio Signal Strength Indication (RSSI) approach is used [57], where the strength of the transmitted signal is measured and compared to its original power. The farther the signal from its source is, the weaker its strength is. Knowing distances from several signal sources of transponders and using trilateration, we can calculate such a reader’s position. However, the quality of an RFID signal is quite low because of its instability. To minimize this drawback, radio beacons, especially products based on the protocol iBeacon utilizing BLE technology, which steadily transmits EPCs with better signal stability, are used. However, radio beacons are also affected by various interferences and deformations caused by a given environment. Laborious calibration of all beacons is also needed as shown in [16].
Therefore, to obviate calibration, an idea to combine these devices (RFID as well as beacons) with other types of devices based on different physical principles comes into account. Mainly odometers and sonar devices could be suitable candidates because of their complementary properties with radio-based devices. Further, we will focus on the combination of the radio (RFID and beacon) and sonar technology and comparison based on the propagation of their waves. Radio waves extend radially in all dimensions and more or less penetrate the area, including potential obstacles. Although high-frequency signals penetrated through obstacles show high energy, damping an unambiguous detection of objects (e.g., obstacles) is problematic. On the contrary, sonar waves extend conically and are reflected from any objects. To summarize, radio waves are blind regarding obstacles, and sonar waves are blind outside the signal cone. Thus radio devices can be used for direct localization of a mobile robot if passing individual transponders, and a sonar performs object detection to prevent a collision with an obstacle, see Figure 4.
As the modelling of radio waves propagation and related RSSI approaches is quite complicated, we will deal only with using a sparse network of passive RFID transponders. If a mobile robot loses a signal from all transponders, then the position change of objects sensed by the sonar can be recalculated to a new position of the robot. Thanks to the small dimensions of RFID transponders and their low prices, it is pretty straightforward to deploy them in high numbers to cover larger spaces.
For successful navigation, we generally need to know three kinds of information: robot position, at least the positions of immediate obstacles, and the position of a goal. The task is to find a path between the robot and the goal, which will avoid all obstacles. The path can be constructed at once if knowing the whole situation or incrementally. Usually, reactive navigation creates its path incrementally, and so it minimizes computational complexity. As reactive navigation can be easily described in rules expressing relations between the mentioned three kinds of information and this information are affected by errors, in reality, it seems to be advantageous to use fuzzy logic [58]. In the next section, we will show the use of FCMs for this type of problem.

4. Fuzzy Cognitive Maps and Their Adaptation

Although FCMs were originally proposed for modelling social and biological processes [59], thanks to their user-friendliness, they have also spread to technical applications during the last decade. Two main reasons exist. Firstly, FCMs offer a very transparent representation of relations among objects. As they can be regarded as an extension of fuzzy production rules, their advantages will be emphasized if variables cannot be exclusively divided into either input or output ones. In such a case, the use of rules loses its representativeness and comprehensiveness. Therefore, FCMs are especially suitable for the description of relations typical by chained rules and closed loops. Secondly, properties of FCMs like stability and convergence, which are very important for technical areas, can be relatively easily analyzed.
FCMs are oriented graphs, where the set of nodes C represents notions in a symbolic form and causal relations are in the form of weighted connections. Mostly, notions are objects described by states or conditions, and connections are actions or transfer functions, which transform a state in a node to another one in another node. As FCM can be regarded as a set of rules so input nodes represent parts of a rule the premise, which is interconnected with the output node, whose value corresponds to the rule consequent as we can see it in Figure 5.
The connection between an input node c i and an output node c j can be weighted by a value e i j from the interval [ 1 ; 1 ] (−1—because of negative connections) and so we can implement grades of membership into the inference process in the form of weights. If we define initial numerical state values a i in nodes c i from the interval [ 0 ; 1 ] then using (1) we can calculate new state values for next time step t + 1 :
A ( t + 1 ) = L A ( t ) + A ( t ) . E = L a i ( t ) j = 1 n e i j × a j ( t ) ; i = 1 , , n ,
where A is the state vector of individual nodes c i with their state values a i . E is the connection or adjacency matrix of weighted connections e i j . L is the limitation function to keep the values a i in [0;1]. Thus we can simulate behaviour of an investigated system and then we can analyse its properties. Therefore, FCMs can be very useful especially for prediction purposes [59].
However, such an FCM is a closed system as there are no input nodes for external values, that is, any outer influence is excluded. This is a very strong limitation for technical systems, and therefore, a modification of FCMs is needed, which consists in implementation of input nodes for external values, where input values i n i are evaluated by membership functions being defined in these nodes and their activation values are in the form of grades of membership. They are analogous to the compatibility calculation in conventional fuzzy controllers. Thus the inference process defined in (1) is modified to the following form for calculating the elements a i A :
a i ( t + 1 ) = μ A i ( i n i ( t ) ) , if i n i exists L a i ( t ) + j = 1 n e i j · a j ( t ) , if i n i does not exist .
As already mentioned, the design of an FCM, that is, the definition of nodes and connection weights, is not trivial and still requires to manually propose the set of nodes and at least the basic topology of FCM. All known adaptation methods of machine learning focus exclusively on the design of the connection matrix. The problems connected with the use of most known adaptation methods like genetic algorithms and methods typical for neural networks are described in [60]. The methods are not as successful when utilized for FCM, as in the case of neural networks, and there is a reason to search for more convenient methods. Recently, two approaches from the group of evolutionary algorithms, namely migration optimization and particle swarm optimization have gained broad interest and use in various application areas. In contrast to genetic algorithms, no new population will be generated, and during the whole optimization process, the same individuals will remain. Thus, all collected knowledge will be preserved. We can observe certain direct learning during optimization, unlike indirect learning in genetic algorithms—selecting the best individuals and subsequent transfer of their genes to future generations. This paper aims to focus on using these two approaches for FCM adaptation and considering their potential in this area.

4.1. Migration Optimization in Adaptation of FCM

Migration optimization is motivated by some animals living in groups like wolves in packs, where wolves search for prey collectively. The pack has a leader who is the most successful individual. Here, we will deal with the so-called Self-Organizing Migration Algorithm (SOMA) [61] as a special representative of this approach.
SOMA is based on cooperative searching (migrating) the area of all possible solutions. Individuals are mutually influenced during the search process. This fact leads to forming and dissolving groups of individuals, which organize the movement of individuals and so the search area can be reduced quicker than in the case of genetic algorithms. Another advantage of this approach lies in the ability to process various data types of parameters like integers, real or discrete values, and also mutually mixed ones. To generate an initial population the so-called specimen S is defined at first, which is a set of allowed values for D variables to be optimized:
S = s 1 T y p e ( s 1 L L , s 1 U L ) , , s D T y p e ( s D L L , s D U L ) ,
where T y p e represents the data type of a variable, L L and U L are its low and upper values, respectively.
The principle of SOMA is based on following a leader of such a group (pack), who has the best fitness value, by other members (individuals) of the group. A member and the leader are interconnected by a movement vector m constructed over the fitness function (see Figure 6) and at given points I k of this vector defined by the parameter S t e p the fitness is calculated and saved in the memory. S t e p represents a particular length of m , where k = 0 , , n and m = n · S t e p . To better cover the search space, the given individual should precede the leader’s position in a forward direction and stop searching at the final point M a s s · m . The parameter M a s s is a dilatation coefficient of m between the initial position of the individual I 0 and its final position I f ( f = M a s s · n ) in the frame of one migration cycle.
Similarly as in genetic algorithms, also SOMA has analogous operators, namely perturbation P R T and migration. The perturbation corresponds to the mutation but the result is not a change of a given individual. However, only its I f is modified, that is, the individual will not directly follow its leader but a certain deviation from m will occur, see Figure 6. As m is calculated as a difference of vectors r L and r 0 , that is, vectors of the leader L and starting point I 0 of the given individual, respectively then the real position of I f will be modified (perturbed) as follows:
r = r 0 + p . m ^ v P R T ,
where m ^ is the unit vector of m and the vector length p relates to the order of steps k on a path of the given individual I from the starting point I 0 ( r 0 ) to the final one I f ( r ), that is, p = k . S t e p , k = 0 , 1 , , M a s s · n . The elements of the perturbation vector v P R T are created in each migration cycle by a condition: if rnd j < P R T then v P R T , j = 1 , else v P R T , j = 0 , where rnd j is a randomly generated number and j is the index for a given property ( j = 1 , , D ). The vector v P R T ( v P R T = ( v P R T , 1 , , v P R T , D ) ) is in reality a mask and the operation * performs pairwise products among individual elements of m ^ and v P R T . If P R T has a small value then v P R T will have mostly zeros and the perturbation will affect direct movement of a given individual to the leader, that is the movement vector m will be modified. Only the dimensions, where values of v P R T , j are adjusted to 1 will not be perturbed and the movement will be similar to the original form of m , see Figure 6.
Similarly, migration is analogous to crossover in genetic algorithms. During one migration cycle, (4) is evaluated in k points, where their fitness is investigated and saved in the memory. Although no new population is created, this representation is equivalent to a sequence of descendants depicted in Figure 6 as bullets (one step—one descendant). After the migration cycle, all individuals will come back to their best-found positions. Eventually, the leader will be replaced by the individual with the best fitness, and a new migration cycle will start. This mechanism corresponds closely to the selection in genetic algorithms. Generating new populations is substituted by migrating individuals during migration cycles in the state space.
In the case of FCM adaptation, one way is to define individuals as a connection matrices E and to let them compete mutually. The question is how to generate candidate connection matrices in the initial step. Maybe, the simplest possibility is to set-up all elements for one individual in E to 1 then E of another individual for example, to 0.9, and so forth, to cover the whole range of weights in [ 1 ; 1 ] . During the optimization process, due to permutations, the values of weights in E will reach ample variability and will converge to an acceptable quality of FCM performance for a given application. If we know what connections will not exist at all then E can be reduced to a simple list of connections with non-zero weights. Thus, the computational complexity of the optimization process will be significantly reduced.

4.2. Particle Swarm Optimization in Adaptation of FCM

PSO approach can be principally also affiliated to the part of MAs because, analogously to SOMA, no new generations are created, but all acquired knowledge is collected in the memory of an individual. In this case, PSO was motivated by swarms of birds, and its model is suited for modelling swarms. Individuals are in the form of particles, which are searching for better results. PSO utilizes the so-called social dynamics as well as emergent behaviours being arising from colonies organized on social laws. No DNA-inspired operations are used on the population. PSO behaviour is analogous to SOMA in many aspects because it considers the best results of individuals and the best result of the swarm as a whole. A leading member also exists in a swarm [62]. Each particle moves in the search space and tries to find the best solution adjusting its trajectory according to its memory (where the solutions are stored) as well as the memories (solutions) of other particles. In comparison to SOMA, the knowledge sharing among particles is more intense. The particles move with adjustable velocity and remember the best personal position achieved, that is, where the best solution was found. Depending on a given type of PSO, the best position found by all individuals, hence by the entire swarm, can be shared by all particles.
Supposing a D-dimensional search space, then the position of a particle X i can be determined by a D-dimensional vector, X i = x i 1 , x i 2 , , x i D . Analogously, its velocity is defined as V i = v i 1 , v i 2 , , v i D . Further, we expect that each particle has the information about its best individual result (position) P i obtained during its whole history and also about the best global result of the swarm g i . The velocities and positions of particles are modified as follows [62]:
X i ( t + 1 ) = X i ( t ) + V i ( t + 1 ) ,
V i ( t + 1 ) = χ × V i ( t ) + C 1 × R 1 × ( P i ( t ) X i ( t ) ) + C 2 × R 2 × ( P g i ( t ) X i ( t ) ) ,
where the parameters χ , C 1 and C 2 are constants named as constriction factor, social and cognitive parameter, respectively. Vectors R 1 and R 2 are random, whose parameters are analogous to mutations and are from the interval [ 0 ; 1 ] . In general, the initialization of the swarm is very important to maximize the quality of the optimization process, especially its convergence speed and quality of final results. Now we need to modify the described general PSO approach for the needs of FCMs. In [63] such a modification based on a certain similarity with the learning of neural networks was proposed. The goal is to design a FCM with such a connection matrix E, which brings the FCM to a stabilized position, hence after a certain time its nodes will keep their activation values a i in prescribed limits a i [ a i m i n ; a i m a x ] . The search space dimension D is given by the size, that is, the cardinality of E, but it can be decreased by the number of zero elements in E if we know this kind of information in advance. The coordinates i = 1 , , D of such a space are assigned to individual weight elements of E. Therefore, the input argument for the fitness function F ( E ) will be E and F ( E ) is defined as follows [63]:
F ( E ) = i = 1 m H ( A i m i n A i ) × A i m i n A i + i = 1 m H ( A i A i m a x ) × A i m a x A i ,
where H is the Heaviside function ( H ( t ) = 0 if t < 0 else H ( t ) = 1 ). The goal is to minimize F ( E ) and subsequently to determine the conjoint E.
However, the mentioned PSO modification does not solve the problem of proper swarm initialization. Suitable distribution of particles over the search space is the first condition to achieve a good initialization. A suitable geometrical object with its vertices could help obtain the required distribution of particles. There are methods using, for example, hypercubes [64,65], but they cause generating a very high number of vertices, that is, particles, because they grow exponentially ( 2 D ). Therefore, we have proposed to rather use a D-dimensional simplex, which generates only D + 1 vertices, that is, the growth of their number is linear. Moreover, the convergence of PSO process can be accelerated twice if we use two symmetrical simplices producing vertices in parallel.

5. Route Tracking System for UR—Description and FCM Design

This section will show the presented methods of FCM adaptation on an example of reactive navigation for needs of route tracking, which was already partially solved in [65], but without means of IoT. As the proposed environment and the way of data processing correspond more to IS’s idea (see Section 3.1), we use the concept of UR for solving this problem.
Let us suppose a route in the form as depicted in Figure 7, where we can see a movement of a robot or vehicle, in general. The task is to keep the robot within the borders for the whole route. If a robot exceeds these borders, then a collision occurs, but it can still come back to the route as it is also this case. The worst situation will happen if the robot totally leaves the route, that is, it diverges from the solution.
The task and main criterion are to eliminate or at least minimize such situations of collisions or even divergent behaviour. Besides, other criteria can be considered, which relate to the movement trajectory’s quality or energy consumption. To solve this task, we need some kinds of data, which result from the analysis of a route as seen in Figure 8. In order to keep a robot in route borders effectively, a centerline (dash-dotted line) is defined, and we try to minimize deviations of robot positions from this centerline. In other words, we try to track the robot along this centerline. For this reason, the route is divided into smaller parts corresponding to control sampling, so we get a set of reference points r p deployed on the centerline and depicted as yellow bullets. There are at least two variables, which are necessary for route tracking. Firstly, it is the distance of the robot x 1 from the reference point r p ( t ) in time t. Secondly, it is the centerline’s angular deviation—the angle x 2 between the robot orientation, that is, movement axis, and the next reference point r p ( t + 1 ) . For a more realistic control, other variables are also suitable, especially variables for a description of the route’s physical properties to prevent, for example, slips.
As seen, measuring x 1 and x 2 with the use of exclusively onboard sensors is not trivial. The simplest measurement relates to the angle x 2 . If the centerline and its reference points are marked on the road surface, it will only be necessary to focus a rotational detection device (such as a camera) on r p ( t + 1 ) . The turning of the camera from the movement axis of the robot will be just x 2 . Measurement of x 1 is more complicated because it requires measuring the distance between the position of the robot in time t and r p ( t + 1 ) as well as the azimuth of the movement axis to r p ( t ) . Let us suppose we know the positions of individual reference points and their mutual distances. In that case, we can calculate the angle between r p ( t ) and r p ( t + 1 ) related to the vertical coordinate of r p ( t ) using the minimal horizontal distance m d between these two points. Finally, we will calculate the remaining angle in the triangle between such a robot’s actual position and both neighboring reference points, so we will get x 1 using the cosine formula. Such a calculation is not only complicated but, after so many calculation steps, also affected by a considerable error. Furthermore, to measure distances and azimuth, we need a rangefinder and still another detection device for r p ( t ) . Both devices are relatively expensive. There is also a question, how to implement markings for reference points, or to be more precise, how they will be detected.
Therefore, it is more advantageous and simpler to distribute detection devices along the route than in the previous onboard solution. There are principally two possible approaches. The more precise way is to construct gates consisting of passive RFID transponders; see green bullets in Figure 8. The only onboard device is the RFID reader. Another solution is to distribute beacons at least along one side of the route. In this case, the onboard device is a BLE reader with the RSSI functionality. For a more accurate calculation, the beacons should be distributed on both roadsides, and so they will create virtual gates. These readers’ task is to detect the intersection of the movement axis and the gate, where distance x 1 can be directly measured. To calculate the angle x 2 , we need to know the movement axis, which can be constructed using intersections at gates t 1 and t. Then we will construct two right triangles. One of them is constructed between intersections with the movement axis at gates t and t + 1 using m d and another one between the intersection at the gate t, r p ( t + 1 ) and again using m d . The angle x 2 is divided between these two triangles. As the side lengths of these two triangles can be calculated from the mentioned intersections, we can calculate the angles x 2 and x 2 using basic trigonometric functions and the final angle is their sum, that is, x 2 = x 2 + x 2 . The approach utilizing RFID transponders can achieve the accuracy of several centimeters, and the approach with beacon technology can achieve the accuracy of several tens of centimeters. Another advantage in the case of outboard devices is a much simpler calculation with more precise measurements. The measurements of angles are especially affected by serious errors, but in the IoT version, they are not measured at all.
In navigation, input variables usually express the position of a robot and its change related to other objects (mainly obstacles) as well as to the goal. In this case, they are position deviation, that is, the distance to the reference point at a given time step ( x 1 ), which should be zero in the ideal case, and angular deviation, that is, the angle between the movement axis and the next reference point ( x 2 ). Regarding the control quantities, they depend on various properties of a given vehicle or robot, that is, if they are wheeled or stepping, but generally, they depend intrinsically on turning and speed of the movement [66]. For simplicity, let us suppose navigation of a wheeled robot, but this approach can be used for any kind of robotic movement. Therefore, the outputs will be both the change of speed—acceleration or deceleration and the turning of such a robot—its angle of turn. Such a frame of questions will then issue to the architecture design of a navigation system, in our case in the form of FCM, which is depicted in Figure 9.
It is evident that outputs will depend mainly on the robot’s position against the position of a goal. In this case, the proposed FCM will function in a loop when individual goals are identical to reference points, which follow one after another in each time step. Therefore, individual symbols stand for the following: D—distant, M—medium, C—close, R—right, F—forward and L—left. These nodes express the angular position ( G L , G F , G R ) and the distance ( G C , G M , G D ) of a robot against a preliminary goal, respectively. Their activation values are calculated in the form of grades of membership, which are based on manual definitions of membership functions placed directly in the nodes, see Figure 10.
Although the FCM topology and membership functions of input nodes for external values must be defined manually, there is still the possibility to automatically set-up weights of connections—the connection matrix E. As there are 8 nodes in total, then E will have the dimension 8 × 8 , but we will need to adjust only 12 connections (see green arrows in Figure 9).

6. Experiments and Their Evaluation

To verify our idea to use FCMs for route tracking in the environment of IS and to use the concept of UR we did a series of simulation experiments, where two basic FCM adaptation approaches, that is, SOMA and PSO, were applied for adjusting the connection matrix E. Their results were compared together with a manually designed FCM with the help of calculated fitness values for each FCM design. The chosen research and experimental methodology are depicted in Figure 11.
After the initialization, if the robot is deployed at a certain position in the route and under a given direction (angle) against the closest reference point (see Figure 8), a loop of calculations will be started. It consists of generating E using one of the offered algorithms by the adaptation block (PSO, SOMA, or something else). Then the adjusted navigation FCM will control the robot movement based on the means of IoT described in Section 5. It generates two control values—acceleration and angle of turn. After applying the control values by the actuators of the robot (wheels or joints), the robot will move to a new position until it achieves the final reference point. In our experiments, we used closed routes, that is, the starting point is also the final one, but it is not necessary. After the route tracking is finished, the fitness value F ( E ) will be calculated using (8). This loop will be repeated as many times as there are individuals in a given population. In such a way, the calculation of candidate solutions will be completed for one generation. If the best solution fulfills the required conditions, then the adaptation process will be finished; otherwise, a new generation will start. This calculation will be repeated until the required conditions are satisfied, or the maximum number of generations is achieved. Another stopping criterion is the minimal change of F ( E ) during the adaptation process, too.
As both approaches belong to the evolutionary computation before we start with the optimization, it is necessary to define the fitness function, which takes into account the following criteria [65]:
  • mean angle of turn,
  • mean acceleration,
  • trajectory length,
  • mean speed,
  • passing time,
  • number of collisions with route borders,
  • passing the route (yes/no or 1/0).
In this case, the fitness value F ( E ) expressing the quality of a proposed connection matrix is defined as follows:
F ( E ) = 1 / ( p a t × a t + p a × a + p t l × t l + p s × s + p p t × p t ) ,
where p a t , p a , p t l , p s and p p t are parameters for mean angle of turn a t , mean acceleration a, trajectory length t l , mean speed s and passing time p t , respectively. Their values depend on user’s preferences. The mean values (angle of turn, acceleration, and speed) are considered as absolute values.
The greater the value of F ( E ) , the better quality of E will be achieved. In other words, we are searching for the maximum value. The reason for such a definition of F ( E ) is, if the robot diverges from the route, then it will be lost, and F ( E ) will be set-up to 0 (at all the worst fitness value). Principally, we have two possibilities how to handle such a particle in PSO or an individual in SOMA. Either the particle/individual will come back to its previous best position, or it will be removed and replaced by a new one at another position. In our experiments, we choose the second alternative to improve adaptation methods’ exploration ability, in general. Finally, if the route’s borders are exceeded, then F ( E ) will be divided by 2 as many times as the borders are exceeded.
Figure 12, Figure 13, Figure 14 and Figure 15 depict behaviour of first five variables mentioned in the list of criteria for the calculation of F ( E ) , namely: trajectory length (cm), robot speed (cm/s), robot acceleration (cm/s 2 ), angle of turn ( ), and passing time (s), which represents their horizontal coordinates.
The comparison of these variables points to the quite different behaviour of FCMs designed by PSO and SOMA even though there is only a slight difference between their fitness values, see Table 1. The FCM controller designed by SOMA causes a slower but a little more stable movement (see Figure 12), whereas the PSO design also utilizes extreme control values resulting in higher speeds (see Figure 13). If we compare differences of fitness values among individuals in SOMA, they are smaller than in PSO, that is, the SOMA optimization process produces more stable results compared to PSO. On the contrary, it has a more significant disposition to stack in a local extreme because SOMA exploration is more systematic and spreading individuals less stochastic than in PSO. This fact could explain the obtained results when the SOMA design produces a stable behaviour with minimal extremes. In other words, PSO, thanks to its stochasticity, shows better exploration than SOMA.
Figure 14 and Figure 15 highlight that FCM is indeed able to control the robot inside a route, but extreme changes of the acceleration and turn angle are needed. However, thanks to the ability to back the robot, it is able to move along complicated routes, as shown in Figure 7. Therefore, future research will deal with this disadvantage and will aim to mitigate the need for extreme actuating.
The methods of automatic adaptation of FCMs in comparison to the manual design clearly show their superiority. It is visible mainly in Figure 13, where manual design uses the most extreme speeds for controlling the robot. Their strong changes are visible also in Figure 14 and Figure 15. In other words, FCMs designed with the help of PSO and SOMA are more favour to the controlled devices than the manual design, especially if we consider mechanical properties of such a robot or vehicle.
In the case of SOMA optimization, 41 individuals were created with values discriminated by 0.5 from the interval [ 1 ; 1 ] . As after 20 migration cycles, the difference in fitness values among individuals was not significant in most cases, we stopped the optimization process.
As already mentioned, the initialization is crucial in PSO and strongly influences the quality of the output, that is, E. Like SOMA, PSO has the same dimension of the search space, that is, D is equal to 12. We used a pair of symmetrical simplices, that is, the number of particles was 26 (2.(12 + 1)).
We repeated experiments with different forms of routes, but differences concerning the quality of used methods were not significant. Table 1 shows a comparison of averaged results acquired from a series of experiments, where the relative values of selected criteria describing properties of the optimization process were related to the smallest value.
The summary of the results shows that differences between SOMA and PSO approach are not significant. SOMA produced a slightly worse connection matrix than PSO, but the comparison of the computational complexity of the optimization is much more advantageous in the case of SOMA. Further, it is apparent that a small number of individuals requires a larger number of optimization cycles.

7. Conclusions

In this paper, we showed the possibility of interconnecting the concepts IoT and IS with the aim to construct UR. We showed how means of IoT could be used in navigation tasks as route tracking. Our approach tries to utilize a combination of IS and onboard robotic means to find a proper balance between these two groups of sensors.
Our approach represents an introductory study using quite new means in the area of navigation like IoT and FCMs. The pros and cons of our approach can be summarized as follows:
  • Although the architecture of used FCM is quite simple, consisting of only 8 nodes, it was able to navigate a robot through a complicated route.
  • The used adaptation methods proved their quality over a manual design.
  • It seems, that PSO adaptation is suitable if we need an optimal or almost optimal solution and its stability does not play an important role. On the contrary, SOMA adaptation secures although a solution of mean quality, but it is stable and credible.
  • The quality of tracking is considerably ’shaky’. The control changes the turn angle and speed too quickly and strongly. Such a navigation would have a negative influence on energy consumption and durability of such a device. The solution could be in extending the number of nodes, which enable to more accurately describe a given situation.
  • The proposed navigation system can be implemented as a part of the simulation system for movement control in the frame of Sobot as well as a part of the control system in the frame of Mobot.
In the future, one of the most important criteria will also be the economic effectiveness of solutions. Our approach enables navigation also for simple devices not owning complex sensors. The strength of our proposal is also based on its scalability when an arbitrary number of robots will be able to use their common IS and mutually cooperate, including robots of different types, too. In this case, the emphasis will be on the functionality of Sobot because a massive amount of various simulations and alternatives will be necessary before real robots start their work.
The use of artificial intelligence techniques showed many advantages in robotic problems. For instance, fuzzy logic can describe uncertainties of localization means based on evaluating signal strength and designing decision-making systems using, for example, FCM. Neural networks can be used mainly to classify signals from several devices at once to prevent their interference. Finally, evolutionary approaches are very suitable optimization means as it was also shown in designing connection matrices for FCM.
In the future, other devices can be added to the proposed IS and we can properly combine onboard devices with outboard ones. Therefore, we will try to extend the UR concept in IS to collaborative robotics, where a number of robots cooperate on a given task.

Author Contributions

Conceptualization, J.V.; Formal analysis and Investigation, J.V. and L.P.; Writing—original draft, J.V. and P.P.; Methodology, E.K.; Funding acquisition and Project administration, I.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This publication was supported by the grant KEGA 1/033TUKE-4/2018—AICybS—Smart Industry/Architectures of Intelligent Information and Cybernetic Systems.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
BLEBluetooth Low Energy
DLDecision Level
DINDDistributed Intelligent Networked Device
EmbotEmbedded system
EPCElectronic Production Code
FCMFuzzy Cognitive Map
ISIntelligent Space
IoTInternet of Things
MAMigration Algorithm
MobotMobile robot
PSOParticle Swarm Optimization
RFIDRadio-Frequency Identification
RSSIRadio Signal Strength Indication
SOMASelf-Organizing Migration Algorithm
SobotSoftware robot
URUbiquitous Robot

References

  1. Vanus, J.; Martinek, R.; Bilik, P.; Koziorek, J.; Dracka, A. Smart Home Remote Monitoring Using PI System Management Tools. In Proceedings of the 8th International Scientific Symposium On Electrical Power Engineering (ELEKTROENERGETIKA 2015), Stará Lesná, Slovakia, 16–18 September 2015; pp. 384–387. [Google Scholar]
  2. Schneider, M.; Machacek, Z.; Martinek, R.; Koziorek, J.; Jaros, R. A System for the Detection of Persons in Intelligent Buildings Using Camera Systems—A Comparative Study. Sensors 2020, 20, 3558. [Google Scholar] [CrossRef]
  3. Yadav, P.; Vishwakarma, S. Application of Internet of Things and Big Data towards a Smart City. In Proceedings of the 2018 3rd International Conference On Internet of Things: Smart Innovation and Usages (IoT-SIU), Bhimtal, India, 23–24 February 2018; pp. 1–5. [Google Scholar]
  4. López-Morales, J.A.; Martínez, J.A.; Skarmeta, A.F. Improving Energy Efficiency of Irrigation Wells by Using an IoT-Based Platform. Electronics 2021, 10, 250. [Google Scholar] [CrossRef]
  5. Khaitan, S.K.; McCalley, J.D. Design Techniques and Applications of Cyberphysical Systems: A Survey. IEEE Syst. J. 2015, 9, 350–365. [Google Scholar] [CrossRef]
  6. Gaddam, A.; Wilkin, T.; Angelova, M.; Gaddam, J. Detecting Sensor Faults, Anomalies and Outliers in the Internet of Things: A Survey on the Challenges and Solutions. Electronics 2020, 9, 511. [Google Scholar] [CrossRef] [Green Version]
  7. Haidegger, T.; Kovács, L.; Precup, R.E.; Preitl, S.; Benyó, B.; Benyó, Z. Cascade Control for Telerobotic Systems Serving Space Medicine. IFAC Proc. Vol. 2011, 44, 3759–3764. [Google Scholar] [CrossRef] [Green Version]
  8. Chibani, A.; Amirat, Y.; Mohammed, S.; Matson, E.; Hagita, N.; Barreto, M. Ubiquitous robotics: Recent challenges and future trends. Robot. Auton. Syst. 2013, 61, 1162–1172. [Google Scholar] [CrossRef]
  9. Zelenka, J.; Kasanický, T.; Budinská, I. A Swarm Algorithm Inspired by Tree-Dwelling Bats. Experiments and Evaluations. In Advances in Service and Industrial Robotics; Berns, K., Görges, D., Eds.; Springer International Publishing: Berlin, Germany, 2020; pp. 527–534. [Google Scholar]
  10. Vaščák, J.; Reyes, N.H. Use and Perspectives of Fuzzy Cognitive Maps in Robotics. In Fuzzy Cognitive Maps for Applied Sciences and Engineering—From Fundamentals to Extensions and Learning Algorithms; Papageorgiou, E.I., Ed.; Springer: Berlin, Germany, 2014; Volume 54, pp. 253–266. [Google Scholar]
  11. Jiménez-González, A.; de Dios, J.R.M.; Ollero, A. Testbeds for ubiquitous robotics: A survey. Robot. Auton. Syst. 2013, 61, 1487–1501. [Google Scholar] [CrossRef]
  12. Kim, J.H.; Zaheer, S.A.; Ryu, S.J. Intelligence Technology for Ubiquitous Robots. In Intelligent Assistive Robots: Recent Advances in Assistive Robotics for Everyday Activities; Mohammed, S., Moreno, J.C., Kong, K., Amirat, Y., Eds.; Springer International Publishing: Berlin, Germany, 2015; pp. 275–295. [Google Scholar]
  13. Al-Khawaldeh, M.; Al-Naimi, I.; Chen, X.; Moore, P. Ubiquitous robotics for knowledge-based auto-configuration system within smart home environment. In Proceedings of the 7th International Conference on Information and Communication Systems (ICICS), Irbid, Jordan, 5–7 April 2016; pp. 139–144. [Google Scholar]
  14. Ahn, H.S.; Datta, C.; Kuo, I.; Stafford, R.; Kerse, N.; Peri, K.; Broadbent, E.; MacDonald, B.A. Entertainment services of a healthcare robot system for older people in private and public spaces. In Proceedings of the 6th International Conference on Automation, Robotics and Applications (ICARA), Queenstown, New Zealand, 17–19 February 2015; pp. 217–222. [Google Scholar]
  15. Hvizdoš, J.; Vaščák, J.; Brezina, A. Object identification and localization by smart floors. In Proceedings of the IEEE 19th International Conference on Intelligent Engineering Systems (INES), Bratislava, Slovakia, 3–5 September 2015; pp. 113–117. [Google Scholar]
  16. Vaščák, J.; Savko, I. Radio Beacons in Indoor Navigation. In Proceedings of the World Symposium on Digital Intelligence for Systems and Machines (DISA), Kosice, Slovakia, 23–25 August 2018; pp. 283–288. [Google Scholar]
  17. Vaščák, J.; Hvizdoš, J. Vehicle navigation by fuzzy cognitive maps using sonar and RFID technologies. In Proceedings of the IEEE 14th International Symposium on Applied Machine Intelligence and Informatics (SAMI), Herlany, Slovakia, 21–23 January 2016; pp. 75–80. [Google Scholar]
  18. Yang, L.; Qi, J.; Song, D.; Xiao, J.; Han, J.; Xia, Y. Survey of Robot 3D Path Planning Algorithms. J. Control Sci. Eng. 2016, 2016, 7426913. [Google Scholar] [CrossRef] [Green Version]
  19. Stachniss, C.; Leonard, J.J.; Thrun, S. Simultaneous Localization and Mapping. In Springer Handbook of Robotics; Siciliano, B., Khatib, O., Eds.; Springer Handbooks; Springer: Berlin, Germany, 2016; pp. 1153–1176. [Google Scholar]
  20. García, M.A.P.; Montiel, O.; Castillo, O.; Sepúlveda, R.; Melin, P. Path planning for autonomous mobile robot navigation with ant colony optimization and fuzzy cost function evaluation. Appl. Soft Comput. 2009, 9, 1102–1110. [Google Scholar] [CrossRef]
  21. Johanyák, Z. A modified particle swarm optimization algorithm for the optimization of a fuzzy classification subsystem in a series hybrid electric vehicle. Tech. Vjesnik Tech. Gazette 2017, 24, 295–301. [Google Scholar] [CrossRef]
  22. LaValle, S.M. Planning Algorithms; Cambridge University Press: Cambridge, UK, 2006. [Google Scholar]
  23. Precup, R.E.; Preitl, S. Development of fuzzy controllers with non-homogeneous dynamics for integral-type plants. Electr. Eng. 2003, 85, 155–168. [Google Scholar] [CrossRef]
  24. Vaščák, J.; Rutrich, M. Path Planning in Dynamic Environment Using Fuzzy Cognitive Maps. In Proceedings of the 6th International Symposium on Applied Machine Intelligence and Informatics (SAMI), Herlany, Slovakia, 21–22 January 2008; pp. 5–9. [Google Scholar]
  25. Papageorgiou, E.I. Learning Algorithms for Fuzzy Cognitive Maps: A Review Study. IEEE Trans. Syst. Man Cybern. Part C Appl. Rev. 2012, 42, 150–163. [Google Scholar] [CrossRef]
  26. Zhang, N.; Chao, L. Adaptive online time series prediction based on a novel dynamic fuzzy cognitive map. J. Intell. Fuzzy Syst. 2019, 36, 5291–5303. [Google Scholar]
  27. Vaščák, J. Adaptation of Fuzzy Cognitive Maps by Migration Algorithms. Kybernetes 2012, 41, 429–443. [Google Scholar] [CrossRef] [Green Version]
  28. Klančar, G.; Zdešar, A.; Blažič, S.; Škrjanc, I. Wheeled Mobile Robotics: From Fundamentals Towards Autonomous Systems; Butterworth-Heinemann: Waltham, MA, USA, 2017. [Google Scholar]
  29. Mls, K.; Cimler, R.; Vaščák, J.; Puheim, M. Interactive evolutionary optimization of fuzzy cognitive maps. Neurocomputing 2017, 232, 58–68. [Google Scholar] [CrossRef]
  30. Pandey, A.; Pandey, S.; Parhi, D. Mobile robot navigation and obstacle avoidance techniques: A review. Int. Robot. Autom. J. 2017, 2, 00022. [Google Scholar] [CrossRef] [Green Version]
  31. Huh, J.H. PLC-Integrated Sensing Technology in Mountain Regions for Drone Landing Sites: Focusing on Software Technology. Sensors 2018, 18, 2693. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  32. Martínez, J.L.; Morales, J.; Sánchez, M.; Morán, M.; Reina, A.J.; Fernández-Lozano, J.J. Reactive Navigation on Natural Environments by Continuous Classification of Ground Traversability. Sensors 2020, 20, 6423. [Google Scholar] [CrossRef]
  33. Huang, H.; Savkin, A.V.; Li, X. Reactive Autonomous Navigation of UAVs for Dynamic Sensing Coverage of Mobile Ground Targets. Sensors 2020, 20, 3720. [Google Scholar] [CrossRef]
  34. Basu, D.; Gui, X.; Zhang, Y.; Nag, A. Non-Centralised and Non-GPS Navigation Mechanism using IoT sensors: Challenges and trade-offs. In Proceedings of the 29th International Telecommunication Networks and Applications Conference (ITNAC), Auckland, New Zealand, 27–29 November 2019; pp. 1–6. [Google Scholar]
  35. Alhammadi, A.; Alraih, S.; Hashim, F.; Rasid, M.F.A. Robust 3D Indoor Positioning System Based on Radio Map Using Bayesian Network. In Proceedings of the IEEE World Forum on Internet of Things (WF-IoT), Limerick, Ireland, 15–18 April 2019; pp. 107–110. [Google Scholar]
  36. Shilo, G.; Romaniuk, D.; Pysarskyi, A.; Lebedieva-Dychko, A. Cost-Effective Indoor Positioning Using IoT Solutions. In Proceedings of the IEEE 5th International Symposium on Smart and Wireless Systems within the Conferences on Intelligent Data Acquisition and Advanced Computing Systems (IDAACS-SWS), Dortmund, Germany, 17–18 September 2020; pp. 1–5. [Google Scholar]
  37. Salimibeni, M.; Hajiakhondi-Meybodi, Z.; Malekzadeh, P.; Atashi, M.; Plataniotis, K.N.; Mohammadi, A. IoT-TD: IoT Dataset for Multiple Model BLE-based Indoor Localization/Tracking. In Proceedings of the 28th European Signal Processing Conference (EUSIPCO), Amsterdam, The Netherlands, 18–21 January 2021; pp. 1697–1701. [Google Scholar]
  38. Yu, H.K.; Kim, J.G. Smart navigation with AI Engine for Li-Fi based Medical Indoor Environment. In Proceedings of the International Conference on Artificial Intelligence in Information and Communication (ICAIIC), Okinawa, Japan, 11–13 February 2019; pp. 195–199. [Google Scholar]
  39. He, Z.; Yang, F.; Li, Z.; Liu, K.; Xiong, N. Mining Channel Water Depth Information From IoT-Based Big Automated Identification System Data for Safe Waterway Navigation. IEEE Access 2018, 6, 75598–75608. [Google Scholar] [CrossRef]
  40. Wang, J.; Xu, C.; Zhang, J.; Bao, J.; Zhong, R. A collaborative architecture of the industrial internet platform for manufacturing systems. Robot. Comput. Integr. Manuf. 2020, 61, 101854. [Google Scholar] [CrossRef]
  41. Mocnej, J.; Lojka, T.; Zolotová, I. Using information entropy in smart sensors for decentralized data acquisition architecture. In Proceedings of the IEEE 14th International Symposium on Applied Machine Intelligence and Informatics (SAMI), Herlany, Slovakia, 21–23 January 2016; pp. 47–50. [Google Scholar] [CrossRef]
  42. Forno, E.; Moio, S.; Schenatti, M.; Macii, E.; Urgese, G. Techniques for improving localization applications running on low-cost IoT devices. In Proceedings of the AEIT International Conference of Electrical and Electronic Technologies for Automotive (AEIT AUTOMOTIVE), Turin, Italy, 18–20 November 2020; pp. 1–6. [Google Scholar]
  43. Kumar, N.A.; Haris Thangal, Y.; Sunitha Beevi, K. IoT Enabled Navigation System for Blind. In Proceedings of the IEEE R10 Humanitarian Technology Conference (R10-HTC), Depok, West Java, Indonesia, 12–14 November 2019; pp. 186–189. [Google Scholar]
  44. Nurmaini, S.; Tutuko, B. Intelligent Robotics Navigation System: Problems, Methods, and Algorithm. Int. J. Electr. Comput. Eng. 2017, 7, 3711–3726. [Google Scholar] [CrossRef] [Green Version]
  45. Kala, R.; Warwick, K. Reactive Planning of Autonomous Vehicles for Traffic Scenarios. Electronics 2015, 4, 739–762. [Google Scholar] [CrossRef] [Green Version]
  46. Motlagh, O.; Tang, S.; Ismail, N.; Ramli, A. An expert fuzzy cognitive map for reactive navigation of mobile robots. Fuzzy Sets Syst. 2012, 201, 105–121. [Google Scholar] [CrossRef]
  47. Malayjerdi, E.; Yaghoobi, M.; Kardan, M. Mobile robot navigation based on Fuzzy Cognitive Map optimized with Grey Wolf Optimization Algorithm used in Augmented Reality. In Proceedings of the 5th RSI International Conference on Robotics and Mechatronics (ICRoM), Tehran, Iran, 25–27 October 2017; pp. 211–218. [Google Scholar]
  48. Njima, W.; Ahriz, I.; Zayani, R.; Terre, M.; Bouallegue, R. Deep CNN for Indoor Localization in IoT-Sensor Systems. Sensors 2019, 19, 3127. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  49. Mendonça, M.; Kondo, H.S.; Botoni de Souza, L.; Palácios, R.H.C.; Paulo Lima Silva de Almeida, J. Semi-Unknown Environments Exploration Inspired by Swarm Robotics using Fuzzy Cognitive Maps. In Proceedings of the IEEE International Conference on Fuzzy Systems (FUZZ-IEEE), New Orleans, LA, USA, 23–26 June 2019; pp. 1–8. [Google Scholar]
  50. Vega Oliver, J.C.; Huamaní Navarrete, P.F. Fuzzy control to simulate 4 autonomous navigation behaviors in a differential-drive mobile robot. In Proceedings of the IEEE International Conference on Aerospace and Signals (INCAS), Lima, Peru, 8–10 November 2017; pp. 1–4. [Google Scholar]
  51. Yachir, A.; Amirat, Y.; Chibani, A.; Badache, N. Event-Aware Framework for Dynamic Services Discovery and Selection in the Context of Ambient Intelligence and Internet of Things. IEEE Trans. Autom. Sci. Eng. 2016, 13, 85–102. [Google Scholar] [CrossRef]
  52. Romeo, L.; Petitti, A.; Marani, R.; Milella, A. Internet of Robotic Things in Smart Domains: Applications and Challenges. Sensors 2020, 20, 3355. [Google Scholar] [CrossRef]
  53. Antich Tobaruela, J.; Ortiz Rodríguez, A. Reactive navigation in extremely dense and highly intricate environments. PLoS ONE 2017, 12, 1–51. [Google Scholar] [CrossRef] [Green Version]
  54. Prophet, S.; Trommer, G.F. Reactive Navigation in Cluttered Indoor Environment for Autonomous MAVs. In Proceedings of the 27th Saint Petersburg International Conference on Integrated Navigation Systems (ICINS), St. Petersburg, Russia, 25–27 May 2020; pp. 1–8. [Google Scholar]
  55. Elmokadem, T. A 3D Reactive Collision Free Navigation Strategy for Nonholonomic Mobile Robots. In Proceedings of the 37th Chinese Control Conference (CCC), Wuhan, China, 25–27 July 2018; pp. 4661–4666. [Google Scholar]
  56. Vaščák, J.; Kajáti, E.; Zolotová, I. Concept of Intelligent Space in Education of IoT Applications in Robotics. In Proceedings of the 16th International Conference on Emerging eLearning Technologies and Applications (ICETA), Stary Smokovec, Slovakia, 15–16 November 2018; pp. 629–634. [Google Scholar]
  57. Aravinda, P.; Sooriyaarachchi, S.; Gamage, C.; Kottege, N. Optimization of RSSI based indoor localization and tracking to monitor workers in a hazardous working zone using Machine Learning techniques. In Proceedings of the International Conference on Information Networking (ICOIN), Jeju Island, Korea, 13–16 January 2021; pp. 305–310. [Google Scholar]
  58. Johanyák, Z.C. A Simple Fuzzy Logic Based Power Control for a Series Hybrid Electric Vehicle. In Proceedings of the IEEE European Modelling Symposium (EMS), Madrid, Spain, 6–8 October 2015; pp. 207–212. [Google Scholar]
  59. Papageorgiou, E.I.; Salmeron, J.L. A review of fuzzy cognitive maps research during the last decade. IEEE Trans. Fuzzy Syst. 2013, 21, 66–79. [Google Scholar] [CrossRef]
  60. Vaščák, J.; Madarász, L. Adaptation of Fuzzy Cognitive Maps—A Comparison Study. Acta Polytech. Hung. 2010, 7, 109–122. [Google Scholar]
  61. Zelinka, I. SOMA—Self-organizing Migrating Algorithm. In Self-Organizing Migrating Algorithm: Methodology and Implementation; Davendra, D., Zelinka, I., Eds.; Springer International Publishing: Berlin, Germany, 2016; pp. 3–49. [Google Scholar]
  62. Clerc, M.; Kennedy, J. The Particle Swarm—Explosion, Stability, and Convergence in a Multidimensional Complex Space. IEEE Trans. Evol. Comput. 2002, 6, 58–73. [Google Scholar] [CrossRef] [Green Version]
  63. Papageorgiou, E.I.; Parsopoulos, K.E.; Stylios, C.S.; Groumpos, P.P.; Vrahatis, M.N. Fuzzy Cognitive Maps Learning Using Particle Swarm Optimization. J. Intell. Inf. Syst. 2005, 25, 95–121. [Google Scholar] [CrossRef]
  64. Zhang, G.; Mahfouf, M.; Panoutsos, G.; Wang, S. A multi-objective particle swarm optimization algorithm with a dynamic hypercube archive, mutation and population competition. In Proceedings of the IEEE Congress on Evolutionary Computation, Brisbane, QLD, Australia, 10–15 June 2012; pp. 1–7. [Google Scholar]
  65. Vaščák, J.; Zolotová, I.; Kajáti, E. Navigation Fuzzy Cognitive Maps Adjusted by PSO. In Proceedings of the 23rd International Conference on System Theory, Control and Computing (ICSTCC), Sinaia, Romania, 9–11 October 2019; pp. 107–112. [Google Scholar]
  66. Blažič, S. On Periodic Control Laws for Mobile Robots. IEEE Tran. Ind. Electron. 2014, 61, 3660–3670. [Google Scholar] [CrossRef]
Figure 1. Basic information structure of a mobile robot configured by decision levels DL-0–DL-2.
Figure 1. Basic information structure of a mobile robot configured by decision levels DL-0–DL-2.
Electronics 10 00809 g001
Figure 2. A schematic example of an intelligent space with depicted basic data, information and instruction relations.
Figure 2. A schematic example of an intelligent space with depicted basic data, information and instruction relations.
Electronics 10 00809 g002
Figure 3. Principle of passive radio frequency identification (RFID) function. The reader can send the received Electronic Production Code (EPC) to a computer or process it directly.
Figure 3. Principle of passive radio frequency identification (RFID) function. The reader can send the received Electronic Production Code (EPC) to a computer or process it directly.
Electronics 10 00809 g003
Figure 4. Use of a sparse RFID network with tags on the floor in combination with the sonar object detection. In this case the obstacle is another robot.
Figure 4. Use of a sparse RFID network with tags on the floor in combination with the sonar object detection. In this case the obstacle is another robot.
Electronics 10 00809 g004
Figure 5. An illustrative example of an Fuzzy Cognitive Map (FCM) with its connection matrix E.
Figure 5. An illustrative example of an Fuzzy Cognitive Map (FCM) with its connection matrix E.
Electronics 10 00809 g005
Figure 6. Migration optimization: (a) search path without perturbations in a 3D space; (b) search path with perturbation (red dashed arrow) in a 2D space. Evaluated points in individual steps are denoted by bullets •.
Figure 6. Migration optimization: (a) search path without perturbations in a 3D space; (b) search path with perturbation (red dashed arrow) in a 2D space. Evaluated points in individual steps are denoted by bullets •.
Electronics 10 00809 g006
Figure 7. An example of a simulated route with collisions.
Figure 7. An example of a simulated route with collisions.
Electronics 10 00809 g007
Figure 8. Analysis of control variables for route tracking.
Figure 8. Analysis of control variables for route tracking.
Electronics 10 00809 g008
Figure 9. Proposed architecture of navigation FCM.
Figure 9. Proposed architecture of navigation FCM.
Electronics 10 00809 g009
Figure 10. Proposed membership functions for nodes G L , G F , G R (angular deviation) and G C , G M , G D (position deviation) of the navigation FCM.
Figure 10. Proposed membership functions for nodes G L , G F , G R (angular deviation) and G C , G M , G D (position deviation) of the navigation FCM.
Electronics 10 00809 g010
Figure 11. Block diagram of the proposed research methodology.
Figure 11. Block diagram of the proposed research methodology.
Electronics 10 00809 g011
Figure 12. Comparison of trajectory lengths for FCMs designed with help of Particle Swarm Optimization (PSO), Self-Organizing Migration Algorithm (SOMA), and manual set-up.
Figure 12. Comparison of trajectory lengths for FCMs designed with help of Particle Swarm Optimization (PSO), Self-Organizing Migration Algorithm (SOMA), and manual set-up.
Electronics 10 00809 g012
Figure 13. Comparison of robot speeds for FCMs designed with help of PSO, SOMA, and manual set-up.
Figure 13. Comparison of robot speeds for FCMs designed with help of PSO, SOMA, and manual set-up.
Electronics 10 00809 g013
Figure 14. Comparison of robot accelerations for FCMs designed with help of PSO, SOMA, and manual set-up.
Figure 14. Comparison of robot accelerations for FCMs designed with help of PSO, SOMA, and manual set-up.
Electronics 10 00809 g014
Figure 15. Comparison of turn angles for FCMs designed with help of PSO, SOMA, and manual set-up.
Figure 15. Comparison of turn angles for FCMs designed with help of PSO, SOMA, and manual set-up.
Electronics 10 00809 g015
Table 1. Quality comparison of selected FCM adaptation methods.
Table 1. Quality comparison of selected FCM adaptation methods.
Quality CriterionFCM Adaptation Method
ManualSOMAPSO
Relative optimization process length-15.72
Number of generations-20186
Number of individuals-4126
Relative fitness11.451.52
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Vaščák, J.; Pomšár, L.; Papcun, P.; Kajáti, E.; Zolotová, I. Means of IoT and Fuzzy Cognitive Maps in Reactive Navigation of Ubiquitous Robots. Electronics 2021, 10, 809. https://doi.org/10.3390/electronics10070809

AMA Style

Vaščák J, Pomšár L, Papcun P, Kajáti E, Zolotová I. Means of IoT and Fuzzy Cognitive Maps in Reactive Navigation of Ubiquitous Robots. Electronics. 2021; 10(7):809. https://doi.org/10.3390/electronics10070809

Chicago/Turabian Style

Vaščák, Ján, Ladislav Pomšár, Peter Papcun, Erik Kajáti, and Iveta Zolotová. 2021. "Means of IoT and Fuzzy Cognitive Maps in Reactive Navigation of Ubiquitous Robots" Electronics 10, no. 7: 809. https://doi.org/10.3390/electronics10070809

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