WO2010144947A1 - Construction and training of a recurrent neural network - Google Patents

Construction and training of a recurrent neural network Download PDF

Info

Publication number
WO2010144947A1
WO2010144947A1 PCT/AU2010/000720 AU2010000720W WO2010144947A1 WO 2010144947 A1 WO2010144947 A1 WO 2010144947A1 AU 2010000720 W AU2010000720 W AU 2010000720W WO 2010144947 A1 WO2010144947 A1 WO 2010144947A1
Authority
WO
WIPO (PCT)
Prior art keywords
local
recurrent neural
neural network
network
node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/AU2010/000720
Other languages
French (fr)
Inventor
Oliver Obst
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Commonwealth Scientific and Industrial Research Organization CSIRO
Original Assignee
Commonwealth Scientific and Industrial Research Organization CSIRO
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from AU2009902733A external-priority patent/AU2009902733A0/en
Application filed by Commonwealth Scientific and Industrial Research Organization CSIRO filed Critical Commonwealth Scientific and Industrial Research Organization CSIRO
Publication of WO2010144947A1 publication Critical patent/WO2010144947A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B13/00Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
    • G05B13/02Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
    • G05B13/0265Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric the criterion being a learning criterion
    • G05B13/027Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric the criterion being a learning criterion using neural networks only
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/09Supervised learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/098Distributed learning, e.g. federated learning

Definitions

  • the present invention relates to recurrent neural networks.
  • the origin of the present invention stems from research undertaken by the present inventor into the field of wireless sensor networks.
  • Wireless sensor networks are increasingly used for environmental monitoring over extended periods of time.
  • sensor nodes are typically small, solar-powered devices with limited computational capabilities.
  • harsh weather conditions can lead to problems like mis-calibration or build-up of dust on sensors and solar panels, leading to incorrect readings or shorter duty-cycles and thus less data.
  • Existing WSN often require to manually detect and diagnose such problems.
  • the inventor researched processes and methods in which the detection of faults could be automated through the use of models of system behaviour. Hence, an initial proposal for investigation was to determine a process for automatically building a model of the normal system behaviour and to use this model to detect anomalies. With the result of this process, it would be possible to notify administrators who then can decide on appropriate actions preventing loss of data.
  • ANNs artificial neural networks
  • RNNs recurrent neural networks
  • An object of the present invention is to provide an alternative construction and training of an RNN which could be adopted for the purpose of fault detection of a WSN.
  • a method for constructing and training a discrete-time recurrent neural network for predicting network inputs including the steps of: i) constructing a main recurrent neural network formed from a plurality of nodes, wherein each node hosts a local recurrent neural network formed of a plurality of connected units, the connected units including one or more input units, one or more hidden units and one or more output units; each node further including at least one proxy unit, the at least one proxy unit providing a connection between the local recurrent network on the respective node and one or more proxy units on other nodes in the main network; wherein the units are connected by weighted connections; ii) constructing a local shadow recurrent neural network on each node, the local shadow recurrent neural network being a copy of the local recurrent neural network on the respective node; wherein the local shadow recurrent neural network is arranged to receive and accept activations from local recurrent neural networks on other nodes via the proxy units
  • a method for training a discrete-time recurrent neural network for predicting network inputs said recurrent neural network having a construction formed from a plurality of nodes, wherein each node hosts a local recurrent neural network formed of a plurality of connected units, said connected units including one or more input units, one or more hidden units and one or more output units; each node further including at least one proxy unit, said at least one proxy unit providing a connection between the local recurrent network on the respective node and one or more proxy units on other nodes in the main network; wherein said units are connected by weighted connections, said method including the steps of: i) constructing a local shadow recurrent neural network on each node, said local shadow recurrent neural network being a copy of the local recurrent neural network on the respective node; wherein said local shadow recurrent neural network is arranged to receive and accept activations from local recurrent neural networks on other nodes via said proxy units and prevented from providing any activations
  • Fig. 1 illustrates schematically a sensor node network
  • Fig. 2 illustrates schematically a local recurrent neural network on a node
  • Fig. 3 illustrates schematically an arrangement of a local recurrent neural network and a local shadow recurrent neural network during training.
  • the invention will be described with reference to an environmental data collection sensor network 10 (as illustrated exemplarily and schematically in Fig. 1 ). It will be understood that the system architecture and learning capabilities can be implemented in other fields, particularly in sensor networks which sense low entropy data, for example temperature and moisture.
  • the inventive concept is used, in this example, to allow sensor fault detection.
  • the architecture of the system is devised such as to enable it to learn spatio-temporal correlations of the device network (e.g. a WSN) and make use of them for detecting anomalies in a decentralized way, without using global communication.
  • the proposed online learning approach is a variant of backpropagation-decorrelation (BPDC) learning with intrinsic plasticity (IP).
  • BPDC backpropagation-decorrelation
  • IP intrinsic plasticity
  • each node hosts some units of an entire neural network. Connections Wy between units are restricted to those hosted on the same node or on nodes in the immediate spatial neighbourhood, as shown eg in Fig.1. This results, on each device, in small local reservoirs with local input units Kq and output units L q with additional connections between neighbours (see Fig. 2). From a global perspective, a spatially organised reservoir is obtained, which is trained using a distributed version of BPDC learning, which is being called Spacially Organised and Distributed Backpropagation-Decorrelation (SODBPDC).
  • SODBPDC Spacially Organised and Distributed Backpropagation-Decorrelation
  • Each sensor node qi hosts the same number M q of units, namely L q output units, N q hidden units, and K q input units.
  • the whole recurrent network consists of M units, i.e. L output units, N hidden units, and K input units.
  • activations it is convenient to represent activations as a global vector x:
  • each node computes all local Xj(k+1 ).
  • both W and x are distributed over multiple sensor nodes.
  • Incoming connections from units hosted on neighbour sensor nodes are stored on the local node. Units with outgoing connections to units on other devices just forward their activations with no changes to the neighbour device. Additional proxy units on the neighbour act as a place holder for remote units and take activations from connected units (see Fig. 2). From proxy units, there are only local connections to the reservoir or to output units. Proxy units also eliminate the need for all sensor nodes being tightly synchronised, as long as they all use the same interval to process data - typical update frequencies are very low, e.g. once every minute or once every 15 minutes. Newly computed activations are forwarded to connected proxy units where they can be used by the neighbour device. After their values have been used, proxy units are reset to 0 in order to avoid using old values in case of a sensor network link failure.
  • Each sensor node is responsible for updating its local output weights.
  • x q denote the vector of activations in x which can be accessed locally on node q either directly or by reading out a proxy unit.
  • the set O contain indices j of output units, O c O the local output units, and g : O - ⁇ a mapping from global to local unit indices.
  • the SODBPDC learning rule is executed on each local sensor node and updates the global matrix W:
  • r,(k + ⁇ ) ⁇ (wj'(xl (s) (k)))e gis) (k) - e g ⁇ l) (k + 1)
  • the task is to predict local sensor readings based on information from other nodes. It is expected that a reading and its prediction to be approximately equal when the sensor works normally. Faults are detected when the difference between the two exceeds a specified threshold. During the initial training period, it is assumed that there are no sensor faults, so that the training output for each sensor is exactly the same as the input time series.
  • this approach detects faults based on differences between predictions and local readings, it is important that predictions are independent from local sensors. This is achieved by replacing input of the particular sensor by white noise.
  • the sensor reading is used as a teacher signal, and the goal of the training is to learn the relation between the local sensor value and the value of its neighbours.
  • a further aim is to learn on all sensor nodes simultaneously - this is not possible if it is required to have to feed random input into all inputs at the same time.
  • an identical copy of the local recurrent network is created on each node.
  • the original instance, the primary network is connected to the local networks on neighbour nodes as described above, and receives normal input from its local sensors.
  • the global network joining all local primary instances with activations x q has an activation x.
  • all input units are sensor readings at all times.
  • the second instance, the shadow network has only incoming connections from primary networks on neighbour nodes, but does not forward its local activations x q to any other node. Local input units of the shadow network are fed with random noise. This results in an individual global activation x q for each node q.
  • IP learning parameters from the shadow network back to the primary network This is schematically illustrated in Fig. 3.
  • the shadow network becomes effectively redundant. Consequently, the shadow network can be deleted.
  • Sensor faults are detected when the difference between the prediction of a reading and the actual reading exceeds a threshold.
  • detecting faulty sensors does not necessarily imply that the device will be replaced or repaired immediately.
  • the prediction quality of other nodes will decay.
  • faulty devices are flagged, and their sensor input is disconnected from the SODBPDC.
  • the sensor input is then replaced with the local predictions of the sensor readings as computed by the SODBPDC. As noted in the following experiments, this helps to maintain a high prediction quality for the remaining sensors with a larger number of faults in the system.
  • the following training data are time series from a sensor network, experimentally implementing the inventive concept, deployed in Belmont, near Brisbane, Australia with 32 sensor nodes q, as per Fig. 1. Because the data was collected by forwarding to a central node, it contained "holes" as a result of duty cycling. Smaller gaps were resampled by interpolation, and the larger and network-wide gaps were left in the data. The purpose of the experiment was to monitor the condition of solar panels by measuring the solar voltage on each device. In all the experiments, the SODBPDC network consisted of 32 output units, 160 hidden units, and 32 input units (ie. 1/5/1 units formed as a local network on each node). Example 1 - comparison to a centralised approach using BPDC and IP learning.
  • Example 2 robustness against multiple failures.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Automation & Control Theory (AREA)
  • Medical Informatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Computer And Data Communications (AREA)

Abstract

A method for constructing and training a discrete-time recurrent neural network for predicting network inputs is provided. A main recurrent neural network is constructed, formed from a plurality of nodes. Each node hosts a local recurrent neural network formed of a plurality of connected units. The units are connected by weighted connections. A local shadow recurrent neural network is constructed on each node. The local shadow recurrent neural network is a copy of the local recurrent neural network on the respective node, however with certain restrictions on its connection with other nodes. The main recurrent neural network is trained to determine the weights of each connection on each node to provide a local output on each node correlating to a prediction of the local input on the respective node. The training includes, for each discrete time step and on each node: feeding a local input to the local recurrent neural network to cause local network activations; feeding a training input to the local shadow recurrent neural network and applying learning rules to determine connection weights on the local shadow recurrent neural network. The determined connection weights from the local shadow network are copied to the local network.

Description

CONSTRUCTION AND TRAINING OF A RECURRENT NEURAL NETWORK
FIELD OF THE INVENTION
The present invention relates to recurrent neural networks. BACKGROUND TO THE INVENTION
The origin of the present invention stems from research undertaken by the present inventor into the field of wireless sensor networks.
Wireless sensor networks (WSN) are increasingly used for environmental monitoring over extended periods of time. To facilitate deployments in remote areas, sensor nodes are typically small, solar-powered devices with limited computational capabilities. Over the duration of the deployment, harsh weather conditions can lead to problems like mis-calibration or build-up of dust on sensors and solar panels, leading to incorrect readings or shorter duty-cycles and thus less data. Existing WSN often require to manually detect and diagnose such problems.
The inventor researched processes and methods in which the detection of faults could be automated through the use of models of system behaviour. Hence, an initial proposal for investigation was to determine a process for automatically building a model of the normal system behaviour and to use this model to detect anomalies. With the result of this process, it would be possible to notify administrators who then can decide on appropriate actions preventing loss of data.
In respect of building a model of system behaviour, investigations turned to the field of artificial neural networks (ANNs). In particular, given the intended application to a dynamical system, consideration was given to recurrent neural networks (RNNs).
International PCT publication no. WO02/31764, discloses a method of constructing and teaching an RNN. The disclosure of WO02/31764 is herein incorporated by way of reference. This publication provides a relevant background discussion of the development and practical issues relevant to this field.
While the use of an RNN theoretically suggested a suitable option for the purposes of the inventor's research, the practical application proved difficult. The success of an RNN depends upon a reliable teaching/learning phase in which the network self-learns, which requires high computational capabilities. Known RNNs require a large memory footprint in the learning phase. In practice, these capabilities are beyond the capabilities found on the type of WSN contemplated. An object of the present invention is to provide an alternative construction and training of an RNN which could be adopted for the purpose of fault detection of a WSN. SUMMARY OF THE INVENTION
According to a first aspect of the present invention there is provided a method for constructing and training a discrete-time recurrent neural network for predicting network inputs, the method including the steps of: i) constructing a main recurrent neural network formed from a plurality of nodes, wherein each node hosts a local recurrent neural network formed of a plurality of connected units, the connected units including one or more input units, one or more hidden units and one or more output units; each node further including at least one proxy unit, the at least one proxy unit providing a connection between the local recurrent network on the respective node and one or more proxy units on other nodes in the main network; wherein the units are connected by weighted connections; ii) constructing a local shadow recurrent neural network on each node, the local shadow recurrent neural network being a copy of the local recurrent neural network on the respective node; wherein the local shadow recurrent neural network is arranged to receive and accept activations from local recurrent neural networks on other nodes via the proxy units and prevented from providing any activations to local recurrent neural networks or shadow local recurrent neural networks on other nodes; iii) training the main recurrent neural network to determine the weights of each connection on each node to provide a local output on each node correlating to a prediction of the local input on the respective node, the training including the steps of: a) for each discrete time step and on each node: feeding a local input to the local recurrent neural network to cause local network activations; feeding a training input to the local shadow recurrent neural network to cause shadow network activations and applying learning rules to determine connection weights on the local shadow recurrent neural network leading to a shadow network output which correlates with a prediction of the local input; wherein the training input is unrelated to the local input; copying the determined connection weights from the local shadow network to the local network; b) repeating step a) until the main network is trained. According to a further aspect of the present invention there is provided a method for training a discrete-time recurrent neural network for predicting network inputs, said recurrent neural network having a construction formed from a plurality of nodes, wherein each node hosts a local recurrent neural network formed of a plurality of connected units, said connected units including one or more input units, one or more hidden units and one or more output units; each node further including at least one proxy unit, said at least one proxy unit providing a connection between the local recurrent network on the respective node and one or more proxy units on other nodes in the main network; wherein said units are connected by weighted connections, said method including the steps of: i) constructing a local shadow recurrent neural network on each node, said local shadow recurrent neural network being a copy of the local recurrent neural network on the respective node; wherein said local shadow recurrent neural network is arranged to receive and accept activations from local recurrent neural networks on other nodes via said proxy units and prevented from providing any activations to local recurrent neural networks or shadow local recurrent neural networks on other nodes; ii) training said main recurrent neural network to determine the weights of each connection on each node to provide a local output on each node correlating to a prediction of the local input on the respective node, said training including the steps of: a) for each discrete time step and on each node: feeding a local input to the local recurrent neural network to cause local network activations; feeding a training input to the local shadow recurrent neural network to cause shadow network activations and applying learning rules to determine connection weights on said local shadow recurrent neural network leading to a shadow network output which correlates with a prediction of the local input; wherein said training input is unrelated to said local input; copying the determined connection weights from said local shadow network to said local network; b) repeating step a) until said main network is trained. Embodiments of the present invention advantageously provide a recurrent neural network which can be practically applied to a device network, for example a wireless sensor network, to predict the network behaviour and detect faults based upon actual and predicted parameters.
An embodiment of the present invention will now be described with reference to the accompanying drawings. BRIEF DESCRIPTION OF THE DRAWINGS
Fig. 1 illustrates schematically a sensor node network; Fig. 2 illustrates schematically a local recurrent neural network on a node; and Fig. 3 illustrates schematically an arrangement of a local recurrent neural network and a local shadow recurrent neural network during training. DESCRIPTION OF PREFERRED EMBODIMENT
The invention will be described with reference to an environmental data collection sensor network 10 (as illustrated exemplarily and schematically in Fig. 1 ). It will be understood that the system architecture and learning capabilities can be implemented in other fields, particularly in sensor networks which sense low entropy data, for example temperature and moisture.
Specifically, the inventive concept is used, in this example, to allow sensor fault detection. The architecture of the system is devised such as to enable it to learn spatio-temporal correlations of the device network (e.g. a WSN) and make use of them for detecting anomalies in a decentralized way, without using global communication. In this approach, a plurality of sensor nodes q\, where i=1 , 2, 3... participate in a distributed recurrent neural network 10, where each of the sensor nodes qi hosts only a few neural units and communicates only with its local neighbours as indicated by connections Wj1 ^1 ; Wj, J+1; Wy. The proposed online learning approach is a variant of backpropagation-decorrelation (BPDC) learning with intrinsic plasticity (IP). Whilst an alternative approach would be to employ a distributed fault detection based on echo state learning, such an offline learning approach is computationally too demanding to be directly executed on sensor nodes. Consequently, the preferred approach discussed below is suited for directly learning on sensor nodes because of a smaller memory footprint than echo state learning during training. WSNs spend a large part of their energy on communication between individual nodes qi. Routing data between distant nodes involves participation of intermediate nodes ("multi-hop"), and thus further increases energy consumption.
To distribute a recurrent neural network over a WSN, each node hosts some units of an entire neural network. Connections Wy between units are restricted to those hosted on the same node or on nodes in the immediate spatial neighbourhood, as shown eg in Fig.1. This results, on each device, in small local reservoirs with local input units Kq and output units Lq with additional connections between neighbours (see Fig. 2). From a global perspective, a spatially organised reservoir is obtained, which is trained using a distributed version of BPDC learning, which is being called Spacially Organised and Distributed Backpropagation-Decorrelation (SODBPDC).
Each sensor node qi hosts the same number Mq of units, namely Lq output units, Nq hidden units, and Kq input units. The whole recurrent network consists of M units, i.e. L output units, N hidden units, and K input units. For first theoretical considerations, it is convenient to represent activations as a global vector x:
output units 1 output units Q hidden units 1 input units Q
Likewise, synaptic connection weights between units can be represented in a global M x M matrix W = (ωy). Activations are updated in a distributed way as in the non-distributed version of BPDC. x(k + l)
Figure imgf000007_0001
for each time step k, so that each node computes all local Xj(k+1 ).
In a practical implementation, both W and x are distributed over multiple sensor nodes. Moreover, there are connections in W between units on different devices, which require to have a specified physical location, as exemplified in Fig.
1. Incoming connections from units hosted on neighbour sensor nodes are stored on the local node. Units with outgoing connections to units on other devices just forward their activations with no changes to the neighbour device. Additional proxy units on the neighbour act as a place holder for remote units and take activations from connected units (see Fig. 2). From proxy units, there are only local connections to the reservoir or to output units. Proxy units also eliminate the need for all sensor nodes being tightly synchronised, as long as they all use the same interval to process data - typical update frequencies are very low, e.g. once every minute or once every 15 minutes. Newly computed activations are forwarded to connected proxy units where they can be used by the neighbour device. After their values have been used, proxy units are reset to 0 in order to avoid using old values in case of a sensor network link failure.
Each sensor node is responsible for updating its local output weights. Let xq denote the vector of activations in x which can be accessed locally on node q either directly or by reading out a proxy unit. Let the set O contain indices j of output units, O c O the local output units, and g : O -→ό a mapping from global to local unit indices. The SODBPDC learning rule is executed on each local sensor node and updates the global matrix W:
Figure imgf000007_0002
where
r,(k + \) = ∑ (wj'(xl(s) (k)))egis) (k) - eg{l) (k + 1)
*=o A learning rate η = 0.03, and a regularisation constant e = 0.002 was used in the following described experiments; and eg(S)(k) = xq g(S)(k) - yq g(S)(k) represent errors between local outputs xq and local teaching signal yq.
In the application to detect sensor faults, the task is to predict local sensor readings based on information from other nodes. It is expected that a reading and its prediction to be approximately equal when the sensor works normally. Faults are detected when the difference between the two exceeds a specified threshold. During the initial training period, it is assumed that there are no sensor faults, so that the training output for each sensor is exactly the same as the input time series.
Because this approach detects faults based on differences between predictions and local readings, it is important that predictions are independent from local sensors. This is achieved by replacing input of the particular sensor by white noise. The sensor reading is used as a teacher signal, and the goal of the training is to learn the relation between the local sensor value and the value of its neighbours. A further aim is to learn on all sensor nodes simultaneously - this is not possible if it is required to have to feed random input into all inputs at the same time.
To nevertheless train all outputs in parallel, in accordance with the invention, an identical copy of the local recurrent network is created on each node. The original instance, the primary network, is connected to the local networks on neighbour nodes as described above, and receives normal input from its local sensors. The global network joining all local primary instances with activations xq has an activation x. In x, all input units are sensor readings at all times. The second instance, the shadow network, has only incoming connections from primary networks on neighbour nodes, but does not forward its local activations xq to any other node. Local input units of the shadow network are fed with random noise. This results in an individual global activation xq for each node q. In each xq, there is no correlation between local input and the local training signal. The primary network is responsible to feed its activations to neighbour nodes. Both the SODBPDC rule and IP are applied to the shadow network. After application of learning rules, a consolidation step copies output weights and local
IP learning parameters from the shadow network back to the primary network. This is schematically illustrated in Fig. 3.
Once the training of the primary network is completed, the shadow network becomes effectively redundant. Consequently, the shadow network can be deleted.
Sensor faults are detected when the difference between the prediction of a reading and the actual reading exceeds a threshold. In practice, detecting faulty sensors does not necessarily imply that the device will be replaced or repaired immediately. When the system continues to run with input from faulty sensors, the prediction quality of other nodes will decay. In order to decrease their effect on the system, faulty devices are flagged, and their sensor input is disconnected from the SODBPDC. The sensor input is then replaced with the local predictions of the sensor readings as computed by the SODBPDC. As noted in the following experiments, this helps to maintain a high prediction quality for the remaining sensors with a larger number of faults in the system.
Experimental results
The following training data are time series from a sensor network, experimentally implementing the inventive concept, deployed in Belmont, near Brisbane, Australia with 32 sensor nodes q, as per Fig. 1. Because the data was collected by forwarding to a central node, it contained "holes" as a result of duty cycling. Smaller gaps were resampled by interpolation, and the larger and network-wide gaps were left in the data. The purpose of the experiment was to monitor the condition of solar panels by measuring the solar voltage on each device. In all the experiments, the SODBPDC network consisted of 32 output units, 160 hidden units, and 32 input units (ie. 1/5/1 units formed as a local network on each node). Example 1 - comparison to a centralised approach using BPDC and IP learning. The prediction errors of the approach was compared against an approach using a centralised reservoir of the same size. For both approaches, link qualities were simulated from 10% to 100%. In the distributed approach, this represents the probability of communication between any two nodes, and in a centralised setting the communication probability from any node to central reservoir. The centralised reservoir was used to predict the solar voltage of one node, taking the solar voltage of the remaining 31 nodes as an input. It was found that SODBPDC learned slower in the beginning, very likely an effect of the additional random noise signal. For high link qualities, SODBPDC performed equally or better than BPDC, but BPDC managed to maintain lower NRMSE even for poor link qualities.
Example 2 - robustness against multiple failures.
In this experiment an increasing number of sensors were randomly selected to fail, and the faulty sensors were allowed to return 25% of the original value. Of interest was the prediction error for the remaining healthy nodes, when
(a) the faulty sensors continued to feed data into the network, and (b) the input from faulty sensors was replaced with (recursive) predictions. All nodes were trained using the first 43000 values of the time series. It was found that using the recursive predictions manages to keep the error far below the error of the approach using faulty sensor data for up to 29 failed sensors.

Claims

CLAIMS:
1. A method for constructing and training a discrete-time recurrent neural network for predicting network inputs, said method including the steps of: i) constructing a main recurrent neural network formed from a plurality of nodes, wherein each node hosts a local recurrent neural network formed of a plurality of connected units, said connected units including one or more input units, one or more hidden units and one or more output units; each node further including at least one proxy unit, said at least one proxy unit providing a connection between the local recurrent network on the respective node and one or more proxy units on other nodes in the main network; wherein said units are connected by weighted connections; ii) constructing a local shadow recurrent neural network on each node, said local shadow recurrent neural network being a copy of the local recurrent neural network on the respective node; wherein said local shadow recurrent neural network is arranged to receive and accept activations from local recurrent neural networks on other nodes via said proxy units and prevented from providing any activations to local recurrent neural networks or shadow local recurrent neural networks on other nodes; iii) training said main recurrent neural network to determine the weights of each connection on each node to provide a local output on each node correlating to a prediction of the local input on the respective node, said training including the steps of: a) for each discrete time step and on each node: feeding a local input to the local recurrent neural network to cause local network activations; feeding a training input to the local shadow recurrent neural network to cause shadow network activations and applying learning rules to determine connection weights on said local shadow recurrent neural network leading to a shadow network output which correlates with a prediction of the local input; wherein said training input is unrelated to said local input; copying the determined connection weights from said local shadow network to said local network; b) repeating step a) until said main network is trained.
2. A method for training a discrete-time recurrent neural network for predicting network inputs, said recurrent neural network having a construction formed from a plurality of nodes, wherein each node hosts a local recurrent neural network formed of a plurality of connected units, said connected units including one or more input units, one or more hidden units and one or more output units; each node further including at least one proxy unit, said at least one proxy unit providing a connection between the local recurrent network on the respective node and one or more proxy units on other nodes in the main network; wherein said units are connected by weighted connections, said method including the steps of: i) constructing a local shadow recurrent neural network on each node, said local shadow recurrent neural network being a copy of the local recurrent neural network on the respective node; wherein said local shadow recurrent neural network is arranged to receive and accept activations from local recurrent neural networks on other nodes via said proxy units and prevented from providing any activations to local recurrent neural networks or shadow local recurrent neural networks on other nodes; ii) training said main recurrent neural network to determine the weights of each connection on each node to provide a local output on each node correlating to a prediction of the local input on the respective node, said training including the steps of: a) for each discrete time step and on each node: feeding a local input to the local recurrent neural network to cause local network activations; feeding a training input to the local shadow recurrent neural network to cause shadow network activations and applying learning rules to determine connection weights on said local shadow recurrent neural network leading to a shadow network output which correlates with a prediction of the local input; wherein said training input is unrelated to said local input; copying the determined connection weights from said local shadow network to said local network; b) repeating step a) until said main network is trained.
3. The method of claim 1 or 2, wherein each node is restricted to being connected to only neighbouring nodes via said proxy units.
4. The method of any one of the preceding claims, wherein each node hosts the same number of input units, hidden units, output units and proxy units.
5. The method according to any one of the preceding claims, further including the step of resetting each proxy unit to zero prior to the steps of feeding the local input and feeding the training input.
6. The method according to any one of the preceding claims, wherein said training input is randomly or pseudo-randomly selected.
7. The method according to claim 6, wherein said training input is a white noise signal.
8. The method according to any one of the preceding claims, including deleting the shadow networks after said main network has been trained.
9. A recurrent neural network constructed and trained in accordance with the method of any one of claims 1 to 8.
10. The recurrent neural network according to claim 9, wherein each node is a device which provides its own local input.
11. The recurrent neural network according to claim 10, wherein each device is a sensor device, the sensor reading providing the local input for the sensor's local recurrent neural network.
12. A method for determining a device failure in a recurrent neural network according to claim 10 or 11 , said method including: for each device, comparing the local input with the local output of the local recurrent neural network to ascertain any difference; wherein a failure is determined if the ascertained difference exceeds a predetermined threshold.
13. The method according to claim 12, wherein if a failure is determined for a device, replacing the local input for the local recurrent neural network of said device with the predicted local input.
PCT/AU2010/000720 2009-06-15 2010-06-11 Construction and training of a recurrent neural network Ceased WO2010144947A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
AU2009902733A AU2009902733A0 (en) 2009-06-15 Construction and training of a recurrent neural network
AU2009902733 2009-06-15

