Next Article in Journal
TOD District Planning Based on Residents’ Perspectives
Previous Article in Journal
Potential of UAVs for Monitoring Mudflat Morphodynamics (Application to the Seine Estuary, France)
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Pull-Based Modeling and Algorithms for Real-Time Provision of High-Frequency Sensor Data from Sensor Observation Services

1
State Key Laboratory of Information Engineering in Surveying, Mapping and Remote Sensing, Wuhan University, Wuhan 430079, China
2
Collaborative Innovation Center of Geospatial Technology, Wuhan University, Wuhan 430079, China
*
Author to whom correspondence should be addressed.
ISPRS Int. J. Geo-Inf. 2016, 5(4), 51; https://doi.org/10.3390/ijgi5040051
Submission received: 30 December 2015 / Revised: 30 March 2016 / Accepted: 8 April 2016 / Published: 14 April 2016

Abstract

:
The widely used pull-based method for high-frequency sensor data acquisition from Sensor Observation Services (SOS) is not efficient in real-time applications; therefore, further attention must be paid to real-time mechanisms in the provision process if sensor webs are to achieve their full potential. To address this problem, we created a data provision problem model, and compare the recursive algorithm Kalman Filter (KF) and our two proposed self-adaptive linear algorithms Harvestor Additive Increase and Multiplicative Decrease (H-AIMD) and Harvestor Multiplicative Increase and Additive Decrease (H-MIAD) with the commonly used Static Policy, which requests data with an unchanged time interval. We also developed a comprehensive performance evaluation method that considers the real-time capacity and resource waste to compare the performance of the four data provision algorithms. Experiments with real sensor data show that the Static Policy needs accurate priori parameters, Kalman Filter is most suitable for the data provision of sensors with long-term stable time intervals, and H-AIMD is the steadiest with better efficiency and less delayed number of data while with a higher resource waste than the others for data streams with much fluctuations in time intervals. The proposed model and algorithms are useful as a basic reference for real-time applications by pull-based stream data acquisition.

1. Introduction

The detection and early warning of emerging natural hazards and man-made disasters require real-time geographic information to support effective and timely emergency response. A lot of sensors are deployed all over the world, continuously monitoring features and geo-objects on the Earth’s surface [1,2], such as mining industry [3], agriculture [4,5], metropolis [6], and atmosphere [7], producing geographic data unceasingly. Given the development of service-oriented science [8], data can be accessed by anyone, from anywhere and in any form [9]. However, sensor observations must be acquired in real-time [3,10] for numerous applications through easily accessible data services; however, existing provision methods lack effective and efficient real-time data acquisition mechanisms.
Open GIS Consortium (OGC) proposed the Sensor Web Enablement (SWE) in 2003, which includes a series of service standards for the sensor web. With these uniform definitions, sensor data can be discovered and obtained through standard protocols and interfaces. Thus, applications could be built on the service standards without considering the underlying communication details between sensors and hardware implementations [11]. One of the very important SWE interface models is the Sensor Observation Service (SOS), whose data access mechanism is pull-based [12]. A middle layer architecture [13] had filled the gap between the sensor networks and the Internet; however, it does not consider how sensor data could be acquired by the consumers from the SOS in real-time.
Service registration and discovery of SOS [14,15,16] and data access methods [17] had been studied. However, this work has focused on how data could be adapted and published by SWE services from the sensors. Few researchers have considered the subsequent data flow from SOS to users, especially for the high-frequency continuous data streams to the real-time application databases. The changing sensor observation frequency due to the dynamic nature of real world phenomena makes it more challenging to effectively get real-time sensor data. A major problem occurs when delineating a high-efficiency data provision system since machines have different working space sizes and speeds, so they will likewise have different observation frequencies [18].
Two data access methods for the sensor web were offered for European Environment Agency (EEA) [17]. The first provides a uniform interface, waiting for data being pushed by the data provider. It is a time-efficient means and does not have to deploy servers to publish data. The other access method sends data requests to the SOS in a fixed frequency, namely the Static Policy, by the Harvestor, a data collecting module. It is a pull-based active method that determines what content to get and at what frequency. Hence, the former is suitable for large institutions like the EEA that are responsible for providing uniform interfaces to push data into databases. In contrast, the latter is more flexible and customizable but less time efficient. Moreover, most of the current sensor web services for data access are pull-based [19]. Therefore, there is an urgent need for dynamic solutions to solve the system stochastic problem of the predefined schedule methods [20].
Many factors can give rise to dynamic problems that are one of the main concerns of current real-time sensor applications. The time interval between two observations can hardly remain the same for several reasons. Environment noise is the most common one. For example, huge buildings could influence the transformation of sensor signals, or harsh weather can also affect hardware conditions. Another reason is artificial interventions or dynamic adjustments. Some smart sensors could auto change their observation frequency depending on the state of the objects they are monitoring. Additionally, hardware failure could cause a long-term interruption, which also changes the observation time intervals.
Besides the dynamic characteristics of sensor observations, the ability to handle dynamic and high-frequency sensor data flows is rather weak in current real-time applications. Numerous sensors produce high-frequency and dynamic data in hours, minutes or even seconds. At the same time, due to the large number of sensors, the data volume generated in real-time is rather huge; thus, resources like network bandwidth and data server load should be considered deliberatively. Most sensor data, however, are currently acquired as static history records and imported to various databases with specific tools all at once. Moreover, the commonly used Static Policy for real-time sensor data acquisition from SOS either has a limited time-efficiency or wastes a lot of resources if the time interval is not preset properly. Therefore, a dynamic model and adaptive algorithms, with high time-efficiency and low resource waste, are needed for real-time applications of high-frequency sensor data flows.
Several algorithms could be considered for adjustment for data provision if they can forecast with very little computation. The Kalman Filter (KF) is an efficient algorithm widely used, such as in the measurement of power system frequency [21], data assimilation [22], and data fusion [23]. It can also be used as a prediction algorithm since it includes a prediction equation set, which can act as an a priori estimation of the current state before a current measurement is produced. Therefore, it is reasonable to introduce the KF as a recursive algorithm into real-time sensor data provision applications. As opposed to the KF, considerable research has focused on the activation algorithms of rechargeable sensors [20,24,25,26]. Madakasira [26] analyzed the recharging process of sensors and compared the performance of four linear recharge algorithms: Additive Increase Multiplicative Decrease (AIMD), Additive Increase Additive Decrease (AIAD), Multiplicative Increase Multiplicative Decrease (MIMD), and Multiplicative Increase Additive Decrease (MIAD). They determine the next sleep interval of sensors according to the energy levels. These two algorithms, AIMD and MIAD, based on this analysis, could be adapted and used as linear algorithms for real-time forecasting in sensor data provision.
Based on the analysis of dynamic problems and algorithms, which could perform forecasting tasks, we modeled the pull-based process of real-time sensor data provision from sensor observation services, and four policies are discussed in terms of the proposed model. Our objective was to minimize the data acquisition time latency, delayed number of data, and resource costs in the system. In turn, we developed a normalized comprehensive performance evaluation method considering real-time performance and resource waste to compare these algorithms in our real time data provision model. Most experiments in data acquisition research in the sensor hardware field are based on simulated data. Our experiments, however, are based on three kinds of real sensor data. With our work, better algorithms than the Static Policy in various real-time sensor data provision applications are found, with improved time-efficiency and redundant requests, and more practical applicability in situations with non-strict-fixed time interval observations.
The remainder of the paper is organized as follows. The introduction of data streams of sensor web is in Section 2, followed by our method in Section 3, in which we define the problem model in Section 3.1, describe the provision policies and performance evaluation methods in Section 3.2 and Section 3.3. The experiments and results are presented in Section 4. Then, the model and algorithms are discussed in Section 5. Section 6 concludes the paper.

