Next Article in Journal
Finger Gesture Spotting from Long Sequences Based on Multi-Stream Recurrent Neural Networks
Next Article in Special Issue
Received Signal Strength-Based Indoor Localization Using Hierarchical Classification
Previous Article in Journal
LPI Radar Waveform Recognition Based on Features from Multiple Images
Previous Article in Special Issue
An Evidential Framework for Localization of Sensors in Indoor Environments
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Applying Movement Constraints to BLE RSSI-Based Indoor Positioning for Extracting Valid Semantic Trajectories

1
Department of Big Data, Pusan National University, Busan 46241, Korea
2
School of Computer Science and Engineering, Pusan National University, Busan 46241, Korea
*
Author to whom correspondence should be addressed.
Sensors 2020, 20(2), 527; https://doi.org/10.3390/s20020527
Submission received: 17 December 2019 / Revised: 10 January 2020 / Accepted: 15 January 2020 / Published: 17 January 2020
(This article belongs to the Special Issue Sensors Localization in Indoor Wireless Networks)

Abstract

:
Indoor positioning techniques, owing to received signal strength indicator (RSSI)-based sensors, can provide useful trajectory-based services. These services include user movement analytics, next-to-visit recommendation, and hotspot detection. However, the value of RSSI is often disturbed due to obstacles in indoor environment, such as doors, walls, and furnitures. Therefore, many indoor positioning techniques still extract an invalid trajectory from the disturbed RSSI. An invalid trajectory contains distant or impossible consecutive positions within a short time, which is unlikely in a real-world scenario. In this study, we enhanced indoor positioning techniques with movement constraints on BLE (Bluetooth Low Energy) RSSI data to prevent an invalid semantic indoor trajectory. The movement constraints ensure that a predicted semantic position cannot be far apart from the previous position. Furthermore, we can extend any indoor positioning technique using these movement constraints. We conducted comprehensive experimental studies on real BLE RSSI datasets from various indoor environment scenarios. The experimental results demonstrated that the proposed approach effectively extracts valid indoor semantic trajectories from the RSSI data.

1. Introduction

Indoor location-based services have given rise to the requirement of establishing various safety measures in IoT (Internet of Things)-enabled smart buildings in recent years. Indoor trajectories [1] support these services for several applications, such as people behavior analytics, movement patterns extraction, next-to-visit recommendations, and hotspot detection. Positioning devices, such as Wi-Fi [2], BLE (Bluetooth Low Energy) [3,4,5,6,7,8], and RFID (radio frequency identification) [9], provide the trajectories using indoor positioning techniques.
Indoor trajectory is a sequence of paired timestamps and visited positions of a user in indoor spaces. To capture these positions, the users hold a device, such as a smartphone, that receives the RSSI (received strength signal indicator) of the positioning devices in the indoor space while walking. However, the RSSI is often missing or unstable due to delayed transmission, interference from the walls, and clashing signals. Thus, we require a technique called indoor positioning to estimate the user’s correct position.
Indoor positioning methods usually require a dataset of collected RSSI data and the associated semantic position. This dataset is called the reference set. Then, the methods estimate the current user position using the knowledge from the reference set. Some popular indoor positioning techniques are the Hidden Markov Model (HMM) [4,5,9,10,11,12], k-nearest neighbors (kNN) [6,7,8], and Deep Neural Networks (DNN) [3,13]. Those methods (HMM, kNN, and DNN) utilize machine learning as their core. HMM and DNN methods learn the behaviour of the trajectory from the reference set. Thus, they can predict the next position after the current position estimation given the next observation of RSSI data. In contrast, kNN methods estimate a position by comparing the difference of current RSSI observation to the reference set. The kNN method decides the current RSSI’s semantic position such that the semantic position’s RSSI in the reference set has the smallest difference with the current RSSI. However, HMM, kNN, and DNN still cause errors in estimating the user’s position that leads to inaccurate positioning due to missing and unstable RSSI data.
Erroneous indoor positioning can give rise to invalid trajectories, which contains at least one impossible movement between a pair of consecutive positions. Suppose that an indoor positioning technique mispredicts the current position to be in the next room, which is impossible because a wall separates the previous position, while the room and the room’s door are on the farther side. Another case of erroneous indoor positioning is the “jumpy” transition due to the missing and unstable RSSI data. Hence, the estimation of the current position is significantly deflected from the previous position. Thus, we would like to adopt the contextual outdoor area definition [14,15,16] to incorporate the structure of the indoor space. We call this newly defined area semantic position.
The semantic positions, instead of conventional 2D positions, are useful for several use cases, such as real-time next-to-visit recommendation service. It is more understandable for users to check a recommendation in semantic positions, such as Next-to-visit: from Room-History, after Corridor turn right, instead of 2D positions unless visualized by some indoor map. This case also challenges indoor positioning to work in real time, which means that the most likely position has to be estimated without seeing the full trajectory, similar to incremental map-matching [4,11]. We can build these real-time recommendations based on extracting real-time semantic trajectories.
A semantic trajectory describes the sequence of visited semantic position instead of the usual indoor 2D positions. This 2D position is not understandable until visualized. To acquire this semantic trajectory in an indoor space, we can simply get the semantic positions by associating certain areas in 2D space as semantic locations.
Example 1.
Suppose an indoor floor plan similar to Figure 1a. From the positioning result in Figure 1b, we see an extracted 2D indoor trajectory that denotes the movements of a user from position (6,7) at t 1 to position (8,3) at t 2 and then to position (9,7.5) at t 3 in a short time in Figure 1c. Thus, if we know that position (6,7) is at the Corridor AB, position (8,3) is at Corridor-BD, and position (9,7.5) is at Room B-North, we can define a more understandable trajectory such as Corridor AB → Corridor BD → Room B-North.
Although we can translate the 2D positioning to semantic positions using a type of mapping technique, due to the erroneous indoor positioning techniques, we should consider a way to prevent the extraction of invalid trajectories. An invalid trajectory contains a distant or an impossible displacement, such as moving directly from a room to another room separated by wall without a door. Thus, we introduce movement constraints to restrict an indoor positioning technique to only infer a position that is close and not obstructed from previous positions.
Example 2.
In Figure 1b, because of incorrect positioning, it is impossible to move from Corridor AB to Corridor BD as depicted in Figure 1c. Therefore, the extracted trajectory is an invalid trajectory because it contains an impossible movement. This impractical movement, however, can be restricted if we define a movement constraint: we can only go to Room B-South after Corridor AB. Then, using the movement constraint, we can get a valid trajectory Corridor AB → Room-B-South → Room B-North as depicted in Figure 1c.
In this study, we applied movement constraints in RSSI-based indoor semantic positioning and trajectory extraction. Considering the time interval of each inferred position, which should be short, consecutive positions could not be far apart or blocked by an obstacle. Thus, the movement constraint can be used to prevent the occurence of far or impossible consecutive positions. Therefore, we can guarantee the validity of the extracted trajectory.
The indoor positioning techniques can apply the movement constraints to estimate the current semantic position of a user. We can extend HMM to apply the movement constraints as state transitions, considering the semantic positions as the states. Meanwhile, kNN can be extended with the movement constraints to reduce the search space of current semantic position prediction only to nearby semantic positions by analyzing previously estimated semantic positions. Similar to kNN, other machine learning approaches, such as neural networks, can work as indoor positioning techniques and can prevent the occurence of invalid trajectories by limiting the range of outputs to nearby consecutive positions.
We performed experiments using three real datasets of people moving inside a building using BLE beacons as RSSI-based positioning devices. To tackle incorrect indoor positioning, we performed sliding-window aggregation to reduce the the instability and incompleteness of BLE RSSI data. Different scenarios for semantic position definitions and beacon deployment were considered. To measure the validity and quality of the approach, we devised several metrics for semantic positions with some resemblance to 2D setting.
The key contributions of this paper can be summarized as follows.
  • We adopt movement constraints to machine learning-based indoor positioning methods, such as kNN, HMM, and neural networks, to extract valid semantic trajectories in real time from the BLE beacons RSSI in indoor environment.
  • We presented a detailed experimental evaluation for comparing our approach with current state-of-the-art approaches for different environments. The experimental results demonstrate the performance benefits and feasibility setting of the proposed constrained approach.
The rest of this paper is organized as follows. Section 2 provides the related research. Then, we continue to explain the basic knowledge of this work in Section 3. Section 4 describes the proposed constrained approach using several indoor positioning techniques. Section 5 presents the details of the experiment design, the results, and the discussions. Finally, we conclude this paper in Section 6.

2. Related Works

In this section, we briefly review some related works and provide a comparison to the proposed method.

2.1. RSSI-Based Indoor Positioning Techniques

Indoor positioning yields the position of a current user from given several measurements. Some techniques utilize inertial sensors [4,17] and RSSI-based sensors [4,5,7,8,13,17] in an indoor environment. However, most of them work on 2D exact positions, such as particle filter [17], kNN [7,8], and reinforcement learning [13]. Another approach [3] directly infers the room where a user resides by performing classification using convolutional neural network on transformed images that consider BLE signals and positions as feature. However, only a few methods [13,17] along with the HMM method [4,5] consider the trajectory as the output of indoor positioning. Not dealing with this issue leads to invalid trajectory, as the consecutive positioning result may be far apart.

2.2. Indoor Trajectory Extraction

Unlike the outdoors, the indoor environment may have a different sense of semantic position and trajectory. Indoor semantic positions tend to have smaller coverage and finer information, e.g., toilet or hallway, unlike outdoor semantic positions, e.g., restaurant or office. One of the representations of the movements on an outdoor semantic trajectory is the road-network [18]. The vehicles move in accordance to the road network as they cannot trespass a building in a normal situation, e.g., not breaking any traffic laws. However, in the indoor environment, we cannot restrict the movement to only the passages and corridors. A large indoor space can contain several semantic positions owing to the specific definition of the area, e.g., a hall can contain numerous exhibition objects and we would like to identify a semantic position as the area around an object. Thus, constructing a semantic trajectory in an indoor environment is different from that in the outdoor environment.
The semantic indoor trajectory extraction process is similar to RFID cleansing [9,19,20]. Similar to Reference [9], we do not assume that all detailed characteristics or spatiotemporal constraints of the BLE beacons in the indoor environment are known. This case is different from previous works [5,19,20] where a position was directly related to a beacon. According to Reference [9], the learning-based method cleans the RFID of the trajectory data to an RFID observation at a time. In our case, we may capture the RSSI signals from different beacons or miss the signal completely at some semantic positions. Thus, we leverage the machine learning-based approach to infer the semantic location from the overlapping and missing observations.
In contrast, we consider a case of indoor semantic trajectory extraction similar to outdoor map-matching [11,12], especially in road networks. Most of these cases use incremental HMM, which takes the distance directly as the observation (GPS data). In indoor cases, we can compute the distance [10] or directly use the existence of captured RSSI in the current position [5] as observation, even though the RSSI is incomplete and noisy. However, the number of deployed beacons in such a setting is usually large. Previous works rarely studied map-matching using RSSI data in different environments, such as sparsely deployed beacons.
Moreover, the use of non-incremental map-matching techniques in indoor semantic positions [5] ensures that the user moves in a valid trajectory and outputs optimal result. However, it needs to see the full trajectory. This style is not applicable in a real-time trajectory extraction case. In contrast, despite yielding suboptimal results, the incremental map-matching techniques work in real time and may suffer a “ping-pong” effect [12], similar to invalid movements. Several online HMMs have attempted to solve the issue. The bounded variable sliding window (BVSW) approach on the online viterbi algorithm [11] solves this issue in outdoor environment, while the local HMM [4] estimates the 2D position using Wi-Fi signal in the indoor case. However, the local HMM still suffers from some invalid movements.
To prevent this issue, we apply movement constraints on machine learning (ML)-based RSSI indoor positioning. We aim to predict the next position that complies with the real-world situation that should not be too far from the current position. These constraints apply to any machine learning-based indoor positioning method, with special cases for HMM and kNN. The constraints reflect the transition probability in HMM and reduce the search space for kNN. This approach also applies to different scenarios of beacon deployment in the indoor environment. Thus, based on this approach, we can extract a valid indoor semantic trajectory, which has been demonstrated through the experiment result.

3. Preliminaries

In this section, we present the problem definition in Section 3.1, notions of the input of BLE RSSI sequences in Section 3.2, and the notions of indoor semantic trajectory in Section 3.3.

3.1. Problem Definition

Our problem, depicted in Figure 2, is described as follows. We need to extract valid trajectories from the input of unlabeled BLE RSSI sequences in an indoor environment while the user is moving. To perform this, we use the ML-based indoor positioning with constraints that learns the characteristic of the BLE RSSI sequences from the previously collected BLE RSSI dataset with semantic position sequences as labels. The movement constraints come from the indoor floor plan, which represents the information of the indoor environment. These movement constraints are represented by a semantic graph in later parts.

3.2. BLE RSSI Input

When a user is moving in an indoor environment with BLE beacons, his/her RSSI capturing device, e.g., smartphone, captures a collection of RSSI observations from the beacons according to his/her position at a time. A raw RSSI has a negative integer value with a maximum value of 1 . If a capturing device is closer to a beacon, it will capture the higher RSSI value. A capturing device may capture a weaker signal or even miss a signal due to several circumstances, e.g., delayed transmission, beacon antenna’s orientation, obstructing objects, and overlapping signals. These circumstances may inform us about the surroundings of the indoor space, such as disturbance from many objects or deflected by walls.
Suppose the indoor environment contains M deployed beacons that emit M RSSI values. Then, we can represent these M RSSI values as a vector.
Definition 1.
An RSSI vector X ( t ) = { x 1 ( t ) , x 2 ( t ) , . . . , x M ( t ) } consists of M elements of negative integer and 0 values that indicate the signal strength of the observed RSSI at time t. An element x m ( t ) that equals 0 indicates that, at time t, the RSSI observing device misses the RSSI of beacon m. The higher value of x m ( t ) (except 0) indicates that the position beacon m is closer to the RSSI observing device.
Suppose we have collected BLE RSSI observations previously knowing our semantic position s ( t ) at each time t. Then, we have several sequences of BLE RSSI observations paired with semantic positions. We call this collected sequence reference set R.
Definition 2.
A sequence of RSSI observations T consists of | T | RSSI vectors at timestamp t. Thus, we can define T as T = < ( t 1 , X ( 1 ) ) , ( t 2 , X ( 2 ) ) , . . . , ( t | T | , X ( | T | ) ) > .
Definition 3.
A sequence of RSSI observations with semantic position T consists of | T | RSSI vectors where each vector is attached with a semantic position s ( t ) at timestamp t. Thus, we can define T as T = < ( t 1 , X ( 1 ) , s ( 1 ) ) , ( t 2 , X ( 2 ) , s ( 2 ) ) , . . . , ( t | T | , X ( | T | ) , s ( | T | ) ) > .
Definition 4.
A sequential reference set R is a set that contains sequences of RSSI vectors with semantic positions. We define this set as R = { T 1 , T 2 , . . . , T | R | } , where | R | denotes the number of the collected sequences.
The sequential relationship is useful for a sequential-based indoor positioning method, such as Hidden Markov Model. Sometimes, we omit the sequential relationship between timestamps for some indoor positioning techniques, such as kNN or deep neural network. Thus, we drop the timestamp information t i of the reference set R and define another form of reference set R .
Definition 5.
A nonsequential reference set R is the set of RSSI vectors paired with semantic positions without sequential relationship. Thus, R = { ( X ( 1 ) , s ( 1 ) ) , ( X ( 2 ) , s ( 2 ) ) , . . . , ( X ( | R | ) , s ( | R | ) ) } , where | R | denotes the number of collected RSSI vectors.
Example 3.
In Figure 3, we collect two sequences of RSSI observations with semantic position T 1 and T 2 using two beacons ( M = 2 ) as reference set R, where T 1 consists of three RSSI vectors and T 2 consists of two RSSI vectors. Then, we drop the sequential relationship, symbolized by the timestamp t j and sequence T . Hence, we acquire R = { ( X ( i ) , s ( i ) ) | 1 i | R | } , where | R | = 5 , as the nonsequential reference set.
Therefore, given R or R , we can train the indoor positioning model f ( X ( t ) ) = s ^ ( t ) for a classification with the target semantic position s ( t ) and input RSSI vectors X ( t ) . Hence, we can predict a sequence of semantic positions s ^ from an unlabeled sequence of RSSI vectors T = < ( t 1 , X ( 1 ) ) , ( t 2 , X ( 2 ) ) , . . . , ( t | T | , X ( | T | ) ) > .

3.3. Indoor Semantic Trajectory

