Abstract

In the context of anomaly detection in cyber physical systems (CPS), spatiotemporal correlations are crucial for high detection rate. This work presents a new quarter sphere support vector machine (QS-SVM) formulation based on the novel concept of attribute correlations. Our event detection approach, SensGru, groups multiple sensors on a single node and thus eliminates communication between sensor nodes without compromising the advantages of spatial correlation. It makes use of temporal-attribute (TA) correlations and is thus a TA-QS-SVM formulation. We show analytically that SensGru (or interchangeably TA-QS-SVM) results in a reduced node density and gives the same event detection performance as more dense Spatiotemporal-Attribute Quarter-Sphere SVM (STA-QS-SVM) formulation which exploits both spatiotemporal and attribute correlations. Moreover, this paper develops theoretical bounds on the internode distance, the optimal number of sensors, and the sensing range with SensGru so that the performance difference with SensGru and STA-QS-SVM is negligibly small. Both schemes achieve event detection rates as high as 100% and an extremely low false positive rate.

1. Introduction

In cyber physical systems (CPS), monitoring and control applications using wireless sensor networks (WSN) have been gaining interest [13]; however, such systems are vulnerable to anomalies (malicious attacks, noise, and errors) [46]. Therefore, it is essential to identify anomalies to provide reliable functioning of network [79]. Anomalies may result from sensor faults (errors or outliers) or from an event of interest [10]. Anomaly and event detection in WSNs finds various applications [1114], especially, disaster prevention, detection, and identification, for instance, in underground mine wells and volcanic sites [4].

A comparison of various types of outlier detection techniques for WSNs has been carried out in [1]. Classification based techniques learn a classification model in the training phase and then classify the data instance to one of the training classes [15]. They are grouped into Support Vector Machine (SVM) based and Bayesian Network based approaches, depending upon the type of classification model that is used [1, 16]. In wireless sensor networks, a majority of energy is consumed in radio communication rather than in computation [1]. Hence, in order to make the system energy efficient, it is advantageous to decrease the communication overhead at the cost of increasing computational overhead in the network. SVM based approaches naturally fit in for these requirements, as they are unsupervised and nonparametric and perform in-network processing.

The earliest known formulations of Support Vector Machines construct a set of hyperplanes [17, 18], hyperspheres [19], quarter-spheres (QS-SVM) [20], hyperellipsoids (TOCC) [21], centered hyperellipsoids [22] (CESVM), or conic segments (CS-SVM) [23] in a high dimensional space, which can be used for separation of normal and anomalous data (outliers and events). QS-SVM and CE-SVM have an advantage of linear optimization formulation as compared to the quadratic optimization for other. CS-SVM is more suited to multiclass problems; therefore, it is not used for outlier detection (one-class problem). A detailed analysis of one-class SVM based outlier detection techniques has been carried out in [24]. Amongst online schemes, QS-SVM scheme is more communication efficient as compared to online CE-SVM [25] and is therefore preferred over CE-SVM for outlier detection in WSNs [26]. QS-SVM techniques for outlier detection use only spatiotemporal correlations of nodes’ data, (hence, we call them Spatiotemporal Quarter-Sphere SVM (ST-QS-SVM)), ignoring the attribute correlations which must be incorporated for better outlier and event detection rates [1] (event detection rates have never been presented for these techniques).

In our previous work, STA-QS-SVM formulation has been proposed [27] which incorporates attribute correlations into ST-QS-SVM and achieves better detection and false positive rates as compared to ST-QS-SVM. This paper introduces SensGru, a novel energy efficient, temporal-attribute based (TA-QS-SVM) formulation, which groups multiple sensors at a single node, and presents a thorough analysis of event detection performance of STA-QS-SVM and SensGru. We show analytically that SensGru (or interchangeably TA-QS-SVM) results in a reduced (as much as 75%) node density and gives the same event detection performance as more dense STA-QS-SVM formulation. Moreover, this paper develops theoretical bounds on the internode distance, the optimal number of sensors, and the sensing range with SensGru so that the performance difference with SensGru and STA-QS-SVM is negligibly small. Both schemes achieve event detection rates as high as 100% and an extremely low false positive rate.

The main contributions of this paper are as follows.(1)It establishes that SensGru can give a performance which is within a negligible difference to STA-QS-SVM. With this benchmark performance with SensGru, this paper further derives.(2)The ratio of internode distance with SensGru to internode distance with STA-QS-SVM.(3)Maximum sensing range with both schemes.(4)The optimal value of the number of sensors with SensGru.(5)The worst case performance analysis and distance ratio.(6)The complexity analysis of both schemes.

