Abstract

A surge in sensor data volume has exposed the shortcomings of cloud computing, particularly the limitation of network transmission capability and centralized computing resources. The dynamic intervention among sensor streams also brings challenges for IoT applications to derive meaningful information from multiple sensor streams. To handle these issues, this paper proposes a service-based method with fog computing paradigm based on our previous service abstraction, which can capture meaningful events from multiple sensor streams. In our service abstraction, we utilize correlation analysis method to capture events as variations of correlation among sensor streams. Facing inconsistent frequency and shift of correlation, we propose a Dynamic Time Warping- (DTW-) based algorithm to obtain sensor streams’ lag-correlation. For adaptively aggregating related events from different services, we also propose an event routing algorithm to assist the composition of cascaded events through service collaboration. This paper reports the tryout use of our method in Chinese power grid for detecting abnormal situations of power quality. Through a series of experiments based on real sensor data in power grid, we verified that our method can reduce the network transmission and computing resource with high accuracy.

1. Introduction

With the rapid development of Internet of Things (IoT), numerous sensors are deployed for event monitoring, ecological observation, and so forth, which produce an overwhelming amount of stream data [1]. Individual sensor streams are usually fine-grained, have relatively lower value density, and intervene with each other dynamically. For obtaining more valuable information, many IoT applications try to capture events from sensor streams with multiple sources in different ways [2]. The big real-time sensor streams lead to the emergency of a new computing paradigm, that is, fog computing. Compared with cloud computing, it does not require data to be stored and processed in a centralized way and can greatly lower the computation and storage costs of the cloud server through putting processing of sensor streams to the edge nodes.

Although fog computing has lots of advantages, its related researches have just started and are far from being mature. Most of current researches still focus on the architecture, wireless sensor networks, hardware, and underlying applications [3]. Few works attach enough importance on what software abstractions should be fit to put on a fog/edge node and how to program them. Actually, it is very important for an IoT application to build with the fog computing paradigm.

In an IoT application, sensor streams usually are not independent with each other. They need to cooperate for achieving complicated business goals. For capturing meaningful events from multiple sensor streams, event detection techniques [46] are already used in various real-time enterprise solutions. State-of-the-art event processing models provide frameworks to represent and reason events. However, they require the detailed event definitions and work on fixed set of sensor streams [7]. Facing large amount of sensor streams, it is impractical to define all detailed definitions of each variety of events. Hence, it is crucial to adaptively choose relative stream sources and capture events without relying on predefined definitions.

Correlation analysis methods have traditionally been used to process data streams for classifying and identifying events. In many fields, such as anomaly detection and electronic trading, the variation of correlation among sensor streams can be regarded as one kind of abnormal events, which do not need detailed definitions on raw sensor streams. Meanwhile, for multiple sensor streams, the inconsistency of frequency and shift of correlation will affect the accuracy of correlation analysis and cause wrong identification of events.

A remarkable effort is to encapsulate sensor data into Web services, in which the open Web standards are supported for information sharing [810]. But ad hoc association and streaming-oriented queries can hardly be reflected. Following the thought of software-defined sensors, we proposed a service abstraction called  proactive data service in our previous works [11, 12]. With proactive data service, the sensor events generated directly by sensors can be transformed into multiple service events, which reveal more meaningful information. In this paper, we integrate our service abstraction with fog computing paradigm. In our service abstraction, we utilize the correlation analysis method that works directly on sensor streams for capturing events as the variation of correlations. Facing the inconsistency of frequency and shift of correlation of different sensor streams, we propose a Dynamic Time Warping- (DTW-) based algorithm to obtain the lag-correlation and capture dynamic events.

With proactive data services, the sensor events generated directly by sensors can be transformed into multiple service events that reveal more meaningful information. Since the capturing of some complicated events depends heavily on the cooperation of different sensor streams, we propose an event routing algorithm for indicating the targets of certain service events and define a set of declarative rules in our service abstraction for triggering corresponding processing. Based on changeable event routing paths and declarative rules, proactive data services can adaptively and proactively collaborate with each other and generate more meaningful events from dynamic sensor streams.

