SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
Ramanpreet Kaur, Jaspal Singh / International Journal of Engineering Research and
                  Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.1843-1847
  Neural Based Sensor Signal Change Detection By Using Radial
                         Bias Function
                                 Ramanpreet Kaur1, Jaspal Singh2
                                  1
                                    M-Tech (ECE), R.I.E.I.T Ropar , Punjab, India
                  2
                      Professor, Electronics and Communication R.I.E.I.T, Ropar , Punjab, India

ABSTRACT
         The paper describes the basic techniques            The goal of the research presented in this paper is to
involved on the detection of sensor signal                   develop a detection system, which warns about a
changes,     and    describes    their    possible           change of sensor signals in complex network
implementation on the lower level in sensor                  systems by comparison of currently acquired
networks. Embedded into the communication                    measurement results against an association model
protocols, the signal change detection will allow            derived during execution. The detector operation
data compression for improving network                       should minimize probabilities of missing the change
efficiency. It might enhance reliability and                 (false negative) and/or false positive alarms
security also. The algorithms utilizes a neural              (recognizing a ―normal‖ deviation, which is due to
network function prediction methodology in                   the inaccuracy of measurement results, as a change).
order to determine if the sensor signals have                Normally measurement results fluctuate with some
changed. The literature survey is done and the               degree, which does not constitute any significant
different algorithms are studied based on their              change. The detection should be performed by
performance and parameter choice and the                     comparison of imprecise data against uncertain
relationship between the threshold values and                models.
false positive and negative rates are studied the                     Change detection is as an identification of
basis algorithms involved in this work are MLP               unforeseen change in general characteristics and
and RBF Algorithms.                                          parameters of the signal observed. The case
                                                             involving time series is one of the most interesting
Keywords:- Multi layer Perceptron , Radial                   applications of the problem, attracting much
Basis Function , Sensor networks, Artificial                 attention, while being more complicated than an
Neural networks                                              outlier detection .A number of different approaches
                                                             and algorithm which did not produce a generic
INTRODUCTION                                                 solution, have been proposed for change detection.
          A wireless sensor network is a collection of       New results in the development of a neural network
nodes organized into a cooperative network. Each             based change detector. This describes the
node consists of processing capability (one or more          architecture of the change detection system based on
microcontrollers, CPUs or DSP chips), may contain            the neural network function predictor. The neural
multiple types of memory (program, data and flash            network inputs a few different sensor signals that
memories), have a RF transceiver (usually with a             allows detecting changes not in one signal only but
single omni-directional antenna), have a power               also in the relationships between signals. This
source (e.g., batteries and solar cells), and                feature improves detection reliability.
accommodate various sensors and actuators. The
nodes communicate wirelessly and often self-                 NEURAL NETWORK SIGNAL CHANGE
organize after being deployed in an ad hoc fashion.          DETECTION
Systems of 1000s or even 10,000 nodes are                             Neural networks are computational models
anticipated. Such systems can revolutionize the way          that share some of the properties of the brain. These
we live and work.                                            networks consist of many simple ―units‖ working in
          SENSOR networks (SN) technology has                parallel with no central control, and learning takes
the potential of becoming the backbone of a new              place by modifying the weights between
generation of real intelligent systems, capable of           connections. The basic components of an ANN are
achieving symbiosis with the environment and                 ―neurons‖, weights, and learning rules.
embracing the methods and mechanisms that exist in                    In general, neural networks are utilized to
natural intelligent systems. In order to accomplish          establish a relationship between a set of inputs and a
this goal, sensor networks have to adopt some                set of outputs. ANNs are made up of three different
elements of cognition in addition to collecting data         types of ―neurons‖: (1) input neurons, (2) hidden
from the environment and communicating them                  neurons, and (3) output neurons. Inputs are provided
,such as continuous self-development and self-               to the input neurons, such as machine parameters,
modification with the goal to significantly improve          and outputs are provided to the output neurons.
self-reliability, efficiency, and security.                  These outputs may be a measurement of the


                                                                                                  1843 | P a g e
Ramanpreet Kaur, Jaspal Singh / International Journal of Engineering Research and
                  Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.1843-1847
performance of the process, such as part                  output. An error is determined for the output and
measurements. The network is trained by                   propagated backwards through the layers. Finally,
establishing the weighted connections between the         these errors are used to adjust the connections
input neurons and output neurons via the hidden           between nodes. The backpropagation algorithm
neurons. Weights are continuously modified until          allows for movement to a minimal error over the
the neural network is able to predict the outputs         course of the training process. Each time the weights
from the given set of inputs within an acceptable         are changed, the direction and magnitude of their
user-defined error level.                                 change is determined so as to make a move towards
          Although change detection in signals had        the minimal error.
been investigated for a considerable time, over the       The main idea of the methodology is
last two decades there have been new important            1.        To perform change detection on a set of
developments. The literature on change novelty              networked sensor signals based on the differences
detection is rapidly growing due to applications in         between current signal values and predicted ones.
engineering, financial mathematics and economics.         2.        A neural network is employed to produce
These detection techniques have developed into              these signal predictions from a recent history of
various models. From a generic point of view, ANN           sensor measurements.
models seem to be appropriate as a base for               3.        The neural networks can be utilized with
developing fundamental algorithms utilizing                 no priori information on the data distribution of
opportunities, which arise from networking of               the domain and without specifying other
sensor systems.                                             parameters related to the data.
—Neural networks are distributed nonlinear devices        4.        This allows the network to detect changes
Their ability to deal with nonlinear, non stationary,       and after that ―renormalize‖ itself by learning new
and non-Gaussian processes makes them attractive            signal values to be used for further change
for WSN practical applications. Accordingly, ANN            detection.
have the inherent ability to model underlying                       From a generic point of view, ANN models
nonlinearities contained in the physical mechanism        seem to be appropriate as a base for developing
responsible for generating input data.                    fundamental algorithms utilizing opportunities,
—Neural networks, operating in a supervised               which arise from networking of sensor systems. The
manner, are universal approximators                       basic techniques involved in signal change detection
 They can approximate any continuous input-output         is explained .
