Neural network with normalized learning constant for high-speed stable learning

- Sony Corporation

The present invention is concerned with a signal processing system having a learning function pursuant to the back-propagation learning rule by the neural network, in which the learning rate is dynamically changed as a function of input values to effect high-speed stable learning. The signal processing system of the present invention is so arranged that, by executing signal processing for the input signals by the recurrent network formed by units each corresponding to a neuron, the features of the sequential time series pattern such as voice signals fluctuating on the time axis can be extracted through learning the coupling state of the recurrent network. The present invention modifies the prior art weight change algorithm .DELTA.W.sub.ji(n+1) =.eta...delta..sub.pi.+.alpha..W.sub.ji(n) into .DELTA.W.sub.ji(n+1) =.eta...beta.(.alpha..sub.pj O.sub.pi)+.alpha..W.sub.ji(n) where .beta..sub.j =1/(.SIGMA..sub.i O.sub.pi.sup.2 +1) is used to normalize the learning constant.

Skip to: Description  ·  Claims  ·  References Cited  · Patent History  ·  Patent History
Description
BACKGROUND OF THE INVENTION

1. Field of the Invention

This invention relates to a signal processing apparatus or system carrying out signal processing with the use of a so called neural network made up of a plurality of units each taking charge of signal processing corresponding to that of a neuron, and a learning processing apparatus or system causing a signal processing section by said neural network to undergo a learning processing in accordance with the learning rule of back propagation.

2. Prior Art

The learning rule of back propagation, which is a learning algorithm of the neural network, has been tentatively applied to signal processing, including high speed image processing or pattern recognition, as disclosed in "Parallel Distributed Processing", vol. 1, The MIT Press, 1986 or "Nikkei Electronics, issue of Aug. 10, 1987, No. 427, pp 115 to 124. The learning rule of back propagation is also applied, as shown in FIG. 1, to a multilayer neural network having an intermediate layer 2 between an inputlayer 1 and an output layer 3.

Each unit u.sub.j of the neural network shown in FIG. 1 issues an output value which is the total sum net.sub.j of output values O.sub.i of a unit u.sub.i coupled to the unit u.sub.i by a coupling coefficient W.sub.ji, transformed by a predetermined function f, such as a sigmoid function. That is, when the value of a pattern p is supplied as an input value to each unit u.sub.j of the input layer 1, an output value O.sub.pj of each unit u.sub.j of the intermediate layer 2 and the output layer 3 is expressed by the following formula (1) ##EQU1##

The output value O.sub.pj of the unit u.sub.j of the output layer 3 may be obtained by sequentially computing the output values of the inputs u.sub.j, each corresponding to a neuron, from the input layer 1 towards the output layer 3.

In accordance with the back-propagation learning algorithm, the processing of learning consisting in modifying the coupling coefficient W.sub.ji so as to minimize the total sum E.sub.p of square errors between the actual output value O.sub.pj of each unit u.sub.j of the output layer 3 on application of the pattern p and the desirable output value t.sub.pj, that is the teacher signal, ##EQU2## is sequentially performed from the output layer 3 towards the input layer 1. By such processing of learning, the output value O.sub.pj closest to the value tpj of the teacher signal is output from the unit u.sub.j of the output layer 3.

If the variant .DELTA. W.sub.ji of the coupling coefficient W.sub.ji which minimizes the total sum E.sub.p of the square errors is set so that

.DELTA.W.sub.ji .fwdarw.=-.intg.E.sub.p /.intg.W.sub.ji ( 3)

the formula (3) may be rewritten to

.DELTA.W.sub.ji =.eta..multidot..delta..sub.pj O.sub.pj ( 4)

as explained in detail in the above reference materials.

In the above formula (4), .eta. stands for the rate of learning, which is a constant, and which may be empirically determined from the number of the units or layers or from the input or output values. .delta..sub.pj stands for the error corresponding to the unit u.sub.j.

Therefore, in determining the above variant .DELTA.W.sub.ji, it suffices to compute the error .delta..sub.pj in the reverse direction, or from the output layer towards the input layer of the network.

The error .delta..sub.pj of the unit of the output layer 1 is given by the formula (5)

.delta..sub.pj =(t.sub.pj -O.sub.pj)f'.sub.j (net.sub.j) (5)

The error .delta..sub.pj of the unit u.sub.j of the intermediate layer 2 may be computed by a recurrent function of the following formula (6) ##EQU3## using the error .delta..sub.pk and the coupling coefficient W.sub.kj of each unit u.sub.k coupled to the unit u.sub.j, herein each unit of the output layer 3. The process of finding the above formulas (5) and (6) is explained in detail in the above reference materials.

In the above formulas, f'.sub.j (net.sub.j) stands for the differentiation of the output function f.sub.j (net.sub.j).

