Method and system for training dynamic nonlinear adaptive filters which have embedded memory

Information

  • Patent Grant
  • 6351740
  • Patent Number
    6,351,740
  • Date Filed
    Tuesday, December 1, 1998
    25 years ago
  • Date Issued
    Tuesday, February 26, 2002
    22 years ago
Abstract
Described herein is a method and system for training nonlinear adaptive filters (or neural networks) which have embedded memory. Such memory can arise in a multi-layer finite impulse response (FIR) architecture, or an infinite impulse response (IIR) architecture. We focus on filter architectures with separate linear dynamic components and static nonlinear components. Such filters can be structured so as to restrict their degrees of computational freedom based on a priori knowledge about the dynamic operation to be emulated. The method is detailed for an FIR architecture which consists of linear FIR filters together with nonlinear generalized single layer subnets. For the IIR case, we extend the methodology to a general nonlinear architecture which uses feedback. For these dynamic architectures, we describe how one can apply optimization techniques which make updates closer to the Newton direction than those of a steepest descent method, such as backpropagation. We detail a novel adaptive modified Gauss-Newton optimization technique, which uses an adaptive learning rate to determine both the magnitude and direction of update steps. For a wide range of adaptive filtering applications, the new training algorithm converges faster and to a smaller value of cost than both steepest-descent methods such as backpropagation-through-time, and standard quasi-Newton methods. We apply the algorithm to modeling the inverse of a nonlinear dynamic tracking system 5, as well as a nonlinear amplifier 6.
Description




II. FIELD OF THE INVENTION




This invention relates to neural networks or adaptive nonlinear filters which contain linear dynamics, or memory, embedded within the filter. In particular, this invention describes a new system and method by which such filters can be efficiently trained to process temporal data.




III. BACKGROUND OF THE INVENTION




In problems concerning the emulation, control or post-processing of nonlinear dynamic systems, it is often the case that the exact system dynamics are difficult to model. A typical solution is to train the parameters of a nonlinear filter to perform the desired processing, based on a set of inputs and a set of desired outputs, termed the training signals. Since its discovery in 1985, backpropagation (BP) has emerged as the standard technique for training multi-layer adaptive filters to implement static functions, to operate on tapped-delay line inputs, and in recursive filters where the desired outputs of the filters are known—[


1


,


2


,


3


,


4


,


5


]. The principle of static BP was extended to networks with embedded memory via backpropagation-through-time (BPTT) the principle of which has been used to train network parameters in feedback loops when components in the loop are modeled [


6


] or un-molded [


7


]. For the special case of finite impulse response (FIR) filters, of the type discussed in this paper, the BPTT algorithm has been further refined [


8


]. Like BP, BPTT is a steepest-descent method, but it accounts for the outputs of a layer in a filter continuing to propagate through a network for an extended length of time. Consequently, the algorithm updates network parameters according to the error they produce over the time spanned by the training data. In essence, BP and BPTT are steepest descent algorithms, applied successively to each layer in a nonlinear filter. It has been shown [


9


] that the steepest descent approach is locally H





optimal in prediction applications where training inputs vary at each weight update, or training epoch. However when the same training data is used for several epochs, BPTT is suboptimal, and techniques which generate updates closer to the Newton update direction (see section 10) are preferable. We will refer to such techniques, which generate updates closer to the Newton update direction, as Newton-like methods.




Since steepest-descent techniques such as BPTT often behave poorly in terms of convergence rates and error minimization, it is therefore an object of this invention to create a method by which Newton-like optimization techniques can be applied to nonlinear adaptive filters containing embedded memory for the purpose of processing temporal data. It is further an object of this invention to create an optimization technique which is better suited to training a FIR or IIR network to process temporal data than classical Newton-like [


10


] techniques. It is further an object of this invention to create multi-layer adaptive filters which are Taylor made for specific applications, and can be efficiently trained with the novel Newton-like algorithm.











IV. BRIEF DESCRIPTION OF DRAWINGS





FIG. 1

provides a block diagram according to which the components of the invention may be combined in a preferred embodiment.





FIG. 2

displays the general architecture for a nonlinear multi-layered FIR network with restricted degrees of computational freedom using separate static nonlinear and linear dynamic components.





FIG. 3

displays a generic nonlinear IIR filter architecture, for which the next states and the output are assumed to be some static function of the current states, and the current inputs.





FIG. 4

displays a simple two-weight polynomial-based network without memory.





FIG. 5

displays the weight sequence over 100 epochs of training the network of

FIG. 4

using BP (×) and the adaptive modified Gauss-Newton algorithm (∘) respectively. Contours of constant cost are shown.





FIG. 6

displays the weight sequence over 100 epochs of training the network of

FIG. 4

using BP (top line) and the adaptive modified Gauss-Newton algorithm with update steps constrained to a magnitude of 0.1.





FIG. 7

displays a block-diagram of a generic tracking system with static nonlinearities embedded within linear dynamics, and parasitic dynamics on the feedback path.





FIG. 8

displays the FIR network employed to linearize the nonlinear tracking system of FIG.


7


and equ. (43)





FIG. 9

displays a technique for acquiring training data by exciting the tracking system.





FIG. 10

displays the RMS error of the network of

FIG. 8

over 100 epochs using the adaptive modified Gauss-Newton algorithm, and over 200 epochs using BPTT, Kalman Filtering, the Gauss-Newton technique, and BFGS with a line search.





FIG. 11

displays the learning rate, μ


k


, over 100 training epochs for the network of

FIG. 8

using the adaptive modified Gauss-Newton algorithm.





FIG. 12

displays the trained weights


42


of the FIR filter at layer


2


of path


1


in FIG.


8


.





FIG. 13

displays on the left the error produced by an analytical inversion of the linearized tracking system of FIG.


7


. This illustrates the extent of the error due to nonlinear distortion. On the right is shown the error in the output of the trained network of FIG.


8


.





FIG. 14

displays the Wiener model filter used to emulate a nonlinear audio amplifier.





FIG. 15

displays a method by which data is gathered for training the filter of FIG.


14


.





FIG. 16

displays the spectral response of the nonlinear amplifier to a dual tone signal.





FIG. 17

displays the spectral response of the nonlinear amplifier to a prewarped dual tone signal.











V. SUMMARY OF THE INVENTION




This invention concerns a method for applying a Newton-like training algorithm to a dynamic nonlinear adaptive filter which has embedded memory.

FIG. 1

provides a block diagram according to which the components of the invention may be combined in a preferred embodiment. The solid lines indicate the flow of data between steps; the dashed lines indicate the flow of control between steps. Initially,


47


, the dynamic nonlinear system to be emulated by the filter is decomposed to linear dynamic elements, and nonlinear elements. Based upon this decomposition, a filter architecture, h


48


, consisting of adaptable static nonlinear components, and adaptable linear components, is Taylor-made


49


for the desired dynamic operation


47


. Next


51


, using an initial set of filter parameters w


53


, and architecture h


48


, a training input sequence {u


n


}


50


is propagated through the filter to obtain an output sequence {ŷ


n


}


52


. An error signal {e


n


}


55


is created by subtracting from {ŷ


n


}


52


the desired output sequence {ŷ


n


}


56


. Using h


48


, {e


n


}


55


, and w


53


a novel technique


57


is used to construct a single matrix ∇h


w




58