Proactive data services can be deployed in edge nodes, do some preliminary analyses, and report events to cloud servers for further analyses. Relying on our DTW-based event capturing and event routing algorithms, we can capture events from multiple sensor streams and obtain complicated events through service collaboration. We preliminarily applied our method in a real-world scenario: power quality event detection for Chinese power grid; and we verified the feasibility of our method. Based on real sensor data from Chinese power grid, we evaluate the effectiveness and efficiency of our method through a series of experiments. The experimental results show that our method can greatly reduce the transformation of primitive sensor streams and improve the efficiency of event capturing with high accuracy.

2. Scenario

The Chinese power grid consists of various electric devices with complicated electrical connections. In most electric devices of Chinese power grid, a series of sensors are deployed to monitor indicators of power quality, such as voltage, current, and frequency. Due to the relationship of electric device and disturbance source, the devices can be divided into two types: disturbance source device and general device. A disturbance source device is deployed close to certain disturbance source and is directly influenced, while a general device is indirectly influenced by the disturbance source. Each sensor is in charge of monitoring one indicator and produces corresponding sensor stream. These sensor streams are affected by various disturbance sources, such as wind farm, photovoltaic power station, and electrified railway and show some abnormal status; that is, originally correlated sensor streams become uncorrelated or out of limit. A key problem of a power grid is to capture abnormal events of power quality based on these sensor streams.

To users, the primitive sensor streams are somewhat meaningless and unreadable. It is crucial to increase the value density of sensor streams, that is, to capture abnormal events from primitive sensor streams. An abnormal power quality event caused by certain disturbance generally involves multiple devices, and the sensor streams in each device show the same abnormal status (i.e., involving the same set of sensor streams). Figure 1 shows an example of abnormal power quality events, in which each column indicates a sensor stream, and the darker columns indicate abnormal and light columns indicate normal. As shown in Figure 1, the event involves multiple sensor streams from one disturbance source device and 3 general devices, and for different devices, the sensor streams that indicate the same indicators are involved. For single device, the details of involved sensor streams are shown in Figure 2.

As shown in Figure 2, the three phase voltages (stream1, stream2, and stream3) in power quality are generally correlated, while two trains are passing by an electrified railway; the correlation among these three streams is changed, and an abnormal event “unbalanced three phase voltages” occurs in the electric device. For each device, it is challenging to capture events from multiple sensor streams, because the correlation among them may be lagged. Figure 2 also shows some examples of lag-correlation; the trends of rising and falling of stream4 and stream5 are similar but not synchronous strictly. And the frequency and timestamps of data records in different sensor streams are different. For example, stream2 and stream4 have lower frequency than other streams. There could be error correlation analysis if we do not consider these issues.

It is obvious that the sensors in each device and the devices involved in abnormal power quality events are changeable because of the influence of various disturbance sources. The sources of sensor streams for generating meaningful events are uncertain. Hence, for deriving meaningful event, we need to adaptively choose related sensor stream sources, that is, sensors in single device and electric devices, and capture abnormal events for each device and aggregate abnormal events of multiple devices for obtaining final events.

Because of uncertain stream sources of events, existing methods need to collect and analyze all sensor streams in cloud server for generating events. The analysis of all sensor streams will cause vast and unnecessary consumption of computational and communication resources and cannot guarantee the requirement of timeliness. In this paper, we aim to utilize the fog computing paradigm and deal with two problems: how to capture events more accurately through considering the characters of sensor streams and how to adaptively choose relative sensor streams relying on different disturbances.

3. Overview of Our Service-Based Method

Figure 3 shows the rationale of our service-based method for dynamically aggregating multiple sensor streams and capturing meaningful events. Based on our previous proactive data service model, we can create services whose basic function is to generate events (regarded as service events in the proactive data service model) from certain set of primitive sensor events. Each proactive data service can be deployed in edge nodes and do preliminary processing for increasing value density of sensor streams. In this case, only meaningful events are transmitted to cloud server. For generating more meaningful and complicated events involving dynamic sources, the proactive data service also supports routing its service events to related services and adaptively collaborates with other services. Based on proactive data services, the fog layer can provide abilities such as real-time data accessing, preprocessing, and sensor data correlating. The detailed information of services can be stored in cloud service for service discovering.

A sensor stream can be defined as follows.

Definition 1 (sensor stream). A sensor stream can be represented as , in which sourceid is the id of stream source, are the attribute sets, and is an infinite series of data record which is a set of key-value pairs with a timestamp.