Given an indoor environment, simply represented by an indoor map, a user manually segments the whole indoor area into a set of nonoverlapping areas S = { s 1 , s 2 , s 3 , . . . , s N } in terms of contextual and geographical information.
An indoor floor map contains contextual and geographical information of the indoor space. The geographical information of the indoor space includes several features such as building and room shapes, positions, surroundings, and obstructing objects (walls or any separator). Thus, we can extract the possibility (or impossibility) to reach a place from a nearby place directly. In contrast, the context gives us the semantic meaning of the areas in the indoor space, such as toilet, corridor, resting area, and exhibition area. If we combine these information, we can define the desired nonoverlapping areas in the indoor space. Each nonoverlapping area denotes a semantic position.
A person who is aware of the indoor space and its details, such as a museum manager, can define the semantic positions. In future usage, we can analyze important patterns that represent visitor behavior in the indoor space from the visited semantic positions.
With this notation, we define a semantic trajectory and movement as follows.
Example 4.
According to the contextual and geographical meaning (area names) of the floor map in Figure 1, there are seven different semantic positions. Thus, S = { Room A-North, Room A-South, Corridor AB, Room B-North, Room B-South, Corridor BD, Room D }.
We separate Rooms A and B into northern and southern parts because each room has a large area to cover even though they are not obstructed by any object or wall. The separation is actually useful for Room B because it is impossible to reach corridor BD from northern part of Room B directly.
Definition 6.
The semantic trajectory S T of a moving user is a sequence of timestamped semantic positions ( t 1 , s ( 1 ) ) , ( t 2 , s ( 2 ) ) , . . . , ( t T , s ( | S T | ) ) , where t i < t j when i < j and an element ( t i , s ( i ) ) describes a user to be at a semantic position s ( i ) S at time t i .
Definition 7.
Given a semantic trajectory S T , we define a movement s ( i ) s ( i + 1 ) , where 1 i < | S T | , as a displacement of a user from a semantic position s ( i ) to s ( i + 1 ) in a consecutive timestamp t i , t i + 1 .
Example 5.
A visitor in a museum walks in a similar fashion-like ground truth in Figure 1b. Thus, the visitor has a semantic trajectory ST= ( t 1 , C o r r i d o r A B ) , ( t 2 , R o o m B S o u t h ) , ( t 3 , R o o m B N o r t h ) . We can also extract his/her movements from the semantic trajectory ST, which are C o r r i d o r A B B S o u t h and R o o m B S o u t h R o o m B N o r t h .
Then, we introduce the concept of movement constraints by considering the set of neighboring semantic positiosn N S ( s i ) of a semantic position s i S , the set of movement constraints E ( s i ) , and the semantic graph S G .
Definition 8.
We can define a neighbor of a semantic position s i if and only if there is a pair of semantic positions s i , s j S , where a semantic position s j is adjacent to s i and not obstructed by objects such as walls or furnitures. The neighboring semantic positions have the property of symmetry. Note that i and j are not necessarily inequal.
Definition 9.
Given a semantic position s i S , the set of neighboring semantic positions of s i , defined as N S ( s i ) , is a set of semantic positions where all semantic positions s j N S ( s i ) s j S and the pair s i , s j hold the relationship of neighboring semantic positions.
Definition 10.
Given a semantic position s i S and its neighboring set N S ( s i ) , the set of movement constraints of s i , defined as E ( s i ) = { s i s j , s j N S ( s i ) } , consists of all possible movements from s i to N S ( s i ) . The movement constraint for the reverse direction s j s i also holds true as N S ( s j ) always includes s i (symmetric).
Example 6.
In Figure 1, the semantic position Corridor AB has a set of neighboring semantic positions N S ( C o r r i d o r A B ) = { R o o m B S o u t h , R o o m B N o r t h , C o r r i d o r A B , R o o m A N o r t h , R o o m A S o u t h } .
The indoor positioning technique without constraint infers C o r r i d o r B D as the next position at t 2 from the position C o r r i d o r A B at t 1 . However, to access the semantic position Corridor BD from Corridor AB, a user must visit Room B-South first. Thus, Corridor BD is not in the set of neighboring semantic positions of Corridor AB and the movement C o r r i d o r A B C o r r i d o r B D violates the movement constraint of Corridor AB, which was formally defined as C o r r i d o r B D N S ( C o r r i d o r A B ) and C o r r i d o r A B C o r r i d o r B D E ( C o r r i d o r A B ) , respectively.
Definition 11.
A semantic graph S G consists of a tuple ( S , E ) , where S is a set of semantic positions and E is a set of movement constraints of all semantic positions in S. A semantic position s i S and a set of movement constraints E ( s i ) E in semantic graph represent a vertex and the undirected edges from the respective vertex in a graph, respectively. Although they have directional properties, the movement constraints are simplified as undirected edges as they hold the symmetric relationship s i s j and s j s i .
Example 7.
Semantic graph representation of the floormap in Figure 1 is depicted in Figure 4. We draw each semantic position in S as vertices. Then, for each vertex s S , we establish movement constraints E ( s ) to its neighboring semantic position set N S ( s ) as undirected edges. If a movement constraint already exists from s i to s j ( s i , s j S ), the movement constraint from s j to s i should not be drawn.
Then, we define the invalid trajectory and, consequently, the valid trajectory.
Definition 12.
A semantic trajectory S T is an invalid trajectory that contains at least a movement s ( i ) s ( i + 1 ) , 1 i < | S T | that violates the movement constraint of s ( i ) in semantic graph S G ( S , E ) such that s ( i ) s ( i + 1 ) E ( s ( i ) ) , s ( i ) S exists.
Definition 13.
A semantic trajectory S T is a valid trajectory when all of its movements s ( i ) s ( i + 1 ) , 1 i < | S T | always complies in any movement constraint of s ( i ) in the semantic graph S G ( S , E ) such that s ( i ) s ( i + 1 ) E ( s ( i ) ) , s ( i ) S .
Example 8.
In Figure 1c, we see an actual semantic trajectory and an estimated semantic trajectory from an indoor positioning technique (without constraint). The actual semantic trajectory is a valid trajectory as all of its movements { Corridor AB → Room B-South, Room B-South→ Room B-North} do not violate any movement constraint of { E ( C o r r i d o r A B ) , E ( R o o m B S o u t h ) } respectively. The estimated semantic trajectory is an invalid trajectory as its two movements {Corridor AB → Corridor BD, Corridor BD → Room B-North} violate the movement constraints of { E ( C o r r i d o r A B ) , E ( C o r r i d o r B D ) } respectively.
Then, we continue to define the semantic trajectory extraction using the previously mentioned notions.
Definition 14.
Semantic trajectory extraction. Given a timestamped sequence of RSSI vector T = < ( t 1 , X ( 1 ) ) , ( t 2 , X ( 2 ) ) , . . . , ( t | T | , X ( | T | ) ) > and a trained indoor positioning model f with a reference set R or R as training set, we estimate a semantic trajectory S T ^ = < ( t 1 , s ^ ( 1 ) ) , ( t 2 , s ^ ( 2 ) ) , . . . , ( t | T | , s ^ ( | S T | ) ) > where each predicted semantic position s ^ ( t ) S corresponds to the indoor positioning function f ( X ( t ) ) = s ^ ( t ) , 1 t | T | and | T | = | S T | .

4. Proposed Method

In this section, we describe the details of our approach for extracting semantic trajectories from the deployed RSSI beacons.

4.1. Architectural Overview

We show the architectural overview of our constrained approach in Figure 5. The main inputs of our system are a semantic graph and the raw RSSI observations. The semantic graph is manually defined by users and the raw RSSI observations are acquired from a smartphone, which acts as RSSI readers. In the system, the semantic graph is represented by an adjacency matrix.
The two phases refer to (1) the offline phase, which contains the reference set collection and indoor positioning model training, and (2) the online phase, i.e., real-time indoor semantic trajectory extraction.

4.2. Data Collection

The BLE RSSI data collection is handled by a person manually. We deploy M BLE beacons across the indoor environment. The collector captures BLE RSSI vectors by a smartphone. Then, the collector walks from an initial point (the most possible entrance, for example, stairs/elevator/main door) and goes to his/her destination inside the building. There are different movements based on the users’ role and characteristics. Some of them are as follows: (1) the visitors in a museum may see all the exhibition objects, (2) some visitors may not have the time to explore all the objects and may exit the museum earlier, and (3) some staff may go back and forth, checking every object’s condition. The collector already knows the semantic graph of the studied environment. Thus, while the collector is walking around the environment, he/she labels his/her current semantic position using the smartphone. If the collector moves to another position, then he/she changes the current semantic position. Hence, we acquire trajectory data in the form of tuples of the timestamp, the raw BLE RSSI observation from the beacons, and the semantic position.
We apply an aggregation technique to both stages as a preprocessing technique. The aggregation improves the quality of the RSSI readings with less missing observations and more stable RSSI values.

4.3. Aggregation