2. The Data Streams from Sensor Webs

There are abundant kinds of sensors, which could be classified into three categories according to their observing frequency and data volume: low-frequency high-throughput sensors, such as satellite-borne sensors, by which data volume reaches Gigabytes with an observation a day or a month; high-frequency low-throughput sensors, such as soil moisture sensors, many in situ sensors belong to this type; high-frequency high-throughput sensors, such as video and camera sensor webs, due to their continuous observation and Megabyte-volume in seconds.
Based on the analysis above, this study, however, concentrates on the real-time data provision of the second type of sensors, which collect one data record with sub-kilobyte volume once an hour, a minute or a second. From the observing characteristics’ view, there are three kinds of data streams produced by this type of sensors. First is strictly steady data with little noise and the time interval is usually a constant value due to time-rigorous applications. Second is steady data whose time intervals can be changed as needed, but the observation intervals remain stable. Third is unsteady data influenced by too much noise, and the sample time stamps would have many changes, thus making numerous fluctuations to the time intervals between neighbor observations.

3. Method

3.1. Modeling the Provision Process

In this section, we model the data provision process considering that the time is discrete. We build a math description of the problem: with a historical time stamp series   [ T 0 , T 1 , T 2 , , T n ] , n is an integer, what the next time stamp T n + 1 is. To forecast or evaluate this value, we need to transform the problem first. We can get the time interval series [ 𝛻 t 1 , 𝛻 t 2 , 𝛻 t 3 , , 𝛻 t n ] in which 𝛻 t k = T k T k 1 , k [ 1 , n ] , if we could predict every next sleep interval S I n e x t = 𝛻 t n + 1 , then T n + 1 = T n + 𝛻 t n + 1 . As a result, T n + 1 can be computed by the forecast of the next SI. To better introduce this model, the meaning of some terminology used in this paper is shown in Table 1. The data items, which are not accessed as the latest data are considered delayed in this paper.
When the Harvestor starts to send data requests, the time stamps of the sensor data published by SOS can be defined as [ ϕ 0 , ϕ 1 , ϕ 2 , ϕ 3 , , ϕ N ] , in which ϕ 0 = T n ,     ϕ 1 = T n + 1 ,     ϕ 2 = T n + 2 , , and u is defined as the index of ϕ , u [ 0 ,   N 2 ] . Through different provision algorithm Π , we could request the data produced at the time stamp ϕ 1 by a series of request time stamps [ θ 1 1 ,   θ 1 2 ,     ,   θ 1 h ], in which h   ( h = 1 ,   2 ,   3 , ) represents for the number of data request times, and the subscripts represent the index of   ϕ . The delayed number of data is   p , and the number of miss hits is   i , all are integers, with a subscript v   ( v = 1 ,   2 ,   3 , ) standing for the index of the data requested on time. In this case, v = 1 . There would be four cases shown in Figure 1, in which the corresponding explanations are as follows.
(a)
ϕ 1 θ 1 1 < ϕ 2 , sensor data at time ϕ 1 is accessed from the first data request, with no delayed data or invalid requests, then p 1 = 0 ,     i 1 = 0 ;
(b)
ϕ 1 θ 1 h < ϕ 2 , sensor data at time ϕ 1 has successfully been accessed after sending h times of data requests, with no delayed data and h 1 invalid requests, then p 1 = 0 ,     i 1 = h 1 ;
(c)
ϕ u + 1 θ 1 h < ϕ u + 2 , data at time ϕ u + 1 has been accessed after sending h times of data requests, the h − 1 requests for ϕ 1 have failed, while the hth request gets the ϕ u + 1 with data items ϕ 1 ,   ϕ 2 , ,     ϕ u are delayed, then p 1 = u ,     i 1 = h 1 ;
(d)
ϕ u + 1 θ 1 1 < ϕ u + 2 , data at time ϕ u + 1 is accessed from the first data request, with u data delayed and no invalid request, then   p 1 = u ,     i 1 = 0 .
Based on the analysis of the requests for the first data item, it can be easily derived that in a common case, say the target data at time stamp ϕ v to be requested at time series [ θ v 1 ,     θ v 2 ,   ,   θ v h ], we know ϕ u + 1 θ v h < ϕ u + 2 , and   p v = u ,     i v = h 1 . Consequently, total miss hits δ o ( N ) within which new data is not successfully acquired can be calculated by Equation (1), the total request number δ d ( N )   sent to SOS can be computed by Equation (2), the number of data delayed ε o ( N ) can be a summation equation defined by Equation (3), and the total number of SOS data ε d ( N ) is N as shown in Equation (4). V is the number of successful requests. Apparently, we could have an equation V = δ d ( N ) δ 0 ( N ) = ε d ( N ) ε 0 ( N ) to verify if the statistic numbers are right or not.
δ 0 ( N ) = v = 1 V p v  
δ d ( N ) = v = 1 V h v  
ε 0 ( N ) = v = 1 V i v  
ε d ( N ) = N
Based on the established model, the workflow is shown in Figure 2. SI represents for Sleep Interval, indicating the waiting time until a next data request, and SI represents for the last waiting time of the Harvestor. Harvestor is a function unit that actively collects sensor data by sending “GetObservation” request to the Sensor Observation Service (SOS). 𝛻 is the adjusted time interval computed by different algorithms, while 𝛻 tsum is the accumulative time in which new data cannot be acquired by several requests, and T is the maximum time threshold allowed to distinguish if there is an abnormal situation happens to the data provision of a specific sensor.
The model shown in Figure 2 depicts the provision process of how the system performs if the new data is successfully obtained or not. When the initial SI, namely the first waiting time, is finished, Harvestor sends a request to SOS to get a new data. If a new data is acquired successfully, then the next SI would be diminished a value   𝛻 , and if not, 𝛻 tsum should be compared with T. If 𝛻 tsum is larger than T, then the specific provision should be stopped, and, if not, the next SI should be increased by 𝛻 to enter the next loop.
We need to announce two prerequisites of this study to exclude the influence of some unrelated factors since our concentration is the provision itself. First, we think that the data can be published on SOS and accessed immediately once it is produced by sensors, namely no time latency exists from the data is produced to it is published. Second, the time spent on data request and resolving response is so short relative to the whole process that it could be negligible.