which relates each network parameter to the error it produces over the full sequence {e


n


}


55


. Using ∇h


w




58


, {e


n


}


55


, and a learning rate μ, a novel Newton-like update algorithm


59


, is used to determine a weight update vector Δw


60


. A temporary parameter set w


t




62


is created by summing Δw


60


and w


61


. Using w


t




62


and h


48


, the training input sequence {u


n


}


50


is again propagated


63


through the filter to obtain output sequence {ŷ


t






n




}


64


. {e


t






n




}


66


is created by


65


differencing {ŷ


t






n




}


64


and {ŷ


n


}


56


. Costs


67


,


68


are computed from the error sequences


55


,


66


, such as J=Σ


n


e


n




2


and J


t





n


e


t






n






2


. If J>J


t


, μ


70


is increased


69


, the new w is set equal to w


t




69


, and the process is commenced at block


51


. Otherwise, μ


71


is decreased


71


and the process commences at


59


.




In section VI is described the novel Newton-like algorithm for updating the parameters of a network with embedded memory. The technique is based on a modification of the Gauss-Newton optimization method. The modification involves an adaptive parameter which ensures that the approximation of the cost's Hessian matrix is well-conditioned for forming an inverse. In section VII is described a technique for relating the output error of a nonlinear filter with embedded FIR dynamics to the filter parameters, such that a Newton-like technique can be applied. This method involves creating a single matrix which relates all the network parameters to all the error they generate over the full time sequence. In section VIII is described a technique for relating the output error of a general nonlinear IIR filter to the filter parameters, such that a Newton-like technique can be applied. Section IX discusses the superior behavior of the adaptive modified Gauss-Newton method over steepest-descent methods such as BPTT. In section X, we describe how a dynamic nonlinear adaptive filter may be Taylor-made for a particular problem, and trained by the new algorithm. In this section, the performance of the algorithm is compared with that of other optimization techniques, namely BPTT, Kalman Filtering, a Gauss-Newton method, and the Broyden-Fletcher-Goldfarb-Shanno (BFGS) method which are known to those skilled in the art.




VI. The Adaptive Modified Gauss-Newton Algorithm




In order to clearly explain the invention, this section describes the new method, as well as the rationale behind it. In a preferred embodiment, we assume that a training input sequence {u


n


}


53


, n ∈ {1 . . . N} is propagated


51


through the adaptive network. We consider the network to be represented by a known nonlinear filter operator, h


48


, which is determined solely by the network architecture. h


51


operates on (w, u)


50


,


53


where u is an input vector of length N and w is a vector of all the adaptable parameters in the network. The vector which is created from the outputs of the network {ŷ


n


}


52


in response to the training, sequence


50


is denoted h(u,w).




At each training epoch, which we denote with subscript k, we find an iterative update of the parameter vector, w


k


. At epoch k, one may describe the sequence of desired training outputs as a vector:








y




k




=h


(


w*, u




k


)


+v




k


  (1)






where w* is the vector of ideal weights which training seeks to discover, u


k


is a vector of inputs at epoch k and v


k


is a vector of unknown disturbances. If the data in u


k


and y


k


are sampled from real-world continuous signals, then v


k


can be regarded as a vector of noise on the ideal system inputs or sampled outputs. v


k


Can also be regarded as error resulting from the architectural imperfections of the network, such as emulating IIR linear dynamics with an FIR structure. Alternatively, in a control applications, v


k


could result from the physical impossibility of a control law bringing all states instantaneously to 0 in a stable system. The subscript k on y


k


and u


k


indicates that the inputs, and desired output set can be changed at each epoch, however, in many applications they are held constant over several epochs. The invention involves an updating strategy F, which iteratively determines the current weight vector from the previous weight vector and the input-output truth model, w


k


=F(w


k−1


, u


k


, y


k


). To select amongst updating strategies, we define the following cost function:







J


(


w




k




, u




k


)=½


e




fk




T




e




fk


=½(


h


(


w




k




, u




k


)


−h


(


w, u




k


))


T


(


h


(


w




k




, u




k


)


−h


(


w, u




k


))  (2)




where e


fk


is the vector of filtered errors, or errors in the absence of disturbance v


k


. Then, we seek that F which minimizes J (F(w


k−1


, u


k


, y


k


), u


k


).




Note that the inputs to F restrict our exact knowledge of J's variation with respect to the weights to the first derivative, ∇w


J


. Additional measurements can be performed on a network to estimate higher derivatives of J at each epoch, however, the performance of such methods for our class of problem does not justify their added computational complexity.




We determine F by expanding the filter function h around the current value of the weights vector. By evoking the mean value theorem, we can describe the filter outputs at epoch k:








h


(


w




k




, u




k


)


=h


(


w




k−1




, u




k


)+∇


w




h


(


w




k−1




,u




k


)


T


(


w




k




−w




k−1


)+½(


w




k




−w




k−1


)


T





T




w




2




h


(


{overscore (w)}




k−1




, u




k


)(


w




k




−w




k−


  (3)






where {overscore (w)}


k−1


is some weight vector for which each component lies between the corresponding components of w


k−1


and w


k


. Note that the notation in (3) is inaccurate—the term ∇


w




2


h({overscore (w)}


k−1


, u


k


) is not a matrix in this context, but a tensor. Note also that the matrix ∇


w


h(w


k−1


, u


k


), which contains the derivatives of the outputs with respect to all parameters in the network over the full time sequence, is difficult to calculate for nonlinear FIR and IIR filters which contain embedded memory. This will be discussed in the next section. Suppose now, that at every epoch, we apply the old weight vector to the current inputs and compare the filter outputs with the current desired set of outputs. The measured error is:








e




mk




=y




k




−h


(


w




k−1




, u




k


)  (4)






and in a preferred embodiment, the cost function we actually measure is








J




mk





mk




T




e




mk


.  (5)






The filtered error, e


fk


, Which we seek to minimize, is not directly measurable. However, using equation (3) and (4) we can describe this filtered error in terms of the measured error as







e




fk




=e




mk


−∇


w




h


(


w




k−1




, u




k


)


T


(


w




k




−w




k−1


)


−v




k


−½(


w




k




−w




k−1


)


T





w




2




h


(


{overscore (w)}




k−1




, u




k


)(


w




k




−w




k−1


)  (6)




Consider the last term on the RHS involving the second derivative of h at {overscore (w)}


k−1


. This indicates how far h(w


k


, u


k


) is from a first-order approximation at w


k−1


. We assume that this term→0 as the weights converge. If we further make the strong assumption that the disturbance term v


k


is negligible, then we drop these terms from the estimation of e


fk


and approximate cost as








Ĵ


(


w




k




, u




k


)=½(


e




mk


−∇


w




h


(


w




k−1




, u




k


)


T


(


w




k




−w




k−1


))


T


(e


mk


−∇


w




h


(


w




k−1




, u




k


)


T


(


w




k




−w




k−1


))  (7)






We can calculate the derivative of this cost with respect to w


k


.









w




Ĵ





w




k−1


)=−∇


w




h


(


w




k−1




, u




k


)(


e




mk


−∇


w




h


(


w




k−1




, u




k


)


T


(


w




k




−w




k−1


)).  (8)






The invention introduces the novel criterion that the update step taken, Δw


k−1


=w


k


−w


k−1