Although the variant w.sub.ji may be found from the above formula (4), using the results of the formulas (5) and (6), more stable results may be obtained by finding it from the following formula (7)

.DELTA.W.sub.ji(n+1) =.eta..multidot..delta..sub.pj O.sub.pi +.delta..multidot..DELTA.W.sub.ji(n) ( 7)

with the use of the results of the preceding learning. In the above formula, .alpha. stands for a stabilization factor for reducing the error oscillations and accelerating the convergence thereof.

The above described learning is repeated until it is terminated at the time point when the total sum E.sub.p of the square errors between the output value O.sub.pj and the teacher signal t.sub.pj becomes sufficiently small.

It is noted that, in the conventional signal processing system in which the aforementioned back-propagation learning rule is applied to the neural network, the learning constant is empirically determined from the numbers of the layers and the units corresponding to neurons or the input and output values, and the learning is carried out at the constant learning rate using the above formula (7). Thus the number of times of repetition n of the learning until the total sum E.sub.p between the output value O.sub.pj and the teacher signal t.sub.pj becomes small enough to terminate the learning may be so large as to render the efficient learning unfeasible.

Also, the above described signal processing system is constructed as a network consisting only of feedforward couplings between the units corresponding to the neurons, so that, when the features of the input signal pattern are to be extracted by learning the coupling state of the above mentioned network from the input signals and the teacher signal, it is difficult to extract the sequential time series pattern or chronological pattern of the audio signals fluctuating on the time axis.

In addition, while the processing of learning of the above described multilayer neural network in accordance with the back-propagation learning rule has a promisingly high functional ability, it may occur frequently that an optimum global minimum is not reached, but only a local minimum is reached, in the course of the learning process, such that the total sum E.sub.p of the square errors cannot be reduced sufficiently.

Conventionally, when such local minimum is reached, the initial value or the learning rate .eta. is changed and the processing of learning is repeated until finding the optimum global minimum. This results in considerable fluctuations and protractions of the learning processing time.

OBJECTS OF THE INVENTION

It is a primary object of the present invention to provide a signal processing system in which the number of times of repetition of learning until termination of learning may be reduced to realize a more efficient learning.

It is a second object of the present invention to provide a signal processing system adapted to extract the features of the sequential time-series patterns of, for example, audio signals, fluctuating on the time axis, by learning of the coupling states in a network constituted by plural units corresponding to neurons.

It is a third object of the present invention to provide a learning processing system in which the signal processing section of the neural network is subjected to learning processing in accordance with a back-propagation learning rule, wherein the local minimum state in the learning processing process may be efficiently avoided, and instead realizing an optimum global minimum state quickly and stably.

SUMMARY OF THE INVENTION

For accomplishing the primary object of the present invention, the present invention provides a signal processing system in which the learning constant .eta. is normalized with a learning variable .beta. indicated by a reciprocal of the square sum of the input value O.sub.pj at each unit, added to by 1, to cause the learning rate to be dynamically changed in accordance with the input value O.sub.pi to effect learning processing of the coefficient of coupling strength W.sub.ji between the units.

For accomplishing the second object, the present invention provides a signal processing system in which signal processing for input signals is performed at the signal processing section in which a recurrent network including loop and feedback circuitry is formed by units of the intermediate and output layers each including delay means, and in which the learning processing section executes learning of the coupling state in the recurrent network formed by the units making up the signal processing section.

For accomplishing the third object, the present invention provides a learning processing system in which the learning processing section therein executes the learning processing of the coupling strength coefficient and increases the number of units of the intermediate layer.

The above and other objects and novel features of the present invention will become apparent from the following detailed description of the invention which is made in conjunction with the accompanying drawings and the new matter pointed out in the claims.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 is a diagrammatic view showing the general construction of a neural network to which the backpropagation learning rule is applied.

FIG. 2 is a block diagram schematically showing the construction of a signal processing system according to a first embodiment of the present invention.

FIG. 3 is a flow chart showing the process of learning processing in the learning processing section constituting the signal processing system according to the embodiment shown in FIG. 2.

FIG. 4 is a block diagram schematically showing the construction of a signal processing system according to a second embodiment of the present invention.

FIG. 5 is a diagrammatic view of a neural network showing the construction of the signal processing section of the signal processing system according to the embodiment shown in FIG. 4.

FIG. 6 is a flow chart showing the process of learning processing in the learning processing section constituting the signal processing system of the embodiment shown in FIG. 4.

FIG. 7 is a block diagram schematically showing the construction of the learning processing system according to the present invention.

FIGS. 8A and 8B are diagrammatic views showing the state of the signal processing section at the start and in the course of learning processing in the learning processing system.

FIG. 9 is a flow chart showing a typical process of learning processing in the learning processing section constituting the learning processing system.