Typically, events are of a certain type, have a timestamp, and hold specific data. Many event detection technologies utilize event patterns on sensor streams to represent events. For example, a set of predicates are utilized to describe the event pattern in [13]. In this paper, we regard the correlation’s variations among multiple sensor streams as events. Hence, we can utilize a set of sensor sources to represent a primitive event pattern. And a more complicated event can be composited by multiple primitive events and represented as a composite event pattern , in which indicates the sensor stream sources in one primitive event pattern and is a set of relations between the primitive event patterns. For example, an abnormal event “unbalanced three phase voltages” occurring in single device can be represented by three streams indicating three phase voltages, and an integrated abnormal power quality event can be composited by several “unbalanced three phase voltages” events in multiple devices.

We regard each record with its source and timestamp in sensor stream as a sensor event and abstract the ability of event processing as a proactive data service, which can access and process multiple sensor streams and generate service events with higher value. The services can communicate with each other and provide service events to cloud server based on their uris. Figure 4 shows the structure of our proactive data service model.

Definition 2 (proactive data service). A proactive data service can be formalized as , in which is the unique identifier, represents the input event streams, represents the output event streams generated by EP, DR are the declarative rules, EP means the event processing function, and the hyperlinks are an optional parameter that indicates the targets of service events.

Presently, we utilize Pearson’s correlation coefficient (PCC) [14] to measure the sensor streams’ correlations for capturing the change of correlation as event. The correlation among sensor data usually shifts in time, which can be regarded as lag-correlation [15]. We consider the lag-correlation analysis problem as to find the time lag vector to maximize the PCC and proposed a DTW-based event capturing algorithm in our service.

For supporting dynamic service collaboration, we propose an event routing algorithm for setting the hyperlinks in service, which can indicate the target services for certain service event. And we also utilize declarative rules in service to handle external events. In this paper, we define declarative rules based on Event-Condition-Action (ECA) rules, which are originally used in active database systems to provide event-driven, instantaneous responses for conventional database systems [16]. In this way, the entire process requires no intervention from users or external applications.

4. Event Capturing in Proactive Data Service

The proactive data service is created based on fixed set of sensor streams. We calculate the correlations between each two sensor streams based on time-based slide window, and once any two sensor streams’ correlation is changed, an event is through to be captured. The pattern of captured event can be represented by the set of sensor streams whose correlation is changed.

When analyzing correlation among sensor data, misjudgment of correlation will also occur if correlation lags are not considered. The lag-correlation analysis problem can be considered to find the time lag vector to maximize the PCC, which can be formalized as follows.

Definition 3 (lag-correlation analysis problem). Given two sensor data sets and , suppose that and in a slide window; if there exists a time lag vector , one has

To analyze the correlation between two sensors’ data, we can firstly obtain a time lag vector that makes and then justify the lag-correlation based on the calculated coefficient. In this paper, we calculate the time lag vector making the minimum Euclidian distance of the normalized series and then calculate the PCC of the original series based on the time lag vector.

DTW algorithm [17] is a robust method used to measure similarity of time series, which can shift and distort the time series to ignore the problem of time axis scaling and shifting. In this paper, we adopt a DTW-based algorithm to find the time lag vector of two sensor data series. To ignore the problem of amplitude scaling, we align sensor data series with DTW algorithm based on normalized sensor data series. To avoid excessive time warping, we set a maximum value for the time lag vector.

Because of the inconsistent frequency of different sensor streams, the numbers of their data records in the same window may be different, and their PCC cannot be calculated directly. Hence, we firstly utilize linear interpolation method to increase the data records of the sensor stream with lower frequency. Then we utilize DTW algorithm to align the data series and calculate the correlations. The pseudocode of our event capturing algorithm executed in each window is shown in Algorithm 1.

Input:
E = : a set of data series in the same window;
: the change threshold of PCC;
limit: the maximum value for the time lag vector;
output:
event;
obtain all pairs  in E;
for each  
if    and   have different numbers of records
the difference of their records’ numbers;
getLongerSeries;
getShorterSeries;
interpolation;
else
;
;
end if
aligned data series from  based DTW
calculate correlation coefficient cor of  ;
if >=
an event is captured;
break;
end if
end for

