Speaker's flu symptoms recognition method fused with multiple end-to-end neural network structures
Abstract
A speaker's flu symptoms recognition method fused with multiple end-to-end neural network structures consisting of four end-to-end neutral networks, the method comprising: when the input is an original speech or speech spectrum, extracting optimal features by means of a convolutional neural network, and finally performing classification by means of a long/short-term memory network or a fully connected network; and when the input is mel frequency cepstral coefficient (MFCC) or constant Q cepstral coefficient (CQCC), directly performing classification by means of the long/short-term memory network, and finally fusing these systems together. The whole process integrates feature extraction and model classification, such that the whole speaker process of recognizing flu symptoms of a speaker can be simpler and quicker.

Term
No projected expiry on record.
- Priority
- Filed
- Published
- Today
5 claims: 1 independent, 4 dependent
- c01融合多种端到端深度学习结构的说话人感冒症状识别方法,包括:S1、构建输入为语音,网络为卷积神经网络加上长短期记忆网络的端到端神经网络;S2、构建输入为语音频谱,网络为卷积神经网络加上长短期记忆网络的端到端神经网络;S3、构建输入为语音频谱,网络为卷积神经网络加上全连接的端到端神经网络;S4、构建输入为语音MFCC/CQCC特征,网络为长短期记忆网络的端到端神经网络;S5、融合以上四种端到端神经网络进行说话人感冒症状识别;
- c03根据权利要求1所述的融合多种端到端深度学习结构的说话人感冒症状识别方法,其特征还在于:S1中所述的输入为语音、网络为CNN+LSTM的端到端神经网络,具体为,输入语音切分为相同大小的片段比如40ms,然后进行均值归一化,而相对应的卷积神经网络由8个模块组成,每一个模块是由一维卷积层、ReLU激活层、一维最大池化层组成的,其中,每一个卷积核的大小为32,池化核的大小为2,池化步长为2。而后使用长短期记忆网络进行分类。
- c04根据权利要求1所述的融合多种端到端深度学习结构的说话人感冒症状识别方法,其特征还在于:S2中所述的输入为语音频谱,网络为为CNN+LSTM的端到端神经网络,具体为:输入语音切分为相同大小的片段,进行快速傅里叶变换,求出语音片段的频谱图,卷积神经网络则由6个模块组成,每个模块由二维卷积层、ReLU激活层、二维最大池化层组成。其中,第一个卷积层使用7*7的卷积层,第二层使用5*5的卷积核,剩下4层使用3*3的卷积核,所有的最大池化层使用3*3的池化核,池化步长为2。最后经过LSTM网络进行分类。
- c05根据权利要求1所述的融合多种端到端深度学习结构的说话人感冒症状识别方法,其特征还在于:S3中所述的输入为语音频谱,网络为为CNN+LSTM的端到端神经网络,具体为:输入语音切分为相同大小的片段,进行快速傅里叶变换,求出语音片段的频谱图,卷积神经网络则由6个模块组成,每个模块由二维卷积层、ReLU激活层、二维最大池化层组成。其中,第一个卷积层使用7*7的卷积层,第二层使用5*5的卷积核,剩下4层使用3*3的卷积核,所有的最大池化层使用3*3的池化核,池化步长为2。再经过一个全连接层,最后经过Softmax进行分类。
- c06根据权利要求1所述的融合多种端到端深度学习结构的说话人感冒症状识别方法,其特征还在于:S4的MFCC特征通过对语音进行预加重,加窗分帧、快速傅里叶变换、梅尔刻度三角滤波器组滤波、取对数运算、离散余弦变换后最终得到的,而CQCC特征是通过对语音进行常数Q变换、求能量谱密度、取对数操作、余弦变换得到的。进行经过长短期记忆网路进行分类。对语音提取MFCC或者CQCC特征作为神经网络的输入,最后经过长短期记忆网络进行分类。
Independent claims5
26 paragraphs, as filed
Speaker cold symptom recognition method integrating multiple end-to-end neural network structures
<heading id="h01"></heading>
1Technical field
2The present invention relates to the technical field of speech processing, and proposes a speaker cold symptom recognition method integrating multiple end-to-end deep learning structures
3Background technique
41. Speaker recognition, also known as voiceprint recognition, refers to the technology that automatically recognizes the speaker through the use of unique speaker information in the voice and uses pattern recognition technology. The current speaker technology achieves very good performance in experimental conditions, but in practice, speech will be affected by environmental noise and speaker health conditions, which reduces the robustness of existing speaker recognition technologies, and cold voice recognition methods By classifying the existing speech to judge whether it is a cold speech, by using a cold speech recognition method to judge whether the speech is a cold speech in advance, and then performing speaker recognition, the robustness of speaker recognition can be improved.
52. In the research of speech technology, researchers always hope to find the characteristics of the target type, and find the characteristics that clearly distinguish the normal speech from the recognition target speech for description. Speech feature extraction is to extract the speaker's speech characteristics and vocal tract characteristics. At present, the mainstream feature parameters include MFCC, LPCC, CQCC, etc., all of which are based on a single feature. There is insufficient information to characterize the speaker's cold symptoms, which affects the recognition accuracy. At the same time, a large amount of knowledge to distinguish the classification target speech is required. In the speech recognition algorithm, the method based on the vocal tract model and the knowledge of the speech model started earlier. However, due to the complexity of the model, it has not achieved good practical results. Matching methods such as dynamic time warping, hidden Markov models, vector quantization and other technologies have begun to exert good recognition effects. The separation of feature extraction and pattern classification is a common method of recognition research, but there are problems such as feature and model mismatch, training difficulties, and feature not easy to find. The classic recognition framework has the above problems.
63. With the development of deep learning in recent years, the recognition of images and speech based on deep neural networks has shown great energy, and a series of neural network structures have also been proposed, such as automatic coding networks, convolutional neural networks, and recurrent neural networks. Network, etc. Many scholars have found that learning speech through neural networks can better describe the hidden structural features of speech. Good recognition effect.
7Summary of the invention:
8According to the existing recognition technology, the feature and pattern classification are studied separately, and there are problems such as feature and model mismatch, difficulty in training, and difficulty in finding features. The present invention proposes a speaker cold symptom recognition method that integrates a variety of end-to-end deep learning structures. , We construct four different end-to-end deep learning networks, and finally merge four different end-to-end neural network structures to identify the speaker's cold symptoms.
9The four end-to-end deep learning structures are: 1. The input is speech, and the network is a multi-layer convolutional neural network and a long short-term memory network; 2. The input is a speech spectrum, and the network is a multi-layer convolutional neural network and a long-term memory network. Short-term memory network; 3. The input is a speech spectrum, and the network is a multi-layer convolutional neural network and a fully connected network; 4. The input is a Mel cepstrum coefficient and a constant Q cepstrum coefficient, and the network is a long and short-term memory network;
10The beneficial effects of the present invention are: based on the uncertainty of traditional features, the output we obtain through neural network training can better express the characteristics of the speaker's cold symptoms, and the input is relatively simple, without excessive feature processing . Because speech has time sequence information, we can achieve better results through long- and short-term memory network classification. By unifying feature learning and pattern classification, the whole speaker cold symptom recognition process is simpler and faster, and it has a wide range of application prospects.
11Description of the drawings
12Figure 1 shows the process of extracting Mel Cepstrum Coefficient (MFCC) from speech
13Figure 2 shows the process of extracting constant Q cepstral coefficient (CQCC) from speech
14Figure 3 shows the first end-to-end neural network, the input is speech, and the network is CNN+LSTM.
15Figure 4 is the second end-to-end neural network, the input is the speech spectrum, and the network is CNN+LSTM
16Figure 5 is the third end-to-end neural network, the input is the speech spectrum, and the network is CNN+ fully connected network
17Figure 6 shows the fourth end-to-end neural network. The input is Mel cepstrum coefficients or constant Q cepstrum coefficients, and the network is LSTM.
18Detailed ways:
19In order to make the technical solutions and advantages of the present invention clearer, the following describes the technical solutions of the invention clearly and completely in conjunction with the accompanying drawings:
20Step 1: Construct an end-to-end neural network with the input as speech and the network as CNN+LSTM, specifically: the input speech is divided into segments of the same size, such as 40ms, and then the mean is normalized, and the corresponding convolutional neural network Composed of 8 modules, each module is composed of a one-dimensional convolution layer, a ReLU activation layer, and a one-dimensional maximum pooling layer. Among them, the size of each convolution kernel is 32, and the size of the pooling kernel is 2. The pooling step is 2. Then use the long and short-term memory network for classification.
21Step 2: Construct the input as the speech spectrum, and the network is an end-to-end neural network of CNN+LSTM. Specifically: the input speech is divided into segments of the same size, and the fast Fourier transform is performed to obtain the spectrogram of the speech segment. Convolutional neural network is composed of 6 modules, each module is composed of a two-dimensional convolution layer, a ReLU activation layer, and a two-dimensional maximum pooling layer. Among them, the first convolution layer uses a 7*7 convolution layer, the second layer uses a 5*5 convolution kernel, the remaining 4 layers use a 3*3 convolution kernel, and all the maximum pooling layers use 3 *3 pooling core, pooling step size is 2. Finally, it is classified through the LSTM network.
22Step 3: Construct the input as the speech spectrum, and the network is an end-to-end neural network of CNN+LSTM. Specifically: the input speech is divided into segments of the same size, and the fast Fourier transform is performed to obtain the spectrogram of the speech segment. Convolutional neural network is composed of 6 modules, each module is composed of a two-dimensional convolution layer, a ReLU activation layer, and a two-dimensional maximum pooling layer. Among them, the first convolution layer uses a 7*7 convolution layer, the second layer uses a 5*5 convolution kernel, the remaining 4 layers use a 3*3 convolution kernel, and all the maximum pooling layers use 3 *3 pooling core, pooling step size is 2. It passes through a fully connected layer, and finally passes through Softmax for classification.
23Step 4: Construct the input as MFCC feature or CQCC feature, the network is an end-to-end neural network of LSTM, the MFCC feature pre-emphasizes the speech, windowing and framing, fast Fourier transform, and Mel scale triangular filter bank It is finally obtained after filtering, logarithmic operation, and discrete cosine transform. The CQCC feature is obtained by performing constant Q transformation on speech, finding the energy spectral density, taking logarithm operation, and cosine transform. Perform classification through a long- and short-term memory network. MFCC or CQCC features are extracted from the speech as the input of the neural network, and finally classified by the long and short-term memory network.
24Step 5: Integrate the above four networks together for speech recognition of the speaker's cold.
3 sheets
Sheet 1 Sheet 2 Sheet 3
Every citation, both ways
| Document | Relation | Office | Category | Cited during | Relevant claims |
|---|---|---|---|---|---|
| US12488072B2 | Cited by | United States of America | – | Applicant | – |
| CN114299987A | Cited by | China | – | Search report | – |
| CN116030802A | Cited by | China | – | Search report | – |
| CN117694868A | Cited by | China | – | Search report | – |
| US11488605B2 | Cited by | United States of America | – | Applicant | – |
| US11488605B2 | Cited by | United States of America | – | Search report | – |
| US10692502B2 | Cited by | United States of America | – | Search report | – |
| CN105139864A | Cites | China | A | International search | 1-5 |
| CN106328122A | Cites | China | Y | International search | 1-5 |
| CN107068167A | Cites | China | PX | International search | 1-5 |
| US5214743A | Cites | United States of America | A | International search | 1-5 |
| TARA N.: "Convolutional, Long Short-Term Memory, fully connected Deep Neural Networks", ACOUSTICS, SPEECH AND SIGNAL PROCESSING (ICASSP), 2015 IEEE INTERNATIONAL CONFERENCE ON, 6 August 2015 (2015-08-06), XP033187628, ISSN: 2379-190X | Non-patent | – | – | International search | – |
2 members in 2 offices
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| 2017101469570 | China | – | |
| 201710146957 | China | A |
Members2
| Document | Office | Kind | |
|---|---|---|---|
| CN107068167A | China | A | |
| WO2018166316A1This record | World Intellectual Property Organization (WIPO) | A1 |
Numbers
- Publication
- 2018/166316
- Application
- 76272
Titles5
- English
- SPEAKER'S FLU SYMPTOMS RECOGNITION METHOD FUSED WITH MULTIPLE END-TO-END NEURAL NETWORK STRUCTURES
- French
- PROCÉDÉ DE RECONNAISSANCE DE SYMPTÔMES DE LA GRIPPE D'UN LOCUTEUR FUSIONNÉ AVEC DE MULTIPLES STRUCTURES DE RÉSEAU NEURONAL DE BOUT EN BOUT
- Chinese
- 融合多种端到端神经网络结构的说话人感冒症状识别方法
- Unlabeled
- 融合多种端到端神经网络结构的说话人感冒症状识别方法
- Unlabeled
- Speaker cold symptom recognition method integrating multiple end-to-end neural network structures
Classification
- CPC, 3
- G10L25/24
- G10L25/30
- G10L25/66
- IPC, 3
- G10L25 66
- G10L25 24
- G10L25 30
Designated states151
- Regional, 80
- Albania
- Austria
- Belgium
- Bulgaria
- Switzerland
- Cyprus
- Czechia
- Germany
- Denmark
- Estonia
- Spain
- Finland
- France
- United Kingdom
- Greece
- Croatia
- Hungary
- Ireland
- Iceland
- Italy
- Lithuania
- Luxembourg
- Latvia
- Monaco
and 56 moreShow fewer
- North Macedonia
- Malta
- Netherlands (Kingdom of the)
- Norway
- Poland
- Portugal
- Romania
- Serbia
- Sweden
- Slovenia
- Slovakia
- San Marino
- Türkiye
- Burkina Faso
- Benin
- Central African Republic
- Congo
- Côte d’Ivoire
- Cameroon
- Gabon
- Guinea
- Equatorial Guinea
- Guinea-Bissau
- Comoros
- Mali
- Mauritania
- Niger
- Senegal
- Chad
- Togo
- Botswana
- Ghana
- Gambia
- Kenya
- Liberia
- Lesotho
- Malawi
- Mozambique
- Namibia
- Rwanda
- Sudan
- Sierra Leone
- Sao Tome and Principe
- Eswatini
- United Republic of Tanzania
- Uganda
- Zambia
- Zimbabwe
- Armenia
- Azerbaijan
- Belarus
- Kyrgyzstan
- Kazakhstan
- Russian Federation
- Tajikistan
- Turkmenistan
- National, 71
- United Arab Emirates
- Antigua and Barbuda
- Angola
- Australia
- Bosnia and Herzegovina
- Barbados
- Bahrain
- Brunei Darussalam
- Brazil
- Belize
- Canada
- Chile
- China
- Colombia
- Costa Rica
- Cuba
- Djibouti
- Dominica
- Dominican Republic
- Algeria
- Ecuador
- Egypt
- Grenada
- Georgia
and 47 moreShow fewer
- Guatemala
- Honduras
- Indonesia
- Israel
- India
- Iran (Islamic Republic of)
- Jordan
- Japan
- Cambodia
- Saint Kitts and Nevis
- Democratic People’s Republic of Korea
- Republic of Korea
- Kuwait
- Lao People’s Democratic Republic
- Saint Lucia
- Sri Lanka
- Libya
- Morocco
- Republic of Moldova
- Montenegro
- Madagascar
- Mongolia
- Mexico
- Malaysia
- Nigeria
- Nicaragua
- New Zealand
- Oman
- Panama
- Peru
- Papua New Guinea
- Philippines
- Qatar
- Saudi Arabia
- Seychelles
- Singapore
- El Salvador
- Syrian Arab Republic
- Thailand
- Tunisia
- Trinidad and Tobago
- Ukraine
- United States of America
- Uzbekistan
- Saint Vincent and the Grenadines
- Viet Nam
- South Africa