2. Problem Statement

Figure 1 presents the network model for both STA-QS-SVM and SensGru. The model for STA-QS-SVM considers a densely deployed homogeneous wireless sensor network in a stationary environment (whose spatial and temporal characteristics do not change), where the sensor nodes are localized and connected to each other, such that the sensor data are correlated in time and space. The nodes in the network are represented as . In a neighborhood, represented as , boundary nodes are connected to a central node with an internode distance of units (as shown in Figure 1(a)). For TA-QS-SVM based SensGru, the internode distance is ; however, sensors per attribute are grouped together on each node (as shown in Figure 1(b)). Hence, no communication is required for event detection based on temporal and attribute correlations. In case an anomaly gets detected, the nodes transmit with a higher power in order to increase their transmission radius and communicate with each other (details follow).

2.1. Spatiotemporal and Attribute Correlations Based Outlier Detection in WSNs (STA-QS-SVM)

For STA-QS-SVM, the central node is considered to be within the radio transmission range of all other nodes in . The spatially neighboring nodes of are represented by , such that . At each time interval , each sensor node in the set measures a - dimensional data vector . Thus, a sensor node equipped with different types of sensors will sense a -point data vector. Let denote the -point data vectors at , in the set , at the th time instant, respectively. The goal is to identify every new measurement arriving at as normal or anomalous in real-time. STA-QS-SVM determines the radius of quarter-sphere based on attribute correlations in addition to the spatiotemporal correlations.

Let and be temporal and attribute radii of quarter-spheres that have to be determined during the training phase from a set of measurements at the nodes in the set , corresponding to time instants, where is the number of attributes/data points corresponding to each vector. Let the vectors at each time instant be mapped onto feature space via some function .

The constrained optimization problem of the one-class centered quarter-sphere SVM based on spatiotemporal correlations (ST-QS-SVM) is formulated as in [26] to obtain the radius and identify support, nonsupport, and border support vectors based on the Lagrangian multiplier values. The other part of this problem consists of applying the quarter-sphere SVM formulation along the attributes of received vectors . This is done at each node of the set and at each time instant , to determine the radius and the set of support vectors based on attribute correlations [27].

Consider the training data set consisting of point data vectors , at node and let the vectors at each time instant be mapped onto feature space via some function . We divide the received data set of dimension into portions of dimensions each named as . Each row of corresponds to a data measurement at a specific time instant, whereas each column corresponds to a specific attribute over different time instants. Our approach, based on attribute correlations, applies the constrained optimization problem of one-class quarter-sphere to each , where , using each column of as a -point data vector. Thus, we treat a single attribute of the consecutive time measurements as a vector for optimization purpose, in contrast to the previous spatiotemporal approach (ST-QS-SVM), which takes into account each row of as a vector for optimization. For details on formulation of dimensional vector optimization problem and its solution and the algorithm for outlier and event detection, the reader is referred to [27].

By using some effective linear optimization techniques, we can compute the Lagrangian multipliers, , , . We obtain sets of , corresponding to portions of  , each set containing number of . The vectors present in each of the th portion of can be further classified depending on the results of . The data vectors with , which fall inside the quarter-sphere and whose distances from the origin are smaller than the radius of the quarter-sphere, are called nonsupport vectors. The data vectors with are called margin support vectors. Their distances to the origin indicate the radius of the quarter-sphere. Support vectors with , which fall outside the quarter-sphere and whose distances from the origin are larger than the radius of the quarter-sphere, are called nonmargin support vectors. These data vectors are called outliers. The norm of support vectors with determines the radius . Since we have sets of support vectors, we determine values of radius from each set using these support vectors where is a centralized kernel function. The final attribute radius is then determined by taking the median of all radii:

2.2. SensGru: The Communication Independent Approach to Anomaly Detection