, be parallel with the gradient of the quadratic cost estimate at the new location, w


k


, to which we are stepping:













Δ






w

k
-
1



=


-

μ
k






w




J
^



(


w
k

,

u
k


)










=


μ
k





w



h


(


w

k
-
1


,

μ
k


)





(


e
mk

-




w




h


(


w

k
-
1


,

u
k


)


T



Δ






w

k
-
1




)









(
9
)













where we have introduced μ


k


, as a constant of proportionality. In a linear filter, this criterion would encourage updates which move more directly towards the quadratic cost minimum than a steepest descent update. For the invention, since μ


k


is a learning rate which can be freely adjusted, we solve (9) for Δw


k−1


:













Δ






w

k
-
1



=






(


1

μ
k


+




w



h


(


w

k
-
1


,

μ
k


)







w




h


(


w

k
-
1


,

μ
k


)


T




)


-
1
















w



h


(


w

k
-
1


,

μ
k


)





e
mk









(
10
)













Equ. 10 is the Adaptive Modified Gauss-Newton algorithm, which will henceforth be referred to as AMGN. To place this aspect of the invention in context with respect to classical optimization, consider Newton's iterative technique applied to the new set of inputs at each epoch:








w




k




=w




k−1


−μ


k


(∇


w




2




J


(


w




k−1




, u




k


))


−1





w




J


(


w




k−1




, u




k


)  (11)






Since the Hessian of the cost ∇


w




2


J(w


k−1


,u


k


) is difficult to calculate, the Gauss-Newton technique uses an estimation of the Hessian of the cost, which for the cost of equ.(2) would be















w
2



J


(


w

k
-
1


,

u
k


)



=









w
2



h


(


w

k
-
1


,

u
k


)





e

f
k



+















w



h


(


w

k
-
1


,

μ
k


)







w




h


(


w

k
-
1


,

μ
k


)


T










(
12
)
















w



h


(


w

k
-
1


,

μ
k


)







w




h


(


w

k
-
1


,

μ
k


)


T








(
13
)













This approximation is sound as one converges to a minimum at which e


fk


43 0 as k→∞. Problems arise, however, when ∇


w




2


h(w


k−1


, u


k


)e


fk


is not negligible, or when the matrix









w




h


(


w




k−1




, u




k


)∇


w




h


(


w




k−1




, u




k


)


T


  (14)






is poorly conditioned. In the context of the invention, the latter phenomenon is particularly prevalent when the training signal is narrowband, or the network architecture has excessive degrees of freedom. To ameliorate these effects, the Gauss-Newton algorithm can be modified by adding some positive definite matrix to (14) before taking the inverse, with the objective of improving the condition number, and the convergence characteristics. This invention describes an adaptive method for controlling the conditioning of the inverse in (10) using the learning rate μ


k


.




If μ


k


is too large, this can negatively impact the update direction for the reasons discussed above; if μ


k


is set too small, convergence is retarded. Therefore, we determine μ


k


adaptively by successive step size augmentation and reduction. In a preferred embodiment μ is augmented by some factor, ε


a


, after each update of the weights which diminishes cost, and reduced by some factor, ε


r


, after each update which enlarges cost. It will be noted by one skilled in the art that other methods for augmenting and reducing μ based on the performance of each weight update can be used, without changing this essential idea in the invention.




One skilled in the art will also recognize that for complex cost functions, AMGN can be trapped in non-global minima of cost. One method of ameliorating this problem is to multiply each weight update by some term proportional to







max


(



J

m
k


-

J
*


,
0

)




&LeftDoubleBracketingBar;




w



h


(


w

k
-
1


,

u
k


)





e

m
k



&RightDoubleBracketingBar;

2











where J


mk


is the measured cost at epoch k, J* is some predetermined good enough value of cost, and ∥ ∥


2


denotes the 2-norm of the vector. In this way, if the parameters approach a local minimum, but J


mk


>J*, the weight updates will grow large so that the local minimum can be escaped. This and many other techniques for avoiding local minima may be used to augment AMGN without changing the essential idea.









VII. Calculating the Term ∇


w


h(w


k−1


, u


k


) for a Nonlinear FIR Filter




This section addresses the calculation of ∇


w


h(w


k−1


, u


k


) for a general nonlinear FIR network which can be decomposed into static nonlinear and linear dynamic components, such as that displayed in FIG.


2


. Each layer


7


of this network consists of a linear FIR filter


2


feeding into a nonlinear generalized single-layer subnetwork (GSLN)


3


which generates the weighted sum of a set of static nonlinear functions. A GSLN refers to any weighted sum of nonlinear functions [ƒ


1


. . . ƒ


v


] where the weights [x


1


. . . x


v


] are adjustable parameters.




Since the initial states of the FIR filters


2


are unknown, we must wait until our known set of inputs


8


have propagated through the network before useful training data is generated at the output


9


. Therefore, the output sequence


9


which we use to train the filter will be of length






N
-


sup
p



(




l
=
1


L
p




M

p
,
l



)


+
1










where M


p,l .


is the number of taps of the FIR filter at layer l of path p, and the sup operation selects that path with the most cumulative delays. One may consider the multi-layer filter of

FIG. 2

to be represented by a known nonlinear filter operator, h, which is determined solely by the network architecture. h operates on (w, u) where u is a vector of length N containing all the inputs


8


and w is a vector, of length










p
,
l




(


M

p
,
l


+
V

)


,










which contains every adaptable parameter in the network. The output sequence


9


is stored in a vector of length






N
-


sup
p



(




l
=
1


L
p




M

p
,
l



)


+
1










which we denote h(w, u) as described above.




The matrix term ∇


w


h(w


k−1


, u


k


), which contains the derivative of each element of the output sequence with respect to each parameter in the network, is easy to calculate in a one-layered network (where L=1). In this case, each row is simply the sequence of inputs that excite the corresponding weight in w


k−1


. We will now describe how this term is found in a multi-layered network such as FIG.


2


,with FIR filters


2


and nonlinear components


3


at hidden layers. All indication of the epoch k will be abandoned in this section for economy of notation. Keep in mind that the network parameters and output sequences are epoch-dependent, however.




Firstly, we need to detail notation for the propagation of data through the layers of the network. Consider a single layer l


7


in the path p of the filter of FIG.


2


. For the sake of clarity, we have boxed this layer in the figure. In isolation, the single layer implements a Wiener-type filter [11]. The layer has two sets of weights, those determining the output of the FIR filter






ω


p,l




=[w




1




p,l




. . . w




M






p,l






p,l


]


T


  (15)






and those determining the weighting of each function of the volterra node








x




p,l




=[x




1




p,l




. . . x




V




p,l


]


T


.  (16)






Imagine the output of the GSLN of layer l−1 is described by the matrix










F

p
,

l
-
1



=


[


F
1

p
,

l
-
1















F

N

p
,

l
-
1




p
,

l
-
1




]

T





(
17
)













where N


p,l−1


is the length of the vector of outputs from layer l−1 of path p:







N

p
,

l
-
1



=

N
-


(





i
=
1


l
-
1




M

p
,
i



-
1

)

.












We can create a matrix of the sequential activation states of the FIR filter


2


at layer l


7


,










A

p
,
l


=

