Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
SOUND IDENTIFICATION UTILIZING PERIODIC INDICATIONS
Document Type and Number:
WIPO Patent Application WO/2018/154372
Kind Code:
A1
Abstract:
A computer-implemented method and an apparatus are provided. The method includes obtaining, by a processor, a frequency spectrum of an audio signal data. The method further includes extracting, by the processor, periodic indications from the frequency spectrum. The method also includes inputting, by the processor, the periodic indications and components of the frequency spectrum into a neural network. The method additionally includes estimating, by the processor, sound identification information from the neural network.

Inventors:
ICHIKAWA OSAMU (JP)
FUKUDA TAKASHI (JP)
RAMABHADRAN BHUVANA (US)
Application Number:
PCT/IB2017/058001
Publication Date:
August 30, 2018
Filing Date:
December 15, 2017
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
IBM (US)
IBM UK (GB)
IBM CHINA INVESTMENT CO LTD (CN)
International Classes:
G10L15/02; G10L25/93
Domestic Patent References:
WO2014145960A22014-09-18
Foreign References:
CN103366737A2013-10-23
CN1819017A2006-08-16
CN1343350A2002-04-03
Other References:
CHITRALEKHA, BHAT ET AL.: "Recognition of Dysarthric Speech Using Voice Parameters for Speaker Adaptation and Multi-taper Spectral Estimation", INTERSPEECH 2016, 8 September 2016 (2016-09-08) - 12 September 2016 (2016-09-12), XP055537626
Attorney, Agent or Firm:
WILLIAMS, Julian (GB)
Download PDF:
Claims:
CLAIMS

1. A computer-implemented method, comprising:

obtaining, by a processor, a frequency spectrum of an audio signal data; extracting, by the processor, periodic indications from the frequency spectrum; inputting, by the processor, the periodic indications and components of the frequency spectrum into a neural network; and

estimating, by the processor, sound identification information from the neural network.

2. The method of claim 1, wherein the estimating sound identification includes identifying phoneme information.

3. The method of claim 1, wherein the periodic indications represent fluctuations in the frequency spectrum that periodically appear in the frequency spectrum.

4. The method of claim 1, wherein the periodic indications represent harmonic structure of the audio signal data.

5. The method of claim 1, further comprising normalizing the periodic indications before the inputting into the neural network.

6. The method of claim 5, wherein the normalizing the periodic indications includes maintaining an ordinal scale among a plurality of bands in the periodic indications.

7. The method of claim 6, wherein the normalizing the periodic indications is based on sigmoid normalization or max-variance normalization.

8. The method of claim 1, wherein the components of the frequency spectrum include values relating to powers of the audio signal data in a plurality of frequency bands in the frequency spectrum.

9. The method of claim 8, wherein the inputting the periodic indications and components of the frequency spectrum into a neural network comprises further inputting the first derivation and the second derivation with respect to time of the values relating to powers of the audio signal data in the plurality of frequency bands in the frequency spectrum.

10. The method of claim 1, wherein the neural network is a convolutional neural network or a deep neural network.

11. The method of claim 10, wherein the inputting into the neural network includes inputting the periodic indications, and, the components of the frequency spectrum into a first layer of the neural network,

12. The method of claim 10, further comprising training the neural network, wherein the neural network is the deep neural network, the deep neural network includes a plurality of fully-connected network layers, a first layer includes a plurality of first nodes and a plurality of second nodes, and weights between the first nodes and a plurality of input nodes corresponding to the periodic indications are 0 before the training.

13. The method of claim 10, wherein the inputting into the neural network includes inputting the periodic indications into a second layer or a subsequent layer of the neural network.

14. The method of claim 13, wherein the neural network is the convolutional neural network, and the convolutional neural network includes one or more convolutional neural network layers, and

wherein the inputting into the neural network further includes inputting the periodic indications into a layer that is downstream of the one or more convolutional neural network layers.

15. The computer-implemented method of claim 13, further comprising compressing the periodic indications by reducing a number of dimensions of the periodic indications before the inputting into the neural network.

16. The method of claim 10 or claim 13, further comprising Mel-filtering the periodic indications before the inputting into the neural network

17. A computer program product having instructions embodied therewith, the instructions executable by a processor or programmable circuitry to cause the processor or programmable circuitry to perform the method comprising of any of claims 1 to 16.

18. An apparatus comprising:

a processor; and

one or more computer readable mediums collectively including instructions that, when executed by the processor, cause the processor to perform the method of any of claims 1 to 16.

Description:
SOUND IDENTIFICATION UTILIZING PERIODIC INDICATIONS

BACKGROUND Technical Field

[0001] The present invention relates to estimation of sound identification based on periodic indications in the frequency spectrum of an audio signal.

Description of the Related Art

[0002] A number of conventional speech recognition systems use features processed by log-Mel or Mel-Frequency Cepstrum Coefficients (MFCC) as input features. Log-Mel and MFCC apply a Mel-filter bank to a frequency spectrum of the audio signal data. However, a Mel-filter bank does not preserve higher resolution information in the audio signal data.