Publications (1)

Publication Number Publication Date
WO2010144947A1 true WO2010144947A1 (en) 2010-12-23

Family

ID=43355591

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/AU2010/000720 Ceased WO2010144947A1 (en) 2009-06-15 2010-06-11 Construction and training of a recurrent neural network

Country Status (1)

Country Link
WO (1) WO2010144947A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9400954B2 (en) 2012-07-30 2016-07-26 International Business Machines Corporation Multi-scale spatio-temporal neural network system
US9558442B2 (en) 2014-01-23 2017-01-31 Qualcomm Incorporated Monitoring neural networks with shadow networks
CN106656637A (en) * 2017-02-24 2017-05-10 国网河南省电力公司电力科学研究院 Anomaly detection method and device
WO2018005210A1 (en) * 2016-06-29 2018-01-04 Microsoft Technology Licensing, Llc Predictive anomaly detection in communication systems
CN108073986A (en) * 2016-11-16 2018-05-25 北京搜狗科技发展有限公司 A kind of neural network model training method, device and electronic equipment
US10740233B2 (en) 2015-10-30 2020-08-11 Hewlett Packard Enterprise Development Lp Managing cache operations using epochs
US20220335817A1 (en) * 2021-04-15 2022-10-20 Infineon Technologies Ag Sensing device for sensing an environmental parameter and method for determining information about a functional state of a sensing device
CN115293800A (en) * 2022-07-27 2022-11-04 上海数鸣人工智能科技有限公司 Prediction method aiming at internet click rate prediction based on shadow feature screening
US11628848B2 (en) 2020-03-31 2023-04-18 Toyota Research Institute, Inc. Systems and methods for training a neural network for estimating a trajectory of a vehicle

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5086479A (en) * 1989-06-30 1992-02-04 Hitachi, Ltd. Information processing system using neural network learning function
US20050192915A1 (en) * 2004-02-27 2005-09-01 Osman Ahmed System and method for predicting building thermal loads

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5086479A (en) * 1989-06-30 1992-02-04 Hitachi, Ltd. Information processing system using neural network learning function
US20050192915A1 (en) * 2004-02-27 2005-09-01 Osman Ahmed System and method for predicting building thermal loads

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KULAKOV, A. ET AL.: "Implementing artificial neural-networks in wireless sensor networks", IEEE/SARNOFF SYMPOSIUM ON ADVANCES IN WIRED AND WIRELESS COMMUNICATION, 18 April 2005 (2005-04-18), PRINCETON NJ, pages 94 - 97, XP010793755 *
OBST, O.: "`Poster Abstract: Distributed Fault Detection using a Recurrent Neural Network", IEEE INTERNATIONAL CONFERENCE ON INFORMATION PROCESSING IN SENSOR NETWORKS, 13 April 2009 (2009-04-13), SAN FRANCISCO, pages 373 - 374, XP031517511 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9400954B2 (en) 2012-07-30 2016-07-26 International Business Machines Corporation Multi-scale spatio-temporal neural network system
US9715654B2 (en) 2012-07-30 2017-07-25 International Business Machines Corporation Multi-scale spatio-temporal neural network system
US9715653B2 (en) 2012-07-30 2017-07-25 International Business Machines Corporation Multi-scale spatio-temporal neural network system
US9558442B2 (en) 2014-01-23 2017-01-31 Qualcomm Incorporated Monitoring neural networks with shadow networks
US10740233B2 (en) 2015-10-30 2020-08-11 Hewlett Packard Enterprise Development Lp Managing cache operations using epochs
WO2018005210A1 (en) * 2016-06-29 2018-01-04 Microsoft Technology Licensing, Llc Predictive anomaly detection in communication systems
CN108073986A (en) * 2016-11-16 2018-05-25 北京搜狗科技发展有限公司 A kind of neural network model training method, device and electronic equipment
CN106656637B (en) * 2017-02-24 2019-11-26 国网河南省电力公司电力科学研究院 A kind of power grid method for detecting abnormality and device
CN106656637A (en) * 2017-02-24 2017-05-10 国网河南省电力公司电力科学研究院 Anomaly detection method and device
US11628848B2 (en) 2020-03-31 2023-04-18 Toyota Research Institute, Inc. Systems and methods for training a neural network for estimating a trajectory of a vehicle
US20220335817A1 (en) * 2021-04-15 2022-10-20 Infineon Technologies Ag Sensing device for sensing an environmental parameter and method for determining information about a functional state of a sensing device
US12456366B2 (en) * 2021-04-15 2025-10-28 Infineon Technologies Ag Sensing device for sensing an environmental parameter and method for determining information about a functional state of a sensing device
CN115293800A (en) * 2022-07-27 2022-11-04 上海数鸣人工智能科技有限公司 Prediction method aiming at internet click rate prediction based on shadow feature screening
CN115293800B (en) * 2022-07-27 2025-08-12 上海数鸣人工智能科技有限公司 Prediction method for Internet click rate prediction based on shadow feature screening

Similar Documents

Publication Publication Date Title
WO2010144947A1 (en) Construction and training of a recurrent neural network
CN105934766B (en) Neural network is monitored with shade network
US11221617B2 (en) Graph-based predictive maintenance
JP2017507435A (en) Neural watchdog
JP2016539407A (en) Causal saliency time inference
JP2015076888A (en) System and method for configuring a probe server network using a reliability model
Boem et al. Distributed fault detection and isolation of continuous-time non-linear systems
WO2020060854A1 (en) Dynamic graph analysis
Alippi et al. On-line reconstruction of missing data in sensor/actuator networks by exploiting temporal and spatial redundancy
EP4666553A1 (en) Systems and methods for detection and correction of anomalous network system behavior
CN106789646A (en) Service transmission path determines method and device
CN120333518A (en) Intelligent Sensor Abnormal Management System Based on Genetic Algorithm
CN112467686B (en) Distribution network fault recovery method, device, control equipment and storage medium
CN109472342B (en) Self-optimized bionic self-repairing hardware fault reconstruction mechanism design
CN115550144B (en) Distributed faulty node prediction method, device, electronic equipment and storage medium
CN118573115B (en) Online monitoring method and device for photovoltaic new energy storage system
Obst Distributed backpropagation-decorrelation learning
Obst Distributed fault detection using a recurrent neural network
Urteaga et al. REDFLAG: A run-time, distributed, flexible, lightweight, and generic fault detection service for data-driven wireless sensor applications
Bapu et al. Fault Tolerance in Wireless Sensor Networks-A Survey
CN117786941A (en) Industrial virtual and real two-way interaction system and method
CN116896498A (en) A method for detecting service function chain anomalies in network function virtualization scenarios
CN104809205A (en) Online detection method for time and space abnormal events by river network
Kulkarni et al. Fault diagnosis for distributed systems using accuracy technique
CN119620728B (en) Plug-in Functionality and Online Testing Methods for Pre-trained Power System Models

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10788492

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10788492

Country of ref document: EP

Kind code of ref document: A1