[









F

M

p
,
l



p
,

l
-
1







F

(


M

p
,
l


-
1

)


p
,

l
-
1









F
1

p
,

l
-
1








F

(


M

p
,
l


+
1

)


p
,

l
-
1






F

M

p
,
l



p
,

l
-
1




































F

N

p
,

l
-
1




p
,

l
-
1












F

N

p
,
l



p
,

l
-
1






]





(
18
)













The output of the FIR filter


2


at this layer


7


can then be found according to:










a

p
,
l


=


A

p
,
l


×

ω

p
,
l







(
19
)







[


a
1

p
,
l














a

N

p
,
l



p
,
l



]

T




(
20
)













where × is a matrix multiplication. This output vector is used in turn to construct the matrix, B


p,l


, of inputs which excite the weights of the GSLN


3


of layer l


7


:










B

p
,
l


=

[










f
1



(

a
1

p
,
l


)







f
2



(

a
1

p
,
l


)









f
V



(

a
1

p
,
l


)








f
1



(

a
2

p
,
l


)






f
2



(

a
2

p
,
l


)




































f
1



(

a

N

p
,
l



p
,
l


)












f
V



(

a

N

p
,
l



p
,
l


)





]





(
21
)













The output


10


of the GSLN is then found by the weighted summation:










F

p
,
l


=


B

p
,
l


×

x

p
,
l







(
22
)











=


[


F
1

p
,
l














F

N

p
,
l



p
,
l



]

T






(
23
)













In a similar fashion, we can describe the gradient of the function implemented by the GSLN


3


for each set of inputs according to:










F








p

,
l


=


B








p

,
l


×

x

p
,
l







(
24
)












=


[


F
1








p

,
l














F

N

p
,
l










p

,
l



]

T







where





(
25
)







B








p

,
l


=

[










f
1




(

a
1

p
,
l


)







f
2




(

a
1

p
,
l


)









f
V




(

a
1

p
,
l


)








f
1




(

a
2

p
,
l


)






f
2




(

a
2

p
,
l


)




































f
1




(

a

N

p
,
l



p
,
l


)












f
V




(

a

N

p
,
l



p
,
l


)





]





(
26
)













We can begin to describe the calculation of ∇


w


h(w


k−1


, u


k


) by recognizing, as would one skilled in the art, that this term is trivial to find in a one-layer linear network. Consequently, we seek to condition the inputs to each network layer so that weights of hidden layers l={1 . . . L−1} can be trained similarly to the weights of the output layer L. This is achieved by pre-multiplying the inputs to each layer by the differential gain which that layer's output


10


sees due to subsequent layers in the network. To illustrate this idea, consider the function h


p,l


to represent the reduced filter function for a single layer. i.e.







h




p,l


(


w




k−1




p,l




, u




k


)


=F




p,l


  (27)




To find ∇


w






p,l






h




p,l


(w


k−1




p,l




, u




k


), the gradient of this layers' outputs


10


with respect to each of the weights in the layer, we pre-amplify the matrix of filter states, A


p,l


, by the gradient of the nonlinear function


3


which corresponds to each row of FIR filter states. In this way, given the weights vector for the whole layer, w


p,l


=[ω


p,l






T




x


p,l






T




]


T


, and the set of inputs


8


at epoch k, we can determine









w






p,l






h


(


w




p,l




k−1




, u




k


)


=[A




p,l




.F′




p,l




B




p,l]


  (28)






generating the matrix









[





F

M

p
,
l








p
,

l
-
1






F
1








p

,
l







F

(


M

p
,
l


-
1

)







p
,

l
-
1






F
1








p

,
l










F
1






p
,

l
-
1






F
1








p

,
l












f
1



(

a
1

p
,
l


)















f
V



(

a
1

p
,
l


)









F

(


M

p
,
l


+
1

)







p
,

l
-
1






F
2








p

,
l







F

M

p
,
l








p
,

l
-
1






F
2








p

,
l










F
2

p
,

l
-
1





F
2








p

,
l







f
1



(

a
2

p
,
l


)









f
V



(

a
2

p
,
l


)







































F

N

p
,

l
-
1









p
,

l
-
1






F

N

p
,
l










p

,
l













F

N

p
,
l








p
,

l
-
1






F

N

p
,
l










p

,
l







f
1



(

a

N

p
,
l



p
,
l


)









f
V



(

a

N

p
,
l



p
,
l


)





]




(
29
)













Note that the operation in (28) multiplies each row of A


p,l


with the element in the corresponding row of F′


p,l


. The concept applied to (28) can be extended to the entire filter of

FIG. 2

if we realize that the outputs of layer l, which excite the FIR filter


2


at layer l+1, do not see a static differential gain due to the subsequent layer, but rather a time-varying gain as the outputs propagate through each tap in the filters of layer l+1—as well as subsequent layers. This time-varying gain can be taken into account by convolving the inputs to each layer with the weights of the FIR filters


2


at subsequent layers, and then multiplying the convolved inputs by the gradient due to the nonlinear GSLN


3


at the subsequent layer. We define the convolution operation as follows:




Given any set of weights for an FIR filter


2










ω=[w




1




. . . w




α


]  (30)






and a matrix of inputs









F
=

[




F
β







F
1



















F
N







F

N
-
β
+
1





]





(
31
)













we have the convolution of F with ω











C
ω



(
F
)


=

[







i
=
1

α




F

β
+
i
-
1




ω

α
-
i
+
1










i
=
1

α




F

β
+
i
-
2




ω

α
-
i
+
1













i
=
1

α




F
i



ω

α
-
i
+
1












i
=
1

α




F

β
+
i




ω

α
-
i
+
1











































i
=
1

α




F

N
-
α
+
i




ω

α
-
i
+
1
















i
=
1

α




F

N
-
β
+
1
-
α
+
i




ω

α
-
i
+
1







]





(
32
)













where the dimensions of C


ω


(F) are (N−β−α+2)×β. This convolution operation is sequentially applied to each layer to account for the total time-varying differential gain which the outputs of a layer see due to all subsequent layers in the path. Hence, we can describe the derivative of the filter operator for the full path p


11


with respect to the weight vector for layer l, w


p,l


, operating on the current set of weights and inputs, as follows


















w

p
,
l






h
p



(


w
p

,
u

)



=

&AutoLeftMatch;

[



C

w

p
,

L
p






(



C

w

p
,


L
p

-
1




(














C

w

p
,

l
+
1






(

[



A

p
,
l


·

F








p

,
l









B

p
,
l



]

)


·

F








p

,

l
+
1





)












·

F








p

,


L
p

-
1





)




F








p

,

L
p




]






(
33
)













where L


p


is the number of layers in path p—refer to FIG. (


2


). Now, by combining matrices like (33) for the weights of each layer, we can extend our calculation to find the gradient with respect to the weights vector of an entire path


11


as follows:





















w
p





h
p



(


w
p

,
u

)



=





[





w

p
,
1






h
p



(


w
p

,
u

)












w

p
,
2






h
p



(


w
p

,
u

)


























w

p
,

L
p







h
p



(


w
p

,
u

)



]








(
34
)













It is trivial to extend this to the multiple paths in the network. We combine the matrices of weights for each path, to form a vector of weights for the entire network of

FIG.2

, with P total paths,









w
=

[




w
P






w

P
-
1












w
1




]





(
35
)













The derivative of the full network operator with respect to w, acting upon the current weights, w, and the inputs, u, is then