Now, consider the problem of a wireless sensor network, consisting of localized nodes . Assume that the nodes do not lie in a closed neighborhood to any other nodes and are separated by a distance . Also, let , where . Also, assume that each region contains only one node (as shown in Figure 1(b)) with sensors for each attribute. Hence, no communication is required for majority voting based event detection. The SVM based approaches identify outliers based on temporal deviations and then exploit spatial information of neighboring nodes to identify events from the detected outliers. This approach, however, considers exploiting only the temporal and attribute information at each node , to identify both outliers and events. Assuming that an event at node is equally likely to be detected in the neighborhood due to spatial correlations [12], events are identified by introducing a consensus of multiple sensors at . The probability of a faulty node reporting a low measurement in an event region cannot be ignored [12]. Thus, the presence of multiple sensors for each attribute at each node incorporates the flexibility of some faulty sensors at each . Assuming that the probability of all sensor nodes being faulty together is very low, this system detects events at a high rate based on majority voting.

The node in , thus, has sensors for measuring each of the attributes, where , being the maximum number of sensors which can be deployed at . We define a sensor array as a group of sensors which measure different attributes. Let represent the th sensor array for measuring attributes at th node: where each measures different attributes

Let be the attribute data vector corresponding to the th sensor array measured at th time instant at th node, such that and . Thus, a set of data vectors , at the th node, corresponding to sensor arrays will be obtained at the th time instant:

The problem is to identify each newly arrived data vector at each of the sensor arrays as normal or anomalous in real time using temporal and attribute correlations only, based on quarter-sphere one-class SVM formulation.

When a new data measurement arrives at node , it computes the distance , which is the mean of the distances between and origin of its centered quarter-spheres in the feature space, using the kernels. Thus, a set of distances , corresponding to sensor arrays, is obtained at each node . Now, we make use of the reading from sensors to find the spatial radius . The temporal radius is found in a similar manner described above. Once we have both these radii, we use the algorithm presented in [27] to identify an outlier or event at each sensor node. The two approaches are linked by the analysis that follows. This paper addresses several unanswered questions. The most important contribution of this paper is that it develops theoretical bounds on important parameters with SensGru required to achieve the same performance as the spatiotemporal-attribute approach. It serves as a mathematical justification of the fact that SensGru is feasible (much more cost efficient), at a cost of deploying a few additional sensors at each node.

3. Analysis of Event Detection in STA-QS-SVM and TA-QS-SVM

Let be a uniform circular region consisting of exactly sensors for the STA-QS-SVM approach. of the sensors are uniformly distributed around the boundary at a distance of from the sensor present at the center of the region. Also, consider another similar region , consisting of a single sensor node with exactly sensors, for the TA-QS-SVM approach. Let , where , (we call the distance ratio) be the distance between the node of the region and nodes in similar neighboring regions. Each sensor in regions and has a radio communication range and a sensing range . The problem is to evaluate , such that the performance of the event detection techniques in both the deployments is approximately the same: where and DRSTA and DRTA are the detection rates of STA-QS-SVM and TA-QS-SVM techniques, respectively, and is defined as the distance ratio:

Let be the total number of measurements in time interval and let be the number of events in a region or . Then, , where is the fraction of events occurring in . Also, let and be the number of events correctly detected by STA-QS-SVM and TA-QS-SVM approaches, respectively. Then, Substituting (8) in (6), we get

Proposition 1. Let and be the event detection rates for STA-QS-SVM and TA-QS-SVM approaches; then, and , where and are the probabilities of event detection by STA-QS-SVM and TA-QS-SVM approaches, respectively, given that an event has occurred.

Proof. Let be the probability of the detection of a sensor given as where is the distance of a sensor from event/outlier location and is a constant that depends on the physical characteristics of an environment. We make the following assumptions in order to prove this proposition.(1)Let be the probability of the error of a sensor; then, .(2)An outlier (extreme condition) can occur uniformly in a region.(3)An outlier occurring in a given region is independent of other regions.(4)An event is reported if there is an outlier on sensors in the region.(5)An event is within the sensing range of all the sensors in the region.(6)The probability of detection of a sensor at , that is, .(7)The probability of detection of an event, given that assumption (6) is satisfied, is where and are the SVM generalization errors for STA-QS-SVM and TA-QS-SVM approaches, respectively.We analyze a set of measurements in a time interval . Thus, each instant corresponds to the small interval . Let be the rate of arrival of an outlier in a region per . The rate of arrival of outliers can be modeled as a Poisson process with parameter . Assuming that and only one outlier arrives at an instant , the probability of the arrival of one outlier in an instant is Further, we assume that an arriving outlier is equally likely to touch all the sensors. Thus, the probability that an outlier occurs and affects the sensor is Thus, the probability of outlier detection at an instant , using (10) and (13), is given as also, where is the probability of detection of an outlier given that an outlier occurs and is the probability of detection of an outlier given that an outlier does not occur. From the first assumption , thus, . Comparing (13), (14), and (15) we get Again from assumption (1), as , we need not consider the interarrival times of outlier in the outlier detection or event detection performance. Hence, the problem of comparing the event detection rates of both the techniques becomes independent of the interarrival times. Hence, Thus, using the assumptions (5) and (6) and the abovementioned facts, the detection rates DRSTA and DRTA are equal to the probabilities of the detection of an event given in which an event occurs, that is, and .

Thus, (6) can be written as Using (17) in (18) we obtain The exact value of in (19) is complex to evaluate, since the value of is different for different combinations of sensors. Hence, we perform an average case analysis for . We find the expected value of distance, that is, , between the event and sensors, for the STA-QS-SVM approach. Let be the coordinates of the event in the region , centered at the origin. Then, PDF of and are Let be the coordinates of the sensors present at the boundary of region : Thus, for STA-QS-SVM, the expected value of the distance of a sensor from the event location is given using the cosine law and Jensen’s inequality as Assuming that is independent of , we get For the TA-QS-SVM approach, we note that is the distance between the sensor nodes. Since the sensor nodes need not communicate with each other, in the worst case, a sensor node can detect an event at a distance of . Assume that the event is equally likely to occur in the range of to . Thus, the expected distance of a sensor from event location . Since we are evaluating and for the expected value of distances, that is, and , (19) transforms to the following form: Further, we assume that the central sensor always detects the event

Solving the above equation using Taylor expansion,

Bounding the above summation by a finite number of terms, that is, , we obtain the following expression for :

The above equation gives an expression of distance ratio . Thus, the events would be detected with approximately the same detection rates for both STA-QS-SVM and TA-QS-SVM approaches if . A plot of for different values of is shown in Figure 2. The figure shows that increases with an increase in the corresponding value of .

3.1. Maximum Sensing Ranges for STA-QS-SVM and TA-QS-SVM (SensGru)

Let and be the sensing and communication ranges of each of the sensors deployed in a region consisting of a central sensor at a distance of from uniformly deployed sensors at the border of the region for the STA-QS-SVM approach. Then, the maximum value of required for event detection is .

Proof. Given that region consists of exactly sensors, of which are deployed uniformly along the circumference of the region and are at a distance apart from the central sensor; event detection occurs when at least sensors detect it. In the worst case, an event occurring at the border of region should be detected. Two cases arise.
Case I ( sensors detect the event). In this case, the nearest sensors detect the event. Thus, a sensor present at the distance should be able to detect it. Moreover, from assumption (7) and (27) and using finite number of terms to bound the summation, we have Let be the real root of this equation; then, using the above relation between the minimum possible , , and , we get /. Hence,
Case II (all the sensors detect the event). In this case, a sensor present at the maximum distance, that is, , from the event must detect the event.
Hence, the range of for event detection is

Proposition 2. Let and be the sensing and communication ranges of each of the sensors deployed in a region at a central node for SensGru. Each node is at a distance of from nodes in the neighboring regions. Then, the maximum value of required for event detection is .

Proof. Given that the region consists of exactly sensors at a central node and each node is at a distance of from other neighboring nodes, event detection occurs when at least sensors detect it. In the worst case, an event occurring at the border of the region should be detected. Since the border of the region is at the distance of from the nodes, the event at the border will be detected if all the sensors have

A plot of maximum for various values of and for STA-QS-SVM and SensGru (TA-QS-SVM) approaches is shown in Figure 3. The figure indicates that the maximum value of required for SensGru increases with an increase in the number of sensors per subregion . However, as the value of increases, the increase in the maximum reduces.

Proposition 3. The optimal value of , that is, , for event detection in STA-QS-SVM and SensGru is 7.

Proof. The optimal value of is defined as the value for which maximum reduction in computation complexity and sensor node density is attained in SensGru, given that the event detection performance with both schemes is approximately the same. The maximum reduction in computation complexity and cost is attained when the sensors deployed in both regions and have the same maximum sensing ranges (as shown in Figure 3). Thus, equating the maximum values for STA-QS-SVM and SensGru, we get

The above equation indicates that the optimal value of , that is, , depends only on and . Hence, as evident from the figures, the optimal value . Thus, for experimental purposes, can be chosen. However, since we prove in the following that the detection probabilities for even number of sensors are less as compared to odd number of sensors, we choose .

3.2. Worst Case Analysis

Proposition 4. For the worst case analysis,

Proof. The worst case analysis is made assuming that the event is located at the boundary of region for the SensGru and in between the two sensors present along the boundary of for the STA-QS-SVM approach. The worst case probabilities of event detection in regions are greater for odd number of sensors as compared to the even number of sensors. When the number of sensors are even, one of the sensors will always be located at maximum distance, that is, from the event location, whereas when the number of sensors is odd, no sensor is located at maximum distance from the event location; hence, the probability of detection increases. This is shown in Figures 4 and 5 for the STA-QS-SVM approach.

Proposition 5. The worst case distance ratio () is equal to 2.36.

Proof. The worst case distance ratio was evaluated assuming that the event is located at the boundary of region for SensGru and in between the two sensors present along the boundary of for the STA-QS-SVM approach. The optimal value was assumed for and . The worst case distance ratio was found such that probabilities of detection and differ by . and were evaluated for various values of . An example plot of worst case distance ratio for various values of is shown in Figure 6. The figure shows that the worst case distance ratio does not vary significantly with . The results shown in Figure 6 also prove that the worst case distance ratio is equal to 2.36. The value of implies that, for the worst case scenario, where the event is located at the boundary of regions and , distance between sensor nodes in = 2.36 (distance between sensor nodes in ). Thus, if this condition is satisfied, and will differ by .

4. Complexity Analysis

Let be the total number of data measurements at a node and let be the number of data attributes. Let be the number of sensors in the region for STA-QS-SVM approach and region for SensGru approach.

4.1. Computation Complexity
4.1.1. ST-QS-SVM

ST-QS-SVM requires the computation of kernel matrix which poses a complexity of . The radius is computed at each node via a linear optimization problem. Hence, the radius computation poses a complexity of . Each node then broadcasts its radius information to the central node. On the receipt of radius information, the central node computes the global radius in complexity ( being the number of nodes). Hence, the total computation complexity is .

4.1.2. STA-QS-SVM

Online STA-QS-SVM requires the computation of kernel matrix and matrix which poses a complexity of . The radii (temporal and attribute) are computed at each node via a linear optimization problem. Hence, the radius computation poses a complexity of . Each node then broadcasts its radius information to the central node. On the receipt of radius information, the central node computes the global radius in complexity ( being the number of nodes). Hence, the total computation complexity is . In offline STA-QS-SVM, the matrix is computed at the beginning only; hence, the computation complexity is .

4.1.3. SensGru (TA-QS-SVM)

SensGru requires the computation of kernel matrix and matrix which poses a complexity of . The radii (temporal and attribute) are computed at each sensor via a linear optimization problem. Hence, the radius computation poses a complexity of . Each sensor then sends its radius information to the central sensor. On the receipt of radius information, the central sensor computes the global radius in complexity ( being the number of nodes). Hence, the total computation complexity is . Note that SensGru can have online and offline versions.

4.2. Communication Complexity
4.2.1. ST-QS-SVM

ST-QS-SVM requires the broadcast of temporal radius to the central node which poses a communication complexity of .

4.2.2. STA-QS-SVM

STA-QS-SVM requires the broadcast of the temporal and the attribute radii to the central node which poses a communication complexity of .

4.2.3. TA-QS-SVM

TA-QS-SVM poses no communication complexity as it does not require the broadcast of radii to the central sensor.

4.3. Sensor Node Density

Consider regions (for STA-QS-SVM) and (for SensGru) having the same physical characteristics (the same values of ). Assume that region and region . Thus, and (of the same area) contain and number of closely packed subregions and . Further, we assume that the subregions and are hexagon shaped, since they can then be closely packed to form and . Let each of the subregions and have radii and ; then, the radii of and are and approximately. Further, assume that each of the subregions in has number of sensors, of which one is the central and are located uniformly along the boundary of . Each of the subregions will then have some sensors in common with the neighboring subregions. Also let the subregions in have a single node located at the center and have sensors on it. Thus, the number of sensors in region will be given as