FIG. 10 is a chart showing the typical results of tests of learning processing on the signal processing section of the neural network shown in FIG. 5 by the learning processing section of the learning processing system.

FIG. 11 is a chart showing the results of tests of learning on the signal processing section of the neural network shown in FIG. 5, with the number of units of the intermediate layer fixed at six.

FIG. 12 is a chart showing the results of tests of learning of the signal processing system of the neural network shown in FIG. 5, with the number of units of the intermediate layer fixed at three.

DETAILED DESCRIPTION OF THE EMBODIMENTS

By referring to the drawings, certain preferred embodiments of the present invention will be explained in more detail.

The signal processing system of the present invention includes, as shown schematically in FIGS. 1 and 2, a signal processing section 10 for producing an output value O.sub.pj from input signal patterns p and a signal processing section 20 for executing learning for producing an output value O.sub.pj closest to the desired output value t.sub.pj from the input signal patterns p by the signal processing section 10.

The signal processing section 10 is formed by a neural network including at least an input layer L.sub.I, an intermediate layer L.sub.H and an output layer L.sub.O. These layers L.sub.I, L.sub.H and L.sub.O are made up of units u.sub.I1 to u.sub.Ix, u.sub.H1 to u.sub.Hy and u.sub.01 to u.sub.Oz, each corresponding to a neuron, wherein x, y and z each represent an arbitrary number.

Each of the units u.sub.I1, to u.sub.I2, u.sub.H1 to u.sub.Hy and u.sub.01 to u.sub.Oz is designed to issue an output o.sub.pj represented by a sigmoid function according to the formula (8) ##EQU4## for the total sum net.sub.j of inputs represented by the formula (9) E1 ? ##STR1## where .theta..sub.j stands for a threshold value.

The learning processing section 20 is fed with a desired output value t.sub.pj as a teacher signal for the output value O.sub.oj of the output layer L.sub.O for comparison with the input signal patterns p entered into the signal processing section 10. This learning processing section 20 causes the signal processing section 10 to undergo learning processing of the coupling coefficient w.sub.ji, in such a manner that, according to the sequence of steps shown by the flow chart of FIG. 3, the coefficient W.sub.ji of the coupling strength between the units u.sub.I1 to u.sub.Ix, u.sub.HI to u.sub.Hy and u.sub.O1 to u.sub.Oz is sequentially and repeatedly computed from the output layer L.sub.O towards the input layer L.sub.I, until the sum of the quadratic errors between the desired output value t.sub.pj and the actual output value O.sub.oj become sufficiently small, in order that the output value O.sub.oj of the output layer L.sub.O will be closest to the desired output value t.sub.pj supplied as the teacher signal.

Thus, in step 1, the learning processing section 20 affords the coupling coefficient W.sub.ji to each of the units u.sub.H1 to u.sub.Hy and u.sub.O1 to u.sub.Oz to compute the output value O.sub.oj of the output layer L.sub.O for the input signal patterns p in the signal processing section 10. In step 2, the section 20 executes a decision as to the converging condition for the actual output value O.sub.oj, on the basis of the total sum E.sub.p of the square errors between the actual output value O.sub.oj and the desired output value t.sub.pj supplied as the teacher signal.

In the decision step 2, it is decided whether the output value O.sub.oj obtained at the output layer L.sub.O of the signal processing section 10 is closest to the desired output value t.sub.pj. If the result of decision at step 2 is YES, that is, when the total sum E.sub.p of the square errors becomes sufficiently small and the output value O.sub.oj is closest to the desired output value t.sub.pj, the processing of learning is terminated. If the result of decision is NO, the computation operations of steps 3 through 6 are executed sequentially.

In the next computing step 3, the error .delta..sub.pj at each of the units u.sub.H1 to u.sub.Hy and u.sub.01 to u.sub.Oz of the signal processing section 10 is computed. In the computing operation of step 3, the error .delta..sub.oj of each of the units u.sub.01 to u.sub.Oz of the output layer L.sub.O is given by the following formula (10):

.delta..sub.oj =(t.sub.pj -O.sub.oj)O.sub.oj (1-O.sub.oj) (10)

On the other hand, the error .delta..sub.pj of each of the units u.sub.H1 to u.sub.Hy of the intermediate layer L.sub.H is given by the following formula (11): ##EQU5##

In the next computing step 4, the learning variant B.sub.j of the coefficient W.sub.ji of the coupling strength from the i'th one to the j'th one of the units u.sub.H1 to u.sub.Hy and u.sub.01 to u.sub.Oz is computed as a reciprocal of the square sum of the totality of the inputs added to by 1 as the threshold value, that is, in accordance with the following formula (12): ##EQU6##

Then, in the computing step 5, the variant .DELTA.W.sub.ji of the coupling coefficient W.sub.ji from the i'th one to the j'th one of the units u.sub.H1 to u.sub.Hy and u.sub.01 to u.sub.Oz is computed, using the above learning variable .beta..sub.j, in accordance with the following formula (13)

.DELTA.W.sub.ji(n+1) =.eta..multidot..beta.(.alpha..sub.pj O.sub.pi)+.alpha..multidot..DELTA.W.sub.ji(n) (13)

where .eta. stands for the learning constant and the stabilization constant for reducing the error oscillations and accelerating the convergence thereof.

Then, in the computing step 6, the coupling coefficient W.sub.ji of the units u.sub.H1 to u.sub.Hy and u.sub.O1 to u.sub.Oz is modified, on the basis of the variant .DELTA.W.sub.ji of the coupling coefficient W.sub.ji computed at step 5, in accordance with the following formula (14);

w.sub.ji =w.sub.ji +.DELTA.w.sub.ji (14)

Then, revert to step 1, the output value O.sub.oj of the output layer L.sub.O for the input patterns p at the signal processing section 10 is computed.

The learning processing section 20 executes the above steps 1 through 6 repeatedly, until the learning processing is terminated by the decision at step 2 when the total sum E.sub.p of the square error between the desired output t.sub.pj afforded as the teacher signal and the output value O.sub.oj becomes sufficiently small and the output value O.sub.oj obtained at the output layer L.sub.O of the signal processing section 10 is closest to the desired output value t.sub.pj.

In this manner, in the signal processing system of the present first embodiment, the learning constant .eta. is normalized by the above learning variable .beta. represented by the reciprocal of the square sum of the input value O.sub.pj at each of the units u.sub.H1 to u.sub.Hy and u.sub.O1 to u.sub.Oz added to by 1 as the threshold value. This causes the learning rate to be changed dynamically as a function of the input value O.sub.pi. By performing the learning processing of the coupling coefficient W.sub.ji with the learning rate changed dynamically in this manner as a function of the input value O.sub.pi, it becomes possible to reduce the number of times of learning significantly to one fourth to one tenth of that in the case of the conventional learning processing.

It is noted that, by representing the learning constant .eta. and the stabilizing constant .DELTA. in the formula 13 as the function of the maximum error E.sub.max for the input patterns as a whole, as shown by the formulas (15) and (16):

.eta.=a E.sub.max. . . (15)

.alpha.=-b E.sub.max +c . . . (16)

where a, b and c are constants, and by changing them dynamically, it becomes possible to perform faster learning processing.

According to the above described first embodiment of the signal processing system, the learning constant .eta. is normalized by the learning variable .beta. represented by the reciprocal of a square sum of the actual input O.sub.pi in each unit added to by 1 as a threshold value to cause the learning rate to be changed dynamically in accordance with the input value O.sub.pi and to execute the learning processing of the coupling coefficient W.sub.ji so that it becomes possible to perform stable and fast learning.

A second illustrative of the signal processing system according to the present invention will be hereinafter explained.

As shown schematically in FIG. 4, the signal processing system of the present illustrative embodiment includes a signal processing section 30 for obtaining the output value O.sub.pj from the input signal patterns p and a learning processing section 40 for causing the signal processing section 30 to undergo learning to obtain the output value O.sub.pj closest to the desired output value t.sub.pj from the input signal patterns p.

The signal processing section 30 is formed, as shown in FIG. 5, by a neural network of a three-layer structure including at least an input layer L.sub.I, an intermediate layer L.sub.H and an output layer L.sub.O. These layers L.sub.I, L.sub.H and L.sub.O are constituted by units u.sub.I1 to u.sub.ix, u.sub.H1 to u.sub.Hy and u.sub.01 to u.sub.Oz, each corresponding to a neuron, respectively, where x, y and z stand for arbitrary numbers. Each of the units u.sub.H1 to n.sub.Hy and u.sub.O1 to u.sub.Oz of the intermediate layer L.sub.H and the output layer L.sub.O is provided with delay means and forms a recurrent network including a loop LP having its output O.sub.j(t) as its own input by way of the delay means and a feedback FB having its output O.sub.j(t) as an input to another unit.

In the signal processing system 30, with the input signal patterns p entered into each of the units u.sub.I1 to u.sub.Ix of the input layer L.sub.I, the total sum net.sub.j of the inputs to the units u.sub.H1 to u.sub.Hy of the intermediate layer L.sub.H is given by the following formula (17): ##EQU7## Each of the units u.sub.H1 to u.sub.Hy of the intermediate layer L.sub.H issues, for the total sum net.sub.j of the input signals, an output value O.sub.Hj(t) represented by the sigmoid function of the following formula (18): ##EQU8##

The total sum net.sub.j of the inputs to the units u.sub.O1 to u.sub.Oz of the output layer L.sub.O is given by the following formula (19): ##EQU9## While each of the units u.sub.O1 to u.sub.Oz of the output layer L.sub.O issues, for the total sum net.sub.j of the inputs, an output value O.sub.oj(t) represented by the following formula (20): ##EQU10##

where O.sub.j stands for a threshold value and NI, NH and NO stand for the numbers of the delay means provided in the layers L.sub.I, L.sub.H and L.sub.O, respectively.

The learning processing section 40 computes the coefficient W.sub.ji of coupling strength between the units u.sub.O1 to u.sub.Oz, u.sub.H1 to u.sub.Hy and u.sub.I1 to u.sub.Ix, from the output layer L.sub.O towards the input layer L.sub.I, sequentially and repeatedly, according to the sequence shown in the flow chart of FIG. 6, while executing the learning processing of the coupling coefficient W.sub.ji so that the total sum of the square errors LMS between the desired output value t.sub.pj afforded as the teacher signal and the output value O.sub.oj of the output layer L.sub.O will be sufficiently small. By such learning processing, the learning processing section 40 causes the output value O.sub.oj of the output layer L.sub.O to be closest to the desired output value t.sub.zr, afforded as the teacher signal patterns, for an input signal pattern p.sub.(xr) supplied to the signal processing section 30. This pattern p.sub.(xr) represents a information unit as a whole which fluctuates along the time axis and is represented by the xr number of data, where r stands for the number of times of sampling of the information unit and x represents the number of data in each sample.

That is, the section 40 affords at step 1 the input signal patterns p.sub.(xr) to each of the units u.sub.I1 to u.sub.Ix of the input layer L.sub.I , and proceeds to computing at step 2 each output value O.sub.pj(t) of each of the units u.sub.H1 to u.sub.Hy and u.sub.O1 to u.sub.Oz of the intermediate layer L.sub.H and the output layer L.sub.O.

The section 40 then proceeds to computing at step 3 the error .delta..sub.pj of each of the units u.sub.O1 to u.sub.Oz and u.sub.H1 to u.sub.Hy, from the output layer L.sub.O towards the input layer L.sub.I, on the basis of the output values O.sub.pj(t) and the desired output value t.sub.zr afforded as the teacher signal.

In the computing step 3, the error .delta..sub.j of each of the units u.sub.O1 to u.sub.Oz of the output layer L.sub.O is given by the following formula (21):

.delta..sub.oj =(t.sub.pj -O.sub.oj)O.sub.oj (1-O.sub.oj). . . (21)

wherein the error .delta..sub.pj of each of the units u.sub.H1 to u.sub.Hy of the intermediate layer L.sub.H is given by the following formula (22): ##EQU11## Then, in step 4, the learning variable .beta..sub.j of the coefficient W.sub.ji of coupling strength from the i'th one to the j'th one of the units u.sub.I1 to u.sub.Ix, u.sub.H1 to u.sub.Hy and u.sub.O1 to u.sub.Oz is computed by the following formula (23) ##EQU12## in which the learning variable .beta..sub.j is represented by the reciprocal of the square sum of the input values added to by 1 as a threshold value.

Then, in step 5, using the learning variable, .beta..sub.j computed in step 4, the variant .DELTA.W.sub.ji of the coupling coefficient W.sub.ji from the i'th one to the j'th one of the units u.sub.O1 to u.sub.Oz, u.sub.H1 to u.sub.Hy and u.sub.I1 to u.sub.Ix is computed in accordance with the following formula (24):

.DELTA.w.sub.ji(n) =.eta..multidot..beta.(.delta..sub.pj O.sub.pi) (24).

In the formula, .eta. stands for a learning constant.

Then, in step 5, the total sum LMS of the square errors of the units with respect to the teacher signal is computed in accordance with the formula (25) ##EQU13##

Then, in step 6, it is decided whether the processing of the steps 1 through 5 has been performed on the R-number of input signal patterns p.sub.xr. If the result of the decision at step 6 is NO, the section 40 reverts to step 1. When the result of the decision at step 6 is YES, that is, when all of the variants .DELTA.W.sub.ji of the coupling coefficient W.sub.ji between the units u.sub.O1 to u.sub.2, u.sub.H1 to u.sub.y and u.sub.I1 to U.sub.Ix are computed for the input signal patterns p.sub.xr, the section 40 proceeds to step 7 to execute a decision of the converging condition for the output value O.sub.oj obtained at the output layer L.sub.O on the basis of the total sum LMS of square errors between the output value O.sub.oj and the desired output value t.sub.pj afforded as the teacher signal.

In the decision step 7, it is decided whether the output value O.sub.oj obtained at the output layer LO of the signal processing section 30 is closest to the desired output value t.sub.pj afforded as the teacher signal. When the result of the decision at step 7 is YES, that is, when the total sum LMS of the square errors is sufficiently small and the output value O.sub.oj is closest to the desired output value t.sub.pj, the learning processing is terminated. If the result of the decision at step 7 is NO, the section 40 proceeds to computing at step 8.

In this computing step 8, the coupling coefficient W.sub.ji between the units u.sub.O1 to u.sub.Oz, u.sub.H1 to u.sub.Hy and u.sub.I1 to u.sub.Ix is modified, on the basis of the variant W.sub.ji of the coupling coefficient W.sub.ji computed at step 5, in accordance with the following formula (26)

.DELTA.W.sub.ji(n) =.DELTA.W.sub.ji(n) +.alpha..DELTA.W.sub.ji(n-1)(26)

and the following formula (27)

W.sub.ji(n+1) =W.sub.ji(n) +.DELTA.W.sub.ji(n) (27)

After the computing step 8, the section 40 reverts to step 1 to execute the operation of steps 1 to 6.

Thus the section 40 executes the operations of the steps 1 to 8 repeatedly and, when the total sum LMS of the square errors between the desired output value t.sub.pj and the actual output value O.sub.oj becomes sufficiently small and the output value O.sub.oj obtained at the output value L.sub.O of the signal processing section 30 is closest to the desired output value t.sub.pj afforded as the teacher signal, terminates the processing of learning by the decision at step 7.

In this manner, in the present second embodiment of the signal processing system, the learning as to the coupling coefficient W.sub.ji between the units u.sub.O1 to u.sub.Oz, u.sub.H1 to u.sub.Hy and u.sub.I1 to u.sub.Ix of the signal processing section 30 constituting the recurrent network inclusive of the above mentioned loop LP and the feedback FB is executed by the learning processing section 40 on the basis of the desired output value t.sub.pj afforded as the teacher signal. Hence, the features of the sequential time-base input signal pattern p.sub.xr, such as audio signals, fluctuating along the time axis, may also be extracted reliably by the learning processing by the learning processing section 40. Thus, by setting the coupling state between the units u.sub.O1 to u.sub.Oz, u.sub.H1 to u.sub.Hy and u.sub.I1 to u .sub.Ix of the signal processing section 30 by the coupling coefficient W.sub.ji, obtained as the result of learning by the learning processing section 40, the time-series input signal pattern p.sub.xr can be subjected to desired signal processing by the signal processing section 30.

Moreover, in the second illustrative embodiment of the present invention, similarly to the previously described first embodiment, the learning constant .eta. is normalized by the learning constant .beta. indicated as the reciprocal of the square sum of the input values at the units u.sub.H1 to u.sub.Hy and u.sub.O1 to u.sub.Oz, and the learning processing as to the coupling coefficient W.sub.ji is performed at the dynamically changing learning rate, as a function of the input value O.sub.pi, so that learning can be performed stably and expeditiously with a small number of times of learning.

In this manner, in the present second embodiment of the signal processing system, signal processing for input signals is performed at the signal processing section 30 in which the recurrent network inclusive of the loop LP and the feedback FB is constituted by the units u.sub.H1 to u.sub.Hy and u.sub.O1 to u.sub.Oz of the intermediate layer L.sub.H and the output layer L.sub.O each provided with delay means. In the learning processing section 40, the learning as to the coupling state of the recurrent network by the units u.sub.H1 to u.sub.Hy and u.sub.O1 to u.sub.Oz constituting the signal processing section 30 is executed on the basis of the teacher signal. Thus the features of the sequential time-base patterns, fluctuating along the time axis, such as audio signals, can be extracted by the above mentioned learning processing section to subject the signal processing section to the desired signal processing.

A preferred illustrative embodiment learning processing system according to the present invention will be hereinafter explained.

The basic construction of the learning processing system according to the present invention is shown in FIG. 7. As shown therein, the system includes a signal processing section 50 constituted by a neural network of a three-layered structure including at least an input layer L.sub.I, an intermediate layer L.sub.H and an output layer L.sub.O, each made up of a plurality of units performing a signal processing corresponding to one of a neuron, and a learning processing section 60 incorporating the learning processing into the signal processing consisting in sequentially repeatedly computing the coefficient W.sub.ji of coupling strength between the above units from the output layer L.sub.O towards the input layer L.sub.I on the basis of the error data .delta..sub.pj between the output value of the output layer L.sub.O and the desired output value O.sub.pj afforded as the teacher signal t.sub.pj, for the input signal patterns p entered into the input layer L.sub.I of the signal processing section 50, and learning the coupling coefficient W.sub.ji in accordance with the back-propagation learning rule.

The learning processing section 60 executes the learning processing of the coupling coefficient W.sub.ji as it causes the number of the units of the intermediate layer L.sub.H of the signal processing section 50 to be increased, and thus the section 60 has the control function of causing the number of units of the intermediate layer L.sub.H to be increased in the course of learning processing of the coupling coefficient W.sub.ji. The learning processing section 60 subjects the signal processing section 50 having the input layer L.sub.I, an intermediate layer L.sub.H and an output layer L.sub.O made up of arbitrary numbers x, y and z of units u.sub.I1 to u.sub.Ix, u.sub.H1 to u.sub.Hy and u.sub.O1 to u.sub.Oz, each corresponding to a neuron, respectively, as shown in FIG. 8A, to learning processing as to the coupling coefficient W.sub.ji, while the section 60 causes the number of the unit L.sub.H to be increased sequentially from y to (y+m), as shown in FIG. 8B.

It is noted that the control operation of increasing the number of the units of the intermediate layer L.sub.H may be performed periodically in the course of learning processing of the coupling coefficient W.sub.ji, or each time the occurrence of the above mentioned local minimum state is sensed.

The above mentioned learning processing section 60, having the control function of increasing the number of the units of the intermediate layer L.sub.H in the course of learning processing of the coupling coefficient W.sub.ji, subjects the signal processing section 50 formed by a neural network of a three-layer structure including the input layer L.sub.I, intermediate layer L.sub.H and the output layer L.sub.O to the learning processing of the coupling coefficient W.sub.ji, as it causes the number of units of the intermediate layer L.sub.H to be increased. Thus, even on occurrence of the local minimum state in the course of learning of the coupling coefficient W.sub.ji, the section 50 is able to increase the number of the units of the intermediate layer L.sub.H to exit from such local minimum state to effect rapid and reliable convergence into the optimum global minimum state.

Tests were conducted repeatedly, in each of which the learning processing section 60 having the control function of increasing the number of units of the intermediate layer in the course of learning of the coupling coefficient W.sub.ji causes the signal processing section 50 constituting the recurrent network including the feedback FB and the loop LP in the second embodiment of the signal processing system to undergo the process of learning the coefficient W.sub.ji, with the number of the units of the input layer L.sub.I equaling 8(.times.=8), that of the output layer.multidot.L.sub.O equaling 3(z=3), the number of the delay means of each layer of 2 and with the input signal pattern p during learning operation, using 21 time-space patterns of 1=8.times.7, and employing the processing algorithm shown in the flow chart of FIG. 9, with the learning being started at the number of the units of the intermediate layer L.sub.H equaling 3(y=3) and with the number of the units of the intermediate layer LH being increased during the learning process. By increasing the number of the units of the intermediate layer L.sub.H three to five times, the test results were obtained in which the convergence to the optimum global minimum state were realized without going into the local minimum state.

FIG. 10 shows, as an example of the above tests, the test results in which learning processing of converging into the optimum minimum state could be achieved by adding the units of the intermediate layer L.sub.H at the timing shown by the arrow mark in the figure and by increasing the number of the intermediate layer L.sub.H from three to six. The ordinate in FIG. 10 stands for the total sum LMS of the quadratic errors and the abscissa stands the number of times of the learning processing operations.

The processing algorithm shown in the flow chart of FIG. 9 is hereinafter explained.

In this processing algorithm, in step 1, the variable K indicating the number of times of the processing for detecting the local minimum state is initialized to "0", while the first variable Lms for deciding the converging condition of the learning processing is also initialized to 10000000000.

Then, in step 2, the variable n indicating the number of times of learning of the overall learning pattern, that is, the 1-number of the input signal patterns p, is initialized. The program then proceeds to step 3 to execute the learning processing of the 1-number of the input signal patterns p.

Then, in step 4, decision is made of the variable n indicating the number of times of learning. Unless n=3, the program proceeds to step 5 to add one to n (n.fwdarw.n+1), and then reverts to step 3 to repeat the learning processing. When n=3, the program proceeds to step 6.

In step 6, after the value of the first variable Lms is maintained as the value of the second variable Lms(-1) for deciding the converging condition of the learning processing, the total sum of the square errors between the output signal and the teacher signal in each unit is computed in accordance with the formula (28), this value being then used as the new value for the first variable Lms, such that ##EQU14##

Then, in step 7, the first variable Lms for deciding the converging condition of the learning processing is compared with the second variable Lms(-1). If the value of the first variable Lms is less than that of the second variable Lms(1), the program proceeds to step 8 to decide whether or not the variable K indicating the number of times of the processing operations for detecting the local minimum state is equal to 0.

If, in step 8, the variable K is 0, the program reverts directly to step 2. If the variable K is not 0, setting of K to equal k+1 is made in step 9. The program then reverts to step 2 to initialize n to 0(n=0) to execute the learning processing the 1-number of the input signal patterns p in step 3.

If, in step 7, the value of the first variable Lms is larger than that of the second variable Lms(-1), the program proceeds to step 10 to set the value of K indicating the number of times of the processing operations for detecting the local minimum state (k.fwdarw.k+1). Then, in step 11, it is decided whether or not the value of k is 2.