w




h


(


w, u


)=[∇


w






p






h




p


(


w




p




, u


)∇


w






p−1






h




p−1


(


w




p−1




,u


) . . . ∇


w






1






h




1


(


w




1




, u


)]  (36)






With this matrix in hand, we are now able to implement AMGN for the dynamic nonlinear network of FIG.


2


. The matrix ∇


w


h(w, u) also enables one skilled in the art to apply other Newton-like optimization methods, such as BFGS, Kalman Filtering and Gauss-Newton to an FIR network with embedded memory, as is illustrated in section X. Note that method described naturally corrects each weight for the error it produces over the entire sequence of data. While the technique has been elucidated for the case of an FIR filter, a similar approach can be used to train IIR filters by propagating data through the network for a finite interval, long enough to capture the relevant system dynamics.




VIII. Calculating the Term ∇


w


h(w


k−1


, u


k


) for a General IIR Filter Architecture




In this section, the extension of the algorithm to nonlinear iir filters is discussed. The approach described here is very general and applies to a vast range of filter architectures. While the approach described in this section could also be applied to an FIR filter as in

FIG. 2

, it is less computationally efficient for that problem than the approach described in the previous section. The generic architecture for the filter of this discussion is displayed in FIG.


3


.




The system has M states


12


, represented at time n by the state vector a


n


=[a


1n


. . . a


Mn


]


T


. We assume that the subsequent value of each state in the filter or system is some function


14


of the current states


12


, the inputs


13


and the set of parameters within the network










a

n
+
1


=


[




a


1

n

+
1












a

M

n
+
1






]

=

[





f
1



(


a
n

,

u
n

,
w

)













f
M



(


a
n

,

u
n

,
w

)





]






(
37
)













where w=[w


1


. . . w


v


]


T


is a vector of length V, containing all adaptable parameters in the network, and once again {u


n


} n=1 . . . N


13


is the input sequence to the system. We assume that each output


16


of the filter or system is generated by the function


15


ŷ


n


=f


0


(a


n


, u


n


, w). For the preferred embodiment, we assume that the states of the system


12


are all 0 before excitation with the input sequence


13


{u


n


}. The sequence of outputs is then stored in a vector of length N which we denote h(w, u) as described above. The task, as in the previous section, is to determine the matrix ∇


w


h(w, u).




To calculate the dependence of some output ŷ


n


on w, we use a partial derivative expansion with respect to the state vector:












w




y
^

n


=




i
=
1

n







a
i





y
^

n






w



a
i








(
38
)













The term ∇


w


a


i


in equ.(38) can be directly calculated















w



a
i


=

[







a

1

i






w
1












a

1

i






w
V






















a
Mi





w
1












a
Mi





w
V






]







=

[








f
1



(


a
i

,

u
i

,
w

)






w
1













f
1



(


a
i

,

u
i

,
w

)






w
V























f
M



(


a
i

,

u
i

,
w

)






w
1













f
M



(


a
i

,

u
i

,
w

)






w
V






]








(
39
)













In order to calculate the term ∇


a













n


in equ. (38), we again apply a partial derivative expansion as follows:









a






i






ŷ




n


=∇


a






n






ŷ




n





a






n−1






a




n


. . . ∇


a






i






a




i+1


  (40)






Each of these terms can now be directly calculated:













a
i




a

i
+
1



=

[







a

1

i
+
1







a

1
i













a

1

i
+
1







a

M
i























a

M

i
+
1







a

1
i













a

M

i
+
1







a

M
i







]





(
41
)













a
n





y
^

n


=

[






y
^

n





a

1
n




















y
^

n





a

M
n





]







=

[






f
0



(


a
n

,

u
n

,
w

)






a

1
n




















f
0



(


a
n

,

u
n

,
w

)






a

M
n





]








(
42
)













Based upon these equations, we present below an algorithm by which ∇


w


h(w,u) can be calculated. We begin with two all-zeros matrices, H=0


N×V


and J=0


N×M


For notational clarity, note that H(i,:) refers to all the columns at row i in H, H(:, i) refers to all the rows in column i of H, and H(i: n,:) refers to the matrix block defined by all the columns and the rows from i to n.




1. J (N,:)=∇


a






N




ŷN




2. H(N,:)=∇


a






N




ŷN×∇


w


a


N






3. for i=N−1:1 step−1




4. J(i+1: N,:)←J(i+1: N,:)×∇


a






i




a


i+1






5. J(i: N,:)←∇


a






i




ŷi




6. H(i: N,:)←H(i: N,:)+J(i: N,:)×∇


w


a


i






7. end




8. ∇


w


h(w,u)←H




IX. Criteria for Selection of the AMGN Algorithm Above BPTT




In this section we will briefly discuss the performance of BP, and algorithm


10


, applied to nonlinear adaptive problems.




It has been shown [


12


] that the steepest-descent method is H





—optimal for linear prediction problems, and that BP—we use the term BP to include BPTT for dynamic networks—is locally H





—optimal for multi-layered nonlinear prediction problems. In essence, this optimality means that the ratio from the second norm of the disturbance in equ (1),










n
=
1

N



v
n
2


,










to the second norm of the filtered error,










n
=
1

N



e

f
n

2


,










can be made arbitrarily close to 1.0 for any {v


n


} as N→∞, by selecting an initial set of weights close enough to the ideal value. These results explain the superior robustness of BP for nonlinear applications, and linear applications with non-Gaussian disturbances. However, this optimality result for BP applies to scenarios where a new set of inputs is presented to a filter, thus changing cost as a function of the weights, at each training epoch. In this case, the nonlinear modeling error at each training session is treated by BP as an unknown disturbance. This approach to training would occur, for example, in nonlinear prediction applications in which processing speed is limited. It is worth noting that in these scenarios, where parameters are updated according to the error of each newly predicted datum, the matrix (


14


) will have rank


1


. Consequently, the update according to AMGN would be in the same direction as that of BP. In fact, in this situation, Gauss-Newton learning is simply a normalized least squares algorithm, which is H





—optimal for a posteriori error for linear problems [


9


]. In many nonlinear applications however, multiple weight updates are performed using the same set of inputs. In these cases, the performance of BP and AMGN become clearly distinguishable.




We will clearly illustrate the different algorithms' characteristics by transferring our considerations to a simple two-dimensional parameter-space. Consider the simple static network of FIG. (


4


). Assume that the desired values for the two weights


17


are w


1


=1, w


2


=1, so that the desired output


18


of the network is y


n


=u


n


+u


n




2


. We select a vector of inputs


19


[1 2 3]


T


so that the desired vector of outputs is [2 6 12]


T


. FIG. (


5


) displays the performance over 100 training epochs of both BP (shown as x) and AMGN (shown as o). For the purpose of comparison, the learning rate was adjusted so that the initial steps taken by both algorithms were of the same magnitude. The learning rate was then adjusted according to the successive augmentation and reduction rule. Notice that AMGN is very close after a few updates. By contrast, BP finds itself stuck at w


1


=0.84, w2=1.41. This non-stationary limit point occurs since the cost improvement at each update is not substantial enough to achieve convergence. This type of trap for steepest descent algorithms is typical of dynamic networks involving polynomial nonlinearities, or volterra architectures. Note that if we set a lower bound on the learning rate then BP will eventually converge to the point (


1


,


1


), but it would take a very large number of updates! This point is illustrated in FIG. (


6


) where we have imposed a constant step size restriction, 0.1, on both algorithms. Notice the directions of the steps taken as the algorithms approach the global minimum.