Typically, harmonic structures in human speech are lost through a Mel-filtering process. The harmonic structure provides information that may be used to discriminate vowels from other phonemes.

[0003] Meanwhile, current speech recognition systems are computationally expensive, and thus require lots of time or many computational resources. There is a need for integrating the harmonic structure into a speech recognition system in a way that may improve performance of the system.

SUMMARY

[0004] According to an aspect of the present invention, there is provided a computer- implemented method including obtaining, by a processor, a frequency spectrum of an audio signal data. The method further includes extracting, by the processor, periodic indications from the frequency spectrum. The method also includes inputting, by the processor, the periodic indications and components of the frequency spectrum into a neural network. The method additionally includes estimating, by the processor, sound identification information from the neural network.

[0005] According to another aspect of the present invention, there is provided a computer program product having instructions embodied therewith. The instructions are executable by a processor or programmable circuitry to cause the processor or programmable circuitry to perform a method. The method includes obtaining a frequency spectrum of an audio signal data. The method further includes extracting periodic indications from the frequency spectrum. The method also includes inputting the periodic indications and components of the frequency spectrum into a neural network. The method additionally includes estimating sound

identification information from the neural network.

[0006] According to yet another aspect of the present invention, there is provided an apparatus including a processor. The apparatus further includes one or more computer readable mediums collectively including instructions that, when executed by the processor, cause the processor to obtain frequency spectrum of an audio signal data, extract periodic indications from the frequency spectrum, input the periodic indications and components of the frequency spectrum into a neural network, and estimate sound identification information from the neural network.

[0007] These and other features and advantages will become apparent from the following detailed description of illustrative embodiments of the present invention, which is to be read in connection with the accompanying drawings.

BRIEF DESCRIPTION OF THE DRAWINGS

[0008] The following description will provide details of preferred embodiments of the present invention with reference to the following figures wherein:

[0009] FIG. 1 shows an exemplary configuration of an apparatus 10, according to an embodiment of the present invention; [0010] FIG. 2 shows a spectrogram of an observed spectrum in audio signal according to an embodiment of the present invention;

[0011] FIG. 3 shows an operational flow according to an embodiment of the present invention;

[0012] FIG. 4 shows an operational sub-flow corresponding to S130 according to an embodiment of the present invention;

[0013] FIG. 5 shows an operational sub-flow corresponding to SI 50 according to an embodiment of the present invention;

[0014] FIG. 6 shows log power spectrum according to an embodiment of the present invention;

[0015] FIG. 7 shows cepstrum according to an embodiment of the present invention;

[0016] FIG. 8 shows cut-off cepstrum according to an embodiment of the present invention;

[0017] FIG. 9 shows I-DCT spectrum according to an embodiment of the present invention;

[0018] FIG. 10 shows periodic indications according to an embodiment of the present invention;

[0019] FIG. 11 shows Mel-filtered periodic indications according to an embodiment of the present invention;

[0020] FIG. 12 shows a deep neural network according to an embodiment of the present invention; [0021] FIG. 13 shows a convolutional neural network according to an embodiment of the present invention;

[0022] FIG. 14 shows a deep neural network according to an embodiment of the present invention;

[0023] FIG. 15 shows a convolutional neural network according to an embodiment of the present invention; and

[0024] FIG. 16 shows an exemplary hardware configuration of a computer 800 that functions as a system, according to an embodiment of the present invention.

DETAILED DESCRIPTION

[0025] Hereinafter, example embodiments of the present invention will be described. The example embodiments of the present invention shall not limit the invention according to the claims, and the combinations of the features described are not necessarily essential to the invention.

[0026] FIG. 1 shows an exemplary configuration of an apparatus 10 (e.g., a computer, programmable circuitry, etc.), according to an embodiment of the present invention. The apparatus 10 may estimate sound identification information based on audio signal data. In an embodiment, the sound identification information may be phoneme information.

[0027] The apparatus 10 may comprise a processor and one or more computer readable mediums collectively including instructions. The instructions, when executed by the processor or programmable circuitry, may cause the processor or the programmable circuitry to operate as a plurality of operating sections. Thereby, the apparatus 10 may be represented as a storing section 100, an obtaining section 102, an Extracting section 104, a Mel-filtering section 106, a normalizing section 108, an estimating section 112, and a training section 114. [0028] The storing section 100 may store a variety of data used for operations of the apparatus 10. The storing section 100 may comprise a volatile or non-volatile memory. One or more other elements in the apparatus 10 (e.g., the obtaining section 102, the extracting section 104, the Mel-filtering section 106, the normalizing section 108, the estimating section 112, and the training section 1 14, etc.) may communicate directly or indirectly via the storing section 100.

[0029] The obtaining section 102 may obtain a frequency spectrum of audio signal data. The obtaining section 102 may also obtain training data for training a neural network. The training data may comprise one or more sets of audio signal data and correct sound