As shown in Algorithm 1, after choosing sources of sensor streams, we can obtain a set of data series. We firstly get all pairs of data series for calculating the correlation between each pair (line 1). For the data series pair that has different numbers of records, we utilize interpolation method to increase the number of data records for the shorter one (line 7). In this way, these two data series could have the same number of data records. Then we utilize DTW algorithm to align the data series for analyzing the lag-correlation (lines 12 and 13). At last, we verify the difference of current correlation coefficient and previous coefficient; if the difference is bigger than given threshold, an event will be captured and the execution in this window is ended.

5. Dynamic Collaboration among Services

With our proactive data service model, we can create one proactive data service for each electric device. Based on our event capturing algorithm, we can capture the abnormal status of each device. In this section, we will introduce the dynamic service collaboration for correlating sensor streams from dynamic devices and obtaining the abnormal power quality events.

Each collaboration procedure is beginning with a proactive data service corresponding to one disturbance source device. When a service event is generated, it will be routed to related services and triggers corresponding processing of events. Since the collaboration is emanative from disturbance source service, we set up one event detection service (ED service) for each disturbance source for collecting the collaboration results and obtaining the final abnormal power quality events.

5.1. The Event Routing Algorithm

Since there is no electrical connection information, we propose an algorithm through considering service correlation relying on both the location of physical devices and existing collaboration results. The algorithm has two phases. In the initial phase, we regard all proactive data services near to given one as its related services based on physical devices’ location. In the runtime phase, we keep updating the correlation of proactive data services based on their collaboration results for certain event pattern.

Specifically, we regard the neighbour proactive data services as the total set of routing targets Spossible for given service. We assume that devices frequently cooccurring in power quality events are very likely to be involved in an event again. Hence, we will keep routing events to the successful collaborated set Svalid and reduce the possibility to route events to the failure collaborated set Sinvalid. Because of the dynamic nature of events, devices that did not cooccur in one power quality event still have possibility to form a power quality event. Hence, the remaining service set Salternative in Spossible excepting the actual target set Spractical also needs to be considered.

We set up weight for each proactive data service si in Spossible and obtain the actual target set Spractical through comparing with a given threshold . In procedure 1, we firstly set up the weight of all proactive data services in Spossible as and regard Spossible as actual targets Spractical in default. Any events generated by a disturbance source service will be sent to their related services. Algorithm 2 shows the pseudocode of the second phase in our algorithm.

while receiving collaborate result
extract source service  ;
if the result is a composed event
extract the valid routing path  ;
.weight =  .weight+ ;
else
extract the invalid routing path  ;
.weight =  .weight- ;
if  .weight<
remove    from  ;
end if
end if
for each    in  
.weight =  .weight+;
if  .weight  ≥  
add    in  ;
end if
end for
end while

In procedure 2, we update the weights of target proactive data services for certain service and certain event pattern based on newly received collaboration result, and because the target pattern is the same as source pattern, we then can obtain the declarative rules. After each event routing, we increase target proactive data services’ weights of valid routing paths and reduce the weights of invalid paths. Meanwhile, we also increase the weight of services in Salternative for considering their possibility. Through comparing the new weights with given threshold, we will obtain new Spractical and update the event handlers and links in the proactive data service.

5.2. Case Study

Taking the detection procedure of an abnormal power quality event caused by wind farm as an example, this section describes our service-based method. Figure 5 shows the service collaboration procedure. Due to limited space, only parts of proactive data services are shown. We create one proactive data service for each electric device and deploy it in edge node. The event detection service can be deployed in cloud server to collect the collaboration results. Proactive data service is corresponding with a disturbance source device, whose event patterns, output events, and routing paths can be set up at design time. Other proactive data services are corresponding with general devices, and their pattern needs to be matched and output events and routing paths are updated at runtime.

As mentioned before, each proactive data service can capture abnormal events for single device, which can be represented by a set of sensor streams, while an integrated abnormal power quality event can be captured by multiple services, in which each service indicates one device. Table 1 shows the details of some proactive data services in the collaboration procedure.

The collaboration is beginning with proactive data service ; when an event e1, that is, the correlation among , is generated, sends it to service , , and the ED service. When and receive this event, they will calculate the correlation among , and events generated by and will be composed with event received from to generate more meaningful events and . The new events will be continuously routed. Since does not generate new event after receiving event from C, it sends a failure message to ED service and stops collaborating with other proactive data services. Event generated by is sent to and , and only generates new event and sends it to and . Since both and fail to collaborate with , the whole collaboration is finished, and a power quality event involving proactive data services is generated.