X. Examples of Taylor-made Adaptive Dynamic Nonlinear Filters




In this section, we describe two sample applications of the AMGN algorithm and illustrate how one may Taylor-make a network to perform a specific nonlinear dynamic operation, such network being efficiently trained with the new algorithm. Consider the tracking system displayed in FIG.


7


. This system can be considered as some nonlinear sensor


20


, feeding electronics with nonlinear components


21


and dynamics


22


, which output to some plant


23


. The dynamics on the feedback path


24


could represent parasitic capacitance in the system. For this example, we choose the dynamic transfer functions and nonlinearities according to:














C
1



(
s
)


=


s
+
300


s
+
700










C
2



(
s
)


=

100
s









C
3



(
s
)


=

1000

s
+
1000










f
1



(
u
)


=

u
+


1
2







u
2


+


1
3







u
3











f
2



(
u
)


=

arcsin


(
u
)









(
43
)













Ideally, we would like the system outputs to exactly track system inputs, however, with nonlinearities, dynamics and feedback, the outputs are a severely distorted version of the original system inputs. We seek an adaptive filter for the purpose of identifying the original system inputs


25


from the system outputs


26


, in other words for inverting the system of FIG.


7


.




The most general technique in prior art for modeling nonlinear systems with decaying memory, such as

FIG. 7

, is via a Volterra series. Consider, for example, a nonlinear system which one models with a memory of M taps, and with a nonlinear expansion order of V. The output of the system in response to an input sequence {u


n


} can then be expressed as the Volterra expansion:













y
n

=










k

1
,
1


=
1

M




h

k

1
,
1





u

n
-

k

1
,
1






+

















k

2
,
1


=
1

M







k

2
,
2


=
1

M




h

k

2
,
1





h

k

2
,
2





u

n
-

k

2
,
1






u

n
-

k

2
,
2







+












k

V
,
1


=
1

M

























k

V
,
V


=
1

M




h

k

V
,
1















h

k

V
,
V





u

n
-

k

V
,
1
















u

n
-

k

V
,
V













(
44
)













The multi-dimensional sequences specified by h in the expansion are termed Volterra kernels. Each component of a kernel is a coefficient—or weight—for one term in the expansion, and each of these weights must be trained in order to model a system. A network architecture as in

FIG. 2

which contains polynomial nonlinearities


3


and embedded linear filters


2


, has substantially fewer parameters than would be required in a Volterra series expansion of a similar system. More precisely, the number of Volterra series terms necessary to emulate a single FIR filter of M taps feeding a polynomial GSLN of order V is









n
=
1

V




(





i

M
-
2


=
1


n
+
1








i

M
-
3


=
1


i

M
-
2




















i
1

=
1


i
2




i
1





)

.











To emulate the operation of a multi-layered filter as in

FIG. 2

, the number of terms required in a Volterra series would increase very rapidly! In general, networks are less able to generalize from training data as the degrees of freedom associated with the network parameter-space increase.




Therefore, if one knows roughly how the system one seeks to emulate is decomposed to static nonlinear blocks and dynamic linear components, one can Taylor-make a filter of the form of

FIG. 2

to perform the required processing with a limited number of parameters. A polynomial-based GSLN, where the functions ƒ


1


. . . ƒ


v


are simply ascending powers of the input, can model the truncated Taylor series expansion of differentiable functions. Consequently, with few parameters, it can emulate accurately a wide range of static nonlinearities. Therefore, based on an estimate of the time constants of the linear dynamics to be emulated, and an estimate of the order to the nonlinear functions to be emulated, we can Taylor-make a, network for inverting the system of

FIG. 7

as shown in FIG.


8


. One skilled in the art will recognize that this architecture is based on a block by block inversion of the tracking system.




The acquisition of the training data for this network is described in FIG.


9


. We obtain the desired network output, {y


n


}


27


by sampling


36


the original inputs


28


to the tracking system


29


. Sampling


37


the output


30


of the tracking system


29


creates the training inputs sequence {u


n


}


31


for the network of FIG.


8


. The objectives in creating the training signal


28


are two-fold. First, the nonlinearities


20


,


22


must be excited over the full domain of operation. This is achieved with a chirp signal


32


which starts at frequency 0 and ramps to a frequency beyond the bandwidth of the tracking system


29


, and which has an amplitude larger than those encountered during regular tracking. Secondly, in order to improve the condition of the matrix (


14


), the signal must have significant frequency content near to the Nyquist rate, 1/2T


s


. We achieve this by adding


34


zero-mean white Gaussian noise


33


to the chirp signal


32


, which we then input to a zero-order hold


35


with a hold time three times that of the sampling rate, T


s


. Notice also the factor-of-3 upsamplers on the network paths


38


in FIG.


8


. Used in conjunction with a 3-period zero-order-hold


35


in preparation of the training input


31


, the upsampling enables an FIR filter


39


to estimate accurately the Euler derivative [


13


] of a signal which has high frequency content. In brief, every third point of {y


n


} has a well defined gradient; the rest of the calculated gradients are discarded. The unit delay


40


after sampling


36


the desired output shown in FIG. (


9


) aligns the training data


27


for the non-causal Euler differentiation. This technique can also be used to implement steepest-descent high-pass filters and pure differentiators.




Training sequences of 1000 data points, sampled at 1 kHz, were used. FIG. (


10


) shows the RMS network error for 100 parameter updates using the AMGN algorithm, and 200 updates respectively using optimization algorithms known in the art as the Kalman Filter, the Gauss-Newton technique, the BFGS algorithm with a line search [


10


], and BPTT. The Kalman filter is presented as a standard; the measurement noise and initial covariance were empirically chosen to maximally reduce cost after 200 epochs. For the Gauss-Newton Algorithm, reduced order inverses were formed when matrix (


14


) was ill-conditioned. The line search for BFGS was conducted using the method of false position [


14


]. Notice that all Newton-like techniques outperform BPTT. The superior convergence rate and cost minimization achieved with BFGS and AMGN are clearly evident. Note that in contrast to BFGS, AMGN doesn't require a line search so each epoch involves substantially less computation than is required for a BFGS update. FIG. (


11


) shows the learning rate μ


k


over 100 updates for AMGN. Note that the learning rate increases geometrically until the poor conditioning of matrix (


14


) significantly distorts the update direction. While it is difficult to establish that the weights converge to a global minimum, one can show that the tracking system dynamics have been captured accurately. This is evidenced in FIG. (


12


), where the trained weight


41


vector [w


1




1,2


. . . w


30




1,2


] emulates the impulse response of a system with dominant pole at 300 rad/sec.




A sum of sinusoids test reference signal was injected into the tracking system. When the system outputs are injected into the trained network, the resultant output error is shown in

FIG. 13

(right), together with the error which arises from an exact inversion of all the linear dynamics of the system (left). This indicates the extent to which the nonlinear distortion of the signal has been corrected.




The second example involves the identification and inversion of a Wiener-Type Nonlinear System. The Wiener model applies to an audio amplifier which exhibits crossover distortion. The network architecture employed is displayed in FIG.


14


. The memoryless nonlinearity at the amplifier's output is emulated with a parameterized function