3.2. Data Provision Methods

There are three kinds of time options for pull-based data provision to actively request sensor data [27], which is published by SOS. First is the Static Policy [17], in which way data are requested in a predefined fixed time interval; this algorithm will be stated in the Section 3.2.1. Second is the Instant Policy, with which once the system finished the current request, another request will be sent to SOS. This method is a kind of robbing access. We will discuss it in the Section 5. Third is the Adaptive Policy, by which the sleep interval is dynamically computed before every sensor data request. We describe three Adaptive Policies for data provision process: the Kalman Filter in the Section 3.2.2, and the Additive Increase Multiplicative Decrease for the Harvestor (H-AIMD) and Multiplicative Increase Additive Decrease for the Harvestor (H-MIAD) in the Section 3.2.3.

3.2.1. Static Policy

Static Policy is simply sending data request at a fixed time interval. The time interval could be set by two means. One is to be defined by users, in this way, the real-time performance is greatly influenced by the experience of the user. The other is the statistical learning of the historical time intervals. We could draw a histogram of the time intervals and select the peak value or pick the median value as the static time interval directly. After the decision of time interval SI, as shown in Figure 2, the adjust time interval 𝛻 will have a permanent value 0, which means the Havestor will send a data request after every fixed time interval SI.

3.2.2. Kalman Filter

Kalman Filter (KF) [28] is a recursive analysis technique, which considers the process and measurement noise with estimation of time-dependent physical parameters. KF can provide the optimal state estimation when the noise model is accurate. Furthermore, it is efficient in computation and easily realized. All these advantages make it a very popular algorithm in control systems [23]. However, precise noise estimation is needed for KF if higher accuracy is desired. With these analyses, we consider using KF to evaluate the priori SI of the next state with the previous SI.
The workflow of KF is shown in Figure 3. It contains two main steps to perform the circulation. The first is the time update (prediction) and the second is the measurement update (correction). The prediction step is to evaluate the next state (seen the red words in Figure 3) and error propagation, with a corresponding Equation (5) to compute them. In this equation, k is the discrete time slot index, with x ^ k 1 represents for previous evaluation state and x ^ k is a primary estimate of current status (priori). P k 1 is the error covariance matrix of the previous state, and P k is the priori estimate of the current error covariance matrix. u k is the control signal, and A stands for state transmission matrix, B is the control parameter matrix, and Q is the process noise covariance matrix.
{ x ^ k = A x ^ k 1 + B u k P k = A P k 1 A T + Q
After the system gets current measurement, KF goes to the second step, measurement update (correction), to update current measurement evaluation, shown in Equation (6). The Kalman Gain is represented by   K k , x ^ k is the current state estimate (posteriori), P k is the error covariance. R is the covariance matrix of measurement noise, H is the transmission matrix to change from the state space to measurement space, z k is the measurement vector:
{ K k = P k H T ( H P k H T + R ) 1 x ^ k = x ^ k + K k ( z k H x ^ k ) P k = ( I K k H ) P k
The KF iteration starts from the   k = 0 , when the x 0   and   P 0 is provided as the initial state. Then, we could begin with the iteration, which uses the estimation of the previous state x ^ k and P k as input to get a priori estimation for the current state. After that, the measurement update equation set is used to get the estimation value x ^ k of x at time slot k , which will be used for the next iteration.
We adapt the KF algorithm as a one-dimensional solution for our proposed model and then preset the corresponding parameters. In this study, k is seen as the index of data items published by SOS. First, we set the primary state as P 0 = 1 and the initial time interval as the median value of history intervals, namely x 0 = Median ( 𝛻 t 1 , 𝛻 t 2 , 𝛻 t 3 , , 𝛻 t n ) . No control signal is in the provision process, so u k = 0 . Accordingly, we do not need to consider the value of B any more. The noise parameter Q and R are defined as the variance of the historical time interval series, so they can be computed by Equation (7), in which n is the number of time intervals. In our one-dimensional problem, no transition is needed between the state space and measurement space, so A   and   H are both constant 1:
Q = R = 1 n 1 l = 1 n ( 𝛻 t l 1 n l = 1 n 𝛻 t l ) 2

3.2.3. H-AIMD and H-MIAD

A global algorithm Energy Balancing Correlation-dependent Wakeup (EB-CW) for the sensor recharge scheme was suggested to determine the relationship between the dynamic process of rechargeable sensor nodes and the event occurrence [25]. EB-CW can achieve optimal performance if the global parameters, like the energy quantity of sensor charge and discharge process, and probabilities of the next state, are known. However, we could not get the global parameters in most cases. Then, the local algorithm AIMD [20] was introduced to the sensor recharge sensor node activation to determine the status and parameters of sensor nodes dynamically, including activation, sleeping, and sleeping time intervals.
We borrow insights from AIMD and use it in the provision process of sensor data instead of its original application in network congestion [29] and sensor recharge [20,24,26] studies. The modified algorithm H-AIMD, in which “H” represents the Harvestor, is introduced for SI computation. Similarly, we also describe the H-MIAD in this section and will perform the experiments on them in Section 4, due to the huge performance difference between the algorithm AIMD and MIAD, found in [24].
The detailed steps of H-AIMD are shown in Algorithm 1. If the Harvestor does not get new data, then additively increase SI with the value   c 1 ,   c 1 > 0 ; and if it does, then multiplicatively decrease SI with the value   c 2 ,   c 2 > 1 . The determinant condition of H-AIMD is if the Harvestor gets new data or not, which is more simple than the threshold comparison of the AIMD used for sensor activation process. Considering many studies that have verified that when   c 1 = 1 ,   c 2 = 2 , the performance is the best [24,30], we use the same parameter setting in this study. Moreover, since the Harvestor could easily get the acquired values (getNewData, SIprev) as inputs, this algorithm is extremely easily realized in practice.
Algorithm 1 Adaptive Computing SI Through H-AIMD
1.Input: getNewData, SIprev
2.Output: SInext
3.If getNewData = false then
4.  SInext = SIprev + c1
5.else
6.  SInext = SIprev/c2
7.end if
End Algorithm
Similarly, H-MIAD is derived from the algorithm Multiplicative Increase and Additive Decrease (MIAD) and used in the Harvestor data provision. If the Harvestor does not get new data, then SInext = SIprev × c1, c 1 > 1 ; and if it does, then SInext = SIprev − c2, c 2 > 0 . In this study, we define c 1 = 1.1 ,   c 2 = 1 .

3.3. Performance Evaluation

In this study, we define a comprehensive performance evaluation   P = Function ( E ,   D , W ) , taking three factors into account. First is the accuracy of SInext (E), which indicates the accuracy of forecast time stamps. Second is the delay rate of data (D), which is also a key consideration in many applications; and third is resource waste (W), which is an element under consideration for redundancy. In addition, in order to realize the properties of the equilibrium, it must be avoided that the value of one factor is so large that it suppresses the others or too small in the assessment. Under this condition, we think the evaluation method should be normalized so that different algorithms could be compared in different applications. In this section, each of these factors will be defined under these considerations.
To evaluate the SI error, the Mean Absolute Scaled Error (MASE) [31] is used, and computed by Equation (8). E is the evaluation error, Y t is the observation at time slot t, F t is the forecast, and N is the number of data items. Different from the Root Mean Square Error (RMSE), MASE is scale independent, which is very suitable for error comparison between different applications. Specially, MASE is usually less than 1 if the forecast error is less than one step of the data series, namely E [ 0 ,   1 ] , otherwise E = 1 . In this study, the t, i stand for time interval indexes instead of time slots.
E =   t = 1 N | Y t F t | N N 1 i = 2 N | Y i Y i 1 |
The second factor is the data delay rate D ( Π ) . Under data provision algorithm Π , it can be computed by Equation (9). The total number of SOS data ε d ( N ) and the number of data delayed ε o ( N ) can be acquired by Equations (3) and (4), respectively. Apparently, D ( Π ) [ 0 , 1 ] ,
D ( Π ) =   l i m N ε o ( N ) ε d ( N )  
The third factor is the miss hit rate W ( Π ) , which can be acquired according to Equation (10) under the data provision algorithm Π . The total request number δ d ( N )   sent to SOS can be computed by Equation (1), total waste requests in which new data is not successfully acquired δ o ( N ) can be calculated by Equation (2). We can conclude that W ( Π ) [ 0 ,   1 ) .
W ( Π ) =   lim N δ o ( N ) δ d ( N )
{ P = 1 ( ω 1 × E + ω 2 × D + ω 3 × W ) ω 1 + ω 2 + ω 3 = 1
With all the factors defined, the weighted normalized performance evaluation model can be calculated by Equation (11), in which ω 1 , ω 2 , ω 3 are all weight coefficients and no less than 0. Because E [ 0 ,   1 ] ,   D ( Π ) [ 0 ,   1 ] ,   W ( Π ) [ 0 ,   1 ) ,   and   ω 1 [ 0 ,   1 ] , ω 2 [ 0 ,   1 ] , ω 3 [ 0 ,   1 ] , we can get ω 1 × E [ 0 ,   ω 1 ] ,   ω 2 × D [ 0 ,   ω 2 ] ,   ω 3 × W [ 0 ,   ω 3 ) , then ( ω 1 × E + ω 2 × D + ω 3 × W ) [ 0 ,   ω 1 + ω 2 + ω 3 ) = [ 0 ,   1 ) . Therefore, P ∈ (0, 1], thus the performance is scale independent. Owing to this normalized equation design, the performance of different algorithms can be compared in one application and the same algorithm can also be compared in different applications.

4. Experiments and Results

This study considered three real sensor data environments including methane concentration of WangJiaLing coal mine in Shanxi Province, BaoXie soil moisture and Wuhan taxi GPS records in Hubei Province, all in China. The first two are in situ sensors, while the third is mobile sensor data. In this section, experiments of the four algorithms described in Section 3.2 will be performed in these environments. In addition, the results of time efficiency, delay rate, and waste rate are shown in figures and listed in tables.

4.1. Gas Concentration of a Coal Mine

Methane is a highly explosive gas trapped within coal layers [3]. When the concentration of the gas reaches to some extents, fatal asphyxiation and explosive risk become significant. Thus, uninterrupted monitoring is vital [3]. Therefore, gas sensors have very stable power supply and are able to get observations in very stable time intervals. The test data used in this section come from the gas sensors deployed in the WangJiaLing coal mine, with static monitoring frequency 30 s/record. With these data, two experiments are performed on 500 records.
The first test is performed on the relationship between the initial provision time lag and the performance factor MASE of four algorithms, shown in Figure 4. The Kalman Filter (KF) has the lowest MASE values, less than 0.001, which are very close to zero and make the line coincide with the x-axis. H-AIMD is also very stable and has lower MASEs than that of H-MIAD, whose line has more fluctuations. At mean time, the line of Static Policy is linearly increasing with the time lag increases. It indicates that the time lag of the first data item influences the performance of the Static Policy greatly.
After the initial time lag test, the influence of increasing number of requested items is also inspected on the performance factors between the four algorithms with an initial time lag 10 s, as can be seen in Figure 5. Figure 5a represents the variation of MASE with the number of requested data items and Figure 5b enlarges the part of the first 50 data items in (a). These two subplots show that the Static policy has a constant MASE value 0.33, while after some fluctuations, the value of H-AIMD converges to about 0.25, less than the Static Policy. The value of KF has slowly decreased to a value very close to 0 around the 50th data item. This is due to the 10 s time lag of the first data item, the MASE is 0.17, but since the second data request, KF can predict a very accurate time interval with the parameters computed through Equations (5)–(7), thus leading to a continuous decreasing with more data requests. In addition, H-MIAD is not only unstable but also has a rather higher MASE than the other policies, and it also has a delay rate while the others are equal to 0, observed from Figure 5c. Figure 5d illustrates that the waste rate of H-AIMD is rather high with a stable value around 0.52, and that of the H-MIAD is about 0.2. The waste rate of Static and KF equals 0, which means they have no invalid requests in this experiment.

4.2. Observations of Soil Moisture

The sensors which observe soil moisture are deployed outdoors for modern agriculture [4], usually charged by solar energy. At daytime, if it is sunny or daylight is very adequate, the power absorbed by the solar battery is sufficient for the sensors to work. Otherwise, if it is nighttime or it is rainy or cloudy, the energy cannot support continuous observations. Thus, it leads to a long-term pause without data records. Because this kind of application is not time strict, the frequency is low in general. In this study, the data of a soil moisture sensor deployed in Baoxie, Hubei Province, China, has 4554 records in one year starting from January 2014 to January 2015. The time unit is min.
Part of the sample data is shown in Figure 6. It can be concluded from the figure that the stable time interval is 60 min with some fluctuations, most of which are below the stable line 60 min. For example, data marked by a red rectangle show regular fluctuations, which could be caused by some artificial operations, while others without obvious patterns are very likely caused by the environmental noise. The time interval marked by a little red circle, however, is 3668 min, about two and a half days, which is much larger than the normal value of 60 min. This situation may be produced by the severe weather or a machine breakdown. In this section, the median time interval 60 min was used as the initial SI, which is provided as priori value for the Static Policy.
With this data, we test the algorithms and get the performance values, shown in Table 2. It can be seen that the data Delay Rate and MASE of H-AIMD is extremely low and much less than the others. In contrast, the extremely high data Delay Rate makes H-MIAD and KF unsuitable for this kind of data provision. The Static policy, however, has a relatively low MASE and Delay Rate.

4.3. Urban Taxi GPS Data

As one of the most important transportation tools, taxis, attached with GPS devices, have become an important data source for many applications, such as data mining, road planning, and transportation infrastructure building. The data collected by GPS instruments, then, are transmitted to the traffic center for real-time monitoring. It should be noticed that the GPS signals are slightly affected by the environments, for example, the high building and bridge openings, or no data for a relatively long time if the drivers are taking a rest, having their meals, or waiting for passengers. In the experiment of this section, we use the 1309 GPS data records of a taxi in one day in Wuhan City, Hubei Province, China.
Sample data intervals are seen in Figure 7, showing the time interval characteristics of the taxi GPS data. We find that there is a stable time interval 40 s, while there are also many fluctuations that are caused by the environment and the driving experience of the drivers. Then, if having a look at the point, which is marked by a little red circle, it indicates about a five-minute time interval. This situation happens so often because the driver should wait for passengers now and again. Furthermore, we have also found a time interval showing no observation in about five hours, which may be caused by the car inspection and maintenance or a rest of the driver. In this study, the median time interval 40 s was used as the fixed time interval for the Static Policy.
With this mobile sensor data, we performed the performance test of the four algorithms on data provision, shown in Table 3. We find that like the results shown in Section 4.2, the H-AIMD also has the lowest Delay Rate, and MASE, although its Waste Rate is relatively high. Similarly, the Static Policy has relatively lower values of those factors than KF and H-MIAD. The Kalman Filter, however, shows the worst MASE and Delay Rate in this experiment due to its excessive sensitivity to the fluctuations.

5. Discussion

In this section, the advantages and disadvantages of the provision methods are discussed first, followed by the application situation of our model and the performance evaluation method. After that, comparison of the four algorithms in real sensor data provision experiments is made with the performance data from Table 1 and Table 2. Then, a detailed cause of influence analysis on the performances is made. Afterwards, we discuss the different applicable conditions of the algorithms in high-frequency sensor environments.
Concerning the provision methods, we could choose the Instant Policy, by which the latest data are supposed to be acquired immediately after the previous request, which is mentioned in Section 3.2. Obviously, this way has an utmost real-time efficiency but the extremely high frequency may lead to huge resource waste. Worse still, it will largely increase the load of SOS data servers, which would lead to low response during huge parallel data access, thus decrease its efficiency in reverse. Furthermore, some sensors would change their observation frequency according to some conditions, such as human control, low energy supply, or self-adaptive monitoring of the environment. Therefore, to minimize a delayed number of data, relief both of the workload of the data server and Harvestor, and efficiently acquire the latest data, the Static Policy and other self-adaptive algorithms would be preferable.
We proposed a provision model to analyze the real-time problem of the widely used pull-based data access method for the sensor observation services of sensor webs. This model focuses on data provision of a single sensor, but it can be easily used for a large number of sensors, cooperating with the flexible provision management mechanism introduced by our previous work [27,32]. It is a kind of batch processing method with which data of every single sensor is requested independently as a pipeline configured and managed by a control unit. Based on the mechanism and our proposed model, a taxi company can handle the data provision of thousands of cars with sufficient hardware support, although only one taxi data was used to test the real-time performance of the four policies in Section 4.3. In addition, this model is not only suitable for sensor webs but also be used to other pull-based real-time data acquisition.
Upon the mathematical model, three performance evaluation factors are also put forward. MASE, which is scale independent, shows the forecast error of time intervals. Both MASE and Delay Rate imply the efficiency of different policies. Resource Waste denotes the percentage of redundancy data requests, namely, the invalid resource usage. The weights of the three factors shown in Equation (11) can be flexibly set in different applications to guarantee the highest time efficiency with the lowest Resource Waste. Based on this consideration, we did not compute the comprehensive performance in Section 4. However, the normalization design makes these evaluation factors very adaptive for performance comparison between different policies or same policy between different applications.
The Kalman Filter has a very high performance in a stable time interval application. It is because that the KF algorithm could gradually converge to true values, while in the other two applications, its performance is not ideal for the reason that accurate noise model cannot be acquired, then it will produce huge errors with the priori evaluation of current state as the forecast value. Let us take a deeper look at the KF forecast mechanism in Figure 8, which shows a sample fragment of GPS time intervals, with Kalman priori predictions (green line) and posteriori correction output (red line). According to the parameter settings in Section 3.2.2, in this study, the priori forecast values are equal to the posteriori of previous state value. In Figure 8, if moving the red line along x-axis for one step, we can get the green line. Therefore, we could conclude that the reason why the performance of the KF algorithm is not so ideal in the latter two experiments is that we could not estimate the noise accurately, which makes the forecast error very high. With these analyses, it can be easily understood that the KF algorithm has low time forecast accuracy, leading to a high delay rate in applications with many time interval fluctuations produced by environment noises. However, in fixed time interval applications, its performance can gradually converge to optimum even with a poor initial value. Therefore, the KF algorithm is suitable for a long-term sensor data provision with relatively stable time intervals.
We proposed the H-MIAD and H-AIMD, borrowing insights of network congestion algorithms MIAD and AIMD. Shown by the experiments in Section 4, the H-AIMD is very stable and high overall performance under various kinds of sensor data applications. As a whole, the H-AIMD gets high real-time efficiency and low delayed number of data by increasing the data request frequency, thus leading to more resource waste. In contrast, the performance of H-MIAD is too low to be used for data provision. This finding matches the previous work on the theoretical identification of the algorithms MIAD and AIMD, which discovers that the AIMD is very stable while the MIAD is an unfavorable algorithm [24].
With the analysis of the algorithms above, it can be drawn that the algorithms can be suitable for different kinds of applications. If a sensor has a strict-fixed observation time interval and every time stamp can be easily and accurately deduced, then there is no need to perform dynamic provision algorithms since the Static Policy would have a perfect performance in this situation. Actually, the Static Policy needs accurate priori parameters. When the time interval is very stable with some adjustments now and then, the recursive algorithm KF can offset the change and gradually converge to the new value. Thus, the KF has perfect performance in this condition. The linear algorithm H-AIMD, in contrast, has a more stable and higher performance than the others when there are much unclear environmental noises. Apparently, the algorithms KF and H-AIMD can dynamically adjust time interval according to varying states, and no precise priori value is desired.

6. Conclusions

Commonly used sensor web service standards for data access are pull-based, which cannot ensure the real-time efficiency. We modeled the process of real-time sensor data provision, proposed three self-adaptive dynamic provision algorithms, and compared them with the Static Policy with three suggested performance evaluation factors in this study. Our model is suitable for real-time geographical information platforms, and the performance evaluation method is also feasible for not only different algorithms in the same application but also the same algorithm in different applications. However, there still are some concerns for our future work. Since we only refer to literature to set the parameters of H-AIMD algorithm in this paper, a more detailed analysis and sufficient experiments on real sensor data will be performed to explore the optimal settings of those parameters in the future. More possible algorithms could also be introduced in this model.

Acknowledgments

This work was supported by grants from the National Natural Science foundation Projects of China (No. 41471323, PI: Hong Fan), the National High Technology Research and Development Program of China (Grant No. 2012AA121401, PI: Jianya Gong), and the Science and Technology Development Project of Guizhou Province Tobacco Corporation of China National Tobacco Corporation (Contract No. 201407). We really appreciate the valuable suggestions of the reviewers and Feiyue Mao.

Author Contributions

Huan Li conceived and performed the experiments, and wrote the paper; Hong Fan, Jia Li analyzed the data and made key modifications to the paper; NengCheng Chen made significant contributions to most sections of the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Culler, D.E.; Mulder, H. Smart sensors to network the world. Sci. Am. 2004, 290, 84–91. [Google Scholar] [CrossRef] [PubMed]
  2. Xu, W.; Gong, J.; Wang, M. Development, application, and prospects for chinese land observation satellites. Geo-Spat. Inf. Sci. 2014, 17, 102–109. [Google Scholar] [CrossRef]
  3. Dougherty, H.N.; Karacan, C.O. A new methane control and prediction software suite for longwall mines. Comput. Geosci. 2011, 37, 1490–1500. [Google Scholar] [CrossRef]
  4. Chen, N.; Zhang, X.; Wang, C. Integrated open geospatial web service enabled cyber-physical information infrastructure for precision agriculture monitoring. Comput. Electron. Agric. 2015, 111, 78–91. [Google Scholar] [CrossRef]
  5. Fan, H.; Li, J.; Chen, N.; Hu, C. Capability representation model for heterogeneous remote sensing sensors: Case study on soil moisture monitoring. Environ. Model. Softw. 2015, 70, 65–79. [Google Scholar] [CrossRef]
  6. Yuan, N.J.; Zheng, Y.; Xie, X.; Wang, Y.; Zheng, K.; Xiong, H. Discovering urban functional zones using latent activity trajectories. IEEE Trans. Knowl. Data Eng. 2015, 27, 712–725. [Google Scholar] [CrossRef]
  7. Feiyue, M.; Wei, G.; Yingying, M. Retrieving the aerosol lidar ratio profile by combining ground- and space-based elastic lidars. Opt. Lett. 2012, 37, 617–619. [Google Scholar] [CrossRef] [PubMed]
  8. Foster, I. Service-oriented science. Science 2005, 308, 814–817. [Google Scholar] [CrossRef] [PubMed]
  9. Szalay, A.; Gray, J. The world-wide telescope. Science 2001, 293, 2037–2040. [Google Scholar] [CrossRef] [PubMed]
  10. Kays, R.; Crofoot, M.C.; Jetz, W.; Wikelski, M. Terrestrial animal tracking as an eye on life and planet. Science 2015, 348. [Google Scholar] [CrossRef] [PubMed]
  11. Chen, N.; Di, L.; Yu, G.; Min, M. A flexible geospatial sensor observation service for diverse sensor data based on web service. ISPRS J. Photogramm. Remote Sens. 2009, 64, 234–242. [Google Scholar] [CrossRef]
  12. Devaraju, A.; Jirka, S.; Kunkel, R.; Sorg, J. Q-SOS—A sensor observation service for accessing quality descriptions of environmental data. ISPRS Int. J. Geo-Inf. 2015, 4, 1346–1365. [Google Scholar] [CrossRef]
  13. Bröring, A.; Foerster, T.; Jirka, S. Interaction patterns for bridging the gap between sensor networks and the sensor web. In Proceedings of the 2010 8th IEEE International Conference on Pervasive Computing and Communications Workshops (PERCOM Workshops), Mannheim, Germany, 29 March–2 April 2010; pp. 732–737.
  14. Chen, N.; Di, L.; Yu, G.; Gong, J.; Wei, Y. Use of ebrim-based CSW with sensor observation services for registry and discovery of remote-sensing observations. Comput. Geosci. 2009, 35, 360–372. [Google Scholar] [CrossRef]
  15. Chen, N.; Chen, Z.; Di, L.; Gong, J. An efficient method for near-real-time on-demand retrieval of remote sensing observations. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2011, 4, 615–625. [Google Scholar] [CrossRef]
  16. Jirka, S.; Broring, A.; Stasch, C. Discovery mechanisms for the sensor web. Sensors 2009, 9, 2661–2681. [Google Scholar] [CrossRef] [PubMed]
  17. Jirka, S.; Bröering, A.; Kjeld, P.; Maidens, J.; Wytzisk, A. A lightweight approach for the sensor observation service to share environmental data across europe. Trans. GIS 2012, 16, 293–312. [Google Scholar] [CrossRef]
  18. Salih, A.A.A.-A.; Zaini, N.L.A.C.A.; Zhahir, A. The suitability of GPS receivers update rates for navigation applications. Int. Sch. Sci. Res. Innov. 2013, 7, 1012–1019. [Google Scholar]
  19. Huang, C.Y.; Liang, S. A hybrid pull-push system for near real-time notifications on sensor web. In Proceedings of the XXII ISPRS Congress, Technical Commission IV, Melbourne, VIC, Australia, 25 August–1 September 2012; pp. 421–425.
  20. Mereddy, S.R.; Jaggi, N.; Pendse, R. An adaptive algorithm for sensor activation in renewable energy based sensor systems. In Proceedings of the 2009 5th International Conference on Intelligent Sensors, Sensor Networks and Information Processing (ISSNIP), Melbourne, VIC, Australia, 7–10 December 2009; pp. 55–60.
  21. Routray, A.; Pradhan, A.K.; Rao, K.P. A novel kalman filter for frequency estimation of distorted signals in power systems. IEEE Trans. Instrum. Meas. 2002, 51, 469–479. [Google Scholar] [CrossRef]
  22. Gruber, A.; Crow, W.; Dorigo, W.; Wagner, W. The potential of 2D kalman filtering for soil moisture data assimilation. Remote Sens. Environ. 2015, 171, 137–148. [Google Scholar] [CrossRef]
  23. Faragher, R. Understanding the basis of the kalman filter via a simple and intuitive derivation. IEEE Signal Process. Mag. 2012, 29, 128–132. [Google Scholar] [CrossRef]
  24. Jaggi, N.; Madakasira, S.; Reddy Mereddy, S.; Pendse, R. Adaptive algorithms for sensor activation in renewable energy based sensor systems. Ad Hoc Netw. 2013, 11, 1405–1420. [Google Scholar] [CrossRef]
  25. Jaggi, N.; Kar, K.; Krishnamurthy, A. Rechargeable sensor activation under temporally correlated events. Wirel. Netw. 2009, 15, 619–635. [Google Scholar] [CrossRef]
  26. Madakasira, S. Performance Analysis of an Adaptive Algorithm for Sensor Activation in Renewable Energy Based Sensor Systems. Master Thesis, Wichita State University, Wichita, KS, USA, 2008. [Google Scholar]
  27. Li, H.; Fan, H.; Wu, H.; Feng, H.; Li, P. Resdap: A real-time data provision system architecture for sensor webs. In Web and Wireless Geographical Information Systems; Springer: Berlin, Germany, 2014; pp. 85–99. [Google Scholar]
  28. Kalman, R.E. A new approach to linear filtering and prediction problems. J. Fluids Eng. 1960, 82, 35–45. [Google Scholar] [CrossRef]
  29. Chiu, D.-M.; Jain, R. Analysis of the increase and decrease algorithms for congestion avoidance in computer networks. Comput. Netw. ISDN Syst. 1989, 17, 1–14. [Google Scholar] [CrossRef]
  30. Cai, L.; Shen, X.; Pan, J.; Mark, J.W. Performance analysis of tcp-friendly aimd algorithms for multimedia applications. IEEE Trans. Multimed. 2005, 7, 339–355. [Google Scholar] [CrossRef]
  31. Hyndman, R.J.; Koehler, A.B. Another look at measures of forecast accuracy. Int. J. Forecast. 2006, 22, 679–688. [Google Scholar] [CrossRef]
  32. Fan, H.; Li, H. An on-demand provision model for geospatial multisource information with active self-adaption services. Proc. SPIE 2015. [Google Scholar] [CrossRef]
Figure 1. Four cases of requests for data items at time stamp   ϕ 1 with rightward timelines.
Figure 1. Four cases of requests for data items at time stamp   ϕ 1 with rightward timelines.
Ijgi 05 00051 g001
Figure 2. Discrete time provision model.
Figure 2. Discrete time provision model.
Ijgi 05 00051 g002
Figure 3. Recursive loop of Kalman Filter.
Figure 3. Recursive loop of Kalman Filter.
Ijgi 05 00051 g003
Figure 4. The influence of initial time lag on Mean Absolute Scaled Error (MASE).
Figure 4. The influence of initial time lag on Mean Absolute Scaled Error (MASE).
Ijgi 05 00051 g004
Figure 5. The corresponding performance of policies with the increasing requested items: (a) Mean Absolute Scaled Error (MASE) variation, in which the red dotted box is magnified shown in (b); (b) the red rectangle part of (a) with the number of requested data from 1 to 50; (c) delay rate; (d) waste rate.
Figure 5. The corresponding performance of policies with the increasing requested items: (a) Mean Absolute Scaled Error (MASE) variation, in which the red dotted box is magnified shown in (b); (b) the red rectangle part of (a) with the number of requested data from 1 to 50; (c) delay rate; (d) waste rate.
Ijgi 05 00051 g005
Figure 6. Time interval series of soil moisture observation.
Figure 6. Time interval series of soil moisture observation.
Ijgi 05 00051 g006
Figure 7. Time interval series of taxi GPS data.
Figure 7. Time interval series of taxi GPS data.
Ijgi 05 00051 g007
Figure 8. Prediction and evaluation of taxi GPS time intervals by Kalman Filter.
Figure 8. Prediction and evaluation of taxi GPS time intervals by Kalman Filter.
Ijgi 05 00051 g008
Table 1. Meaning of terminology.
Table 1. Meaning of terminology.
PhrasesMeaning
Delayed number (p)The number of data items which are not accessed as the latest data.
Delay rate (D)The percentage of delayed data items among total published data since the first request.
Miss hits (i)The number of requests which fail to get new data published by SOS.
Waste rate (W)The percentage of miss hits among all requests.
Time lagThe time interval between a successful request and the publishing of the latest data item.
Table 2. Performance of Different Algorithms (the unit of Mean Absolute Scaled Error (MASE) is min).
Table 2. Performance of Different Algorithms (the unit of Mean Absolute Scaled Error (MASE) is min).
Performance FactorsStaticKalman FilterH-MIADH-AIMD
MASE0.11190.22510.77550.0512
Delay Rate23.96%70.02%87.92%4.02%
Waste Rate60.22%48.65%55.32%69.25%
Table 3. Performance of Different Algorithms (the unit of Mean Absolute Scaled Error (MASE) is s).
Table 3. Performance of Different Algorithms (the unit of Mean Absolute Scaled Error (MASE) is s).
Performance FactorStaticKalman FilterH-MIADH-AIMD
MASE0.16690.28560.10900.0771
Delay Rate12.07%22.77%22.38%0.76%
Waste Rate47.20%30.19%66.74%67.16%

Share and Cite

MDPI and ACS Style

Li, H.; Fan, H.; Li, J.; Chen, N. Pull-Based Modeling and Algorithms for Real-Time Provision of High-Frequency Sensor Data from Sensor Observation Services. ISPRS Int. J. Geo-Inf. 2016, 5, 51. https://doi.org/10.3390/ijgi5040051

AMA Style

Li H, Fan H, Li J, Chen N. Pull-Based Modeling and Algorithms for Real-Time Provision of High-Frequency Sensor Data from Sensor Observation Services. ISPRS International Journal of Geo-Information. 2016; 5(4):51. https://doi.org/10.3390/ijgi5040051

Chicago/Turabian Style

Li, Huan, Hong Fan, Jia Li, and Nengcheng Chen. 2016. "Pull-Based Modeling and Algorithms for Real-Time Provision of High-Frequency Sensor Data from Sensor Observation Services" ISPRS International Journal of Geo-Information 5, no. 4: 51. https://doi.org/10.3390/ijgi5040051

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