The observation of our use case uses BLE RSSI, which is often missing and varies in an indoor space with many surrounding objects. Thus, to overcome these issues, we employ a sliding aggregation window to gain statistical information for consecutive signal strength samples. Aggregation functions such as mean or max function can provide such statistical information.
An aggregation window with length l performs an aggregation function on a set of raw observations X ( t ¯ j ) . The set X ( t ¯ j ) contains the observations from one or more timestamps that span from t i a to t i , given an integer a 0 that maximizes t i a t i and satisfies t i a t i l . Note that t ¯ j = t i is the latest timestamp in the set. Then, the aggregation function on the set X ( t ¯ ) produces a pair t ¯ j , X ¯ ( j ) .
To produce the next aggregated pair t ¯ j , X ¯ ( j ) , we shift the aggregation window to l + seconds forward. Thus, we define t ¯ j + 1 equal to t i + b , given an integer b 1 that minimizes t i + b t i and satisfies t i + b t i l + . Hence, we can perform the next aggregation on the set of raw observations X t ¯ j + 1 . We apply these steps to the set of raw BLE observations.
Example 9.
Figure 6 illustrates an example of aggregation using 2 BLE beacons in a one-second sampling. We see five observations from time 0.2 s to 1 s. At each timestamp, we have an RSSI value from two beacons in the format t i , { x 1 ( i ) , x 2 ( i ) } . The first observation t 1 , X ( 1 ) is 0.2 s , { 97 , 95 } .
We assume that the length of the aggregation window is 0.6 s and that the sliding interval is 0.4 s. We start the first aggregation on the third observation to the beginning, where the aggregation windows spans from 0 s to 0.6 s ( t 3 t 1 0.6 s , a = 2 ) . Then, we slide the aggregation window 0.4 s forward to 1 s ( t 5 t 3 0.4 s , b = 2 ) . Thus, the second aggregation is from the fifth observation to the third observation, from 0.6 s to 1 s.
For each aggregation window, we perform the max aggregation function on all RSSI values of each beacon. The first aggregation on the first beacon RSSI value yields 93 from three values: { 97 , 0 , 93 } . We exclude the missing value (0) from the aggregation function. Similarly, for the second beacon, we get 95 from { ( 95 , 98 , 0 } . Then, we get 0.6 s , { 93 , 95 } as the first aggregated observation t ¯ 1 , X ¯ ( 1 ) . Using the same procedure, we get t ¯ 2 , X ¯ ( 2 ) = 1 s , { 93 , 94 } as the second aggregated observation.
However, missing observations from all installed beacons ( X ( t ) = { x ¯ i ( t ) | x ¯ i ( t ) = 0 1 i M } ) can occur even though we performed the aggregation. In this case, it is still possible to infer the position based on the prediction of indoor positioning techniques. We have trained the indoor positioning techniques to learn this problem because the training/reference set may contain some missing observations. The constraints also hold a sequential property to prevent impossible transitions due to the all-missing observations.

4.4. Offline Phase

In the offline phase, we collect the reference set R = { T 1 , T 2 , . . . , T | R | } , where T i = < ( t 1 , X ( 1 ) , s ( 1 ) ) , ( t 2 , X ( 2 ) , s ( 2 ) ) , . . . , ( t T i , X ( | T i | ) , s ( | T i | ) ) > , T i R , from the raw observations and known semantic positions. We preprocess the raw RSSI observation of the reference set using the aggregation window. We also aggregate the semantic positions. The aggregation of the semantic positions is slightly different from the aggregation of the raw observations.
To aggregate the semantic positions, we perform the majority vote on S t ¯ j , the set of semantic positions covered by an aggregation window at time t ¯ j . We denote this aggregated reference position by s ¯ ( j ) . If a tie occurs between some semantic positions, we randomly pick any of the top majority candidates as an aggregated label. Thus, we can define each labeled observation as a triplet t ¯ j , X ¯ ( j ) , s ¯ ( j ) , maintaining the relationship similar to the raw observations.
With this reference set R, or simply transformed to R , we can perform the semantic position estimation directly (using kNN) or train the indoor positioning models first (for the approaches other than kNN) using our constrained indoor positioning approach in the online phase.

4.5. Online Phase

In the online phase, we perform semantic trajectory extraction on the captured RSSI observation using movement constraints. In the real world, we show this extracted semantic trajectory on the user’s mobile device while the user is still inside the building. Thus, it is essential to have an efficient real-time processing technique for semantic trajectory extraction. In this approach, we apply the constraints to three different styles of semantic indoor positioning models: HMM, kNN, and the other approach. We guarantee these approaches to work in real-time.

4.5.1. HMM Using Online Viterbi with Constraints

The Hidden Markov Model (HMM) with the Viterbi algorithm can decode a hidden sequence from a sequence of observations. In this case, we use multivariate HMM (MHMM) to estimate the most likely semantic trajectory S T ^ from a sequence of timestamped RSSI vectors T = < ( t ¯ t , X ¯ ( t ) ) | 1 t | T | > as the input. We use MHMM because we deploy more than one beacon; thus, we need to observe multiple devices. Then, we train the MHMM model using the reference set R (as set of trajectories). We summarize the description of the components of HMM in Table 1.
We describe the relationship between the MHMM transition probability matrix A and movement constraints in semantic graph S G in Equation (1). If a movement from a semantic position s i to s j , where s i , s j S is not possible, violates the movement constraint, the transition probability of s i to s j is zero.
A ( i , j ) = 0 when s i s j E ( s i ) s i , s j S
In contrast, we set the size of the emission probability matrix to | S | × M × K , where M is the number of deployed beacons and K is the possible emitted RSSI within the range of negative integers and 0. We limit these values from 1 to 100 , where any value lower than 100 is categorized as 0. Thus, we fix the value of K = 101 , where the additional value stands for the missing value (0).
Originally, an HMM uses the Viterbi algorithm to see the full trajectory to infer the best solution from the sequence of observations. However, the traditional Viterbi algorithm cannot immediately output an optimal solution in real time because the full trajectory can only be seen after the user finishes his/her trip inside the building. Thus, we apply an online Viterbi approach similar to Reference [11] with modifications to extract the most likely subsequence given a window with length w.
Algorithm 1: Initialization algorithm of Hidden Markov Model (HMM) with constraint.
Sensors 20 00527 i001
Before we perform the online Viterbi of the HMM with constraint, we initialize the global variables of the HMM with constraint in Algorithm 1. The global variables store the information of the previously seen observations ( P r e v O b s e r v a t i o n s ) and predicted semantic positions ( S T ^ ). Then, we perform the online Viterbi of HMM with constraint in Algorithm 2 whenever an RSSI vector is captured.
We describe the online viterbi of HMM with constraint (Algorithm 2) as follows. The original Viterbi is performed on the subset of the observation sequences with length w from the observation at time t w + 1 to current observation at time t inclusively. Consequently, we cannot perform the online Viterbi (lines 3–4) unless the timestamp of the current observation is the ( w + 1 ) -th observation (line 5). Thus, defining w is important as a longer w should have closer optimality to the full trajectory but a longer w also makes the prediction slower and delayed. After that, we subset the previous observation according to the condition if the current observation is at the end of trajectory (lines 6–11). Lined 12–14 represents the application of the constraint to the HMM model. For the beginning of the trajectory (predicting t = 1 ), we should use π for initial probability as default. However, in the later part, we already predicted our previous position as s ^ ( t 1 ) . Hence, we set the π as the transition probability of s ^ ( t 1 ) for the Viterbi in the later part of the trajectory (line 14). Then, we compute the suboptimal solution using the Viterbi at line 16. If the trajectory does not end, we add the predicted positions one by one because we might see some change in the solution when the next observation X ¯ ( t + 1 ) comes (lines 17–18). If the trajectory ends, we directly add all of the predicted positions to the predicted semantic trajectory S T ¯ .
Algorithm 2: Algorithm of online Viterbi in HMM with constraint
Sensors 20 00527 i002
Thus, we obtain the predicted semantic trajectory S T ¯ as the concatenated output of the online Viterbi.

4.5.2. k-Nearest Neighbor with Movement Constraints

The k-Nearest Neighbor with movement constraints (kNN-C) estimates a semantic position s ^ ( t ) from the streamed aggregated observation t ¯ t , X ¯ ( t ) at timestamp t ¯ t from the reference set R , a semantic graph S G S , E , and the previously estimated semantic position s ^ ( t 1 ) . Given the previously estimated semantic position s ^ ( t 1 ) , we can remove irrelevant observations from the reference set R . Thus, we can output the close semantic position, thereby preventing the occurence of invalid trajectories.
The main difference between kNN with and without the movement constraints is the search space. The kNN without constraints considers all observations in the reference set as the search space whereas that with constraints only checks the reference set that consists of the members of the neighboring set of semantic positions N S ( s ^ ( t 1 ) ) (the previously inferred position s ^ ( t 1 ) ). Therefore, applying constraints to kNN ensures search space reduction and validity of semantic trajectory.
Example 10.
In Figure 7, we apply both kNN and kNN-C with k = 3 for an indoor environment with two installed RSSI beacons ( M = 2 ). We consider a subset of the semantic graph from Figure 4, depicted in Figure 7a. We describe the reference set R in Figure 7b. From data collection, we have two aggregated observations at each semantic position in the reference set R ; thus, | R | = 6 .
Figure 7c depicts that the current aggregated RSSI vector is X ¯ ( t ) , the previously inferred position s ^ ( t 1 ) , and the distance computation for kNN-based methods. The current observation X ¯ ( t ) contains two RSSI values { 65 , 90 } from two beacons. The previously inferred semantic position s ^ ( t 1 ) is at Corridor AB; thus, its neighboring semantic areas N S C o r r i d o r A B are { R o o m B S o u t h , C o r r i d o r A B } . Then, we compute the distances between the current observation X ¯ ( t ) with the instances X ¯ ( i ) in R = { R o o m B S o u t h , C o r r i d o r A B } as the search space. Note that E u D i s t ( X ¯ ( t ) , X ¯ ( i ) ) measures the Euclidean distance of the RSSI vectors between current observation X ¯ ( t ) and the instances of X ¯ ( i ) in reference set R = { ( s ( i ) , X ¯ ( i ) ) | 1 i | R | } and may not reflect the actual geographical distance. When we use kNN without the movement constraint, we compare X ¯ ( t ) to six observations in R in the reference set. However, by applying the movement constraint to the kNN, we have to check only four references from N S C o r r i d o r A B (shaded by light gray in Figure 7c). By doing this, we reduce the search space for the comparison and ensure the validity of the extracted trajectory.
The kNN ( k = 3 ) takes three members from reference set R with the smallest distance from the current measurement X ¯ ( t ) . Thus, it obtains two instances with the semantic position Corridor BD and one instance with the semantic position Room B-South as the nearest neighbors. Meanwhile, kNN-C only checks the references in R that are included in N S C o r r i d o r A B ; thus, it only considers two instances with the semantic position Room B-South and one instance with the semantic position Corridor AB as the nearest neighbors. Using a majority vote, kNN returns Corridor BD while kNN-C returns Room B-South as the estimated semantic position. The extracted movement of kNN, as depicted in Figure 7d, R o o m B N o r t h C o r r i d o r B D violates the movement constraint from Room B-North whereas the extracted movement of kNN-C, R o o m B N o r t h R o o m B S o u t h , depicted in Figure 7e, does not. Thus, kNN-C provides a valid trajectory.
Algorithm 3 describes the application of movement constraints to the kNN-based method. The algorithm reduces the search space in R by the movement constraints using the previously inferred semantic position s ^ ( t 1 ) as input in line 1. We perform the kNN method on the subset of R , which contains only N S ( s ^ ( t 1 ) ) , i.e., the constrained reference set R c in line 8. The set R c represents the reduced search space when s ^ ( t 1 ) is available. Then, we perform the naïve kNN on set R c (line 11). If s ^ ( t 1 ) is not available t = 1 , which represents the beginning of the trajectory, we cannot reduce the search space and perform naïve kNN using the original R (line 5).
Algorithm 3: Applying a constraint to kNN.
Sensors 20 00527 i003

4.5.3. Other Indoor Positioning with Constraints

We assume an indoor positioning task as a multi-class prediction of a machine learning model. In this case, we discuss the general machine learning model besides HMM and kNN. The models can vary from Deep Neural Network (DNN), Support Vector Machine (SVM), Logistic Regression, and others as long as they can perform classification tasks. We train an indoor positioning model by R to produce a likelihood model. The model predicts a semantic position s ^ ( t ) S given an input of aggregated RSSI vector X ¯ ( t ) at time t. The output s ^ ( t ) is a semantic position s where s = arg max s S P ( s | X ¯ ( t ) ) and s S P ( s | X ¯ ( t ) ) = 1 . P ( s | X ¯ ( t ) ) is the likelihood of a semantic position s given the input X ¯ ( t ) at time t, which is the result of training the indoor positioning model.
Then, given the result of the trained indoor positioning model, we can ensure the validity of the extracted trajectory using the indoor positioning and adding movement constraints to the previously predicted semantic position s ^ ( t 1 ) . We add s ^ ( t 1 ) as another input to the indoor positioning; thus, we get f ( X ( t ) , s ^ ( t 1 ) ) = s ^ ( t ) as the indoor positioning formula. Then, we formulate the output, i.e., current predicted semantic position s ^ ( t ) , in Equation (2).
f ( X ( t ) , s ^ ( t 1 ) ) = s ^ ( t ) = arg max s S P ( s | X ¯ ( t ) ) , s ^ ( t 1 ) s E ( s ^ ( t 1 ) ) 0 , otherwise
We only apply the likelihood of the semantic positions s when s ^ ( t 1 ) s E ( s ^ ( t 1 ) ) . Thus, we guarantee the extraction of the valid trajectory as output using the movement constraint.
We provide the algorithm for the constrained ML approach in Algorithm 4.
Algorithm 4: Applying a constraint to a machine learning (ML) classification task.
Sensors 20 00527 i004
Note that, similar to the constrained kNN, when t = 1 in the beginning, we only perform a prediction without s ^ ( t 1 ) and the constraints.

4.6. Semantic Trajectory Extraction

Finally, we have the result of indoor positioning, i.e., the current estimated semantic position t ¯ t , s ^ ( t ) . Then, we continuously concatenate t ¯ t , s ^ ( t ) from the beginning until the end of trajectory T as the predicted trajectory S T ^ . We denote the inferred semantic trajectory by S T ^ = < ( t 1 , s ^ ( 1 ) ) , ( t 2 , s ^ ( 2 ) ) , . . . , ( t | S T ^ | , s ^ ( | S T ^ | ) ) > . Note that all of the studied indoor positioning techniques perform in real time. Hence, the user can see his/her visited semantic positions while he/she is still walking inside the building.

5. Experimental Results

In this section, we present the setting of our experiments and the performance evaluation of our approaches. Our goal is to evaluate the efficiency and effectiveness of the constrained approach for extracting valid semantic trajectories from the installed BLE beacons in an indoor environment. In this experiment, we use Deep Neural Network (DNN) for the base of the other ML-based indoor positioning technique. We compare the performance of our approach of HMM with online Viterbi and constraints (Section 4.5.1), kNN with constraints (Section 4.5.2), and DNN with constraints (Section 4.5.3) to the baseline naïve kNN method, adaptive bandwidth mean shift + kNN [8], unsupervised multivariate HMM, simple DNN, and particle filter (PF). We choose particle filter as a non-machine learning approach in indoor positioning.
We implement all approaches from scratch using Java except for DNN, which is provided by Tensorflow 1.15. We use a machine equipped with Intel(R) Core i7 3.6 GHz CPU and 16 GB RAM. We summarize the approaches in Table 2. We format our proposed approaches with bold typeface in the table.

5.1. Dataset

We used real trajectory-BLE RSSI datasets from two different indoor environments: (1) the fourth floor of our campus building and (2) the first floor of a library building [13]. For the first environment, we collected three datasets with different beacon deployments and semantic position definitions. The data collection in the first environment used Beabig BLE beacons with the Bluno firmware v. 1.8 [21] and an Android OS 8.10 smartphone with 3 GB RAM, 1.6 GHz processor, and sampling rate of 200 ms each. The semantic graphs of PNU1, PNU2, and PNU3 are depicted in Figure 8a–c, respectively. The PNU1, PNU2, and PNU3 datasets have different definitions of semantic positions and beacon placements.
For the second environment, we modified the iBeacon dataset (iBeacon) to suit our case because this dataset is originally for stay estimations. We defined the semantic positions in as depicted in Figure 8d. We also defined the neighboring set of each semantic position as the 8-direction connectivity, for example, N S ( C 3 ) = { B 2 , B 3 , B 4 , C 2 , C 3 , C 4 , D 2 , D 3 , D 4 } . We extracted trajectories from the iBeacon dataset using the time and area threshold as it provides timestamps for each recorded BLE observation. Even though it is provided for stay estimation, it captures some movements that can be used for our problem setting.
A detailed summary of all datasets is given in Table 3. We subset some trajectories as the reference or training set and used the others as the test set. We performed the trajectory extraction on the test set to measure the quality of our approach. Note that the numbers in the reference and the test set represent the number of trajectories, while the total length denotes the total of all semantic positions in all trajectories (reference + test). Note that we use the PNU3 dataset to identify the performance of our approach on a dynamic environment.
The dynamic environment stands for the environment in which the PNU3 dataset consists of three different settings of the number of people walking in the indoor space, which are 5, 10, and 13 people. The dynamic environment experiment is conducted as follows. We use the 10-people dataset as the reference set and training set. Then, we test our trained model to the combination of two different test sets (5 and 13 people test sets). We compare the performance to the original training set for each number of people. Thus, given that setup, we can see the performance of the indoor positioning techniques to dynamic environment.
Before performing the main experiments, we would like to study the effect of the weak RSSI threshold to the indoor positioning techniques. We use kNN and kNN with constraint methods with PNU1 dataset for this preliminary study. Based on the preliminary experiment result, we use the best value of the threshold to perform the main experiments.

5.2. Parameter Setup

Our approach requires some parameters for the aggregation window and the indoor positioning method. For brevity, we have not included the study of the aggregation window parameters. Thus, we fix the aggregation parameters: aggregation window length (l) = 1 s, sliding length ( l + ) = 0.5 s, and max aggregation function. The max function considers the strongest RSSI value of each beacon in the aggregation window.
We do not use the mean function because a large counterpart of the datasets contains missing observations. Performing mean on a sequence with missing values yields similar statistical information to that of the max function (averaging one or two nonzero values).
We compare each indoor positioning method style with its respective constrained addition (except for HMM). For the HMM, we compare the constrained approach with the basic unsupervised approach, which sees the full trajectory (not suitable for real-time environments). We study the behaviour of HMM-C by varying its window length. We use naïve kNN and the ABMS + kNN [8] as the baseline approaches for kNN because they yield good results in 2D positioning cases. However, these methods do not perform well in the real-time setting. Thus, we also study their efficiency. Additionally, we cannot directly apply our movement constraints technique to ABMS + kNN because ABMS + kNN requires 2D coordinates. Instead, we convert the final result of kNN in ABMS + kNN into the closest semantic position, which has the smallest distance from the semantic position’s centroid to the inferred position.
Table 4 describes the settings of parameters used in the experiment. ABMS + kNN requires additional parameters, i.e., bandwidth and number of groups, which were set as 10 and 20, respectively. The particle filter uses 100 particles, 1.2 m/s walking speed, and a gaussian distribution noise with 0 mean and 0.3 standard deviation. We report the behaviour of the approaches according to the varied parameters.

5.3. Evaluation Metrics

To measure the performance of each approach, we used three metrics in terms of effectiveness and validity. We applied these metrics to an extracted semantic trajectory S T ^ and its respective ground truth S T , where S T = ( t t , s ( t ) ) , S T ^ = ( t t , s ^ ( t ) ) , and 1 t | S T | .

5.3.1. Error

We used a simple classification error to measure the correctness of the predicted semantic trajectory S T ^ to the respective ground truth S T . Both had the same length | S T | . The formula of error is given in Equation (3).
The value of E r r ranges from 0 to 1, where 0 stands for an entirely correct prediction for a single trajectory whereas 1 is obtained if the positioning method mispredicts all semantic positions to be different semantic positions.
E r r S T ^ , S T = 1 | S T | t = 1 | S T | 1 , s ^ ( t ) s ( t ) 0 , s ^ ( t ) = s ( t )
Note that we are not only interested in correctly predicted positions as defined by the smallest error possible. Instead, we are intrigued by applying the commonly used positioning error in 2D indoor positioning for semantic positions. The positioning error should measure how far apart the predicted position is from the ground truth. In the semantic position case, this relationship is reflected by the semantic distance d S G ( s ^ ( t ) , s ( t ) ) . Thus, we think that only the error is not sufficient in capturing the effectiveness of the semantic positioning. Hence, we define another metric called Semantic Positioning Error Rate (SPER).

5.3.2. Semantic Positioning Error Rate

First, we define the semantic distance d S G ( s i , s j ) between two semantic positions s i , s j S as the number of minimum traversed edges from s i to s j in the semantic graph S G . We can compute the distance using the Dijkstra algorithm, given s i as the source and s j as the destination. Thus, we can state that, at time t t , an inferred semantic position s ^ ( t ) is correct if its semantic distance to the ground truth s ( t ) is zero d S G ( s ^ ( t ) , s ( t ) ) = 0 . When d S G ( s ^ ( t ) , s ( t ) ) becomes larger than 0, the predicted semantic position gets farther from the ground truth.
As a measure of effectiveness, we compute the relative ratio of the semantic distance of the predicted semantic position s ^ ( t ) to the maximum possible distance/misprediction, given the ground truth s ( t ) . We call this metric the semantic positioning error rate, S P E R s ^ ( t ) , s ( t ) , which is described in Equation (4). The value of S P E R ranges from 0 to 1, where 0 stands for an entirely correct prediction for a single trajectory whereas 1 is obtained if the positioning method mispredicts all semantic positions as the farthest possible semantic positions.
S P E R S T , S T ^ = 1 | S T | t = 1 | S T | d S G s ( t ) , s ^ ( t ) max 1 i | S | d S G s ( t ) , s i

5.3.3. Validity

The validity measures the “jumpy”-ness of the extracted trajectory. We do not use ground truth S T as it is not related to the distant movement of the extracted trajectory. Similar to SPER, if the consecutive predicted semantic positions are too far, that trajectory is considered to be less valid. We define this measure as V ( S T ^ ) in Equation (5).
V S T ^ = 1 | S T | 1 q = 2 | S T | 1 , s ^ ( q ) N S ( s ^ ( q 1 ) ) 1 d S G s ^ ( q 1 ) , s ^ ( q ) max 1 i | S | d S G s ^ ( q 1 ) , s i , o t h e r w i s e
The value of V ( S T ^ ) ranges from 0 to 1, where 1 stands for a valid trajectory and 0 is obtained if all of the consecutive semantic positions are the pairs of the farthest possible semantic positions.

5.4. Results

First, we discuss the effect of the threshold to an indoor positioning technique performance.
Then, we observe the performance of each indoor positioning with varied parameters on SPER. Note that we also compare the efficiency of the kNN-based methods by search space reduction and the computation time in the online phase. The search space reduction does not affect HMM and DNN methods, unlike kNN, because they estimate the semantic positions using the trained model rather than looking at the reference set. Thus, their computation time would not change significantly. Then, we discuss the difference between the error and SPER of different datasets using each method. Next, we examine the validity of the trajectory extracted via each method. After that, we examine the performance of the indoor positioning techniques with constraint in a dynamic environment.

5.4.1. RSSI Value Thresholding

Previously, in Section 3.2, we mentioned that weak RSSI may happen due to several circumstances. However, this might be useful for the ML-based indoor positioning to learn the weak RSSI characteristics. We present the result of this preliminary study using kNN-based methods and PNU1 dataset in Figure 9. We denote no threshold as “X” in the chart.
From Figure 9, it is clear that the threshold value of 100 gives the optimal thresholding value. In contrast, larger thresholds ( 95 ) did not improve the performance of indoor positioning because they ignore the weak values of RSSI. Similarly, weaker values or no threshold only give slight enhancement to the performance. Hence, we use the threshold value of 100 in the next experiments.

5.4.2. HMM

We compare the effectiveness of HMM with online Viterbi and constraints (HMM-C) to unsupervised MHMM (HMM) to determine the consistency between the suboptimal results yielded by the online approach with constraint and the optimal results by the original MHMM.
Figure 10 shows the performance of HMM-based methods based on SPER. Note that the original approach gives straight lines as we perform the estimation using the full trajectory. It is evident that the online MHMM does not exhibit any significant difference if the subsequence window length w is increased. However, we do not want to set this parameter at a large value as it delays the prediction time. Overall, HMM-C is comparable to its optimal original approach except in dataset PNU1. This indicates that HMM-C is almost as effective as the original HMM even though it does not see the full trajectory.

5.4.3. kNN

We compare the performance of the kNN-based indoor positioning techniques in terms of effectiveness (SPER) and efficiency (search space reduction and average computation time).
Figure 11 presents the efficiency of the three kNN-based methods, including the reduced search space in each dataset. In this experiment, we fix the number of neighbors (k) to 10 to estimate a semantic position. With the efficiency, we confirm the feasibility of each method in a real-time. It is evident that ABMS + kNN consumes the longest computation time to perform an estimation, followed by a significantly shorter time for kNN, and the shortest time for kNN-C. The search space reduction by the constraints (Figure 11a) highly influences the computation time of kNN-C (Figure 11b). The computation time largely decreases from the original kNN because kNN-C reduces the reference set/search space size owing to the movement constraints from the previously inferred position. In a current inference of position s ^ t , kNN-C only looks for the neighboring semantic position from the previous position s ^ t 1 instead of observing all instances of the reference set. ABMS + kNN performed poorly because it performs kNN until the inferred position does not change or converges. The prediction time of ABMS + kNN is nearly 10× that of kNN. Even in the largest dataset, PNU2, it needs more than 6 s to predict a single position. Thus, We can conclude that ABMS + kNN is not suitable for real-time inference due to the long prediction time. This result shows that the constraints significantly reduce the cost of computation for indoor positioning.
Table 5 depicts the comparison of the kNN methods based on the change of k. It is evident that, by using a smaller value of k, kNN-C achieves the best result. Although, with a larger value of k in dataset PNU1 and PNU2, both kNN and ABMS + kNN outperform kNN-C. This underperformance is mainly because the number of neighbor affects the performance of kNN significantly on the constrained ones.
In kNN-based methods, if we consider more neighbors for the indoor positioning, we are more prone to irrelevant references. Using the constraints, the number of relevant references are reduced significantly because the references were divided into subsets of the neighboring areas of the previous estimated position. Considering a fewer number of neighbors is slightly beneficial because it saves time to infer a semantic position as it considers a fewer number of references practically.

5.4.4. Deep Neural Network

We used simple Deep Neural Networks (DNN) as the other ML-based indoor positioning method. We compared the performance of constrained and original DNN in terms of SPER. We averaged the results from the 10 repeated experiments for each parameter (hidden layers and datasets).
Figure 12 shows that the constraints improve the SPER on nearly all datasets. However, the original DNN outperformed DNN-C on the PNU1 dataset when their layers are three. On the other hand, apparently, the number of hidden layers of DNN does not relate to the performance of SPER.

5.4.5. Error vs. SPER

The error and SPER have slightly different effectiveness measures in indoor semantic positioning. As described before, error does not consider the distance between the predicted semantic position s ^ ( t ) and the ground truth s ( t ) at time t. We fixed the parameters of each method according to the default value in Table 4 (HMM window length = 3, k = 10, and DNN hidden layers = 4).
Figure 13 presents the error and the SPER of all studied methods, except the naive kNN and the unsupervised multivariate HMM for brevity. It is evident that, in a particular method and dataset, error and SPER do not have a linear relationship. This relationship is possible because SPER highly depends on the maximum distance from a single semantic position in the semantic graph, which varies in different indoor environments. The longer the longest distance in a semantic graph, the more likely SPER is lower. In contrast, error does not depend on any characteristic of the semantic graph.
The error analysis in Figure 14 shows more details about the performance of each method and the reason for using SPER instead of error. Figure 14a–c shows the count distribution of the hops needed to travel from the correct semantic position to the predicted semantic position for each dataset in the semantic graph (semantic distance). We only show the count of the four smallest distances in the figure because the number of ground truths and predicted semantic position pairs gets significantly smaller for the larger distance. We see that ML-based methods mispredict the majority of the semantic position with a distance of 1 hop in all datasets, except for HMM-C in dataset PNU1. If we use only error, we cannot capture this detail because error only considers the count of a 0-hop distance of the ground truth and predicted positions. Figure 14d–f shows boxplot of the semantic distance from the correct semantic position to the predicted semantic position for each dataset. The boxplots reflect similar insights to the error distribution for the majority of the misprediction with a 1-hop distance. The indoor positioning techniques still predict a small amount of positions that are far from ground truth as outliers, except for the particle filter in PNU1 and PNU2 dataset. Thus, it is evident that the particle filter performed poorly in every dataset.
Furthermore, most of the methods perform well in the PNU2 dataset. This is plausible because PNU2 has a larger dataset for training and a simpler semantic graph than the other two datasets. In contrast, HMM performs generally worse than the other methods, except in PNU2. This means that the HMM approach may not perform well in a smaller dataset and more complex setting. Also, most of the methods outperformed particle filter in dataset PNU2. From the dataset description in Table 3, PNU2 has more observation points than the PNU1 and iBeacon data. In other words, on average, a trajectory in dataset PNU2 is longer (has more points) than a trajectory in datasets PNU1 and iBeacon. Thus, we can conclude that the particle filter method performed worse than ML-based indoor positioning for longer trajectories.

5.4.6. Validity

Figure 15 shows the validity of the unconstrained and constrained approaches, including the unsupervised MHMM (HMM). Evidently, the constrained approaches extract the valid trajectory (always 1) owing to the movement constraints.
The movement constraints ensures the validity to be 1 because the constraints restricts the inferred positions to be close to each other. The HMM and particle filter also extract valid trajectories. HMM always extract valid trajectories as it is the more optimal form of the HMM with constraints. Meanwhile, the particle filter infers the positions by simulating the user movements by the parameter of walking speed. Thus, the particle filter by default provides valid trajectories.
It can also be observed that the unconstrained approach yields invalid trajectories but with validity in the range of (0.85–1]. Hence, the distance of the consecutive predicted semantic position by the unconstrained approach is not too far.

5.4.7. Dynamic Environment

Figure 16 shows the performance of the indoor positioning methods on a dynamically changing environment using dataset PNU3. We omit the original kNN and HMM again for brevity. We denote each result as (training)-(test) notation. For example, in the chart, the “10people-5people” result means we train the model using the 10 people setting and test the model using the 5 people setting. Particle filter gives exactly equal results because it does not train any model and works directly on the test. Interestingly, most of the methods give slightly similar or improved results of the dynamic setting (10 people-5 people and 10 people-13 people) to its original setting counterpart (5 people-5 people and 13 people-13 people), except for HMM-C that significantly improves the performance of the 13 people setting using the 10 people dataset. We can infer that a carefully selected environment as training set can improve the performance of the indoor positioning of a dynamic environment.
On the other hand, we see that the DNN without constraint does not work well on both settings. However, the DNN with constraint approach significantly improves the result. Meanwhile, the particle filter works well in the 5-people setting but it is slightly outperformed by the ML-based methods. The underperformance of particle filter is clearly shown in the 13-people setting. The ABMS + kNN method outperformed kNN with constraint in the 13-people setting, whereas they show a similar result in the 5-people setting. However, note that ABMS + kNN does not always give valid results like kNN with constraint and requires more processing time.

5.4.8. Discussion

Our experiments show that, among different indoor positioning methods, the application of movement constraints yields valid semantic trajectory extraction. Ensuring the validity of the trajectory may or may not affect the correctness of the results, represented by SPER and error. For example, the result of ABMS + kNN is better than kNN-C in the PNU2 dataset but it produces a less valid trajectory.
Even though particle filter, as non-ML-based indoor positioning, gives valid trajectory, it underperforms the ML-based indoor positioning results in almost every dataset. In addition, the particle filter requires heavy computation due to the resampling technique.
In contrast, the constraints in DNN improved the correctness of the indoor positioning. A perfect indoor trajectory estimation (SPER and error = 0) should provide a valid trajectory. However, this erroneous estimation is still inevitable due to the obstructions in indoor environment. Thus, a better RSSI data quality enhancement would improve the quality of the indoor positioning. Note that the RSSI data enhancement effort should not burden the computation to work in real time. On the other hand, we show that our approaches worked in different types of indoor environments, considering the various numbers of installed beacons, semantic positions, indoor layouts, movement constraints, and the number of people in the indoor space.

6. Conclusions

In this paper, we presented movement constraints to extract valid indoor semantic trajectories using BLE beacons. We extended some indoor positioning techniques using the proposed movement constraints to prevent the prediction of any semantic position distant from the previous estimation, thereby resulting in an invalid trajectory. We conducted the comprehensive experiments of four different indoor settings.
Our experiments demonstrated that the proposed movement constraint-based approaches extract valid trajectories that are comparable to the unconstrained and non-ML approaches. On the other hand, we also show that our proposed approach can handle a dynamic indoor environment.
For all approaches, the proposed methods with constraints yielded a comparable positioning quality with respect to their non-constrained approaches. The online HMM with constraints provides a slightly similar performance to its original counterpart. For kNN, the movement constraint, in addition to improving the correctness, also increased the efficiency by 60–70% and the speed by 1.5 times. Likewise, the constraints also improved the DNN in both correctness and validity.
In the future, we plan to improve the quality of RSSI data from the beacons and to discover interesting patterns from the extracted semantic indoor trajectory.

Author Contributions

H.R. wrote the original and revised version of the paper and the study, collected datasets, and conducted the experiments. Y.Y. contributed for the initial study and data collection. J.K. supervised the work and revised the paper. All authors have read and agreed to the published version of the manuscript.

Funding

This work was partly supported by Capacity Enhancement Program for Scientific and Cultural Exhibition Services through the National Research Foundation of Korea (NRF) funded by Ministry of Science and ICT (NRF-2018X1A3A1069642) and by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (No. 2018R1A5A7059549)

Acknowledgments

The authors would like to thank the students of Pusan National University who took part on the data collection for the experiments and the reviewers for their constructive feedbacks to improve this work.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Guo, S.; Xiong, H.; Zheng, X. A Novel Semantic Matching Method for Indoor Trajectory Tracking. ISPRS Int. J. Geo-Inf. 2017, 6, 197. [Google Scholar] [CrossRef]
  2. He, S.; Chan, S.H.G. Wi-Fi fingerprint-based indoor positioning: Recent advances and comparisons. IEEE Commun. Surv. Tutor. 2016, 18, 466–490. [Google Scholar] [CrossRef]
  3. Iqbal, Z.; Luo, D.; Henry, P.; Kazemifar, S.; Rozario, T.; Yan, Y.; Westover, K.; Lu, W.; Nguyen, D.; Long, T.; et al. Accurate real time localization tracking in a clinical environment using Bluetooth Low Energy and deep learning. PLoS ONE 2018, 13, e0205392. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Ye, A.; Shao, J.; Xu, L.; Chen, J.; Xiong, J. Local HMM for indoor positioning based on fingerprinting and displacement ranging. IET Commun. 2018, 12, 1163–1170. [Google Scholar] [CrossRef]
  5. Yamamoto, D.; Tanaka, R.; Kajioka, S.; Matsuo, H.; Takahashi, N. Global map matching using BLE beacons for indoor route and stay estimation. In Proceedings of the 26th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems; ACM: New York, NY, USA, 2018; pp. 309–318. [Google Scholar]
  6. Xu, Y.; Zhou, M.; Meng, W.; Ma, L. Optimal KNN positioning algorithm via theoretical accuracy criterion in WLAN indoor environment. In Proceedings of the Global Telecommunications Conference (GLOBECOM 2010), Miami, FL, USA, 6–10 December 2010; pp. 1–5. [Google Scholar]
  7. Peng, Y.; Fan, W.; Dong, X.; Zhang, X. An iterative weighted KNN (IW-KNN) based indoor localization method in bluetooth low energy (BLE) environment. In Proceedings of the Ubiquitous Intelligence & Computing 2016 International IEEE Conferences, Toulouse, France, 18–21 July 2016; pp. 794–800. [Google Scholar]
  8. Wang, Q.; Sun, R.; Zhang, X.; Sun, Y.; Lu, X. Bluetooth positioning based on weighted K-nearest neighbors and adaptive bandwidth mean shift. Int. J. Distrib. Sens. Netw. 2017, 13. [Google Scholar] [CrossRef]
  9. Baba, A.I.; Jaeger, M.; Lu, H.; Pedersen, T.B.; Ku, W.S.; Xie, X. Learning-based cleansing for indoor RFID data. In Proceedings of the 2016 International Conference on Management of Data; ACM: New York, NY, USA, 2016; pp. 925–936. [Google Scholar]
  10. Han, D.; Rho, H.; Lim, S. HMM-Based Indoor Localization Using Smart Watches’ BLE Signals. In Proceedings of the 6th IEEE International Conference on Future Internet of Things and Cloud, FiCloud, Barcelona, Spain, 6–8 August 2018; pp. 296–302. [Google Scholar] [CrossRef]
  11. Goh, C.Y.; Dauwels, J.; Mitrovic, N.; Asif, M.T.; Oran, A.; Jaillet, P. Online map-matching based on Hidden Markov model for real-time traffic sensing applications. In Proceedings of the 15th International IEEE Conference on Intelligent Transportation Systems, Anchorage, AK, USA, 16–19 September 2012; pp. 776–781. [Google Scholar] [CrossRef] [Green Version]
  12. Mohamed, R.; Aly, H.; Youssef, M. Accurate Real-time Map Matching for Challenging Environments. IEEE Trans. Intell. Transp. Syst. 2017, 18, 847–857. [Google Scholar] [CrossRef]
  13. Mohammadi, M.; Al-Fuqaha, A.; Guizani, M.; Oh, J.S. Semi-supervised Deep Reinforcement Learning in Support of IoT and Smart City Services. IEEE Internet Things J. 2017, 5, 1–12. [Google Scholar] [CrossRef] [Green Version]
  14. Jiang, K.; Yin, H.; Wang, P.; Yu, N. Learning from contextual information of geo-tagged web photos to rank personalized tourism attractions. Neurocomputing 2013, 119, 17–25. [Google Scholar] [CrossRef]
  15. Li, X.; Li, M.; Gong, Y.J.; Zhang, X.L.; Yin, J. T-desp: Destination prediction based on big trajectory data. IEEE Trans. Intell. Transp. Syst. 2016, 17, 2344–2354. [Google Scholar] [CrossRef]
  16. Viaene, P.; Vanclooster, A.; Ooms, K.; De Maeyer, P. Thinking aloud in search of landmark characteristics in an indoor environment. In Proceedings of the Ubiquitous Positioning Indoor Navigation and Location Based Service (UPINLBS), Corpus Christ, TX, USA, 20–21 November 2014; pp. 103–110. [Google Scholar]
  17. Momose, R.; Nitta, T.; Yanagisawa, M.; Togawa, N. An accurate indoor positioning algorithm using particle filter based on the proximity of bluetooth beacons. In Proceedings of the IEEE 6th Global Conference on Consumer Electronics (GCCE), Nagoya, Japan, 24–27 October 2017; pp. 1–5. [Google Scholar]
  18. Brakatsoulas, S.; Pfoser, D.; Salas, R.; Wenk, C. On Map-Matching Vehicle Tracking Data. In Proceedings of the 31st International Conference on Very Large Data Bases, Trondheim, Norway, 30 August–2 September 2005; pp. 853–864. [Google Scholar]
  19. Baba, A.I.; Lu, H.; Xie, X.; Pedersen, T.B. Spatiotemporal Data Cleansing for Indoor RFID Tracking Data. In Proceedings of the 2013 IEEE 14th International Conference on Mobile Data Management, Milan, Italy, 3–6 June 2013; Volume 1, pp. 187–196. [Google Scholar] [CrossRef]
  20. Fazzinga, B.; Flesca, S.; Furfaro, F.; Parisi, F. Cleaning trajectory data of RFID-monitored objects through conditioning under integrity constraints. In Proceedings of the 17th International Conference on Extending Database Technology, Athens, Greece, 24–28 March 2014; pp. 379–390. [Google Scholar] [CrossRef]
  21. DFRobot. Bluno Backup SKU:DFR0267—DFRobot Electronic Product Wiki and Tutorial: Arduino and Robot Wiki-DFRobot.com. 2017. Available online: http://wiki.dfrobot.com/Bluno_SKU_DFR0267 (accessed on 1 December 2019).
Figure 1. Example of indoor positioning and trajectory extraction
Figure 1. Example of indoor positioning and trajectory extraction
Sensors 20 00527 g001
Figure 2. Problem definition to extract valid trajectories.
Figure 2. Problem definition to extract valid trajectories.
Sensors 20 00527 g002
Figure 3. Transforming R (left) to R (right).
Figure 3. Transforming R (left) to R (right).
Sensors 20 00527 g003
Figure 4. Semantic graph of the floor plan in Figure 1a.
Figure 4. Semantic graph of the floor plan in Figure 1a.
Sensors 20 00527 g004
Figure 5. System architecture of our approach.
Figure 5. System architecture of our approach.
Sensors 20 00527 g005
Figure 6. Performing aggregation from raw observations.
Figure 6. Performing aggregation from raw observations.
Sensors 20 00527 g006
Figure 7. Effects of movement constraints on kNN.
Figure 7. Effects of movement constraints on kNN.
Sensors 20 00527 g007
Figure 8. Semantic graphs of the collected datasets
Figure 8. Semantic graphs of the collected datasets
Sensors 20 00527 g008
Figure 9. Preliminary study on RSSI value thresholding.
Figure 9. Preliminary study on RSSI value thresholding.
Sensors 20 00527 g009
Figure 10. Performance of Hidden Markov Model (HMM) and that with constraints (HMM-C) with various window length.
Figure 10. Performance of Hidden Markov Model (HMM) and that with constraints (HMM-C) with various window length.
Sensors 20 00527 g010
Figure 11. Efficiency of kNN-based methods to predict a semantic position.
Figure 11. Efficiency of kNN-based methods to predict a semantic position.
Sensors 20 00527 g011
Figure 12. Performance of DNN and DNN-C with various hidden layers.
Figure 12. Performance of DNN and DNN-C with various hidden layers.
Sensors 20 00527 g012
Figure 13. Comparison of SPER and error for each approach.
Figure 13. Comparison of SPER and error for each approach.
Sensors 20 00527 g013
Figure 14. Error analysis of the indoor positioning predictions and the ground truth.
Figure 14. Error analysis of the indoor positioning predictions and the ground truth.
Sensors 20 00527 g014
Figure 15. Validity of indoor positioning with constraints and the other method.
Figure 15. Validity of indoor positioning with constraints and the other method.
Sensors 20 00527 g015
Figure 16. Results of indoor positioning in a dynamic environment.
Figure 16. Results of indoor positioning in a dynamic environment.
Sensors 20 00527 g016
Table 1. HMM of semantic trajectory extraction.
Table 1. HMM of semantic trajectory extraction.
SymbolDescription
SSet of semantic positions S
OSet of observations of each beacon RSSI (received strength signal indicator) value
AMovement probability between each semantic position A ( i , j ) = P ( s i s j )   where   s i , s j S
BProbability of beacon m emitting RSSI k at semantic position s i S : B ( i , m , k ) = P ( s i | O m , k )
π Occuring probability of semantic position at t = 1
Table 2. Studied approaches for the experiments.
Table 2. Studied approaches for the experiments.
Approach NameAbbreviation
Naïve k-NNkNN
k-NN with constraintkNN-C
Adaptive Bandwidth Mean Shift + k-NN [8]ABMS + kNN
Unsupervised Multivariate Hidden Markov ModelMHMM
MHMM with online Viterbi and constraintHMM-C
Deep Neural NetworkDNN
Deep Neural Network with constraintDNN-C
Particle FilterPF
Table 3. Detailed dataset description.
Table 3. Detailed dataset description.
DatasetPNU1PNU2PNU3iBeacon
Deployed beacons8101813
Semantic positions147848
Area64.5 m × 17.4 m64.5 m × 17.4 m18 m × 17.4 m80 m × 50 m
Reference set721044 (10 people)143
21 (5 people)
49 (13 people)
Test set2846 (5 people)16
12 (13 people)
Total length38,967125,88374,2381420
Table 4. Parameter setup (the default values are in bold).
Table 4. Parameter setup (the default values are in bold).
ParameterSetup
HMM window2, 3, 4, 5, 6
k1, 5, 10,15, 20
DNN hidden layer1 (48)
2 (48, 80)
3 (48, 80, 92)
4 (48, 80, 92, 64)
Table 5. Comparison of the performance of kNN methods based on Semantic Positioning Error Rate (SPER).
Table 5. Comparison of the performance of kNN methods based on Semantic Positioning Error Rate (SPER).
DatasetMethodNumber of Neighbors (k)
15101520
PNU1kNN-C0.2080.2040.1700.2680.282
kNN0.2360.2210.2160.1970.196
ABMS + kNN0.2200.1920.1810.1770.178
PNU2kNN-C0.1150.1490.1590.1660.128
kNN0.1590.1230.1130.1100.120
ABMS + kNN0.1360.1120.1150.1180.121
iBeaconkNN-C0.1000.1100.1120.1130.114
kNN0.1040.1130.1180.1170.120
ABMS + kNN0.1080.1210.1220.1180.122

Share and Cite

MDPI and ACS Style

Ramadhan, H.; Yustiawan, Y.; Kwon, J. Applying Movement Constraints to BLE RSSI-Based Indoor Positioning for Extracting Valid Semantic Trajectories. Sensors 2020, 20, 527. https://doi.org/10.3390/s20020527

AMA Style

Ramadhan H, Yustiawan Y, Kwon J. Applying Movement Constraints to BLE RSSI-Based Indoor Positioning for Extracting Valid Semantic Trajectories. Sensors. 2020; 20(2):527. https://doi.org/10.3390/s20020527

Chicago/Turabian Style

Ramadhan, Hani, Yoga Yustiawan, and Joonho Kwon. 2020. "Applying Movement Constraints to BLE RSSI-Based Indoor Positioning for Extracting Valid Semantic Trajectories" Sensors 20, no. 2: 527. https://doi.org/10.3390/s20020527

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