42


which can accurately emulate crossover distortion:










f


(



y
_

n

,

x
1

,

x
2

,

x
3


)


=



x
1








1
+



100


x
2




y
_

n





1
-



100


x
2




y
_

n






+


x
3




y
_

n







(
45
)













The linear dynamics of the amplifier are estimated over the audible band with an IIR digital filter


43


. The network training data is gathered according to the method of FIG.


15


. The amplifier


47


is excited with a chirp signal


49


ranging in frequency from 19.2-0 kHz, summed


50


with zero-mean Gaussian noise


48


. The amplifier outputs


52


are sampled


51


to obtain the desired network output sequence


46


. The network input sequence


45


is obtained by sampling


54


the input signal


53


. The AMGN algorithm is then used to identify the parameters of the filter in FIG.


14


.




It is known in the art that a non-minimum phase zero cannot be precisely dynamically compensated, since it will cause an unstable pole in the compensator. Consequently, if the identification yields a non-minimum-phase zero for the linear filter


43


, the output sequence


46


is delayed


55


relative to the input sequence


45


and the identification is repeated. For input sequence


45


{u


n


,}, the filter is trained to estimate outputs


46


{y


n−1


}. Successive delays may be added until the zeros of the identified linear filter


43


are minimum-phase. Once the filter parameters are identified, the linear


43


and nonlinear blocks


42


are analytically inverted using techniques well known in the art. A lowpass digital filter with cutoff at roughly 20 kHz is appended to the IIR filter inverse to limit high-frequency gain; and a lookup table is used to emulate the inverse of the memoryless nonlinearity. An audio signal is pre-warped by the inverse nonlinearity and then the inverse linear dynamics before being input to the amplifier. The A-D and D-A conversions can be performed with an AD1847 Codec, and the pre-warping of the audio signal can be performed with an ADSP2181 microprocessor.

FIG. 16

shows the spectral response of the nonlinear amplifier when excited with a dual tone test signal.

FIG. 17

displays the spectral response of the amplifier to a pre-warped dual tone. Note that the amplitudes of nonlinear distortion harmonics have been reduced in the pre-warped signal by more than 20 dB.




These examples are intended only as illustrations of the use of the invention; they do not in any way suggest a limited scope for its application.




REFERENCES




[1] S. D. Sterns,


Adaptive Signal Processing,


Prentice Hall, 1985.




[2] D. K. Frerichs et al., “U.S. patent: Method and procedure for neural control of dynamic processes”, Technical Report U.S. Pat. No. 5,175,678, U.S. Patent and Trademark Office, December 1992.




[3] A. Mathur, “U.S. patent: Method for process system identification using neural networks”, Technical Report U.S. Pat. No. 5,740,324, U.S. Patent and Trademark Office, April 1998.




[4] D. C. Hyland, “U.S. patent: Multiprocessor system and method for identification and adaptive control of dynamic systems”, Technical Report U.S. Pat. No. 5,796,920, U.S. Patent and Trademark Office, August 1998.




[5] S. A. White et al., “U.S. patent: Nonlinear adaptive filter”, Technical Report U.S. Pat. No. 4,843,583, U.S. Patent and Trademark Office, June 1989.




[6] D. H. Nguyen,


Applications of Neural Networks in Adaptive Control,


PhD thesis, Stanford University, June 1991.




[7] D. M. Hanks, “U.S. patent: Adaptive feedback system for controlling head/arm position in a disk drive”, Technical Report U.S. Pat. No. 5,548,192, U.S. Patent and Trademark Office, August 1996.




[8] A. Back et al., “A unifying view of some training algorithms for multilayer perceptrons with fir filter synapses”,


Proceedings of the


1994


IEEE Workshop on Neural Networks for Signal Processing,


vol. 1, pp. 146-154, 1994.




[9] B. Hassibi, “h





optimality of the lms algorithm”,


IEEE transaction on Signal Processing,


vol. 44, no. 2, pp. 267-280, February 1996.




[10] D. P. Bertsekas,


Nonlinear Programming,


vol. 1, Athena Scientific, 2nd edition, 1995.




[11] N. Wiener,


Nonlinear Problems in Random Theory,


Wiley, New-York, 1958.




[12] B. Hassibi, “h





optimal training algorithms and their relation to backpropagation”,


Proceedings of the NIPS


94—


Neural Information Processing Systems: Natural and Synthetic,


pp. 191-198, November-December 1994.




[13] G. F. Franklin,


Digital Control of Dynamic Systems,


Addison-Wesley, 2nd edition, 1990.




[14] D. G. Luenberger,


Linear and Nonlinear Programming,


Addison-Wesley, 2nd edition, 1984.