mapping to any desired degree of approximation,           LEON REZNIK et al [1] (2005): develops
given a sufficient number of hidden units.                intelligent protocols, based on the detection of
—A neural network consists of a massively parallel        sensor signal changes. The signal change detection
processor that has the potential to be fault tolerant.    will allow data compression for improving network
As MLP consists of a large number of neurons              efficiency. The protocol utilizes a neural network
arranged in the form of layers with each neuron in a      function prediction methodology to determine if the
particular layer connected to a large number of           sensor signals have changed. The parameter choice
source nodes in the previous layer. This form of          and relationship between the threshold values and
global interconnectivity has the potential to be fault    false positive and negative rates are studied. Change
tolerant, in the sense that the performance degrades      detection is based on the difference between current
gracefully under adverse operating conditions. If a       signal values and the predicted values. Novelty
neuron or its synaptic links are damaged, the recall      detection is utilized to detect changes and after that
quality of a stored pattern is impaired, but owing to     to relearn new signal values to be used for further
the highly distributed nature of the network, the         changes detection. The results of the experiments
damage has to be extensive before the performance         conducted demonstrate that the change detection
is seriously affected. This property open an              system is both accurate and reliable. These results
opportunity to design an ANN topology distributed         confirm the benefits anticipated from the modified
over a SN infrastructure.                                 neural network and demonstrate its usefulness in
—Neural networks have a natural ability to adapt          sensor prediction and change detection.
their free parameters according to changes in the                   Tayeb Al Karim et al (2) (2011) The paper
environment in which they operate.                        describes the results of an empirical study aiming to
          In this tuning of free parameters in a neural   demonstrate that a cognition ability may be treated
network is a more straightforward task (and               as a generic sensor network feature. The new
therefore easily accomplished by a non expert user)       architecture with neural networks distributed over
than would be the case with other nonparametric           the sensor network platforms was developed for
methods.                                                  sensor network engineering applications. The
          Multi-Layer Perceptrons (MLPs) are neural       detection system learns to detect the change of not
networks that have nodes arranged in multiple             only the signal levels but also sensor signal shapes
layers, with connections from one layer to the next.      and parameters that represent a more complicated
Data is feed forward through the network to produce       task. The architecture allows for a significant

                                                                                               1844 | P a g e
Ramanpreet Kaur, Jaspal Singh / International Journal of Engineering Research and
                  Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.1843-1847
reduction in resource consumption without                 sensor networks. The power savings are evaluated
compromising the change detection performance.            from the perspective of the WSN nodes. Power
Implemented as an agent controlling the sensor            mode switching is determined via change detection
network self-adjustment to the objects under              in measured signals. The change detection is based
measurement in the sensor network composed from           on the observation of number of signals which are
typical sensor motes, the novel neural network            measured in the environment and the measurement
structures may achieve a significant saving in power      results delivered to the base station for processing.
consumption and an increase in a possible network         To perform this change detection ANN based
deployment time from a few days to a few years.           intelligent agent has been developed and
The experiments prove that a neural-network-based         implemented and a novel neural network topology
change detection system is feasible for sensor            has was designed for wireless sensor networks. The
networks application designs and could be                 architecture is built upon a multilayer perceptron
successfully implemented on the technological             neural network to reduce the number of connections
platforms currently available on the market. The          between the layers. The experiment conducted
proposed MTBMLP architecture has been tested and          confirms that this network decreases the resources
compared against a conventional MLP on changes            such as time and power consumption required for its
of both frequencies and amplitudes signal                 implementation without causing any increase in
parameters and with different types of signals (sine      false alarm rates.
and square waves, constant values).                                 LEON REZNIK et al 2008 puts the concept
          LEON REZNIK et al [3] (2005) describes          of cognitive sensor networks. This research paper
the design and implementation of a novel intelligent      describes the results of an experimental study and
sensor network protocol that enhances reliability         development of novel neural network intelligent
and security by detecting a change in sensor signals.     technique for signal change detection in sensor
Neural network function prediction methodology is         networks. The detection system learns to detect the
used to predict sensor outputs to determine if the        change of not only the signal levels but also sensor
sensor outputs have changed. The experiments              signal shapes and parameters. The ANN is capable
performed to the different training times and             to handle detection with both problems as well as to
threshold     values     and     these    experiments     adapt to the new pattern. The ANN architecture
demonstrates that the system performs better when         maps with the ANN structure and reduces
presented with correlated data rather than randomly       connectivity. Signal propagation through the ANN
generated data the difference between the false           faster in both forward and backward directions that
alarm rates and detection for the correlated and          allows increasing speed of the application. At the
uncorrelated sensor and changes have been seen            same time novel structure reduces the consumption
and these results confirm the benefits anticipated        of major resources network bandwidth processor
from the modified neural network and shows its            power and memory usage.
usefulness in sensor prediction and novelty                         TAYEB AL KARIM et al (2005) In this
detection. Detection rates and false alarm rates          research paper detection system is developed and
become better when data and changes presented to          change of sensor signals in complex network
the system are correlated in positive. The limitation     systems is studied by comparing currently acquired
is the system’s inability to learn properly long clock    measurement results against an association model
signals. The second problem is the predetermined          derived during execution. The detector operation
error threshold. The threshold can be set very high       should minimize the probabilities of false negative
or very low causing a notable increase in the false       or false positive alarms. Measurement results are
alarm rate and too high causing a drop in the             not always accurate, they always fluctuate with
detection rate.                                           some degree. This paper describes the architecture
          GREGORY VON PLESS [4] et al                     of the change detection system based on the neural
introduces Modified time based multilayer                 network function predictor. Two function prediction
perceptron      (MTBMLP),        complex      structure   designs are compared based on the standard multi-
composed by a few time-based multilayer                   layer perceptron (MLP) and Radial basis function
perceptrons. This modification reduces connections,       network (RBF).
isolates information for each function and produces                 It studies the dependence of the detection
knowledge about the system of functions as a whole.       and false alarm rates on the threshold values for
It is powerful function predictor that converges          different signals and changes. With respect to the
quickly and accurately predict cyclic sinusoid            training time, the detection rates and false positive
functions. This neural network is applied for novelty     rates remained unchanged with training times at any
and change detection in signals delivered by sensor       given threshold. With respect to the threshold
networks and for edge detection in image                  detection rates went down with higher thresholds.
processing.                                               MTBMLP performs much quicker than the MLP.
          JODY PODPORA et al [5] (2008) develop           Different experiments were conducted in this paper
an intelligent and power conservation scheme for          which includes turning lights on/off, flickering

                                                                                              1845 | P a g e
Ramanpreet Kaur, Jaspal Singh / International Journal of Engineering Research and
                  Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.1843-1847
lights, gradual change of temperature with opening a
door.

1. PROBLEM FORMULATION
          The analytical formulation of the research
is based on function prediction using neural network
.There is rapid enhancement in this field of
application and their comparative factor have to be
explored to generate recurrent priority. We have
different algorithms in neural networks for sensor
signal change detection. Multilayer perceptron
(MLP) and Radial basis network (RBF) are used to
determine change in sensor outputs. RBF performs
well than MLP for all parameters. Now days a
number of structures have been proposed for signal
change detection. Structure based on RBF function
is expected to perform better in predicting accuracy     Fig 2: Relationship between threshold and detection
with low false alarm rates. Thus in this paper we
                                                         rates for MLP, RBF and improved RBF
purpose a structure based on RBF algorithm which
will improve the parameters (threshold and training
lengths) in signal change detection of the sensor
                                                         3.        CONCLUSION
                                                                   It is necessary to develop new ANN
networks then the existing.To improve the
                                                         topologies to produce the most efficient ANN based
performance of RBF by varying intrinsic parameters
                                                         applications on network platforms. Ideally the
(threshold & training length) is the major objective
                                                         topologies should be scalable over large networks
which we realise from the research gaps of the basic
                                                         and have made apparent an advantage in
literature survey.
                                                         performance and efficiency when using Radial Basis
                                                         activation for sensor network change detection
2.   RESULTS AND DISCUSSIONS                             purposes. The greatest advantages are the greater
     The RBF are able to predict the sensor
                                                         signal prediction accuracy. The learning rate
functions with greater accuracy. With the threshold      advantage could be used most effectively for change
set to 0.1 these changes were detected with a rate of    detection in sensor signals with changes that are
98%.This allows the use of a lower threshold value       densely distributed over time. False alarms were
in the novelty detector. The improved RBF has its        virtually nonexistent in the RBF network. A Radial
optimal performance at a lower threshold. At lower       Basis activation function is clearly the better choice
threshold it is able to detect 100% of sensor signal     for sensor signal change detection systems.
changes. The MLP operates optimally at the 0.5
threshold value, however the results are significantly
worse than that of the RBF. With 100% detections,
                                                         REFERENCES
                                                              1.    Leon Reznik , Gregory Von Pless , Tayeb Al
the MLP has an average false alarm rate of 7.19%.
                                                                    Karim, ‖ Embedding intelligent sensor
The Figure shows the relationship between
                                                                    signal change detection into sensor network
threshold and detection rates for MLP, RBF and
                                                                    protocols, ‖ IEEE computer, Aug 2005
IMPROVED RBF.
                                                              2.    Tayeb Al Karim ,‖ Distributed Neural
                                                                    networks for signal change detection on the
                                                                    way to cognition in sensor networks‖ , IEEE
                                                                    sensor journals vol. 11 . no. 3 March 2011.
                                                              3.    Leon      Reznik       ,     Gregory     Von
                                                                    Pless,‖intelligent protocols based on sensor
                                                                    signal change detection‖ , IEEE proceedings
                                                                    system communications 2005.
                                                              4.    GREGORY VON PLESS ,‖Modified time
                                                                    based multilayer perceptron (MTBMLP),
                                                                    complex structure composed by a few time-
                                                                    based multilayer perceptrons for image
                                                                    processing applications‖, Proceedings of
                                                                    International Joint Conference on neural
                                                                    networks Montreal, Canada July 2006.
                                                              5.    J. Podpora, L. Reznik, and G. Von Pless,
                                                                    ―Intelligent real-time adaptation for power
Fig 1: Basic Performance of temperature with
                                                                    efficiency in sensor networks,‖ IEEE
sensors deployed

                                                                                                1846 | P a g e
Ramanpreet Kaur, Jaspal Singh / International Journal of Engineering Research and
                  Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                   Vol. 2, Issue 5, September- October 2012, pp.1843-1847
       Sensors J., vol. 8, no. 12, pp. 2066–2073,      accuracy of measurement‖, Measurement,
       Dec. 2008.                                      1985, Vol. 3, No. 3, pp. 98 – 106
6.     Ma J, Perkins S., ―Time-series novelty
       detection using one class support vector
       machines‖, Proceedings of the International
       Joint Conference on Neural Networks, 20-24
       July 2003, pp. 1741 – 1745.
7.      Dasgupta D., Forrest S., ―Novelty detection
       in time series data using ideas from
       immunology‖, In Proceedings of the 5th
       International Conference on Intelligent
       systems, Reno, Nevada, June 19-21, 1996.
8.      R. Kozma, H. Aghazarian, T. Huntsherger,
       E. Tunstel, and W. J. Freeman,
       ―Computational aspects of cognition and
       consciousness in intelligent devices,‖ IEEE
       Comput. Intell. Mag.,
9.      S. Rajasegarar, C. Leckie, and M.
       Palaniswami, ―Anomaly detection in
       wireless sensor networks,‖ IEEE Wireless
       Commun., vol. 15, no. 4, pp. 34–40, Aug.
       2008.
10.     R. Sutharshan, L. Christopher, P.
       Marimuthu, and C. B. James, ―Distributed
       anomaly detection in wireless sensor
       networks,‖ in Proc. 10th IEEE Singapore Int.
       Conf. Communication Systems (ICCS
       2006). 2006, pp. 1–5.