At each step of the collaboration, the ED service collects collaboration results and updates corresponding routing paths. For proactive data service and event e1, routing paths are valid, so the weights of targets will be increased and the routing paths can be kept. For service and event e2, the routing path is invalid, so the weight of will be decreased and the routing path may be removed. Besides, there may be proactive data services that are not in the routing paths, while they are neighbours of certain proactive data service. Their weight will also be increased, so they can be considered for detecting dynamic events.

6. Evaluation

In this section, we evaluate the effectiveness and efficiency of our proactive data services with our event capturing and routing algorithms. We built one proactive data service for each electric device and evaluated the average performance of the services.

6.1. Experiment Setup

Data Set. The data set used in our experiments is from real sensor data in Chinese power grid. We selected sensor data from 2017-05-01 to 2017-06-05. There are 2653 devices with 438 disturbance source devices. Each disturbance source device can cause 2–6 types of events for single device, and there are totally 1978 kinds of event patterns. And each electric device at most deploys 2051 sensors. We simulated sensor stream for each sensor strictly according to the real timestamp.

Environment. We implemented our method in virtual machines with CentOS release 6.4, four Intel Core i5-2400 3.10 GHz CPUs and 4.00 GB RAM. All the algorithms are implemented in Java with JDK 1.8.0.

Evaluation Criteria. We design the following criteria:

Bandwidth consumption: the bandwidth consumption means the data volume received by cloud server from stream sources

System load: the system load of the proactive data service can be divided into the load of CPU and memory

Event execution time: for each generated event, its execution time is the difference between the time when its corresponding sensor event is firstly received and the time when it is generated

Accuracy: the accuracy includes precision and recall, which can be calculated as follows:where is detected event list and is the actual event list.

6.2. Experiment Result and Analysis

Existing works barely focused on capturing events from fixed set of sensor streams and merely considered dynamic sensor streams correlation. At present, power quality detection system has been built to detect abnormal power quality events. Because the sources involved in power quality events are changeable, the existing method is kind of brute force method, which needs to collect and process all sensor streams in cloud server with a centralized manner. We utilize brute force method practically used as comparative and compare our method with different sensor stream sources, that is, device sets in power grid.

Figure 6 shows the bandwidth consumptions of different methods with different source sets. The brute force method needs to process all sensor streams, while in our method the disturbance source sensor stream only needs to match with corresponding patterns, and the processing of general sensor stream is relying on the processing results of previous service. In this case, only sensor streams from related sources are processed. Hence, the bandwidth consumption of our method is far less than existing brute force method. Because more events may occur with more sensor streams, the bandwidth consumption of our service abstraction has a slight increase with the growth of stream sources.

Figures 7 and 8 show the system loads and execution times of different methods with different stream sources. It is obvious that our method has much lower system loads and less execution time, because the senor data that need to be processed are much less.

Then we evaluate our event capturing algorithm through calculating the precision and recall of the events capturing by our DTW-based algorithm and normal correlation analysis algorithm, which does not consider the inconsistency of frequency and shift of correlation among multiple sensor streams. For verifying the accuracy of our method, we analyzed all the sensor data and consulted domain expert and obtained 1783 abnormal events as the actual event list.

Figure 9 shows the average precision and recall of different event capturing algorithms with different stream sources. It is obvious that our event capturing algorithm has much higher precision and recall. This is because our event capturing algorithm adopted DTW-based correlation analysis algorithm and considers different frequency of sensor streams and the lag of correlation. As shown in Figure 9, our method has an average precision over 89% and average recall over 91%. By consulting domain experts, existing event capturing method in power grid has the precision and recall of about 60%–75%, which indicates that our method can increase the accuracy by about 20%.

In future, we aim to update the hyperlinks and declarative rules at runtime based on real-time analysis and learning and further improve the accuracy through considering the dynamic and intelligent correlations among events.

Fog computing aims at bringing back partial computation load from the cloud to the edge devices. Gupta et al. [18] proposed a system, which abstracted connected entities as services and allowed applications to orchestrate these services with end-to-end QoS requirements. Researchers presented Vigil, a real-time distributed wireless surveillance system supporting real-time tracking and surveillance in enterprise campuses, retail stores, and across smart cities. Vigil utilized laptops as fog computing nodes between cameras and cloud to save wireless capacity [19]. Yuriyama and Kushida [20] virtualized a physical sensor as a virtual sensor on the cloud and automatically provided the virtual sensors on demand. Mohamed et al. [21] abstracted services and components involved in smart city applications as services accessible through the service-oriented model and enhanced integration and allow for flexible inclusion and utilization of the various services needed in a smart city application. In our research, we borrow ideas from Vigil [19] and utilize laptops as fog computing nodes. Each computing node can maintain multiple proactive data services and transmit generated event streams to the cloud server.

Many works utilized various event patterns to abstract events based on spatiotemporal relation of sensor data and transformed event detection problem into a pattern matching problem. A basic method is to detect event based on preset threshold value defined by domain expert [4]. To describe more complex event, Xue et al. [5] integrated the pattern-based approach with an in-network sensor query processing framework, which focused on the event patterns for single sensor and defined 5 common basic patterns to describe events. Xue et al. [22] also defined a spatiotemporal pattern of events, which described events with a set of regression models over multiple spatial regions. Mao et al. [23] utilized Bayesian Network and Markov Chain to model the spatiotemporal correlation among sensors. However, the above pattern-based methods are mostly based on predefined event patterns which indicated precise sources of sensor streams, and the learning-based methods also need fixed inputs for model training and classification. Hence, they are inappropriate for extracting meaningful information from dynamic sensor streams.

One trend to promote the development of IoT is viewing IoT as Web of Thing (WoT), where the open Web standards are supported for information sharing and device interoperation. Paganelli et al. [10] proposed a framework that supported developers to model smart things as Web resources and exposed them through RESTful APIs. Facing large amount of Web service in IoT age, Qi et al. [24] proposed a novel privacy-preserving service recommendation approach based on locality-sensitive hashing to handle the distributed recommendation problem. DSWare [25] was a data-centric service middleware that defined a compound event specification, which consists of maximum detection range, time interval, and a confidence function. Cheng et al. [26] proposed a situational-aware service coordination method, which included a situational event definition language, a situational event detection algorithm, and an event-driven service coordination behaviour model based on ECA mechanism. Most existing service-based methods needed to predefine the collaboration goals for service composition or collaboration and did not support adaptive collaboration. Hence, they cannot be applied to increase value density for dynamic sensor streams. In this paper, we refer to existing methods to encapsulate sensor data as services and propose a service-based method to support adaptive aggregation of sensor streams.

8. Conclusions

With more and more sensors deployed in physical world, an overwhelming amount of stream data is produced. It is meaningful to set up suitable abstraction to increase value density and to promote widespread use for business applications and data visualization. The paper proposes a service-based method with fog computing diagram for adaptive aggregation of multiple sensor streams. In this paper, we can create a proactive data service by generating service events from fixed sensor streams defined in design time and capture events based on correlation analysis method. Facing the inconsistency of frequency and shift of correlation of different sensor streams, we utilize a Dynamic Time Warping- (DTW-) based algorithm to obtain the lag-correlation and capture dynamic events. For cooperating dynamic sensor streams and capturing more complicated events, we utilize an event routing algorithm for indicating the targets of service events and define a set of declarative rules in our service abstraction for triggering corresponding processing.

To verify our method’s feasibility, we applied it for power quality event detection in Chinese power grid. In this scenario, we have to deal with dynamic sensor stream sources. We set up event detection services that can be deployed in cloud server to collect the collaboration results by obtaining finial abnormal events and assisting the adaptive collaboration of proactive data services. Based on the real sensor data set in Chinese power grid, a series of experiments demonstrate that our method have much higher efficiency than existing methods with high accuracy.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (no. 61672042), Models and Methodology of Data Services Facilitating Dynamic Correlation of Big Stream Data; Beijing Natural Science Foundation (no. 4172018), Building Stream Data Services for Spatiotemporal Pattern Discovery in Cloud Computing Environment; and the Program for Youth Backbone Individual, supported by Beijing Municipal Party Committee Organization Department, Research of Instant Fusion of Multisource and Large-Scale Sensor Data.