WO2022018548A1 - Online training of neural networks - Google Patents
Online training of neural networks Download PDFInfo
- Publication number
- WO2022018548A1 WO2022018548A1 PCT/IB2021/056026 IB2021056026W WO2022018548A1 WO 2022018548 A1 WO2022018548 A1 WO 2022018548A1 IB 2021056026 W IB2021056026 W IB 2021056026W WO 2022018548 A1 WO2022018548 A1 WO 2022018548A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- neural network
- computing
- gradient component
- computer
- network
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
- G06N3/0442—Recurrent networks, e.g. Hopfield networks characterised by memory or gating, e.g. long short-term memory [LSTM] or gated recurrent units [GRU]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/049—Temporal neural networks, e.g. delay elements, oscillating neurons or pulsed inputs
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0499—Feedforward networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/06—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons
- G06N3/063—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons using electronic means
- G06N3/065—Analogue means
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/084—Backpropagation, e.g. using gradient descent
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/09—Supervised learning
Definitions
- the present application is a non-provisional of U.S. Provisional Application 63/054247, “ONLINE TRAINING OF RECURRENT NEURAL NETWORKS,” which was filed 21 July 2020, hereby incorporated by reference in its entirety for all purposes.
- BACKGROUND [002] The invention is notably directed to a computer-implemented method for training of neural networks, in particular recurrent neural networks. [003] The invention further concerns a related neural network and a related computer program product. [004] Over recent years, the number of applications utilizing artificial neural networks (ANNs) has grown rapidly.
- ANNs artificial neural networks
- RNNs recurrently connected ANNs
- RNNs Recurrent neural networks
- BPTT backpropagation of errors through time
- BPTT has however limitations, as it needs to keep track of all past activities by unrolling the network in time, which can become very deep with increasing input sequence length. For example, a two-second-long spoken input sequence with 1 ms time steps will result in a 2000- layer-deep unrolled network.
- the invention is embodied as a computer-implemented method for training a neural network.
- the network comprises one or more layers of neuronal units.
- Each neuronal unit has an internal state, which may also be denoted as unit state.
- the method comprises providing training data comprising an input signal and an expected output signal to the neural network.
- the method further comprises computing, for each neuronal unit, a spatial gradient component and computing, for each neuronal unit, a temporal gradient component.
- the method further comprises updating the temporal and the spatial gradient component for each neuronal unit at each time instance of the input signal.
- Temporal data may be defined as data that represents a state or a value in time or in other words as data relating to time instances.
- the input signals may be in particular continuous input data streams.
- the input signal is processed by the neural network at time instances or in other words time steps.
- the computing of the spatial and the temporal gradient component is performed independently from each other. This has the advantage that these gradient components may be computed in parallel which reduces the computational time.
- the spatial gradient components establish learning signals and the temporal gradient components eligibility traces.
- Methods according to embodiments of the invention may be in particular used for low complexity devices such as Internet of Things (IoT) devices as well as edge Artificial Intelligence (AI)- devices.
- the method comprises updating training parameters of the neural network at specific or predefined time instances, in particular at each time instance.
- the updating may be performed in particular as a function of the spatial and the temporal gradient components.
- the training parameters that may be trained according to embodiments encompass in particular input weights and/or recursive weights of the neuronal units. By updating the training parameters at each time instance, the neuronal units learn at each time instance or in other words at each time step.
- the spatial gradient components are based on connectivity parameters of the neural network, for example the connectivity of the individual neuronal units.
- the connectivity parameters describe in particular parameters of the architecture of the neural network.
- the connectivity parameters may be defined as number or the set of transmission lines that allow for information exchange between individual neuronal units.
- the spatial gradient components are components which take into consideration the spatial aspects of the neural network, in particular interdependencies between the individual neuronal units at each time instance.
- the temporal gradient components are based on the temporal dynamics of the neuronal units.
- temporal gradient components are components which take into consideration the temporal dynamics of the neuronal units, in particular the temporal evolution of the internal states/unit states.
- the method comprises computing, at each time instance, a spatial gradient component for each of the one or more layers and computing, at each time instance, for each of the one or more layers, a temporal gradient component.
- the method computes a temporal gradient component and a spatial gradient component per layer.
- the spatial gradient components/the learning signal may be specific for each layer and propagates from the last layer to the input layer without going back in time, i.e. it represents the spatial gradient passing through the network architecture.
- each layer may compute its own temporal gradient component/eligibility trace, which is solely dependent on contributions of the respective layer, i.e. it represents the temporal gradient passing through time for the same layer.
- the spatial gradient components may be shared for two or more layers.
- the method may be used for single layer as well as multi- layer networks.
- the method may be applied to recurrent neural networks, spiking neural networks and hybrid networks, comprising or consisting of units that have a unit state and units that do not have a unit state
- the method or parts of the method may be implemented on neuromorphic hardware, in particular on arrays of memristive devices.
- a neural network in particular a recurrent neural network.
- the neural network comprises one or more layers of neuronal units. Each neuronal unit has an internal state, which may also be denoted as unit state.
- the neural network is configured to perform a method comprising providing training data comprising an input signal and an expected output signal to the neural network. The method further comprises computing, for each neuronal unit, a spatial gradient component and computing, for each neuronal unit, a temporal gradient component.
- the method further comprises updating the temporal and the spatial gradient component for each neuronal unit at each time instance of the input signal.
- the computing of the spatial and the gradient component may be performed independently from each other.
- the neural network may be a recurrent neural network, a spiking neural network or a hybrid neural network.
- a computer program product for training a neural network comprises a computer readable storage medium having program instructions embodied therewith, the program instructions executable by the neural network to cause the neural network to perform a method comprising steps of receiving training data comprising an input signal and an expected output signal.
- the method comprises further steps of computing, for each neuronal unit, a spatial gradient component and computing, for each neuronal unit, a temporal gradient component, Further steps include updating the temporal and the spatial gradient component for each neuronal unit at each time instance of the input signal. According to embodiments the computing of the spatial and the temporal gradient component may be performed independently from each other.
- FIG. 1 illustrates the gradient flow of a computer-implemented method for training a neural network according to an embodiment of the invention
- FIG. 2 illustrates the gradient flow of a computer-implemented method for training a neural network according to an embodiment of the invention
- FIG.3 shows a spiking neuronal unit of a spiking neural network
- FIG 4a shows test results of methods according to embodiments of the invention compared with back propagation through time (BPPT) techniques
- FIG.4b shows further test results of methods according to embodiments of the invention compared with back propagation through time (BPPT) techniques
- FIG.5 shows test result of another task concerning handwritten digit classification
- FIG. 6 illustrates how methods according to embodiments of the invention can be implemented on neuromorphic hardware
- FIG. 7 shows a simplified schematic diagram of a neural network according to an embodiment of the invention
- FIG. 8 shows a flow chart of method steps of a computer-implemented method for training parameters of a recurrent neural network
- FIG.9 shows an exemplary embodiment of a computing system for performing a method according to embodiments of the invention
- FIG. 10 and FIG. 11 show exemplary detailed derivation of methods according to embodiments of the invention for deep neural networks.
- DETAILED DESCRIPTION [0040]
- Embodiments of the invention provide a method for training, in particular online training of neural networks, in particular recurrent neural networks (RNNs). The method may be in the following also denoted as OSTL.
- FIG. 1 illustrates the gradient flow of a computer-implemented method for training a neural network 100 according to an embodiment of the invention.
- the neural network 100 is a recurrent neural network (RNN) with a single layer 110 comprising neuronal units 111.
- the neural network is unfolded for three time steps t.
- Each neuronal unit 111 has an internal state S, 120.
- the method comprises providing training data comprising an input signal x t , 131 and an expected output signal 132 to the neural network.
- the method computes for each neuronal unit 110 a spatial gradient component L t , 141 and a temporal gradient component e t , 142. Furthermore, at each time instance t of the input signal 131, the temporal gradient components 130 and the spatial gradient components 131 are updated for each neuronal unit 110. [0043]
- the objective of the learning/training is to train parameters ⁇ of the neural network such that it minimizes the error E t between the current output signal y t at a time t and the input signal x t .
- the network error E t at time t is often a function of the output y t of the neuronal units in the output layer, i.e.
- E t f(y t ).
- This internal state of the neuronal units may be a recursive function of itself that in addition depends on its inputs signal x t and recursively on its output signals through trainable input weights W and trainable recurrent weights H, respectively.
- all the trainable parameters of the RNN 100 may be in the following collectively described by a variable ⁇ .
- ⁇ f(x t , s t-1 , y t-1 , ⁇ ).
- Equation 2 is expanded below and a recursion is unraveled that can be exploited to form an online reformulation of BPTT.
- Equation 3 can be rewritten in a recursive form as follows This leads to an expression of the gradient as
- the computing of the spatial and the gradient component may be performed independently from each other.
- the explicit form of these equations is [0052]
- the notation takes inspiration from the standard nomenclature of biological systems, where the change of synaptic weights is often decomposed into a learning signal and an eligibility trace.
- eligibility traces are low-pass filtered versions of the neural activities, while learning signals represent spatially delivered reward signals. Therefore, according to embodiments the temporal gradients denoted e t, ⁇ in Equation 6 may be associated with eligibility traces and the spatial gradients denoted as L t in Equation 7 may be associated with learning signals.
- FIG. 2 illustrates the gradient flow of a computer-implemented method for training a neural network 200 according to an embodiment of the invention.
- the neural network 200 is a recurrent neural network (RNN) with multiple layers.
- RNN recurrent neural network
- Figure 2 illustrates the gradient flow for a two-layer RNN comprising first layer 210 with neuronal units 211 and a second layer 220 with neuronal units 221. The layers 210 and 220 are unfolded for three time steps and the spatial and temporal gradients are separated.
- Each neuronal unit 211 has an internal state S1, 230.
- Each neuronal unit 221 has an internal state S 2 , 231.
- the method comprises providing training data comprising an input signal x t , 141 and an expected output signal 142 to the neural network 200.
- the method computes for each neuronal unit 211 a spatial gradient component L1 t , 151 and for each neuronal unit 221 a spatial gradient component L 2 t , 152. Furthermore, the method computes for each neuronal unit 211 a temporal gradient component e1 t , 161 and for each neuronal unit 221 a temporal gradient component e2 t , 162. [0059] Furthermore, at each time instance t of the input signal 141, the temporal gradient components 161, 162 and the spatial gradient components 151, 152 are updated for each neuronal unit 211, 221 respectively. [0060] Many state-of-the-art applications rely on more complicated multi-layer architectures.
- the definitions of the state s t and the output y t may be revisited as follows.
- the definitions may be adapted to [0062]
- the separation of spatial and temporal components comes if one follows the derivations outlined by Equations 3 to 5.
- the term ds t /d ⁇ in Equation 3 may involve different layers l and m, e.g. ds 1 t /d ⁇ m , and thereby introduces dependencies across layers, see supplementary material.
- the clear separation of spatial and temporal gradients is also introduced for multi-layer architectures according to embodiments of the invention. Accordingly, similar steps as described above for a single layer RNN are performed using the generalized state and output Equations 8 and 9. Following the detailed derivations in the supplementary material, the following eligibility traces and learning signals are obtained for layer 1:
- the approach according to embodiments of the invention concerning multiplying a learning signal L 1 t with an eligibility trace e 1 t, ⁇ stays the same in case of deep networks.
- the learning signal L 1 t is specific for each layer and propagates from the last layer to the input layer without going back in time, i.e. it represents the spatial gradient passing through the network architecture.
- each layer computes its own eligibility trace e1 t, ⁇ , which is solely dependent on contributions of the respective layer l, i.e. it represents the temporal gradient passing through time for the same layer.
- Equation 13 is simplified according to embodiments by omitting the term R.
- the following formulation for multi-layer networks is obtained according to embodiments: [0069]
- the residual term R is consciously omitted, and the mixed spatial and temporal gradient components are not taken into consideration during learning/training.
- investigations of the inventors of the present invention have resulted in the insight that this is an advantageous approach. In particular, with such an approach it is known what is omitted.
- FIG. 3 shows a spiking neuronal unit SNU, 310 of a spiking neural network 300.
- SNN spiking neural networks
- the SNUs 310 of the spiking neural network 300 receive a plurality of input signals [0073] With this approach, SNUs enable gradient-based learning, This allows to exploit the power of known optimization techniques for ANN, while still reproducing the dynamics of the leaky integrate-and-fire (LIF) neuron model, which is well-known in neuroscience. [0074] As shown above methods according to embodiments of the invention may be used for generic RNNs, but can also be applied according to embodiments to train deep SNNs formulated as RNNs. This will be shown in the following. We start from the state and output equations of an SNU layer 1, compare (Wozniak et al., 2018): [0075] By using Equations 15 and 16, we derive the eligibility traces according to Equation 10, as where
- the learning signal can be calculated as:
- the learning signal may be computed without the matrices W, e.g. based on some randomization or approximations of W. More particularly, the learning signal may be computed based on different matrices that are not used in the forward path. In other words, the forward path may use matrices W, while the learning signal is computed on different matrices B.
- the matrices B might be trainable or not.
- methods as presented above may also be used for hybrid networks.
- a very common scenario in deep RNNs or SNNs is that they are often coupled with layers of stateless neurons at the output, for example sigmoid or softmax layers.
- Methods according to embodiments of the invention can also be applied without any modifications to train these hybrid networks containing one or more layers of stateless neurons.
- the state and output equations of these layers simplify to which causes the term in Equation 12 to vanish and the eligibility traces and learning signals can be calculated as
- FIG. 4a shows test results of methods according to embodiments of the invention compared with back propagation though time (BPPT) techniques. More particularly, FIG. 4a concerns music prediction based on the JSB dataset as introduced in the document: Boulanger- Lewandowski, N., Bengio, Y., and Vincent, P. Modeling temporal dependencies in high- dimensional sequences: Application to polyphonic music generation and transcription In Proceedings of the 29th International Conference on International Conference on Machine [0084] Learning, ICML’12, pp.
- BPPT back propagation though time
- the bar 413 shows the result for the test run of the BPTT method
- bar 414 shows the result for the test run of methods according to embodiments of the invention.
- the results obtained with methods according to embodiments of the invention are practically on par with these obtained with BPTT.
- task proves the gradient equivalence of BPTT and of methods according to embodiments of the invention for a hybrid architecture with a single RNN layer and a stateless layer on top.
- this task may be used to demonstrate the reduced computational complexity of methods according to embodiments of the invention for feed-forward SNNs.
- FIG.5 shows test result of another task concerning handwritten digit classification based on the MNIST dataset as introduced in the document: Lecun, Y., Bottou, L., Bengio, Y., and Haffner, P. Gradient based learning applied to document recognition. Proc. IEEE, 86(11):2278– 2324, Nov 1998. ISSN 1558-2256. doi: 10.1109/5.726791. [0088] Again the standard training/testing data split was used.
- FIG. 6 illustrates how methods according to embodiments of the invention can be implemented on neuromorphic hardware.
- the neuromorphic hardware may comprise in particular a crossbar array comprising a plurality of row lines 610, a plurality of column lines 620 and a plurality of junctions 630 arranged between the plurality of row lines 610 and the plurality of column lines 620.
- Each junction 630 comprises a resistive memory element 640, in particular a serial arrangement of a resistive memory element and an access element comprising an access terminal for accessing the resistive memory element.
- the resistive elements may be e.g. phase-change memory elements, conductive bridge random access memory elements (CBRAM), metal-oxide resistive random access memory elements (RRAM), magneto-resistive random access memory elements (MRAM), ferroelectric random access memory elements (FeRAM) or optical memory elements.
- FIG. 7 shows a simplified schematic diagram of a neural network 700 according to an embodiment of the invention.
- the neural network 700 comprises an input layer 710 comprising a plurality of neuronal units 10, one or more hidden layers 720 comprising a plurality of neuronal units 10 and an output layer 730 comprising a plurality of neuronal units 10.
- the neural network 700 comprises a plurality of electrical connections 20 between the neuronal units 10.
- the electrical connections 20 connect the outputs of neurons from one layer, e.g. from the input layer 710, to the inputs of neuronal units from the next layer, e.g. one of the hidden layers 720.
- the neural network 700 may be in particular embodied as recurrent neural network. [0093] Accordingly, the network 700 comprises recurrent connections from one layer to the neuronal units from the same or a previous layer as illustrated in a schematic way by the arrows 30.
- FIG. 8 shows a flow chart of method steps of a computer-implemented method for training parameters of a recurrent neural network. [0095] The method starts at a step 810. [0096] At a step 820, training data is received by or in other words provided to the neural network.
- the training data comprises an input signal and an expected output signal.
- the neural network computes for each neuronal unit a spatial gradient component.
- the neural network computes for each neuronal unit a temporal gradient component.
- the neural network updates the temporal and the spatial gradient component for each neuronal unit at each time instance of the input signal.
- the updates of the parameters of the neural network can be accumulated and deferred until a later time step T.
- the computing of the spatial and the gradient component is performed independently from each other.
- the steps 820 to 850 are repeated at loops 860.
- the steps 820 to 850 may be repeated at specific or predefined time instances and in particular at each time instance.
- the computing system 900 may form a neural network according to embodiments.
- the computing system 900 may be operational with numerous other general purpose or special purpose computing system environments or configurations.
- Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computing system 900 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop devices, multiprocessor systems, microprocessor- based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like.
- the computing system 900 may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system.
- program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types.
- the computing system 900 may be shown in the form of a general-purpose computing device.
- the components of server computing system 900 may include, but are not limited to, one or more processors or processing units 916, a system memory 928, and a bus 918 that couples various system components including system memory 928 to processor 916.
- Bus 918 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures.
- Computing system 900 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computing system 900, and it includes both volatile and non-volatile media, removable and non-removable media.
- System memory 928 can include computer system readable media in the form of volatile memory, such as random access memory (RAM) 930 and/or cache memory 932.
- Computing system 900 may further include other removable/non-removable, volatile/non- volatile computer system storage media.
- storage system 934 can be provided for reading from and writing to a non-removable, non-volatile magnetic media (not shown and typically called a "hard drive”).
- a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a "floppy disk")
- an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media.
- each can be connected to bus 918 by one or more data media interfaces.
- memory 928 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
- Program/utility 940 having a set (at least one) of program modules 942, may be stored in memory 928 by way of example, and not limitation, as well as an operating system, one or more application programs, other program modules, and program data. Each of the operating system, one or more application programs, other program modules, and program data or some combination thereof, may include an implementation of a networking environment.
- Program modules 942 generally carry out the functions and/or methodologies of embodiments of the invention as described herein.
- Program modules 942 may carry out in particular one or more steps of a computer-implemented for training recurrent neural networks, e.g. one or more steps of the method as described with reference to FIGS 1, 2 and 8.
- Computing system 900 may also communicate with one or more external devices 915 such as a keyboard, a pointing device, a display 924, etc.; one or more devices that enable a user to interact with computing system 900; and/or any devices (e.g., network card, modem, etc.) that enable computing system 900 to communicate with one or more other computing devices. Such communication can occur via Input/Output (I/O) interfaces 922.
- I/O Input/Output
- computing system 900 can communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via network adapter 920.
- network adapter 920 communicates with the other components of computing system 900 via bus 918.
- bus 918 It should be understood that although not shown, other hardware and/or software components could be used in conjunction with computing system 900. Examples include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc.
- the present invention may be a system, a method, and/or a computer program product at any possible technical detail level of integration.
- the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
- the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
- the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
- a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
- RAM random access memory
- ROM read-only memory
- EPROM or Flash memory erasable programmable read-only memory
- SRAM static random access memory
- CD-ROM compact disc read-only memory
- DVD digital versatile disk
- memory stick a floppy disk
- a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
- a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
- the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
- Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state- setting data, configuration data for integrated circuitry, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++, or the like, and procedural programming languages, such as the "C" programming language or similar programming languages.
- ISA instruction-set-architecture
- machine instructions machine dependent instructions
- microcode firmware instructions
- state- setting data configuration data for integrated circuitry
- configuration data for integrated circuitry or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++, or the like, and procedural programming languages, such as the "C" programming language or similar programming languages.
- the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- LAN local area network
- WAN wide area network
- Internet Service Provider for example, AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
- electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
- FPGA field-programmable gate arrays
- PLA programmable logic arrays
- These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
- the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
- the flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention.
- each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the blocks may occur out of the order noted in the Figures.
- two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
- each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
- Equation 2 can be generalized as follows
- Equation 33 corresponds to Equation 2 for a single layer.
- the term is expanded as follows
- the term for contains a recursion in time, but additionally it contains a recursion in space » i.e., it depends on other layers, for example the -th layer.
- Equation 38 is expanded to a more complex expression where the two recurencies in space, and in time become apparent. When expanding far enough in space, it eventually reaches Therefore, we can rewrite
- Equation 39 as where we collect all the remaining terms into a residual term R .
- a generalized learning signal and a generalized eligibility trace as see Equations 10- 11. This allows to express the parameter update as see Equation 3.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Evolutionary Computation (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Artificial Intelligence (AREA)
- General Health & Medical Sciences (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Neurology (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE112021003881.8T DE112021003881T5 (en) | 2020-07-21 | 2021-07-06 | ONLINE TRAINING OF NEURAL NETWORKS |
| CN202180049609.6A CN116171445A (en) | 2020-07-21 | 2021-07-06 | Online Training of Neural Networks |
| JP2023502937A JP7682255B2 (en) | 2020-07-21 | 2021-07-06 | Neural Networks Online Training |
| GB2301542.3A GB2612504A (en) | 2020-07-21 | 2021-07-06 | Online training of neural networks |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US202063054247P | 2020-07-21 | 2020-07-21 | |
| US63/054,247 | 2020-07-21 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2022018548A1 true WO2022018548A1 (en) | 2022-01-27 |
Family
ID=79688371
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/IB2021/056026 Ceased WO2022018548A1 (en) | 2020-07-21 | 2021-07-06 | Online training of neural networks |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US20220027727A1 (en) |
| JP (1) | JP7682255B2 (en) |
| CN (1) | CN116171445A (en) |
| DE (1) | DE112021003881T5 (en) |
| GB (1) | GB2612504A (en) |
| WO (1) | WO2022018548A1 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114781633B (en) * | 2022-06-17 | 2022-10-14 | 电子科技大学 | A processor integrating artificial neural network and spiking neural network |
| CN115456149B (en) * | 2022-10-08 | 2023-07-25 | 鹏城实验室 | Impulse neural network accelerator learning method, device, terminal and storage medium |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8612286B2 (en) * | 2008-10-31 | 2013-12-17 | International Business Machines Corporation | Creating a training tool |
| CN106418849A (en) * | 2016-09-26 | 2017-02-22 | 西安蒜泥电子科技有限责任公司 | Method and system for controlling synchronous scanning of body scanner |
| CN106991474A (en) * | 2017-03-28 | 2017-07-28 | 华中科技大学 | The parallel full articulamentum method for interchanging data of deep neural network model and system |
| WO2017201511A1 (en) * | 2016-05-20 | 2017-11-23 | Google Llc | Training machine learning models |
| CN111126223A (en) * | 2019-12-16 | 2020-05-08 | 山西大学 | Video pedestrian re-identification method based on optical flow guide features |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| GB201419355D0 (en) * | 2014-10-30 | 2014-12-17 | Ibm | Neuromorphic synapses |
| US11715009B2 (en) * | 2016-05-20 | 2023-08-01 | Deepmind Technologies Limited | Training neural networks using synthetic gradients |
| US20210312272A1 (en) * | 2018-12-20 | 2021-10-07 | Tdk Corporation | Neuromorphic circuit, neuromorphic array learning method, and program |
-
2021
- 2021-06-05 US US17/339,978 patent/US20220027727A1/en active Pending
- 2021-07-06 JP JP2023502937A patent/JP7682255B2/en active Active
- 2021-07-06 GB GB2301542.3A patent/GB2612504A/en not_active Withdrawn
- 2021-07-06 WO PCT/IB2021/056026 patent/WO2022018548A1/en not_active Ceased
- 2021-07-06 CN CN202180049609.6A patent/CN116171445A/en active Pending
- 2021-07-06 DE DE112021003881.8T patent/DE112021003881T5/en active Pending
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8612286B2 (en) * | 2008-10-31 | 2013-12-17 | International Business Machines Corporation | Creating a training tool |
| WO2017201511A1 (en) * | 2016-05-20 | 2017-11-23 | Google Llc | Training machine learning models |
| CN106418849A (en) * | 2016-09-26 | 2017-02-22 | 西安蒜泥电子科技有限责任公司 | Method and system for controlling synchronous scanning of body scanner |
| CN106991474A (en) * | 2017-03-28 | 2017-07-28 | 华中科技大学 | The parallel full articulamentum method for interchanging data of deep neural network model and system |
| CN111126223A (en) * | 2019-12-16 | 2020-05-08 | 山西大学 | Video pedestrian re-identification method based on optical flow guide features |
Also Published As
| Publication number | Publication date |
|---|---|
| US20220027727A1 (en) | 2022-01-27 |
| JP2023535679A (en) | 2023-08-21 |
| JP7682255B2 (en) | 2025-05-23 |
| GB2612504A (en) | 2023-05-03 |
| CN116171445A (en) | 2023-05-26 |
| DE112021003881T5 (en) | 2023-05-11 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11373092B2 (en) | Training of artificial neural networks | |
| CN112508186B (en) | Method for training neural network for image recognition and neural network device | |
| Chung et al. | Empirical evaluation of gated recurrent neural networks on sequence modeling | |
| US11593611B2 (en) | Neural network cooperation | |
| US11188825B2 (en) | Mixed-precision deep-learning with multi-memristive devices | |
| WO2019177951A1 (en) | Hybrid quantum-classical generative modes for learning data distributions | |
| US10902311B2 (en) | Regularization of neural networks | |
| US11010560B2 (en) | Multi-resolution convolutional neural networks for sequence modeling | |
| TW201445460A (en) | Method for generating compact representations of spike timing-dependent plasticity curves | |
| WO2022018548A1 (en) | Online training of neural networks | |
| Khadka et al. | Neuroevolution of a modular memory-augmented neural network for deep memory problems | |
| CN113490955A (en) | System and method for generating a pyramid level architecture | |
| KR102714239B1 (en) | Generating sparse, modifiable bit-length determination pulses to update analog crossbar arrays | |
| US20210133556A1 (en) | Feature-separated neural network processing of tabular data | |
| CN112766462A (en) | Data processing method, device and computer readable storage medium | |
| WO2025101527A1 (en) | Techniques for learning co-engagement and semantic relationships using graph neural networks | |
| US11443171B2 (en) | Pulse generation for updating crossbar arrays | |
| CN112633464B (en) | Computing system and method for identifying images | |
| Masih | Recurrent Neural Network Model for Time Series Analysis. | |
| Shakeel et al. | Net asset value (NAV) prediction using dense residual models | |
| WO2020054402A1 (en) | Neural network processing device, computer program, neural network manufacturing method, neural network data manufacturing method, neural network use device, and neural network downscaling method | |
| US11487990B2 (en) | Resistive crossbar arrays with reduced numbers of elements | |
| Wang et al. | A multi-axis spatiotemporal attention model with multilayer convolution and Kolmogorov-Arnold Networks for ENSO prediction | |
| CN119204118A (en) | A multivariate time series prediction method and system based on sequence decomposition | |
| CN120258057A (en) | Brain-like spiking neural network model design method, device and computer equipment based on mixed precision |
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: 21845293 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2023502937 Country of ref document: JP Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 202301542 Country of ref document: GB Kind code of ref document: A Free format text: PCT FILING DATE = 20210706 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2301542.3 Country of ref document: GB |
|
| WWP | Wipo information: published in national office |
Ref document number: 2301542.3 Country of ref document: GB |
|
| ENPC | Correction to former announcement of entry into national phase, pct application did not enter into the national phase |
Ref country code: GB |
|
| WWR | Wipo information: refused in national office |
Ref document number: 2301542.3 Country of ref document: GB |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21845293 Country of ref document: EP Kind code of ref document: A1 |















