11.    A. P. R. da Silva, M. H. T. Martins, B. P. S.
       Rocha, A. A. F. Loureiro, L. B. Ruiz, and H.
       C.Wong, ―Decentralized intrusion detection
       in wireless sensor networks,‖ in Proc. 1st
       ACM Int. Workshop Quality of Service
       Security inWireless and Mobile Networks,
       Montreal, QC, Canada, 2005, pp. 16–23.
12.     M. Markou and S. Singh, ―Novelty
       detection: A review—Part 1: Statistical
       approaches,‖ Signal Process., vol. 83, pp.
       2481–2497, 2003.
13.    L. Reznik, M. Negnevitsky, and C. B.
       Hoffman,     ―Contents     based     security
       enhancement in sensor networks protocols,‖
       in Proc. 2004 IEEE Int. Conf.
       Computational Intelligence for Homeland
       Security and Personal Safety (CIHSPS
       2004) , 2004, pp. 87–91.
14.     Wood A.D. and J.A. Stankovich ―Denial of
       service in sensor networks‖, IEEE
       Computer, October 2002, pp. 54-62.
15.     Boulis A., Ganeriwal S., Srivastava M.B.
       ―Aggregation in sensor networks: an energy-
       accuracy trade-off ― In: Proceedings of the
       First IEEE. 2003 IEEE International
       Workshop on Sensor Network Protocols and
       Applications, 2003, 11 May 2003, pp.128 –
       138
16.     Reznik L. and Solopchenko G.N. ―Use of a
       priori information on functional relations
       between measured quantities for improving



                                                                               1847 | P a g e

Mais conteúdo relacionado

Mais procurados

Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Onyebuchi nosiri
 
DESIGN ISSUES ON SOFTWARE ASPECTS AND SIMULATION TOOLS FOR WIRELESS SENSOR NE...
DESIGN ISSUES ON SOFTWARE ASPECTS AND SIMULATION TOOLS FOR WIRELESS SENSOR NE...DESIGN ISSUES ON SOFTWARE ASPECTS AND SIMULATION TOOLS FOR WIRELESS SENSOR NE...
DESIGN ISSUES ON SOFTWARE ASPECTS AND SIMULATION TOOLS FOR WIRELESS SENSOR NE...IJNSA Journal
 
Prototyping a Wireless Sensor Node using FPGA for Mines Safety Application
Prototyping a Wireless Sensor Node using FPGA for Mines Safety ApplicationPrototyping a Wireless Sensor Node using FPGA for Mines Safety Application
Prototyping a Wireless Sensor Node using FPGA for Mines Safety ApplicationIDES Editor
 
EEG Based BCI Applications with Deep Learning
EEG Based BCI Applications with Deep LearningEEG Based BCI Applications with Deep Learning
EEG Based BCI Applications with Deep LearningRiddhi Jain
 
Performance of energy balanced territorial predator scent marking algorithm b...
Performance of energy balanced territorial predator scent marking algorithm b...Performance of energy balanced territorial predator scent marking algorithm b...
Performance of energy balanced territorial predator scent marking algorithm b...eSAT Publishing House
 
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...ijwmn
 
【Machine Lewarning】 Paper Presentation
【Machine Lewarning】 Paper Presentation【Machine Lewarning】 Paper Presentation
【Machine Lewarning】 Paper PresentationShun YU Ko
 
Wireless Sensor Network Simulators: A Survey and Comparisons
Wireless Sensor Network Simulators: A Survey and ComparisonsWireless Sensor Network Simulators: A Survey and Comparisons
Wireless Sensor Network Simulators: A Survey and ComparisonsCSCJournals
 
An optimal algorithm for coverage hole healing
An optimal algorithm for coverage hole healingAn optimal algorithm for coverage hole healing
An optimal algorithm for coverage hole healingmarwaeng
 
Wireless Micro-Sensor Network Models
Wireless Micro-Sensor Network ModelsWireless Micro-Sensor Network Models
Wireless Micro-Sensor Network ModelsIOSR Journals
 
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...iosrjce
 

Mais procurados (14)

Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
 
DESIGN ISSUES ON SOFTWARE ASPECTS AND SIMULATION TOOLS FOR WIRELESS SENSOR NE...
DESIGN ISSUES ON SOFTWARE ASPECTS AND SIMULATION TOOLS FOR WIRELESS SENSOR NE...DESIGN ISSUES ON SOFTWARE ASPECTS AND SIMULATION TOOLS FOR WIRELESS SENSOR NE...
DESIGN ISSUES ON SOFTWARE ASPECTS AND SIMULATION TOOLS FOR WIRELESS SENSOR NE...
 
F33022028
F33022028F33022028
F33022028
 
Prototyping a Wireless Sensor Node using FPGA for Mines Safety Application
Prototyping a Wireless Sensor Node using FPGA for Mines Safety ApplicationPrototyping a Wireless Sensor Node using FPGA for Mines Safety Application
Prototyping a Wireless Sensor Node using FPGA for Mines Safety Application
 
EEG Based BCI Applications with Deep Learning
EEG Based BCI Applications with Deep LearningEEG Based BCI Applications with Deep Learning
EEG Based BCI Applications with Deep Learning
 
Performance of energy balanced territorial predator scent marking algorithm b...
Performance of energy balanced territorial predator scent marking algorithm b...Performance of energy balanced territorial predator scent marking algorithm b...
Performance of energy balanced territorial predator scent marking algorithm b...
 
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...
NETWORK PERFORMANCE ENHANCEMENT WITH OPTIMIZATION SENSOR PLACEMENT IN WIRELES...
 
【Machine Lewarning】 Paper Presentation
【Machine Lewarning】 Paper Presentation【Machine Lewarning】 Paper Presentation
【Machine Lewarning】 Paper Presentation
 
Wireless Sensor Network Simulators: A Survey and Comparisons
Wireless Sensor Network Simulators: A Survey and ComparisonsWireless Sensor Network Simulators: A Survey and Comparisons
Wireless Sensor Network Simulators: A Survey and Comparisons
 
D0521522
D0521522D0521522
D0521522
 
Ijnsa050204
Ijnsa050204Ijnsa050204
Ijnsa050204
 
An optimal algorithm for coverage hole healing
An optimal algorithm for coverage hole healingAn optimal algorithm for coverage hole healing
An optimal algorithm for coverage hole healing
 
Wireless Micro-Sensor Network Models
Wireless Micro-Sensor Network ModelsWireless Micro-Sensor Network Models
Wireless Micro-Sensor Network Models
 
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...
A Novel Three-Dimensional Adaptive Localization (T-Dial) Algorithm for Wirele...
 

Destaque (20)

Hf2513081311
Hf2513081311Hf2513081311
Hf2513081311
 
Hc2512901294
Hc2512901294Hc2512901294
Hc2512901294
 
Hu2514081412
Hu2514081412Hu2514081412
Hu2514081412
 
Hp2513711375
Hp2513711375Hp2513711375
Hp2513711375
 
Id2514581462
Id2514581462Id2514581462
Id2514581462
 
Hf2513081311
Hf2513081311Hf2513081311
Hf2513081311
 
Hx2514211427
Hx2514211427Hx2514211427
Hx2514211427
 
Hs2513891402
Hs2513891402Hs2513891402
Hs2513891402
 
Kj2518171824
Kj2518171824Kj2518171824
Kj2518171824
 
Kf2517971799
Kf2517971799Kf2517971799
Kf2517971799
 
Ht2515231526
Ht2515231526Ht2515231526
Ht2515231526
 
I26043047
I26043047I26043047
I26043047
 
W26142147
W26142147W26142147
W26142147
 
Iv2616901694
Iv2616901694Iv2616901694
Iv2616901694
 
Ig2616051609
Ig2616051609Ig2616051609
Ig2616051609
 
Ic2615781586
Ic2615781586Ic2615781586
Ic2615781586
 
Bp31457463
Bp31457463Bp31457463
Bp31457463
 
Heat transfer and Marangoni flow in a circular heat pipe using self rewetting...
Heat transfer and Marangoni flow in a circular heat pipe using self rewetting...Heat transfer and Marangoni flow in a circular heat pipe using self rewetting...
Heat transfer and Marangoni flow in a circular heat pipe using self rewetting...
 
Te invito a conocer mi mundo
Te invito a conocer mi mundoTe invito a conocer mi mundo
Te invito a conocer mi mundo
 
MobiU2012 Summit: Closing Notes
MobiU2012 Summit: Closing NotesMobiU2012 Summit: Closing Notes
MobiU2012 Summit: Closing Notes
 

Semelhante a Kn2518431847

Localization for wireless sensor
Localization for wireless sensorLocalization for wireless sensor
Localization for wireless sensorIJCNCJournal
 
Reliable and Efficient Data Acquisition in Wireless Sensor Network
Reliable and Efficient Data Acquisition in Wireless Sensor NetworkReliable and Efficient Data Acquisition in Wireless Sensor Network
Reliable and Efficient Data Acquisition in Wireless Sensor NetworkIJMTST Journal
 
Wide-band spectrum sensing with convolution neural network using spectral cor...
Wide-band spectrum sensing with convolution neural network using spectral cor...Wide-band spectrum sensing with convolution neural network using spectral cor...
Wide-band spectrum sensing with convolution neural network using spectral cor...IJECEIAES
 
Artificial Neural Network Seminar Report
Artificial Neural Network Seminar ReportArtificial Neural Network Seminar Report
Artificial Neural Network Seminar ReportTodd Turner
 
Review of Deep Neural Network Detectors in SM MIMO System
Review of Deep Neural Network Detectors in SM MIMO SystemReview of Deep Neural Network Detectors in SM MIMO System
Review of Deep Neural Network Detectors in SM MIMO Systemijtsrd
 
Switchgear and protection.
Switchgear and protection.Switchgear and protection.
Switchgear and protection.Surabhi Vasudev
 
Evaluation of Different Machine.pptx
Evaluation of Different Machine.pptxEvaluation of Different Machine.pptx
Evaluation of Different Machine.pptxtariqqureshi33
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic AlgorithmsIJMER
 
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Sarvesh Kumar
 

Semelhante a Kn2518431847 (20)

Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Localization for wireless sensor
Localization for wireless sensorLocalization for wireless sensor
Localization for wireless sensor
 
Reliable and Efficient Data Acquisition in Wireless Sensor Network
Reliable and Efficient Data Acquisition in Wireless Sensor NetworkReliable and Efficient Data Acquisition in Wireless Sensor Network
Reliable and Efficient Data Acquisition in Wireless Sensor Network
 
K41018186
K41018186K41018186
K41018186
 
Wide-band spectrum sensing with convolution neural network using spectral cor...
Wide-band spectrum sensing with convolution neural network using spectral cor...Wide-band spectrum sensing with convolution neural network using spectral cor...
Wide-band spectrum sensing with convolution neural network using spectral cor...
 
40120140507007
4012014050700740120140507007
40120140507007
 
40120140507007
4012014050700740120140507007
40120140507007
 
Artificial Neural Network Seminar Report
Artificial Neural Network Seminar ReportArtificial Neural Network Seminar Report
Artificial Neural Network Seminar Report
 
Review of Deep Neural Network Detectors in SM MIMO System
Review of Deep Neural Network Detectors in SM MIMO SystemReview of Deep Neural Network Detectors in SM MIMO System
Review of Deep Neural Network Detectors in SM MIMO System
 
Switchgear and protection.
Switchgear and protection.Switchgear and protection.
Switchgear and protection.
 
Project Report -Vaibhav
Project Report -VaibhavProject Report -Vaibhav
Project Report -Vaibhav
 
Y4502158163
Y4502158163Y4502158163
Y4502158163
 