If, in step 11, the value of the variable K is not 2, the program reverts directly to step 2. If the variable K is 2, it is decided that the local minimum state is prevailing. Thus, in step 12, control is made for increasing the number of the units of the intermediate layer L.sub.H. Then, in step 13, setting of k=0 is made. The program then reverts to step 2 for setting of n=0 and then proceeds to step 3 to execute the learning processing of the above mentioned 1-number of the input signal patterns p.

Test on the learning processing were conducted of the signal processing section 50 of the above described second embodiment of the signal processing system constituting the recurrent network including the feedback loop FB and the loop LP shown in FIG. 5, with the number of the units of the intermediate layer L.sub.H being set to six (y=6). The test results have revealed that the learning processing need be repeated an extremely large number of times with considerable time expenditure until the convergence to the optimum minimum state was achieved, and that the local minimum state prevailed for three out of eight learning processing tests without convergence to the optimum global minimum state.

FIG. 11 shows, by way of an example, the results of the learning processing tests in which the local minimum state was reached.

In this figure, the ordinate stands for the total sum LMS of the square errors and the abscissa stands the number of times of the learning processing operations.

Also the tests on the learning processing was conducted 30 times on the signal processing section 50 of the above described second embodiment of the signal processing system constituting the recurrent network including the feedback loop FB and the loop LP shown in FIG. 5, with the number of the units of the intermediate layer L.sub.H being set to three (y=3). It was found that, as shown for example in FIG. 12, the local minimum state was reached in all of the tests on learning processing without convergence to the optimum global minimum state.

In FIG. 12, the ordinate stands for the total sum LMS of the square errors and the abscissa stands the number of times of the learning processing operations.

From the foregoing it is seen that the present invention provides a learning processing system in which the learning processing of the coefficient of coupling strength is performed, while the number of the units of the intermediate layer is increased by the learning processing section, whereby the convergence to the optimum global minimum state is achieved promptly and reliably to achieve the stable learning processing to avoid the local minimum state in the learning processing process conforming to the backpropagation learning rule.

Claims

1. A signal processing system comprising

a signal processing section including at least an input layer, an intermediate layer and an output layer, each of said layers being made up of a plurality of signal processing units; and
a learning processing section for repeatedly and sequentially computing, from said output layer towards said input layer, a coefficient W.sub.ji of coupling strength between each of said signal processing units on the basis of error data.delta..sub.ji between an output value of said output layer for input signal patterns entered into said input layer and a predetermined value denoted as a teacher signal, thereby performing learning processing of said coefficient W.sub.ji of coupling strength, wherein
said learning processing section includes means for computing a variant.DELTA.W.sub.ji of said coefficient W.sub.ji of coupling strength on the basis of.eta..multidot..beta.(.delta..sub.pj.multidot.O.sub.pi), where.eta. stands for a learning constant, where O.sub.pi stands for values of inputs in each of said signal processing units, and where.beta. stands for a learning variable, and for supplying said coefficient W.sub.ji of coupling strength

2. The signal processing system according to claim 1 wherein delay means are provided in each of said signal processing units of said intermediate and output layers of said signal processing section and wherein said signal processing section is arranged as a recurrent network including loop and feedback circuitry connecting an output of said signal processing section through said delay means to an input of said signal processing section.

Referenced Cited
Other references
  • Implementation of Neural Networks for Speech Recognition on a Transputer Array; Chong et al.; Cambridge University; Mar. 10, 1988. Successfully Using Peak Learning Rates of 10 (and Greater) in Backpropagation Networks with the Heuristic Learning Algorithm; John P. Cater; IEEE First International Conference on Neural Networks; 21-24 Jun. 1987; vol. 2; pp. 645-651. M. F. Tenorio et al.: "Adaptive Networks as a Model for Human Speech Development", Jul. 1988, vol. II, pp. 235-242. F. E. Norrod et al.: "Feedback-Induced Sequentiality in Neural Networks", Jun. 1987, vol. II, pp. 251-258. D. E. Rumelhart et al.: "Parallel Distributed Processing", vol. 1: Foundations, 1986, pp. 318-362. B. Macukow et al.: "Neural Network Model Using a Normalized Inner Product as a Measure of Similarity", Jul. 1988, pp. 225-230.
Patent History
Patent number: 5093899
Type: Grant
Filed: Sep 13, 1989
Date of Patent: Mar 3, 1992
Assignee: Sony Corporation (Tokyo)
Inventor: Atsunobu Hiraiwa (Kanagawa)
Primary Examiner: Allen R. MacDonald
Attorneys: Lewis H. Eslinger, Jay H. Maioli
Application Number: 7/406,733
Classifications
Current U.S. Class: 395/23
International Classification: G06F 1518;