Claims
  • 1. A method for training a dynamic nonlinear adaptive filter with embedded memory, the method comprising:a) propagating a training sequence through the dynamic nonlinear adaptive filter to obtain an output sequence, where the filter is represented by a filter architecture h and a set of filter parameters w, and where the filter architecture h comprises adaptable static nonlinear components and adaptable linear components; b) constructing a matrix ∇hw from filter architecture h, from the set of filter parameters w, and from an error sequence, where the matrix ∇hw relates each parameter of w to an error produced by the parameter over all components of the error sequence, where the error sequence measures a difference between the output sequence and a desired output sequence; and c) updating the filter parameters w based on a learning rate, current (and possibly past) parameter vectors w, current (and possibly past) matrices ∇hw, and current (and possibly past) error sequences, where an update direction is closer to a Newton update direction than that of a steepest descent method.
  • 2. The method of claim 1 wherein updating the filter parameter w is achieved with a modified Gauss-Newton optimization technique which uses only the current parameter vector w, the current matrix ∇hw, the current error sequence, and where the update direction and an update magnitude are determined by the learning rate.
  • 3. The method of claim 1 wherein constructing the matrix ∇hw comprises repeated convolutions with time-varying gains at various layers of the filter.
  • 4. The method of claim 1 wherein constructing the matrix ∇hw comprises repeated matrix multiplications that account for a dependence of filter output on all prior states within the filter.
  • 5. The method of claim 1 wherein updating the filter parameters w comprises:propagating the training sequence through the filter to obtain a temporary output sequence, where a temporary set of filter parameters wt is used during the propagating; evaluating a cost function J depending on the error sequence; evaluating a temporary cost function Jt depending on a temporary error sequence, where the temporary error sequence measures a difference between the temporary output sequence and the desired output sequence; setting w=wt and increasing the learning rate if J>Jt decreasing the learning rate and repeating the parameter update if J≦Jt.
  • 6. The method of claim 1 wherein the filter architecture h comprises adaptable static nonlinear components and adaptable linear components.
  • 7. The method of claim 1 wherein (a) through (c) are repeated with training signals selected to excite an entire domain of operation of the nonlinear components, and to excite an entire operational bandwidth of the linear components.
  • 8. The method of claim 1 further comprising delaying the training sequence relative to the output sequence, whereby the filter may be trained to implement a non-causal Euler derivative in mapping from the outputs to the inputs.
  • 9. The method of claim 1 further comprising delaying the output sequence relative to the training sequence, whereby the filter may be trained to implement a minimum-phase model of a dynamic system.
  • 10. A method for training a dynamic nonlinear adaptive filter, the method comprising:a) propagating a training sequence through the dynamic nonlinear adaptive filter to obtain an output sequence, where the filter is represented by a filter architecture h and a set of filter parameters w; b) constructing a matrix ∇hw from filter architecture h, from the set of filter parameters w, and from an error sequence, where the error sequence measures a difference between the output sequence and a desired output sequence; and c) determining an update vector Δw from matrix ∇hw, from the error sequence, and from a learning rate, where both a magnitude and a direction of update vector Δw depends on a value of the learning rate; and d) updating the filter parameters w based on the update vector Δw.
  • 11. The method of claim 10 wherein the direction of the update vector Δw is closer to the Newton update direction than that of a steepest-descent method.
  • 12. The method of claim 10 wherein the matrix ∇hw relates each of the parameters in w to an error produced by that parameter over all components of the error sequence.
  • 13. The method of claim 10 wherein the filter architecture h comprises adaptable static nonlinear components and adaptable linear components.
  • 14. The method of claim 10 wherein updating the filter parameters w comprises:propagating the training sequence through the filter to obtain a temporary output sequence, where a temporary set of filter parameters wt is used during the propagating; evaluating a cost function J depending on the error sequence; evaluating a temporary cost function Jt depending on a temporary error sequence, where the temporary error sequence measures a difference between the temporary output sequence and the desired output sequence; setting w=wt and increasing the learning rate if J>Jt, decreasing the learning rate and repeating the parameter update if J≦Jt.
  • 15. The method of claim 10 wherein (a) through (d) are repeated with training sequences selected to excite an entire domain of operation of the nonlinear components, and to excite an entire operational bandwidth of the linear components.
  • 16. The method of claim 10 further comprising delaying the training sequence relative to the output sequence, whereby the filter may be trained to implement a non-causal Euler derivative in mapping from the outputs to the inputs.
  • 17. The method of claim 10 further comprising delaying the output sequence relative to the training sequence, whereby the filter may be trained to implement a minimum-phase model of a dynamic system.
  • 18. A dynamic nonlinear adaptive filter with embedded memory comprising:a) a plurality of adjustable linear filter blocks; b) a plurality of adjustable nonlinear filter blocks; c) a filter training circuit; and wherein the linear and nonlinear filter blocks are interconnected to form a network; wherein the linear and nonlinear filter blocks comprise memory for storing filter parameters; wherein the filter training circuit updates the filter parameters using a method with parameter updates closer to a Newton update direction than those of a steepest descent method, and which comprises comparing a desired filter output sequence with an actual filter output sequence resulting from a filter training sequence propagated through the filter; and wherein updating the filter parameter w is achieved with a modified Gauss-Newton optimization technique for which the update direction and magnitude are determined by a learning rate.
  • 19. The filter of claim 18 wherein the filter training circuit calculates a matrix ∇hw relating each of the filter parameters to an error produced by the parameter over all components of an error sequence, where the error sequence measures a difference between the output sequence and the desired output sequence.
  • 20. The filter of claim 18 wherein the conditioning of the matrix inverse performed in calculating an update vector Δw is determined by the learning rate.
  • 21. The filter of claim 18 wherein the filter training circuit selects training sequences to excite an entire domain of operation of the nonlinear blocks, and to excite an entire operational bandwidth of the linear blocks.
  • 22. A nonlinear filter system comprising:a) a nonlinear filter comprising a plurality of linear filter blocks embedded in a plurality of nonlinear filter blocks, wherein the filter comprises a memory for storing filter parameters; and b) a filter training circuit for updating the filter parameters, wherein the circuit compares a desired filter output sequence with an actual filter output sequence resulting from a filter training sequence propagated through the filter, and the circuit implements a filter parameter update with a direction closer to a Newton update direction than that of a steepest descent method; wherein the training circuit selects a plurality of training sequences to excite an entire domain of operation of the nonlinear blocks, and to excite an entire operational bandwidth of the linear blocks.
  • 23. The system of claim 22 wherein the training circuit calculates a matrix ∇hw relating each of the filter parameters to an error produced by that parameter over all components of an error sequence, where the error sequence measures a difference between the output sequence and the desired output sequence.
  • 24. The system of claim 22 wherein updating the filter parameter w is achieved with a modified Gauss-Newton optimization technique for which an update direction and magnitude are determined by a learning rate.
  • 25. The system of claim 24 wherein a conditioning of the matrix inverse performed in determining the update is determined by the learning rate.
I. CROSS-REFERENCE TO RELATED APPLICATIONS

This application claims priority from U.S. Provisional Patent Application No. 60/067,490 filed Dec. 1, 1997, which is incorporated herein by reference.

Government Interests

This invention was reduced to practise with support from NASA under contract NAS8-36125. The U.S. Government has certain rights to the invention.

US Referenced Citations (10)
Number Name Date Kind
4843583 White et al. Jun 1989 A
5175678 Frerichs et al. Dec 1992 A
5272656 Genereux Dec 1993 A
5376962 Zortea Dec 1994 A
5542054 Batten, Jr. Jul 1996 A
5548192 Hanks Aug 1996 A
5617513 Schnitta Apr 1997 A
5761383 Engel et al. Jun 1998 A
5963929 Lo Oct 1999 A
6064997 Jagannathan et al. May 2000 A
Non-Patent Literature Citations (13)
Entry
Ong et al, “A Decision Feedback Recurrent Neural Equalizer as an Infinite Impulse Response Filter”, IEEE Transactions on Signal Processing, Nov. 1997.*
Rui J. P. de Figueiredo, “Optimal Neural Network Realizations of Nonlinear FIR and IIR Filters” IEEE International Syposium on Circuits and Systems, Jun. 1997.*
Yu et al, “Dynamic Learning Rate Optimization of the Back Propagation Algorithm”, IEEE Transactions on Neural Networks, May 1995.*
White et al., “The Learning Rate in Back-Proprogation Systems =an Application of Newton's Method”, IEEE IJCNN, May 1990.*
Nobakht et al, “Nolinear Adaptive Filtering using Annealed Neural Networks”, IEEE International Sympsium on Circuits and Systems, May 1990.*
Pataki, B-, “Neural Network based Dynamic Models,” Third International Conference on Artificial Neural Networks, IEEE. 1993*
Dimitri P-Bertsekas, “Incremental Least Squares, Methods and the Extended kalman Filter”, IEEE proceedings of the 33rd conference on Decision and control Dec. 1994.*
Puskorius et al, “Multi-Stream Extended Kalman” Filter Training for Static and Dynamic Neural Networks IEEE International conference on System, Man, and Cybernetics-Oct. 1997.*
Back et al, “Internal Representation of Data, in Multilayer Perceptrons with IIR Synapses”, proceedings of 1992 I International Conference on Circuits and Systems May 1992.*
Sorensen, O, “Neural Networks Performing System Identification for Control Applications”, IEEE Third International Conference on Artificial Neural Networks, 1993.*
Back et al, “A Unifying View of Some Training Algorithm for Multilayer Perceptrons with FIR Filled Synapses”, Proceedings of the 1994 IEEEE. Sep. 1994.*
Workshop on Neural Networks for Signal Processing.*
Sorensen, O, “Neural Networks for Non-Linear Control”, Proceedings of the Third IEEE Conference on Control Applications, Aug. 1994.
Provisional Applications (1)
Number Date Country
60/067490 Dec 1997 US