Evaluation of Different Machine.pptx
Evaluation of Different Machine.pptxEvaluation of Different Machine.pptx
Evaluation of Different Machine.pptx
 
Introduction_PPT.pptx
Introduction_PPT.pptxIntroduction_PPT.pptx
Introduction_PPT.pptx
 
C1804011117
C1804011117C1804011117
C1804011117
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
 
Dy4301752755
Dy4301752755Dy4301752755
Dy4301752755
 
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
 
A2 l
A2 lA2 l
A2 l
 
88 92
88 9288 92
88 92
 

Kn2518431847

  • 1. Ramanpreet Kaur, Jaspal Singh / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.1843-1847 Neural Based Sensor Signal Change Detection By Using Radial Bias Function Ramanpreet Kaur1, Jaspal Singh2 1 M-Tech (ECE), R.I.E.I.T Ropar , Punjab, India 2 Professor, Electronics and Communication R.I.E.I.T, Ropar , Punjab, India ABSTRACT The paper describes the basic techniques The goal of the research presented in this paper is to involved on the detection of sensor signal develop a detection system, which warns about a changes, and describes their possible change of sensor signals in complex network implementation on the lower level in sensor systems by comparison of currently acquired networks. Embedded into the communication measurement results against an association model protocols, the signal change detection will allow derived during execution. The detector operation data compression for improving network should minimize probabilities of missing the change efficiency. It might enhance reliability and (false negative) and/or false positive alarms security also. The algorithms utilizes a neural (recognizing a ―normal‖ deviation, which is due to network function prediction methodology in the inaccuracy of measurement results, as a change). order to determine if the sensor signals have Normally measurement results fluctuate with some changed. The literature survey is done and the degree, which does not constitute any significant different algorithms are studied based on their change. The detection should be performed by performance and parameter choice and the comparison of imprecise data against uncertain relationship between the threshold values and models. false positive and negative rates are studied the Change detection is as an identification of basis algorithms involved in this work are MLP unforeseen change in general characteristics and and RBF Algorithms. parameters of the signal observed. The case involving time series is one of the most interesting Keywords:- Multi layer Perceptron , Radial applications of the problem, attracting much Basis Function , Sensor networks, Artificial attention, while being more complicated than an Neural networks outlier detection .A number of different approaches and algorithm which did not produce a generic INTRODUCTION solution, have been proposed for change detection. A wireless sensor network is a collection of New results in the development of a neural network nodes organized into a cooperative network. Each based change detector. This describes the node consists of processing capability (one or more architecture of the change detection system based on microcontrollers, CPUs or DSP chips), may contain the neural network function predictor. The neural multiple types of memory (program, data and flash network inputs a few different sensor signals that memories), have a RF transceiver (usually with a allows detecting changes not in one signal only but single omni-directional antenna), have a power also in the relationships between signals. This source (e.g., batteries and solar cells), and feature improves detection reliability. accommodate various sensors and actuators. The nodes communicate wirelessly and often self- NEURAL NETWORK SIGNAL CHANGE organize after being deployed in an ad hoc fashion. DETECTION Systems of 1000s or even 10,000 nodes are Neural networks are computational models anticipated. Such systems can revolutionize the way that share some of the properties of the brain. These we live and work. networks consist of many simple ―units‖ working in SENSOR networks (SN) technology has parallel with no central control, and learning takes the potential of becoming the backbone of a new place by modifying the weights between generation of real intelligent systems, capable of connections. The basic components of an ANN are achieving symbiosis with the environment and ―neurons‖, weights, and learning rules. embracing the methods and mechanisms that exist in In general, neural networks are utilized to natural intelligent systems. In order to accomplish establish a relationship between a set of inputs and a this goal, sensor networks have to adopt some set of outputs. ANNs are made up of three different elements of cognition in addition to collecting data types of ―neurons‖: (1) input neurons, (2) hidden from the environment and communicating them neurons, and (3) output neurons. Inputs are provided ,such as continuous self-development and self- to the input neurons, such as machine parameters, modification with the goal to significantly improve and outputs are provided to the output neurons. self-reliability, efficiency, and security. These outputs may be a measurement of the 1843 | P a g e
  • 2. Ramanpreet Kaur, Jaspal Singh / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.1843-1847 performance of the process, such as part output. An error is determined for the output and measurements. The network is trained by propagated backwards through the layers. Finally, establishing the weighted connections between the these errors are used to adjust the connections input neurons and output neurons via the hidden between nodes. The backpropagation algorithm neurons. Weights are continuously modified until allows for movement to a minimal error over the the neural network is able to predict the outputs course of the training process. Each time the weights from the given set of inputs within an acceptable are changed, the direction and magnitude of their user-defined error level. change is determined so as to make a move towards Although change detection in signals had the minimal error. been investigated for a considerable time, over the The main idea of the methodology is last two decades there have been new important 1. To perform change detection on a set of developments. The literature on change novelty networked sensor signals based on the differences detection is rapidly growing due to applications in between current signal values and predicted ones. engineering, financial mathematics and economics. 2. A neural network is employed to produce These detection techniques have developed into these signal predictions from a recent history of various models. From a generic point of view, ANN sensor measurements. models seem to be appropriate as a base for 3. The neural networks can be utilized with developing fundamental algorithms utilizing no priori information on the data distribution of opportunities, which arise from networking of the domain and without specifying other sensor systems. parameters related to the data. —Neural networks are distributed nonlinear devices 4. This allows the network to detect changes Their ability to deal with nonlinear, non stationary, and after that ―renormalize‖ itself by learning new and non-Gaussian processes makes them attractive signal values to be used for further change for WSN practical applications. Accordingly, ANN detection. have the inherent ability to model underlying From a generic point of view, ANN models nonlinearities contained in the physical mechanism seem to be appropriate as a base for developing responsible for generating input data. fundamental algorithms utilizing opportunities, —Neural networks, operating in a supervised which arise from networking of sensor systems. The manner, are universal approximators basic techniques involved in signal change detection They can approximate any continuous input-output is explained . mapping to any desired degree of approximation, LEON REZNIK et al [1] (2005): develops given a sufficient number of hidden units. intelligent protocols, based on the detection of —A neural network consists of a massively parallel sensor signal changes. The signal change detection processor that has the potential to be fault tolerant. will allow data compression for improving network As MLP consists of a large number of neurons efficiency. The protocol utilizes a neural network arranged in the form of layers with each neuron in a function prediction methodology to determine if the particular layer connected to a large number of sensor signals have changed. The parameter choice source nodes in the previous layer. This form of and relationship between the threshold values and global interconnectivity has the potential to be fault false positive and negative rates are studied. Change tolerant, in the sense that the performance degrades detection is based on the difference between current gracefully under adverse operating conditions. If a signal values and the predicted values. Novelty neuron or its synaptic links are damaged, the recall detection is utilized to detect changes and after that quality of a stored pattern is impaired, but owing to to relearn new signal values to be used for further the highly distributed nature of the network, the changes detection. The results of the experiments damage has to be extensive before the performance conducted demonstrate that the change detection is seriously affected. This property open an system is both accurate and reliable. These results opportunity to design an ANN topology distributed confirm the benefits anticipated from the modified over a SN infrastructure. neural network and demonstrate its usefulness in —Neural networks have a natural ability to adapt sensor prediction and change detection. their free parameters according to changes in the Tayeb Al Karim et al (2) (2011) The paper environment in which they operate. describes the results of an empirical study aiming to In this tuning of free parameters in a neural demonstrate that a cognition ability may be treated network is a more straightforward task (and as a generic sensor network feature. The new therefore easily accomplished by a non expert user) architecture with neural networks distributed over than would be the case with other nonparametric the sensor network platforms was developed for methods. sensor network engineering applications. The Multi-Layer Perceptrons (MLPs) are neural detection system learns to detect the change of not networks that have nodes arranged in multiple only the signal levels but also sensor signal shapes layers, with connections from one layer to the next. and parameters that represent a more complicated Data is feed forward through the network to produce task. The architecture allows for a significant 1844 | P a g e
  • 3. Ramanpreet Kaur, Jaspal Singh / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.1843-1847 reduction in resource consumption without sensor networks. The power savings are evaluated compromising the change detection performance. from the perspective of the WSN nodes. Power Implemented as an agent controlling the sensor mode switching is determined via change detection network self-adjustment to the objects under in measured signals. The change detection is based measurement in the sensor network composed from on the observation of number of signals which are typical sensor motes, the novel neural network measured in the environment and the measurement structures may achieve a significant saving in power results delivered to the base station for processing. consumption and an increase in a possible network To perform this change detection ANN based deployment time from a few days to a few years. intelligent agent has been developed and The experiments prove that a neural-network-based implemented and a novel neural network topology change detection system is feasible for sensor has was designed for wireless sensor networks. The networks application designs and could be architecture is built upon a multilayer perceptron successfully implemented on the technological neural network to reduce the number of connections platforms currently available on the market. The between the layers. The experiment conducted proposed MTBMLP architecture has been tested and confirms that this network decreases the resources compared against a conventional MLP on changes such as time and power consumption required for its of both frequencies and amplitudes signal implementation without causing any increase in parameters and with different types of signals (sine false alarm rates. and square waves, constant values). LEON REZNIK et al 2008 puts the concept LEON REZNIK et al [3] (2005) describes of cognitive sensor networks. This research paper the design and implementation of a novel intelligent describes the results of an experimental study and sensor network protocol that enhances reliability development of novel neural network intelligent and security by detecting a change in sensor signals. technique for signal change detection in sensor Neural network function prediction methodology is networks. The detection system learns to detect the used to predict sensor outputs to determine if the change of not only the signal levels but also sensor sensor outputs have changed. The experiments signal shapes and parameters. The ANN is capable performed to the different training times and to handle detection with both problems as well as to threshold values and these experiments adapt to the new pattern. The ANN architecture demonstrates that the system performs better when maps with the ANN structure and reduces presented with correlated data rather than randomly connectivity. Signal propagation through the ANN generated data the difference between the false faster in both forward and backward directions that alarm rates and detection for the correlated and allows increasing speed of the application. At the uncorrelated sensor and changes have been seen same time novel structure reduces the consumption and these results confirm the benefits anticipated of major resources network bandwidth processor from the modified neural network and shows its power and memory usage. usefulness in sensor prediction and novelty TAYEB AL KARIM et al (2005) In this detection. Detection rates and false alarm rates research paper detection system is developed and become better when data and changes presented to change of sensor signals in complex network the system are correlated in positive. The limitation systems is studied by comparing currently acquired is the system’s inability to learn properly long clock measurement results against an association model signals. The second problem is the predetermined derived during execution. The detector operation error threshold. The threshold can be set very high should minimize the probabilities of false negative or very low causing a notable increase in the false or false positive alarms. Measurement results are alarm rate and too high causing a drop in the not always accurate, they always fluctuate with detection rate. some degree. This paper describes the architecture GREGORY VON PLESS [4] et al of the change detection system based on the neural introduces Modified time based multilayer network function predictor. Two function prediction perceptron (MTBMLP), complex structure designs are compared based on the standard multi- composed by a few time-based multilayer layer perceptron (MLP) and Radial basis function perceptrons. This modification reduces connections, network (RBF). isolates information for each function and produces It studies the dependence of the detection knowledge about the system of functions as a whole. and false alarm rates on the threshold values for It is powerful function predictor that converges different signals and changes. With respect to the quickly and accurately predict cyclic sinusoid training time, the detection rates and false positive functions. This neural network is applied for novelty rates remained unchanged with training times at any and change detection in signals delivered by sensor given threshold. With respect to the threshold networks and for edge detection in image detection rates went down with higher thresholds. processing. MTBMLP performs much quicker than the MLP. JODY PODPORA et al [5] (2008) develop Different experiments were conducted in this paper an intelligent and power conservation scheme for which includes turning lights on/off, flickering 1845 | P a g e
  • 4. Ramanpreet Kaur, Jaspal Singh / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.1843-1847 lights, gradual change of temperature with opening a door. 1. PROBLEM FORMULATION The analytical formulation of the research is based on function prediction using neural network .There is rapid enhancement in this field of application and their comparative factor have to be explored to generate recurrent priority. We have different algorithms in neural networks for sensor signal change detection. Multilayer perceptron (MLP) and Radial basis network (RBF) are used to determine change in sensor outputs. RBF performs well than MLP for all parameters. Now days a number of structures have been proposed for signal change detection. Structure based on RBF function is expected to perform better in predicting accuracy Fig 2: Relationship between threshold and detection with low false alarm rates. Thus in this paper we rates for MLP, RBF and improved RBF purpose a structure based on RBF algorithm which will improve the parameters (threshold and training lengths) in signal change detection of the sensor 3. CONCLUSION It is necessary to develop new ANN networks then the existing.To improve the topologies to produce the most efficient ANN based performance of RBF by varying intrinsic parameters applications on network platforms. Ideally the (threshold & training length) is the major objective topologies should be scalable over large networks which we realise from the research gaps of the basic and have made apparent an advantage in literature survey. performance and efficiency when using Radial Basis activation for sensor network change detection 2. RESULTS AND DISCUSSIONS purposes. The greatest advantages are the greater The RBF are able to predict the sensor signal prediction accuracy. The learning rate functions with greater accuracy. With the threshold advantage could be used most effectively for change set to 0.1 these changes were detected with a rate of detection in sensor signals with changes that are 98%.This allows the use of a lower threshold value densely distributed over time. False alarms were in the novelty detector. The improved RBF has its virtually nonexistent in the RBF network. A Radial optimal performance at a lower threshold. At lower Basis activation function is clearly the better choice threshold it is able to detect 100% of sensor signal for sensor signal change detection systems. changes. The MLP operates optimally at the 0.5 threshold value, however the results are significantly worse than that of the RBF. With 100% detections, REFERENCES 1. Leon Reznik , Gregory Von Pless , Tayeb Al the MLP has an average false alarm rate of 7.19%. Karim, ‖ Embedding intelligent sensor The Figure shows the relationship between signal change detection into sensor network threshold and detection rates for MLP, RBF and protocols, ‖ IEEE computer, Aug 2005 IMPROVED RBF. 2. Tayeb Al Karim ,‖ Distributed Neural networks for signal change detection on the way to cognition in sensor networks‖ , IEEE sensor journals vol. 11 . no. 3 March 2011. 3. Leon Reznik , Gregory Von Pless,‖intelligent protocols based on sensor signal change detection‖ , IEEE proceedings system communications 2005. 4. GREGORY VON PLESS ,‖Modified time based multilayer perceptron (MTBMLP), complex structure composed by a few time- based multilayer perceptrons for image processing applications‖, Proceedings of International Joint Conference on neural networks Montreal, Canada July 2006. 5. J. Podpora, L. Reznik, and G. Von Pless, ―Intelligent real-time adaptation for power Fig 1: Basic Performance of temperature with efficiency in sensor networks,‖ IEEE sensors deployed 1846 | P a g e
  • 5. Ramanpreet Kaur, Jaspal Singh / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 5, September- October 2012, pp.1843-1847 Sensors J., vol. 8, no. 12, pp. 2066–2073, accuracy of measurement‖, Measurement, Dec. 2008. 1985, Vol. 3, No. 3, pp. 98 – 106 6. Ma J, Perkins S., ―Time-series novelty detection using one class support vector machines‖, Proceedings of the International Joint Conference on Neural Networks, 20-24 July 2003, pp. 1741 – 1745. 7. Dasgupta D., Forrest S., ―Novelty detection in time series data using ideas from immunology‖, In Proceedings of the 5th International Conference on Intelligent systems, Reno, Nevada, June 19-21, 1996. 8. R. Kozma, H. Aghazarian, T. Huntsherger, E. Tunstel, and W. J. Freeman, ―Computational aspects of cognition and consciousness in intelligent devices,‖ IEEE Comput. Intell. Mag., 9. S. Rajasegarar, C. Leckie, and M. Palaniswami, ―Anomaly detection in wireless sensor networks,‖ IEEE Wireless Commun., vol. 15, no. 4, pp. 34–40, Aug. 2008. 10. R. Sutharshan, L. Christopher, P. Marimuthu, and C. B. James, ―Distributed anomaly detection in wireless sensor networks,‖ in Proc. 10th IEEE Singapore Int. Conf. Communication Systems (ICCS 2006). 2006, pp. 1–5. 11. A. P. R. da Silva, M. H. T. Martins, B. P. S. Rocha, A. A. F. Loureiro, L. B. Ruiz, and H. C.Wong, ―Decentralized intrusion detection in wireless sensor networks,‖ in Proc. 1st ACM Int. Workshop Quality of Service Security inWireless and Mobile Networks, Montreal, QC, Canada, 2005, pp. 16–23. 12. M. Markou and S. Singh, ―Novelty detection: A review—Part 1: Statistical approaches,‖ Signal Process., vol. 83, pp. 2481–2497, 2003. 13. L. Reznik, M. Negnevitsky, and C. B. Hoffman, ―Contents based security enhancement in sensor networks protocols,‖ in Proc. 2004 IEEE Int. Conf. Computational Intelligence for Homeland Security and Personal Safety (CIHSPS 2004) , 2004, pp. 87–91. 14. Wood A.D. and J.A. Stankovich ―Denial of service in sensor networks‖, IEEE Computer, October 2002, pp. 54-62. 15. Boulis A., Ganeriwal S., Srivastava M.B. ―Aggregation in sensor networks: an energy- accuracy trade-off ― In: Proceedings of the First IEEE. 2003 IEEE International Workshop on Sensor Network Protocols and Applications, 2003, 11 May 2003, pp.128 – 138 16. Reznik L. and Solopchenko G.N. ―Use of a priori information on functional relations between measured quantities for improving 1847 | P a g e