Since we want to evaluate the number of sensors for equal areas of and , equating the two areas and using (28), we get the number of sensors in : Figure 7 shows the number of subregions required for the same area of and . The figure clearly shows that the number of subregions in is less as compared to the number of regions in . Figure 8 shows the variation of total number of sensors in regions and with the parameter of the regions. Clearly the number of sensors for region is much greater as compared to the number of sensors for region for larger values of . The results also indicate that with an increase in the parameter , the increase in will be much greater as compared to . Similar results are shown in Figure 9, which gives the total number of sensors in regions and for different values of . The number of sensors and increases linearly with an increase in . Thus, the sensor density required in TA-QS-SVM approach is significantly less as compared to that required for the STA-QS-SVM approach.

5. Simulations and Results

Experimental evaluation was performed on matlab with a synthetic data set that consists of a mixture of Type-1, Type-2, Type-3, and Type-4 outliers. Type-1 and Type-2 outliers are isolated errors which may occur due to noise at random time instants in the data set, whereas Type-3 and Type-4 outliers consist of sequences of Type-1 and Type-2 outliers [10, 2830]. The data set consists of a mixture of various Gaussian distributions, with mean randomly selected from (0.03–0.6) and standard deviation 0.03, along each of the attributes. The number of Gaussian distributions depends on the number of attributes. The testing data set consisted of 2500 measurements. The training window was kept equal to 250. Performance evaluation was done for data vectors with 2 to 15 attributes , with 5% of uniformly distributed outliers in the range along each of the attributes. RBF Kernel function is used to generate the results with sigma 0.2, because it has infinite VC dimension. The simulation environment assumed a central node surrounded by 6–9 ( or ) spatially correlated neighboring nodes. The distance between the nodes in STA-QS-SVM is kept equal to the maximum as given in (32). Further, all the assumptions have been taken into account as described in the above sections.

The comparison of event detection rates for STA-QS-SVM and SensGru is presented in Figures 10 and 11. Assuming that the probability of all the sensors being faulty at the same time instant at a node is negligible and that the spatial correlations of erroneous measurements indicate an event, our technique identifies a measurement as an event if it has temporal-attribute deviation with itself and a strong correlation with a majority of sensors deployed at the node.

5.1. Discussion on Results

Figures 10 and 11 show that SensGru always gives equal or better performance than STA-QS-SVM at a small cost of slightly increasing the sensing range and increasing the number of sensors per node. Communication overhead gets totally eliminated and node density gets greatly reduced. Since the spatial correlations are only used to determine an event and temporal-attribute correlations determine outliers, TA-QS-SVM based SensGru exploits the temporal and attribute correlations to identify outliers and invoke a consensus of all the sensor arrays to identify an event, without using spatial correlations of neighboring nodes. The consensus of sensor arrays at a node is thus equivalent to the spatial information of neighboring nodes of in a region and thus makes the outlier and event detection process free of communication cost and highly energy efficient. Since increasing the sensing range is cost effective as compared to the communication cost, SensGru is much more communicationally and computationally effective as compared to STA-QS-SVM approach. However, there is a trade-off associated with the increase in the sensing range and detection probabilities of event in STA-QS-SVM and TA-QS-SVM based SensGru. The trade-off can be explained in terms of Figures 4, 5, and 3. The figures show that on choosing the optimal value of the sensing range for STA-QS-SVM and SensGru will be . However, the detection probabilities for both the approaches (Figures 4 and 5) are less than ideal 100%. If we increase the number of sensors , the sensing range of sensors for STA-QS-SVM can be maintained equal to , and an increase in is obtained. However, in order to obtain the corresponding increase in , an increase in the sensing range of sensor is required. However, reduction in sensor node density outweighs this increase in the sensing range and the overall computation cost is reduced. A more involved reader might come across the thought that using the optimal value of for both STA-QS-SVM and SensGru, the sensor node density will become the same. However, as evident from (28), when the sensing ranges are the same, the distance between the nodes in SensGru will still be twice that of the distance between the nodes in STA-QS-SVM. Hence, the sensor density will still increase quadratically with for SensGru and cubically with for STA-QS-SVM.

6. Conclusion

This paper proposes an energy efficient event detection and identification approach for cyber physical systems. A thorough analysis on the impact of grouping multiple sensors on a single node has been conducted where each node runs an event detection and identification algorithm based on quarter-sphere SVM formulation. Huge power savings are guaranteed in the proposed scheme as it gets rid of the communication overhead before declaring an event with a node density reduced by 75%. Furthermore, all these gains are achieved while maintaining the same performance as power inefficient STA-QS-SVM formulation.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This work has been supported by the ICT R&D Fund Pakistan and LUMS Start-up grant.