identification information corresponding to the respective set of audio signal data.

[0030] The extracting section 104 may extract periodic indications from the frequency spectrum. The periodic indications may represent fluctuations in the frequency spectrum that periodically appear in a frequency direction of the frequency spectrum. In an embodiment of the present invention, the periodic indications may represent a harmonic structure of the audio signal data. Details of the extraction of the periodic indications are explained below.

[0031] The Mel-filtering section 106 may perform a Mel-filtering process. The Mel- filtering section 106 may Mel-filter the periodic indications. The Mel-filtering section 106 may also log-Mel-filter the frequency spectrum. Details of the Mel-filtering processes are explained below.

[0032] The normalizing section 108 may perform normalization. The normalizing section 108 may normalize the Mel-filtered periodic indications. The normalizing section 108 may also normalize the log-Mel-filtered frequency spectrum. Details of the normalization process are explained below.

[0033] The estimating section 112 may direct the processing of a neural network. In an embodiment, the estimating section 1 12 may input the periodic indications and components of the frequency spectrum into a neural network. The components of the frequency spectrum may include values relating to power and/or strength of the audio signal data in a plurality of frequency bands in the frequency spectrum. In an embodiment of the present invention, the components of the frequency spectrum may be the normalized Mel-filtered frequency spectrum of the audio signal data. In an alternative embodiment of the present invention, the components of the frequency spectrum may include the Mel-filtered or normalized frequency spectrum of the audio signal data, or the frequency spectrum itself.

[0034] The estimating section 112 may perform a calculation of the neural network and estimate sound identification information from the neural network. In an embodiment of the present invention, the estimating section 112 may identify phoneme information as the sound identification information. Details of the calculation of the neural network are explained below.

[0035] The training section 1 14 may perform training of the neural network using the training data.

[0036] As described above, the apparatus 10 may estimate sound identification information from the neural network, into which the periodic indications and the components of the frequency spectrum are input. The apparatus 10 may improve accuracy of estimation of the sound identification information based on both normalized Mel-filtered periodic indications and the frequency spectrum.

[0037] FIG. 2 shows a spectrogram of an observed spectrum in audio signal data according to an embodiment of the present invention. The horizontal axis in FIG. 2 corresponds to time, the vertical axis corresponds to frequency, and the shade corresponds to power of the audio signal data. In FIG. 2, horizontal dark stripes can be observed repeating along the vertical axis, denoting sharp fluctuations in strength across the frequency bands of the frequency spectrum. The stripes may correspond to periodic indications of the audio signal data. A group of periodic indications may represent a harmonic structure. The audio signal data may often include such periodic indications due to vocal cord vibration, and the apparatus may utilize the periodic indications to identify the phoneme expressed in the audio signal data. In particular, the apparatus may extract the periodic indications from the audio signal data and may identify a specific phoneme expressed in the audio signal data, even if recorded in a noisy environment. [0038] FIG. 3 shows an operational flow according to an embodiment of the present invention. Described is an example in which an apparatus, such as the apparatus 10, performs the operations from SI 10 to S210, as shown in FIG. 3. The apparatus may estimate the sound identification information by performing the operations S110-S210.

[0039] At SI 10, an obtaining section, such as the obtaining section 102, may obtain a frequency spectrum of an audio signal data. In an embodiment of the present invention, the obtaining section may obtain a frequency spectrum represented by a power spectral density. In an embodiment of the present invention, the audio signal data may be coded into spectrums over- a plurality of time frames, and the obtaining section may obtain a plurality of frequency spectrums for a plurality of time frames of the audio signal data.

[0040] For example, the audio signal data may be conversational speech recorded at 8kHz. The time frames of the audio signal data may each have a 20 ms frame size with a 10 ms frame shift. The apparatus 10 may perform the operations of FIG. 3 for the frequency spectrum of each time frame.

[0041] In an embodiment of the present invention, the frequency spectrum is represented by y t (j), where t (=1...7) represents a time frame number of the audio signal data having Jtime frames, and j (=1...J) represents a frequency bin number corresponding to each frequency band in the frequency spectrum. In an embodiment, the number of bins J may be typically but not limited to 256 or 512.

[0042] At SI 30, the apparatus may obtain components of the frequency spectrum from the frequency spectrum of the audio signal data.

[0043] FIG. 4 shows an operational sub-flow corresponding to SI 30 according to an embodiment of the present invention. The apparatus may perform operations S132 and S136 of FIG. 4 at the operation SI 30 of FIG. 3. [0044] At S 132, a Mel-filtering section, such as the Mel-filtering section 106, may log-Mel filter the frequency spectrum of the audio signal data obtained at S I 10. In an embodiment of the present invention, the Mel-filtering section may first calculate:

to Mel-filter the frequency spectrum ^(7). Then, the Mel-filtering section may calculate:

s t (d) = log S t (d) to obtain a log-Mel-filtered frequency spectrum s t (d), where B(d ) represents a Mel-filter bank and is the d-t (d = 1. . .D) triangle filter for the y ' -th bin, log (*) may represent natural logarithm or common logarithm, and D represents the number of dimensions of the Mel-filter bank, and may be selected from 13-80.

[0045] In an alternative embodiment of the present invention, the estimating section may calculate MFCC from the frequency spectrum y t (j) and use the calculated MFCC as s t {d).

[0046] At S I 34, a normalizing section, such as the normalizing section 108, may normalize the frequency spectrum processed at S I 32. The normalizing section may adopt mean and variance normalization or other types of normalization. In an embodiment of the present to obtain normalized a log-Mel-filtered frequency spectrum jt(d), where s(d) represents a mean value of log-Mel-filtered frequency spectrum of at least a part of training data, and v A (d) represents a variance of the log-Mel-filtered frequency spectrum of the at least a part of training data. In an embodiment of the present invention, the at least a part of training data may be one or more utterance units of audio signal data in the training data.

[0047] In an embodiment of the present invention, y t (j), Yt(j), s A t (d), and/or j t (d) may include values relating to powers of the audio signal data in a plurality of frequency bands "d" and "j" in the frequency spectrum, and may be treated as the components of the frequency spectrum.

[0048] At SI 36, the estimating section may differentiate the frequency spectrum processed at S I 34 with respect to time. In an embodiment of the present invention, the estimating section may calculate a first derivation Δγ^ of jt(d). In an embodiment of the present invention, the estimating section may further calculate a second derivation AAy t (d) of jt(d).

[0049] According to the operations of S 132-136, the estimating section may obtain the components of the frequency spectrum that may include values relating to powers of the audio signal data in a plurality of frequency bands in the frequency spectrum. The estimating section may further obtain the first derivation and the second derivation with respect to time of the components of the frequency spectrum such as Ay t (d) and A y t (d).

[0050] After the operation of S I 30 of Fig. 3, an extracting section such as the extracting section 104 may extract the periodic indications from the frequency spectrum.

[0051] FIG. 5 shows an operational sub-flow corresponding to S I 50 according to an embodiment of the present invention. The apparatus may perform operations SI 52 and S I 58 of FIG. 5 at the operation S I 50 of FIG. 3.

[0052] At S I 52, the extracting section may obtain a Cepstrum by performing a Discrete Cosine Transformation on the log power spectrum Y t (j).

[0053] FIG. 6 shows a power spectrum for a single time frame in the frequency spectrum, according to an embodiment of the present invention. The horizontal axis in Fig. 6 represents frequency and the vertical axis represents log power.

[0054] In an embodiment of the present invention, the extracting section may calculate: C t (i) =∑j D (i,j) - y t (j) (3) to obtain the cepstrum C t (i), where D(i,j) is a DCT matrix.

[0055] FIG. 7 shows a cepstrum according to an embodiment of the present invention. The horizontal axis in FIG. 7 represents frequency and the vertical axis represents log power. The extracting section may obtain the cepstrum of Fig. 7 from the log power spectrum of Fig. 6. [0056] At S I 54, the extracting section may cut off a part of the cepstrum G(z ' ). In an embodiment, the extracting section may filter out an upper part and/or a lower part of the G(z ' ). In an embodiment of the present invention, the extracting section may calculate:

C t (i) = eC t (i) if (i < C L ) or (i > C v ) (4)

C t (i) = C t (i) otherwise (5) where ε represents a very small constant (e.g., 0.001) or 0, CL represents a lower cut-off number, and Cu represents an upper cut-off number. Thereby, the extracting section may choose a range of cepstrum between CL and Cu as a cut-off cepstrum C A t (J).

[0057] FIG. 8 shows a cut-off cepstrum according to an embodiment of the present invention. The horizontal axis and the vertical axis of FIG. 8 represent the same units as FIG. 7. The extracting section may obtain the cut-off cepstrum of FIG. 8 from the cepstrum of FIG. 7.

[0058] At S I 56, the extracting section may convert the cut-off cepstrum back to a log power spectrum by performing inverse-DCT (I-DCT). In an embodiment of the present invention, the extracting section may calculate:

W t ( =∑ i D- 1 (j, Q - £ t (Q (6) to obtain an I-DCT spectrum W t (j).

[0059] FIG. 9 shows an I-DCT spectrum according to an embodiment of the present invention. The horizontal axis in FIG. 9 represents frequency and the vertical axis represents log power. The extracting section may obtain the I-DCT spectrum of FIG. 9 from the cut-off cepstrum of FIG. 8.

[0060] At S I 58, the extracting section may convert the I-DCT spectrum (i.e., log power spectrum) to a linear power spectrum. In an embodiment of the present invention, the extracting section may calculate:

w t (j) = exp(W t (j)) (7) to obtain w t (j), which is represented in the linear power spectrum domain. The apparatus may use w t (j) for a plurality of bins j, as the periodic indications.

[0061] FIG. 10 shows periodic indications according to an embodiment of the present invention. A horizontal axis represents frequency and the vertical axis represents linear power in FIG. 10. The extracting section may obtain the linear spectrum of FIG. 10 from the log power spectrum of FIG. 9.

[0062] After the operation of S150 of FIG. 3, the Mel-filtering section may compress the periodic indications by reducing a number of dimensions of the periodic indications. In an embodiment of the present invention, the Mel-filtering section may Mel-filter the periodic indications to reduce the number of dimensions by calculating: to obtain Mel-filtered periodic indications w t (d), where B dj) represents a Mel-filter bank and is the d-th (d = 1...D) triangle filter for the y ' -th bin.

[0063] FIG. 11 shows Mel-filtered periodic indications according to an embodiment of the present invention. The horizontal axis represents frequency and the vertical axis represents linear power in FIG. 11. The Mel-filtering section may obtain the Mel-filtered periodic indications of FIG. 11 from the periodic indications of FIG. 10.

[0064] As shown in FIG. 11, the Mel-filtering section may compress the periodic indications by reducing a number of dimensions of the periodic indications, especially in a high frequency range. Thereby, relatively important information of the periodic indications may be preserved after the compression. In an embodiment of the present invention, the number D may be selected from 20-40.

[0065] At SI 90, the normalizing section may normalize the Mel-filtered periodic indications. In an embodiment of the present invention, the normalizing section may perform the normalization so as to maintain an ordinal scale among a plurality of bands in the periodic indications. Thereby, the normalizing section may preserve information of the ordinal scale of the periodic indications, which may be beneficial for the estimation of a neural network. In an example, the normalizing section may perform the normalization based on sigmoid

normalization. In an example, the normalizing section may calculate:

t(d) = 1.0/ (l.O + exp(-a (w t (d) - 1.0 - ?))) (9) to obtain the normalized Mel-filtered periodic indications fit(d), where a and b are constant values.

[0066] In another example, the normalizing section may perform the normalization based on max-variance normalization. In an example, the normalizing section may calculate:

t(d) = (a t (d) - a(d))/^x max (10) where a t (d) = log(w t (d) + ε) (11) a(d) = E [a(d)] (12) a{d) = log(w(d) + μ) (13)

Zmax = max( (d)) (14)

2(d) = E [(a(d) - a(d)) 2 (15) represents a constant value, £[ ] represents a function calculating an expectation, and w (d) represents a Mel-filtered periodic indications obtained by the training data. In an embodiment of the present invention, the normalizing section may preliminarily calculate the formulae (12)- (15) by utilizing audio signal data of the training data before starting the operations in FIG. 3, and may store the result of calculation of (12)-(15).

[0067] At S210, an estimating section, such as the estimating section 1 12, may estimate a sound identification information, such as phoneme information, by processing a calculation of a neural network. The estimating section may input the compressed normalized periodic indications obtained at S I 90 and the components of the frequency spectrum obtained at S I 34 into the neural network. The estimating section may further input the first and second derivation of the components of the frequency spectrum into the neural network obtained at S136.

[0068] In an embodiment of the present invention, the neural network used by the estimating section may be a convolutional neural network or a deep neural network. The convolutional neural network may include one or more convolutional neural network layers, which may comprise one or more sets of convolutional layers and pooling layers. The convolutional neural network may also include one or more of fully-connected layers. The convolutional neural network may further include other types of layers. The deep neural network may include a plurality of fully-connected layers, and may optionally include other types of layers.

[0069] As explained above in relation to FIG. 3, the apparatus may extract the periodic indications, and input the periodic indications with the components of the frequency spectrum into the neural network to estimate the sound identification information. Since the apparatus may use not only the components of the frequency spectrum but also the periodic indications, which may indicate confidence of the existence of human voice, the apparatus may improve accuracy of identification of the sound identification information.

[0070] In addition, in some embodiments of the present invention, since the periodic indications and the frequency spectrum may be compressed (e.g., Mel-filtered) by reducing a number of dimensions of the periodic indications before being inputting into the neural network, the computational resources needed for the estimation of the sound identification information may be reduced.

[0071] Furthermore, since the periodic indications may be normalized so as to maintain an ordinal scale among a plurality of bands in the periodic indications, the periodic indications may be properly processed with the components of the frequency spectrum without losing information of an ordinal scale of the periodic indications among frequency bands.

[0072] In some embodiments, the apparatus may not normalize the periodic indications and the frequency spectrum. In these embodiments of the present invention, the apparatus may not perform S I 34 and S I 90. In some embodiments, the apparatus may not Mel-filter the periodic indications and the frequency spectrum. In these embodiments of the present invention, the Mel-filtering section may only calculate \og(y t (j)) without Mel-filtering process at S I 32 and the apparatus may not perform S210.

[0073] FIG. 12 shows a deep neural network according to an embodiment of the present invention. In an embodiment of the present invention, the estimating section may use the neural network shown in FIG. 12 at the operation S210 of FIG. 3.

[0074] In an embodiment of the present invention, the neural network may include six 2048-node layers, a 512-node layer, and a 9300-node layer, which may be fully-connected layers. The neural network may input the periodic indications, and, the components of the frequency spectrum into a first layer of the neural network. In the embodiment of the present invention of FIG. 12, the neural network may include four 40x 1 1 input nodes, where each 40x 1 1 input nodes input the component of frequency spectrum (CFS), ACFS, AACFS, and the periodic indications (PI) into the first 2048-node layer.

[0075] 40x 1 1 means 40 dimensional features by 1 1 time frames. In an embodiment, CFS may correspond to the normalized log-Mel-filtered frequency spectrum y t (d) (l≤d≤D, t c - 5≤t≤t c +5 where D=40 and t c is a current time frame) obtained at S I 34. Thereby, the neural network may input the features of 1 1 time frames that center the current time frame t c and include 5 time frames before and after t c .

[0076] ACFS and AACFS may correspond to the first derivation of CFS Aj t (d) and the second derivation of CFS ΔΔγ^ obtained at S 136. PI may correspond to the normalized Mel- filtered periodic indications > t {d) obtained at S 190. The neural network may input CFS (jt(d)), ACFS (Aj t (d)), AACFS (AAj t (d)) and ΡΙ(βί(<ί)) for each time frame t of the audio signal data.

[0077] In the embodiment of the present invention of FIG. 12, the first 2048-node layer includes a plurality of first nodes and a plurality of second nodes. A portion corresponding to the first nodes is represented as A and a portion corresponding to the second nodes is represented as B in FIG. 12. Before starting the training of the neural network, a training section, such as the training section 1 14, may set weights between the first nodes A and a plurality of input nodes corresponding to PI to 0, weights between the second nodes B and a plurality of input nodes corresponding to CFS, ACFS and AACFS to 0. The training section may set other weights between the nodes in the first 2048-node layer and the input nodes to predetermined constant value(s) or random values. Thereby, at the beginning of the training, the periodic indications (PI) and standard features such as CFS, ACFS and AACFS are isolated in the first 2048-node layer.

[0078] This technique may be referred to as block initialization, and may enable independent processing of the periodic indications at least at the beginning of the training. The standard features and the periodic indications may be regarded as different types of

information, and thus it may be preferable to avoid integration of these features at the very first layers of the neural network in some cases.

[0079] According to the block initialization, the periodic indications and the standard features may substantially be integrated after middle layers of the neural network. Thereby, the estimating section may integrate the periodic indications and the standard features in the neural network after abstracting the periodic indications and the standard features, and thus may improve the performance of the neural network.

[0080] In an embodiment of the present invention, the neural network may output the sound identification information St for each time frame t from the 9300-node layer. The number "9300" corresponds to the number of phonemes, and each of the 9300 nodes in the 9300-node layer corresponds to each of the existent 9300 phonemes. While nodes in the last layer of the neural network may correspond to phonemes, the number of nodes in the last layer is not limited to 9300. In some embodiments of the present invention, the nodes in the last layer of the neural network may correspond to sequential combinations of two or more phonemes.

[0081] In an embodiment of the present invention, only one node in the 9300-node layer may output 1, and other nodes in the 9300-nodes layer may output 0, meaning that a phoneme corresponding to the one node is identified as the sound identification information output from the neural network. In another embodiment of the present invention, each node in the 9300- nodes layer may output a value corresponding to a possibility that a phoneme corresponding to that node is identified from the audio signal data.

[0082] FIG. 13 shows a convolutional neural network according to an embodiment of the present invention. In an embodiment of the present invention, the estimating section may use the neural network shown in FIG. 13 at the operation S210. Here, only the differences between the neural networks of FIG. 12 and FIG. 13 may be explained.

[0083] In an embodiment of the present invention, the neural network may include a 128- node convolutional neural network (CNN) layer, a 256-node CNN layer, four 2048-node layers, a 512-node layer, and a 9300-node layer. The four 2048-node layers, the 512-node layer, and the 9300-node layer may be fully-connected layers. The neural network may input the periodic indications and the components of the frequency spectrum into a first layer (i.e., the 128-node CNN layer) of the neural network.

[0084] FIG. 14 shows a deep neural network according to an embodiment of the present invention. In an embodiment of the present invention, the estimating section may use the neural network shown in FIG. 14 at the operation S210. Here, only the differences between the neural networks of FIG. 12 and FIG. 14 may be explained.

[0085] In an embodiment of the present invention, the neural network may input the periodic indications into a second layer or a subsequent layer of the neural network. In the embodiment of the present invention of FIG. 14, the standard features (CFS, ACFS and

AACFS) may be input into a first 2048-node layer, and the periodic indications (PI) may be input into a 440-node layer, which is isolated from the first 2048-node layer and represented as C in FIG. 14. A second 2048-node layer represented as D may input both outputs from the first 2048-node layer and the 440 node layer.

[0086] According to the embodiment of the present invention of FIG. 14, the periodic indications and the standard features may be integrated at the second 2048-node layer of the neural network. Thereby, the estimating section may integrate the periodic indications and the standard features in the neural network after abstracting the periodic indications and the standard features at the first 2048-node layer, and thus may improve the performance of the neural network.

[0087] FIG. 15 shows a convolutional neural network according to an embodiment of the present invention. In an embodiment of the present invention, the estimating section may use the neural network shown in FIG. 15 at the operation S210. Here, only the differences between the neural networks of FIG. 13 and FIG. 15 may be explained.

[0088] In an embodiment of the present invention, the neural network may input the periodic indications into a layer that is downstream of the one or more convolutional neural network layers. In the embodiment of the present invention of FIG. 15, the standard features (CFS, ACFS and AACFS) may be input into a first CNN layer (i.e., the 128-node CNN layer), and the periodic indications (PI) may be input into a 440-node layer represented as E in FIG. 15.

[0089] The first CNN layer may be connected to a second CNN layer (i.e., the 256-node CNN layer), and the second CNN layer may be connected to a first 2048-node layer represented as F in FIG. 15. The 440-node layer may be fully connected to the first 2048-node layer.

[0090] According to an embodiment of the present invention, information derived from the standard features and information derived from the periodic indications may converge after the CNN layers. The periodic indications may be mixed with the standard features after the standard features are abstracted by the CNN layers, thereby improving the performance of the neural network.

[0091] In the embodiments of the present invention of FIG. 14 and FIG. 15, the apparatus may not Mel-filter the periodic indications before inputting the periodic indications into the neural network. Since the periodic indications are not input into a first layer of the neural network in parallel with the standard features in these embodiments of the present invention, the dimension number of the periodic indications may be reduced by another method other than Mel-filtering. In an embodiment of the present invention, the periodic indications may even be input into the neural network without reducing the number of dimensions. For similar reasons, the apparatus may not normalize the periodic indications before inputting the periodic indications into the neural network in the embodiments of the present invention of FIG. 14 and FIG. 15.

[0092] In some embodiments of the present invention, the Mel-filtering may be performed after the normalization. For example, in these embodiments of the present invention, the apparatus may perform the operation SI 90 after the operation S210, and perform the operation SI 34 after the operation SI 32.

[0093] FIG. 16 shows an exemplary hardware configuration of a computer configured for cloud service utilization, according to an embodiment of the present invention. A program that is installed in the computer 800 can cause the computer 800 to function as or perform operations associated with apparatuses of the embodiments of the present invention or one or more sections (including modules, components, elements, etc.) thereof, and/or cause the computer 800 to perform processes of the embodiments of the present invention or steps thereof. Such a program may be executed by the CPU 800-12 to cause the computer 800 to perform certain operations associated with some or all of the blocks of flowcharts and block diagrams described herein.

[0094] The computer 800 according to an embodiment of the present invention includes a CPU 800-12, a RAM 800-14, a graphics controller 800-16, and a display device 800-18, which are mutually connected by a host controller 800-10. The computer 800 also includes input/output units such as a communication interface 800-22, a hard disk drive 800-24, a DVD- ROM drive 800-26 and an IC card drive, which are connected to the host controller 800-10 via an input/output controller 800-20. The computer also includes legacy input/output units such as a ROM 800-30 and a keyboard 800-42, which are connected to the input/output controller 800- 20 through an input/output chip 800-40.

[0095] The CPU 800-12 operates according to programs stored in the ROM 800-30 and the RAM 800-14, thereby controlling each unit. The graphics controller 800-16 obtains image data generated by the CPU 800-12 on a frame buffer or the like provided in the RAM 800-14 or in itself, and causes the image data to be displayed on the display device 800-18.

[0096] The communication interface 800-22 communicates with other electronic devices via a network 800-50. The hard disk drive 800-24 stores programs and data used by the CPU 800-12 within the computer 800. The DVD-ROM drive 800-26 reads the programs or the data from the DVD-ROM 800-01, and provides the hard disk drive 800-24 with the programs or the data via the RAM 800-14. The IC card drive reads programs and data from an IC card, and/or writes programs and data into the IC card.

[0097] The ROM 800-30 stores therein a boot program or the like executed by the computer 800 at the time of activation, and/or a program depending on the hardware of the computer 800. The input/output chip 800-40 may also connect various input/output units via a parallel port, a serial port, a keyboard port, a mouse port, and the like to the input/output controller 800-20.

[0098] A program is provided by computer readable media such as the DVD-ROM 800-01 or the IC card. The program is read from the computer readable media, installed into the hard disk drive 800-24, RAM 800-14, or ROM 800-30, which are also examples of computer readable media, and executed by the CPU 800-12. The information processing described in these programs is read into the computer 800, resulting in cooperation between a program and the above-mentioned various types of hardware resources. An apparatus or method may be constituted by realizing the operation or processing of information in accordance with the usage of the computer 800.

[0099] For example, when communication is performed between the computer 800 and an external device, the CPU 800-12 may execute a communication program loaded onto the RAM 800-14 to instruct communication processing to the communication interface 800-22, based on the processing described in the communication program. The communication interface 800-22, under control of the CPU 800-12, reads transmission data stored on a transmission buffering region provided in a recording medium such as the RAM 800-14, the hard disk drive 800-24, the DVD-ROM 800-01, or the IC card, and transmits the read transmission data to network 800-50 or writes reception data received from network 800-50 to a reception buffering region or the like provided on the recording medium.

[00100] In addition, the CPU 800-12 may cause all or a necessary portion of a file or a database to be read into the RAM 800-14, the file or the database having been stored in an external recording medium such as the hard disk drive 800-24, the DVD-ROM drive 800-26 (DVD-ROM 800-01), the IC card, etc., and perform various types of processing on the data on the RAM 800-14. The CPU 800-12 may then write back the processed data to the external recording medium.

[00101] Various types of information, such as various types of programs, data, tables, and databases, may be stored in the recording medium to undergo information processing. The CPU 800-12 may perform various types of processing on the data read from the RAM 800-14, which includes various types of operations, processing of information, condition judging, conditional branch, unconditional branch, sear ch/repl ace of information, etc., as described throughout this disclosure and designated by an instruction sequence of programs, and writes the result back to the RAM 800-14.

[00102] In addition, the CPU 800-12 may search for information in a file, a database, etc., in the recording medium. For example, when a plurality of entries, each having an attribute value of a first attribute is associated with an attribute value of a second attribute, are stored in the recording medium, the CPU 800-12 may search for an entry matching the condition whose attribute value of the first attribute is designated, from among the plurality of entries, and reads the attribute value of the second attribute stored in the entry, thereby obtaining the attribute value of the second attribute associated with the first attribute satisfying the predetermined condition.

[00103] The above-explained program or software modules may be stored in the computer readable media on or near the computer 800. In addition, a recording medium such as a hard disk or a RAM provided in a server system connected to a dedicated communication network or the Internet can be used as the computer readable media, thereby providing the program to the computer 800 via the network. [00104] The present invention may be embodied at least partially in a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.

[00105] The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.

[00106] Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device. [00107] Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state- setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program

instructions to individualize the electronic circuitry, in order to perform aspects of the present invention.

[00108] Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.

[00109] These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.

[00110] The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.

[00111] The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.

[00112] While the embodiments of the present invention have been described, the technical scope of the invention is not limited to the above described embodiments. It is apparent to persons skilled in the art that various alterations and improvements can be added to the above- described embodiments of the present invention. It is also apparent from the scope of the claims that the embodiments added with such alterations or improvements can be included in the technical scope of the invention.

[00113] The operations, procedures, steps, and stages of each process performed by an apparatus, system, program, and method shown in the claims, embodiments, or diagrams can be performed in any order as long as the order is not indicated by "prior to," "before," or the like and as long as the output from a previous process is not used in a later process. Even if the process flow is described using phrases such as "first" or "next" in the claims, embodiments, or diagrams, it does not necessarily mean that the process must be performed in this order.

[00114] As made clear from the above, the embodiments of the present invention enable a learning apparatus learning a model corresponding to time-series input data to have higher expressive ability and learning ability and to perform the learning operation more simply.

[00115] Reference in the specification to "one embodiment" or "an embodiment" of the present invention, as well as other variations thereof, means that a particular feature, structure, characteristic, and so forth described in connection with the embodiment is included in at least one embodiment of the present invention. Thus, the appearances of the phrase "in one embodiment" or "in an embodiment", as well any other variations, appearing in various places throughout the specification are not necessarily all referring to the same embodiment of the present invention.

[00116] It is to be appreciated that the use of any of the following "/", "and/or", and "at least one of, for example, in the cases of "A/B", "A and/or B" and "at least one of A and B", is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of both options (A and B). As a further example, in the cases of "A, B, and/or C" and "at least one of A, B, and C", such phrasing is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of the third listed option (C) only, or the selection of the first and the second listed options (A and B) only, or the selection of the first and third listed options (A and C) only, or the selection of the second and third listed options (B and C) only, or the selection of all three options (A and B and C). This may be extended, as readily apparent by one of ordinary skill in this and related arts, for as many items listed.

[00117] Having described preferred embodiments of a system and method (which are intended to be illustrative and not limiting), it is noted that modifications and variations can be made by persons skilled in the art in light of the above teachings. It is therefore to be understood that changes may be made in the particular embodiments disclosed which are within the scope of the invention as outlined by the appended claims. Having thus described aspects of the invention, with the details and particularity required by the patent laws, what is claimed and desired protected by Letters Patent is set forth in the appended claims.