EP4673791A1 - Commande d'un système à l'aide d'un réseau neuronal artificiel et d'un apprentissage de réseau neuronal artificiel - Google Patents
Commande d'un système à l'aide d'un réseau neuronal artificiel et d'un apprentissage de réseau neuronal artificielInfo
- Publication number
- EP4673791A1 EP4673791A1 EP24702192.6A EP24702192A EP4673791A1 EP 4673791 A1 EP4673791 A1 EP 4673791A1 EP 24702192 A EP24702192 A EP 24702192A EP 4673791 A1 EP4673791 A1 EP 4673791A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- controller
- nns
- training
- signal
- model
- 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.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B13/00—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
- G05B13/02—Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
- G05B13/0265—Adaptive 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/027—Adaptive 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
-
- 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/045—Combinations of 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/08—Learning methods
- G06N3/084—Backpropagation, e.g. using gradient descent
Definitions
- the present invention relates to controlling a system using an artificial neural network and a training method for such an artificial neural network.
- Control systems are used for many varied purposes. Examples include controlling unwanted noise and/or vibration in engineering systems or in public and private spaces. Passive control solutions are capable of effectively eliminating high frequency components of noise and vibration but are typically large or heavy, possibly exceeding the design constraints of a given application. Active control solutions, by contrast, are capable of good control at low frequencies, and are typically lightweight and small in size. Historically, feedforward active noise and vibration control systems have been implemented using linear control filters and linear plant models, commonly using the well- known FxLMS algorithm.
- FIG. 1 is a schematic diagram of a typical known linear feedforward control system 100.
- the control signal is typically computed to cancel out the effect of a disturbance in the primary path 104 of the system by producing a control action based on a measurement of the disturbance.
- FIR Finite Impulse Response
- the control signal u[n] is received by a plant model 106 that is configured to simulate the system and generate the expected output that the real system would output in response to a given input.
- the plant model output y[n] is linearly summed with the disturbance signal d[n] by a summing component 110 to generate an error signal e[n].
- the aim is for the plant model output y[n] to match the disturbance signal d[n] so that the system error is minimised in order to reduce noise/vibration in the system, for example.
- LTI Linear Time Invariant
- FIR Finite Impulse Response
- a linear controller it is possible to ‘switch’ the controller and plant model, allowing for the FxLMS algorithm.
- nonlinearities present in either the plant or primary path of the control system can have a significant impact on control performance. If the plant is nonlinear then a nonlinear plant model is required. Further, if the primary path is nonlinear then a nonlinear controller is required.
- FIG 2 is a schematic diagram of a known feedforward control system 200 that uses NNs.
- the system comprises a first NN 202 that has been trained to function as a controller that outputs control signals.
- the first NN will have been trained using a dataset comprising system input signals and error signals generated in response to those inputs signals.
- the first NN 202 receives as input a tapped delay line of x[n] and outputs a control signal u[n], A tapped delay line comprising the control signal u[n] is input into a second NN 206 that has been trained to function as a system plant model.
- the plant model output y[n] is linearly summed by a component 210 with the disturbance signal d[n] of the primary path 204 in order to generate an error signal e[n].
- the error signal is then used to update the weights and biases of the first NN.
- the properties of the input, and therefore the effect of the system nonlinearity, may change in time and known solutions that use NNs do not generalize across a range of inputs. Controllers with good performance across a range of input magnitudes are essential in the control of real systems where the system input varies. Further, obtaining a tapped delay line between the controller NN 202 and the plant model NN 204 is problematic in the case of nonlinear inputs, where the ‘switching’ approach is not acceptable.
- Embodiments of the present invention are intended to address the above technical problems.
- Some embodiments are based on training Multilayer Perceptron (MLP) NNs for a single-input-single-output (SISO) control system, e.g. an acoustic noise control system.
- MLP Multilayer Perceptron
- SISO single-input-single-output
- a computer-implemented method of training an artificial neural network, NN useable as a controller for a system, the method comprising: obtaining input data representing a tapped delay line comprising a plurality of reference signals of the system; inputting the plurality of reference signals to a respective plurality of NNs that output a respective plurality of control signals, the plurality of NNs comprising a first NN and at least one further NN, wherein weights and biases of the at least one further NN correspond to weights and biases of a current iteration of the first NN; providing data representing a tapped delay line comprising the plurality of control signals as input to a model configured to simulate the system and to output a model signal; generating a system error signal using the model signal, and training a next iteration of the plurality of NNs using training data comprising the obtained input data and the system error signal.
- a number of the plurality of NNs can correspond to a number of the plurality of reference signals in the obtained input data (and the length of the tapped delay line represented by the obtained input data).
- the current iteration of the NN may be generated using training data comprising previously-obtained input data comprising a plurality of reference signals obtained immediately prior to the obtained input data and corresponding system error signal generated using the previously-obtained input data.
- the method may further comprise storing data representing a trained NN including the weights and biases of the first NN updated according to the current iteration of the NN.
- the system error signal may be obtained by linearly summing a disturbance signal of the system and the model signal.
- the weights and biases of the NN may be updated by backpropagation of the error signal.
- the method may further comprise applying a backpropagation technique to update the weights and biases of the NN to minimise a cost function of the error signal.
- the model may comprise a further NN that has been trained to function as a plant model of the system.
- the NN may comprise a Multilayer Perceptron (MLP) with a single hidden layer.
- MLP Multilayer Perceptron
- the outputs of the plurality of NNs may be represented by an equation: where all weights and biases are those of the current iteration of the NN during training.
- the input and output of the plurality of NNs may be non-linear.
- the input and output of the model may be non-linear.
- the controller may comprise an active and/or feedforward controller for the system.
- the controller may be configured to control acoustic noise/vibration in the system.
- apparatus for training an artificial neural network e.g. a NN useable as a system controller
- the system comprising a processor and memory, the memory comprising computer executable instructions for performing a method substantially as described herein.
- an artificial neural network trained according to a method substantially as described herein.
- a system controller comprising an artificial neural network trained according to a method substantially as described herein.
- a system including a system controller comprising an artificial neural network trained according to a method substantially as described herein.
- the system may comprise a model component configured to simulate the system, receive input from the controller and output a model signal.
- the system may comprise a component configured to linearly sum a disturbance signal of the system and the model signal.
- a computer readable medium, or circuit storing a computer program to operate methods substantially as described herein.
- Figure 1 is a schematic diagram of a control system based on a conventional linear feedforward design
- Figure 2 is a schematic diagram of a control system based on a conventional dual-NN design
- Figure 3 is a schematic diagram of an architecture used to train an NN according to an example embodiment
- Figure 4 is a flowchart illustrating example steps executed to train the NN using the architecture of Figure 3;
- Figure 5 is a schematic diagram of an arrangement that was used to obtain experimental results including a controller that can comprise an NN trained according to an embodiment
- Figure 6 is a graph presenting an example of the control performance of the trained NN controller of Figure 5 compared to the known FxLMS algorithm in the frequency domain, and
- Figure 7 is a graph presenting the equivalent time domain results.
- FIG. 3 A diagram of an architecture 300 used for training an NN for system controller according to an example embodiment is shown in Figure 3.
- the architecture of a system typically refers to its structure in terms of system components and their interrelationships.
- the architecture will be implemented using one or more processor configured to execute software modules.
- the input to the system comprises a tapped delay line that includes a plurality of reference signals.
- the length of the tapped delay line will be based on various factors including the impulse response, sample rate, etc, of a particular system.
- the example architecture 300 comprises a first NN 302 configured to output data useable as a control signal based on the input.
- the example architecture also comprises a further NN 306 configured to function as a plant model that simulates the real system and can generate the expected output that the real system would output in response to a given input.
- the plant model NN can be anything that is capable of mapping the tapped delay line of control signals u[n] to the plant model output y [n]. If the mapping between u[n] and y[n] is nonlinear then any typical NN architecture (e.g. MLP, RNN, LSTM etc) can be used to model this mapping. The choice of activation function will likely affect the maximal performance of a given architecture and its computational efficiency.
- the training of the NN model can be achieved via supervised learning using standard backpropagation methods, and defining a ‘plant modelling error’ which would be the difference between the prediction y[n] of the plant model given an input u[n], and the true measured output of the system, y[n].
- the controller NN 302 receives as input the tapped delay line of x[n] and outputs a control signal u[n], which is received by the plant model NN 306.
- the plant model NN output y[n] is linearly summed by a summation component 310 with the disturbance signal d[n] of the primary path 304 to generate a system error signal e[n].
- a tapped delay line of length L of the reference signal x[n] given by the control signal u[n] can be generated by inputting x[n] to the controller NN 302.
- W is a matrix of weights between the input layer and hidden layer
- [Wx[n]] is the i th element of the vector Wx[n]
- a full tapped delay line u[n] is required to input to the plant model NN 306 to generate the plant model output y[n] and therefore the error e[n]. It is therefore necessary to have available previous control signal values u[n - 1], u[n - 2], ... , u[n - I + 1] for a tapped delay line of length I.
- the memory would be provided to store the output of controller NN 202 and make it available as input for the plant model NN 206 (effectively taking the place of the unit delay component 209 in Figure 2). Therefore, the output u[n] from the controller NN 202 based on the reference signal x[n] would be generated based on the current iteration of the controller NN; however, the output u[n-1] retrieved from the memory would have been generated by the previous iteration of the controller NN.
- the result of this known memory-based method is that the error signal e[n] does not accurately reflect the control performance of the current iteration of the controller; rather, it is calculated from a combination of the output u[n] generated by the current iteration of the controller NN and the outputs u[n-k] of the previous L - 1 iterations of the controller NN. This may lead to stability and performance issues in the training of the controller NN.
- An iteration can comprise the number of batches of training data that is needed to complete one training epoch/learning cycle.
- embodiments overcome this problem by generating the previous controller outputs u[n - k] as if the current iteration of the controller NN 302 has always been in place.
- Embodiments achieve this using one or more copies 302A of the first controller NN 302 so that the total number of controller NNs corresponds to the number of reference signals input/the length of the tapped delay line input.
- at least one processor will execute the copies of the NNs.
- Unit delays (z -1 ) indicate the tapped delay line used. This is a vector u[n] as defined above.
- the tapped delay line is used (as opposed to, for example, the current value of the reference x[n]) because the past inputs to the system continue to affect its output in the present and so this information is needed to model the current output of the system.
- the length of the tapped delay line is 2 (i.e. it comprises 2 reference signals) and so there is one additional controller NN 302A, resulting in a total number of 2 controller NNs in the architecture.
- the tapped delay line included 1000 reference signals then there would be a corresponding total of 1000 controller NNs (one “original” controller NN 302 and 999 “copied” controller NNs 302A).
- the weights and biases of the/each ‘copied NN 302A are exactly the same as those of the first controller NN 302. All the controller NNs 302, 302A are also updated/trained in the same way simultaneously using the same training data comprising the input data x[n] and the corresponding error e[n] that is generated using it.
- a Rectified Linear Unit (ReLU) activation is used for the controller NNs 302, 302A.
- any activation function can be used, although there are likely to be significant differences in performance for a given size of network.
- the adjustment of the weights and biases of the networks can be achieved via backpropagation of the error through the network. In specific embodiments this is achieved using the ADAM optimizer.
- Backpropagation techniques are generally fundamentally gradient descent algorithms to minimize the cost function.
- the cost function will be determined by the application/system. For example, when aiming to achieve broadband attenuation of the acoustic disturbance at the error sensor the cost function is the mean square value of the error.
- FIG. 4 is a flowchart illustrating steps performed by an example method of training a NN that will be useable as a system controller using the training architecture shown in Figure 3.
- the steps can be performed by software instructions being executed on one or more processor. It will be appreciated that at least one of the steps may be re-ordered or omitted. One or more additional steps may be performed in some cases. Further, although the steps are shown as being performed in sequence in the Figure, in alternative embodiments some of them may be performed concurrently, possibly on different processors or cores. It will also be understood that embodiments can be implemented using any suitable software application, programming language, data editors, etc, and may be represented/stored/processed using any suitable data structures and formats.
- Specific embodiments can use the Tensorflow and Keras libraries for PythonTM for the training of the networks, as well as generating their outputs for a given input.
- the structure of these NNs comprises a series of nested operations of matrix multiplication, nonlinear activation functions and addition.
- the training algorithms use nested functions to calculate the gradient of the cost function with respect to a given weight or bias of the network. As such, any suitable software can be used for these tasks.
- step 402 input data representing a tapped delay line comprising a plurality of reference signals x[n] of the system to be controlled is obtained.
- the data may be obtained from storage. Alternatively, the data may be obtained (possibly in real-time) during actual use or simulation of the system. In some cases the data may be obtained from a remote device, such as a sensor connected to the system.
- the plurality of reference signals x[n] are input to a respective plurality of NNs 302, 302A.
- the plurality of NNs comprise a first NN 302 and one or more copies 302A of the first NN.
- Each of the copies 302A are configured such that all their weights and biases are exactly the same as weights and biases of the current iteration of the first NN 302 during training.
- all the NNs are substantially identical.
- the plurality of NNs 302, 302A output a respective plurality of control signals that can represent a tapped delay line u[n].
- the tapped delay line u[n] comprising the plurality of control signals is received by a model configured to simulate the system.
- the model can comprise a further NN 306 trained as a plant model for the system and which outputs a model signal y[n].
- a system error signal e[n] is generated using the model signal y[n]. In embodiments this can be done by linearly summing a disturbance signal d[n] of the system and the model signal y[n].
- the next iteration of the plurality of NNs is generated by training the plurality of NNs using training data comprising the data that was input at step 402 and the error signal generated at step 408.
- all the NNs are substantially identical with the weights and the biases of all the NNs in the plurality of NNs matching exactly (i.e. the weights and the biases of the next iteration of the at least one further NN 302A correspond to the weights and the biases of the next iteration of the first NN 302 as updated).
- Control may then return to step 402 to continue the training, or the method may end when the training is complete, e.g. when no more input data is provided or in response to user instruction.
- Data representing one of the trained NNs 302, 302A, including all its weights and biases, can be extracted from the full dual-net architecture and stored or transferred to another device for further use/processing, e.g. by a realtime system control application.
- the generation of the output of the NN comprises a series of nested operations this can be undertaken on a variety of different types of processors.
- the NN data can be in any suitable format that is compatible with any software application or processor that will use it.
- the NN data can be used to execute the trained NN in prediction mode so that it functions as a controller for the system (or the same type of system) from which the training data originated.
- the new NN training approach disclosed herein is more computationally intensive than the known method that simply stores u[n] in memory and retrieves it.
- the new approach can reduce or eliminate the stability and performance issues that arise when using the known memory-based approach.
- computing u[n] is only required during the training of the controller NN, as is the availability of the previous control signal values.
- the trained controller NN is used as the actual system controller during operation/prediction phase it is fixed and so, for the same sized controller, the computational cost to produce u[n] from x[n] is independent of the training method. It will be understood that only one controller NN is required in use, and none of the copies that are utilized during the training phase.
- a controller NN 302 that has been trained using the architecture illustrated in Figure 3 can be used in the place of the controller NN 202 in the control system shown in Figure 2.
- embodiments can be designed to train a NN useable as a controller for any suitable system. Specific applications will be disclosed below, but it will be understood that these are exemplary only.
- the system comprises an acoustic noise control system where a primary loudspeaker generates a disturbance and a secondary loudspeaker creates a cancelling signal.
- the input reference signal x[n] comprises the frequency of the signal input to the primary speaker and the disturbance d[n] comprises the frequency of the signal output by the primary speaker.
- the control signal u[n] output by the controller NNs represents a frequency of a signal that would be input to the secondary loudspeaker to generate the cancelling signal.
- the plant model NN outputs a signal y[n] that simulates the disturbance generated by the primary loudspeaker based on its input u[n].
- the error signal represents the difference between the disturbance d[n] and the signal y[n] output by the plant model NN.
- the training data for the plant model NN can typically be generated by inputting a random control signal u[n] to the control actuator/loudspeaker.
- the resultant signal y[n] at the error microphone/accelerometer is also measured and recorded.
- the plant model NN can then be trained to map a tapped delay line u[n] of the random control signal to the signal y[n] measured at the error microphone.
- a limitation of this specific acoustic implementation is the assumption that the primary path and the plant are not coupled.
- Another acoustic/vibroacoustic embodiment comprises control of road noise in a vehicle cabin. It is well known that the vibroacoustic pathway from the interaction of vehicle tyres with the ground to the acoustic noise in vehicle cabins can be strongly nonlinear as a result of the nonlinear behaviours of modern suspension systems. Embodiments can therefore be applied to improve acoustic control in a cabin for cancelling tyre noise.
- the controller input can comprise an accelerometer close to the wheel.
- the primary path is the vibroacoustic pathway from the accelerometer to the (likely approximate) location of the passenger ears.
- the disturbance is the noise caused at the passenger ears caused by the interaction between the wheel(s) and ground surface.
- the control signal comprises a voltage applied to a loudspeaker within the vehicle cabin aiming to produce acoustic cancellation at the passenger ears.
- the plant model models the mapping between the voltage applied to the loudspeaker and the pressure measured at (or close to) the passenger ear(s).
- Another acoustic/vibroacoustic embodiment comprises control of vibration in a large structure, such as a cargo ship.
- Large engines can cause strong vibrations that propagate throughout the structure, causing unwanted vibration (perhaps at the location of some delicate cargo).
- the structure Due to the large amplitude of the structural displacement caused by the engine(s), the structure exhibits nonlinear behaviour local to the engines.
- the structure behaves approximately linearly further from the engines.
- control actuators further from the engines will potentially be decoupled from the nonlinear behaviour of the structure local to the engines, and so embodiments can be used to control the vibration.
- the input comprises an accelerometer measurement on an engine.
- the primary path is the vibration pathway(s) from the engine to the location where vibration control is desired.
- the disturbance is the vibration (displacement of the structure) that is to be controlled at the control location.
- the control signal can comprise a voltage applied to the control actuator.
- the plant model models the mapping from the voltage signal applied to the control actuator and the resultant displacement of the structure at the control location.
- the fixed NN controllers have been found to have the ability to generalise well across a range of magnitudes of inputs to the nonlinear system.
- the control performance of the NN controllers is generally best close to the upper limit of the range of magnitudes of inputs over which the controllers are trained. This may be a result of the chosen cost function during the training of the NNs.
- Increasing the training range generally improves performance at higher input magnitudes, but may compromise performance at lower input magnitudes.
- Increasing the number of hidden nodes in the NN controllers can improve performance within the trained range and generalised performance can be improved above the trained range.
- the residual error of a NN controller under sudden changes to the system input indicates that the controller shows robust behaviour over this transition.
- FIG. 5 is a schematic diagram of the arrangement.
- a primary loudspeaker 503, which generates acoustic disturbance was modelled as a damped Duffing oscillator.
- a secondary loudspeaker 505, which generates the cancelling acoustic signal was modelled as a simple harmonic oscillator. Both sources are assumed to behave as monopoles.
- the displacement of the Duffing oscillator, y a (t) was caused by the motion of the floor to which it is attached.
- the displacement x(t) of this floor is also taken to be the reference signal passed to the feedforward controller.
- FIG. 6 is a graph presenting an example of the control performance of the controller 502 in the frequency domain when it was implemented using a controller NN trained according to an embodiment (e.g. the first NN 302) and compared to a conventional controller using the FxLMS algorithm.
- the equivalent time domain results are presented in Figure 7.
- the NN controller had 30 hidden layer nodes and was trained over the range [0, 6 x 1 O -6 ] m.
- the controllers were tested at an input magnitude of 5 x io -6 m.
- the linear FxLMS controller achieved a total attenuation of 16.4 dB
- the NN controller achieved a total attenuation of 28.0 dB.
- Both controllers achieve broadband control up to 200 Hz with similar shaped error spectra, with the NN controller achieving 10-15 dB greater performance across this entire range.
- the frequency content present in the disturbance above 200 Hz was a result of the nonlinearity of the system and remained uncontrolled by either implementation of the controller due its low level.
- reconsidering the form of the cost function used to train the NN controllers can help to improve performance at lower input magnitudes. This may also be achieved by including fixed, pretrained linear elements within the NN during training to provide some degree of ’transfer learning’ from the linear case.
- Alternative embodiments may also be based on other NN architectures, which may provide relative benefits for the control of different types of nonlinearities.
- MLPs are capable of nonlinear mappings, and therefore are an appropriate architecture to model and control nonlinear systems. However, MLPs may not be able to fully capture the dynamics of systems which include hysteretic or other time-dependent nonlinearities. Networks which incorporate recurrence (e.g. RNNs, LSTMs, etc) may offer advantages for these.
- HR filters are known to offer, in some cases, increased computational efficiency over FIR filters due to their internal feedback.
- a similar advantage may arise for recurrent networks over MLPs for nonlinear modelling and control.
- Convolutional networks have also shown good performance, which may be a result of their inherently efficient architecture when applied to image and signal processing.
- Embodiments can provide advantages including being relatively easy to set up in standard Machine Learning libraries, and the tapped delay line for the plant model is always generated from the most ‘up to date’ version/iteration of the controller NN and so can improve training stability and performance.
- Terms such as ‘component’, ‘module’, ‘processor’ or ‘unit’ used herein may include, but are not limited to, a hardware device, such as circuitry in the form of discrete or integrated components, general processing units (GPUs), a Field Programmable Gate Array (FPGA) or Application Specific Integrated Circuit (ASIC), which performs certain tasks or provides the associated functionality.
- the described elements may be configured to reside on a tangible, persistent, addressable storage medium and may be configured to execute on one or more processors.
- These functional elements may in some embodiments include, by way of example, components, such as software components, object-oriented software components, class components and task components, processes, functions, attributes, procedures, subroutines, segments of program code, drivers, firmware, microcode, circuitry, data, databases, data structures, tables, arrays, and variables.
- components such as software components, object-oriented software components, class components and task components, processes, functions, attributes, procedures, subroutines, segments of program code, drivers, firmware, microcode, circuitry, data, databases, data structures, tables, arrays, and variables.
Landscapes
- Engineering & Computer Science (AREA)
- Artificial Intelligence (AREA)
- Physics & Mathematics (AREA)
- Evolutionary Computation (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- Mathematical Physics (AREA)
- Computational Linguistics (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Biophysics (AREA)
- Data Mining & Analysis (AREA)
- Biomedical Technology (AREA)
- Life Sciences & Earth Sciences (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Medical Informatics (AREA)
- Automation & Control Theory (AREA)
- Feedback Control In General (AREA)
Abstract
L'invention concerne un appareil et un procédé d'apprentissage d'un réseau neuronal NN, artificiel pouvant être utilisé comme dispositif de commande pour un système, qui consistent à obtenir (402) des données d'entrée représentant une ligne à retard à prises comprenant une pluralité de signaux de référence du système et à entrer (404) les signaux de référence à une pluralité respective de NN qui émettent une pluralité respective de signaux de commande. La pluralité de NN comprennent un premier NN et au moins un NN supplémentaire et des poids et des sollicitations du ou des NN supplémentaires correspondent à des poids et à des sollicitations d'une itération actuelle du premier NN. Les signaux de commande sont fournis (406) à un modèle qui simule le système et émet un signal de modèle. Un signal d'erreur de système est généré (408) à l'aide du signal de modèle et une itération suivante de la pluralité de NN est entraînée (410) à l'aide de données d'apprentissage comprenant les données d'entrée obtenues et le signal d'erreur de système.
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP23275037.2A EP4425281A1 (fr) | 2023-02-28 | 2023-02-28 | Commande d'un système à l'aide d'un réseau neuronal artificiel et apprentissage de réseau neuronal artificiel |
| GB2302901.0A GB2627750A (en) | 2023-02-28 | 2023-02-28 | Controlling a system using an artificial neural network and artificial neural network training |
| PCT/GB2024/050150 WO2024180310A1 (fr) | 2023-02-28 | 2024-01-19 | Commande d'un système à l'aide d'un réseau neuronal artificiel et d'un apprentissage de réseau neuronal artificiel |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4673791A1 true EP4673791A1 (fr) | 2026-01-07 |
Family
ID=89723261
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP24702192.6A Pending EP4673791A1 (fr) | 2023-02-28 | 2024-01-19 | Commande d'un système à l'aide d'un réseau neuronal artificiel et d'un apprentissage de réseau neuronal artificiel |
Country Status (3)
| Country | Link |
|---|---|
| EP (1) | EP4673791A1 (fr) |
| AU (1) | AU2024230094A1 (fr) |
| WO (1) | WO2024180310A1 (fr) |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5367612A (en) * | 1990-10-30 | 1994-11-22 | Science Applications International Corporation | Neurocontrolled adaptive process control system |
| KR102198817B1 (ko) * | 2018-09-12 | 2021-01-05 | 주식회사 석영시스템즈 | 열·공조 시스템에 대한 수요 반응 결정 모델을 생성하는 방법 및 수요 반응을 수행하기 위한 방법 |
| CN114026570B (zh) * | 2019-05-21 | 2026-03-13 | 弗劳恩霍夫应用研究促进协会 | 多个人工学习单元与投影层级耦接 |
| EP3958423A1 (fr) * | 2020-08-19 | 2022-02-23 | Hitachi Energy Switzerland AG | Procédé et système informatique pour générer une logique de décision pour un contrôleur |
-
2024
- 2024-01-19 AU AU2024230094A patent/AU2024230094A1/en active Pending
- 2024-01-19 EP EP24702192.6A patent/EP4673791A1/fr active Pending
- 2024-01-19 WO PCT/GB2024/050150 patent/WO2024180310A1/fr not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| AU2024230094A1 (en) | 2025-09-04 |
| WO2024180310A1 (fr) | 2024-09-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Zhao et al. | Improved functional link artificial neural network via convex combination for nonlinear active noise control | |
| Shi et al. | Active noise control based on the momentum multichannel normalized filtered-x least mean square algorithm | |
| Napoli et al. | Nonlinear active noise control with NARX models | |
| US5745580A (en) | Reduction of computational burden of adaptively updating control filter(s) in active systems | |
| Walia et al. | Design of active noise control system using hybrid functional link artificial neural network and finite impulse response filters | |
| Zhao et al. | Adaptive extended pipelined second-order Volterra filter for nonlinear active noise controller | |
| Carini et al. | Filtered-X affine projection algorithms for active noise control using Volterra filters | |
| EP4425281A1 (fr) | Commande d'un système à l'aide d'un réseau neuronal artificiel et apprentissage de réseau neuronal artificiel | |
| EP4673791A1 (fr) | Commande d'un système à l'aide d'un réseau neuronal artificiel et d'un apprentissage de réseau neuronal artificiel | |
| GB2627750A (en) | Controlling a system using an artificial neural network and artificial neural network training | |
| Xu et al. | Convergence analysis of three classes of split-complex gradient algorithms for complex-valued recurrent neural networks | |
| EP4492163A1 (fr) | Commande d'un système à l'aide d'un réseau neuronal artificiel | |
| CN116386585B (zh) | 一种基于沃尔泰拉滤波器的非线性主动噪声控制系统 | |
| WO2025012603A1 (fr) | Commande d'un système à l'aide d'un réseau neuronal artificiel | |
| Huynh et al. | Nonlinear neural system for active noise controller to reduce narrowband noise | |
| GB2631714A (en) | Controlling a system using an artificial neural network | |
| Park | Comparison of neural networks and least mean squared algorithms for active noise canceling | |
| AO et al. | G05B 13/02 (2006 01) G06N3/084 (202301) University Road, Southampton SO17 IBJ (GB). PIKE, G06N3/045 (202301) Alexander James; University of Southampton, University (21) International Application Number: Road, Sou pton SO17 IBJ (GB). PCT/GB2024/050150 (74) Agent: BAE SYSTEMS PLC, GROUP IP DEPT; Victory (22) International Filing Date: Point, Frimley, Camberley, Surrey GU167EX (GB). | |
| GG | VJ i F. O| PCT | |
| JPH09152874A (ja) | 能動騒音制御装置及び波形変換装置 | |
| Kauba et al. | Multi-channel narrowband Filtered-x-Least-Mean-Square algorithm with reduced calculation complexity | |
| Bambang | Active noise cancellation using recurrent radial basis function neural networks | |
| Das et al. | Legendre neural network for nonlinear active noise cancellation with nonlinear secondary path | |
| Akraminia et al. | Nonlinear active noise control using adaptive wavelet filters | |
| VC | Novel algorithms based on Legendre neural network for nonlinear active noise control with nonlinear secondary path |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20250901 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |