JP2008076730A - 音声認識装置、プログラムおよび音声認識方法 - Google Patents
音声認識装置、プログラムおよび音声認識方法 Download PDFInfo
- Publication number
- JP2008076730A JP2008076730A JP2006255549A JP2006255549A JP2008076730A JP 2008076730 A JP2008076730 A JP 2008076730A JP 2006255549 A JP2006255549 A JP 2006255549A JP 2006255549 A JP2006255549 A JP 2006255549A JP 2008076730 A JP2008076730 A JP 2008076730A
- Authority
- JP
- Japan
- Prior art keywords
- speech recognition
- recognition
- acoustic model
- state
- feature
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims description 26
- 238000003066 decision tree Methods 0.000 claims description 37
- 230000008569 process Effects 0.000 claims description 17
- 238000000605 extraction Methods 0.000 claims description 15
- 230000006870 function Effects 0.000 claims description 10
- 238000005457 optimization Methods 0.000 claims description 9
- 238000013179 statistical model Methods 0.000 claims description 6
- 238000007476 Maximum Likelihood Methods 0.000 claims description 5
- 239000000284 extract Substances 0.000 claims description 4
- 230000003044 adaptive effect Effects 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 7
- 230000001419 dependent effect Effects 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 238000011156 evaluation Methods 0.000 description 3
- 230000015654 memory Effects 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 230000007423 decrease Effects 0.000 description 2
- 239000000203 mixture Substances 0.000 description 2
- 238000013138 pruning Methods 0.000 description 2
- 101100328887 Caenorhabditis elegans col-34 gene Proteins 0.000 description 1
- 244000141353 Prunus domestica Species 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 239000013078 crystal Substances 0.000 description 1
- 238000009826 distribution Methods 0.000 description 1
- 239000007788 liquid Substances 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 230000007704 transition Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L15/00—Speech recognition
- G10L15/06—Creation of reference templates; Training of speech recognition systems, e.g. adaptation to the characteristics of the speaker's voice
- G10L15/065—Adaptation
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L15/00—Speech recognition
- G10L15/06—Creation of reference templates; Training of speech recognition systems, e.g. adaptation to the characteristics of the speaker's voice
- G10L15/063—Training
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L15/00—Speech recognition
- G10L15/08—Speech classification or search
- G10L15/14—Speech classification or search using statistical models, e.g. Hidden Markov Models [HMMs]
- G10L15/142—Hidden Markov Models [HMMs]
- G10L15/144—Training of HMMs
Landscapes
- Engineering & Computer Science (AREA)
- Artificial Intelligence (AREA)
- Computational Linguistics (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- Acoustics & Sound (AREA)
- Multimedia (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
【解決手段】入力信号から音声認識に用いる特徴量を分析・抽出する特徴抽出手段103と、抽出された特徴量がどのような音素で構成されているかを推定するための音響モデル101と、音響モデル101から尤度が最大になる認識単語を確定する演算を行う認識手段104と、音響モデル101の各状態に対応しており、入力信号や認識手段104における音声認識の状態に応じて特徴量や音響モデル101のパラメータを動的に自己最適化する最適化手段102と、を備える。これにより、音響特徴だけではないより高位の特徴量など特徴量の種類や数、音響モデル101のパラメータを入力信号や音声認識の状態に応じて最適化することにより高い認識性能を得ることができる。
【選択図】 図2
Description
Likelihood stored at leaf L = P(true class | L) / P(true class)
ここで、P(true class | L)は、当該リーフにおける正解クラスの事後確率、P(true class)は正解クラスの事前確率である。
101 音響モデル、HMM
102 最適化手段、決定木
103 特徴抽出手段
105 認識手段
Claims (6)
- 入力信号から音声認識に用いる特徴量を分析・抽出する特徴抽出手段と、
前記特徴抽出手段により抽出された前記特徴量がどのような音素で構成されているかを推定するための確率統計モデルである音響モデルと、
前記音響モデルから尤度が最大になる認識単語を確定する演算を行う認識手段と、
前記音響モデルの各状態に対応しており、前記入力信号や前記認識手段における音声認識の状態に応じて前記特徴量や当該音響モデルのパラメータを動的に自己最適化する最適化手段と、
を備えることを特徴とする音声認識装置。 - 前記最適化手段は、分岐の繰り返しを階層化した決定木であり、前記決定木の末端に位置する複数のリーフは前記特徴量の前記音響モデルに対する前記尤度をそれぞれ格納していて、所望の前記リーフを選択することにより前記入力信号や前記認識手段における音声認識の状態に応じた前記尤度を選択することが可能になっている、
ことを特徴とする請求項1記載の音声認識装置。 - 前記決定木は、学習対象である前記決定木に対応している前記音響モデルの所定の状態に入力サンプルが属しているか否かを識別するために必要な質問と尤度とを、予め対応する状態に属しているか否かがクラス分けされた学習サンプルを用いて決定する学習プロセスにより構築される、
ことを特徴とする請求項2記載の音声認識装置。 - 前記音響モデルは、隠れマルコフモデル(HMM:Hidden Markov Model)であって、各状態における前記特徴量の尤度が前記決定木を用いて計算される、
ことを特徴とする請求項1ないし3のいずれか一記載の音声認識装置。 - 入力信号から音声認識に用いる特徴量を分析・抽出する特徴抽出機能と、
前記特徴抽出機能により抽出された前記特徴量がどのような音素で構成されているかを推定するための確率統計モデルである音響モデルから尤度が最大になる認識単語を確定する演算を行う認識機能と、
前記入力信号や前記認識機能における音声認識の状態に応じて前記特徴量や前記音響モデルのパラメータを動的に自己最適化する最適化機能と、
をコンピュータに実行させることを特徴とするプログラム。 - 入力信号から音声認識に用いる特徴量を分析・抽出する特徴抽出工程と、
前記特徴抽出工程により抽出された前記特徴量がどのような音素で構成されているかを推定するための確率統計モデルである音響モデルから尤度が最大になる認識単語を確定する演算を行う認識工程と、
前記入力信号や前記認識工程における音声認識の状態に応じて前記特徴量や前記音響モデルのパラメータを動的に自己最適化する最適化工程と、
を含むことを特徴とする音声認識方法。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006255549A JP4427530B2 (ja) | 2006-09-21 | 2006-09-21 | 音声認識装置、プログラムおよび音声認識方法 |
CNA2007101469505A CN101149922A (zh) | 2006-09-21 | 2007-09-03 | 语音识别装置和语音识别方法 |
US11/850,980 US20080077404A1 (en) | 2006-09-21 | 2007-09-06 | Speech recognition device, speech recognition method, and computer program product |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006255549A JP4427530B2 (ja) | 2006-09-21 | 2006-09-21 | 音声認識装置、プログラムおよび音声認識方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008076730A true JP2008076730A (ja) | 2008-04-03 |
JP4427530B2 JP4427530B2 (ja) | 2010-03-10 |
Family
ID=39226160
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006255549A Expired - Fee Related JP4427530B2 (ja) | 2006-09-21 | 2006-09-21 | 音声認識装置、プログラムおよび音声認識方法 |
Country Status (3)
Country | Link |
---|---|
US (1) | US20080077404A1 (ja) |
JP (1) | JP4427530B2 (ja) |
CN (1) | CN101149922A (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8645139B2 (en) | 2009-06-03 | 2014-02-04 | Samsung Electronics Co., Ltd. | Apparatus and method of extending pronunciation dictionary used for speech recognition |
US8874440B2 (en) | 2009-04-17 | 2014-10-28 | Samsung Electronics Co., Ltd. | Apparatus and method for detecting speech |
Families Citing this family (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2010019831A1 (en) * | 2008-08-14 | 2010-02-18 | 21Ct, Inc. | Hidden markov model for speech processing with training method |
US20100088097A1 (en) * | 2008-10-03 | 2010-04-08 | Nokia Corporation | User friendly speaker adaptation for speech recognition |
JP2010152081A (ja) * | 2008-12-25 | 2010-07-08 | Toshiba Corp | 話者適応装置及びそのプログラム |
JP4757936B2 (ja) * | 2009-07-23 | 2011-08-24 | Kddi株式会社 | パターン認識方法および装置ならびにパターン認識プログラムおよびその記録媒体 |
US20130246133A1 (en) * | 2009-10-26 | 2013-09-19 | Ron Dembo | Systems and methods for incentives |
US8700405B2 (en) * | 2010-02-16 | 2014-04-15 | Honeywell International Inc | Audio system and method for coordinating tasks |
US20120109649A1 (en) * | 2010-11-01 | 2012-05-03 | General Motors Llc | Speech dialect classification for automatic speech recognition |
CN102820031B (zh) * | 2012-08-06 | 2014-06-11 | 西北工业大学 | 一种利用切割—分层构筑法的语音识别方法 |
KR102073102B1 (ko) * | 2013-03-21 | 2020-02-04 | 삼성전자 주식회사 | 언어인식을 위한 언어모델 db, 언어인식장치와 언어인식방법, 및 언어인식시스템 |
US9466292B1 (en) * | 2013-05-03 | 2016-10-11 | Google Inc. | Online incremental adaptation of deep neural networks using auxiliary Gaussian mixture models in speech recognition |
CN104239456B (zh) * | 2014-09-02 | 2019-05-03 | 百度在线网络技术(北京)有限公司 | 用户特征数据的提取方法和装置 |
US20160284349A1 (en) * | 2015-03-26 | 2016-09-29 | Binuraj Ravindran | Method and system of environment sensitive automatic speech recognition |
CN105070288B (zh) * | 2015-07-02 | 2018-08-07 | 百度在线网络技术(北京)有限公司 | 车载语音指令识别方法和装置 |
CN105185385B (zh) * | 2015-08-11 | 2019-11-15 | 东莞市凡豆信息科技有限公司 | 基于性别预判与多频段参数映射的语音基音频率估计方法 |
KR102209689B1 (ko) * | 2015-09-10 | 2021-01-28 | 삼성전자주식회사 | 음향 모델 생성 장치 및 방법, 음성 인식 장치 및 방법 |
JP6759545B2 (ja) * | 2015-09-15 | 2020-09-23 | ヤマハ株式会社 | 評価装置およびプログラム |
CN106100846B (zh) * | 2016-06-02 | 2019-05-03 | 百度在线网络技术(北京)有限公司 | 声纹注册、认证方法及装置 |
KR20180087942A (ko) * | 2017-01-26 | 2018-08-03 | 삼성전자주식회사 | 음성 인식 방법 및 장치 |
CN108198552B (zh) * | 2018-01-18 | 2021-02-02 | 深圳市大疆创新科技有限公司 | 一种语音控制方法及视频眼镜 |
CN110890085B (zh) * | 2018-09-10 | 2023-09-12 | 阿里巴巴集团控股有限公司 | 声音识别方法和系统 |
US11670292B2 (en) * | 2019-03-29 | 2023-06-06 | Sony Corporation | Electronic device, method and computer program |
CN114627863B (zh) * | 2019-09-24 | 2024-03-22 | 腾讯科技(深圳)有限公司 | 一种基于人工智能的语音识别方法和装置 |
Family Cites Families (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4852173A (en) * | 1987-10-29 | 1989-07-25 | International Business Machines Corporation | Design and construction of a binary-tree system for language modelling |
US5349645A (en) * | 1991-12-31 | 1994-09-20 | Matsushita Electric Industrial Co., Ltd. | Word hypothesizer for continuous speech decoding using stressed-vowel centered bidirectional tree searches |
US5794197A (en) * | 1994-01-21 | 1998-08-11 | Micrsoft Corporation | Senone tree representation and evaluation |
US5680509A (en) * | 1994-09-27 | 1997-10-21 | International Business Machines Corporation | Method and apparatus for estimating phone class probabilities a-posteriori using a decision tree |
US5729656A (en) * | 1994-11-30 | 1998-03-17 | International Business Machines Corporation | Reduction of search space in speech recognition using phone boundaries and phone ranking |
US5715367A (en) * | 1995-01-23 | 1998-02-03 | Dragon Systems, Inc. | Apparatuses and methods for developing and using models for speech recognition |
US6058205A (en) * | 1997-01-09 | 2000-05-02 | International Business Machines Corporation | System and method for partitioning the feature space of a classifier in a pattern classification system |
US6167377A (en) * | 1997-03-28 | 2000-12-26 | Dragon Systems, Inc. | Speech recognition language models |
FI114247B (fi) * | 1997-04-11 | 2004-09-15 | Nokia Corp | Menetelmä ja laite puheen tunnistamiseksi |
US6151574A (en) * | 1997-12-05 | 2000-11-21 | Lucent Technologies Inc. | Technique for adaptation of hidden markov models for speech recognition |
US5953701A (en) * | 1998-01-22 | 1999-09-14 | International Business Machines Corporation | Speech recognition models combining gender-dependent and gender-independent phone states and using phonetic-context-dependence |
US6317712B1 (en) * | 1998-02-03 | 2001-11-13 | Texas Instruments Incorporated | Method of phonetic modeling using acoustic decision tree |
US6684185B1 (en) * | 1998-09-04 | 2004-01-27 | Matsushita Electric Industrial Co., Ltd. | Small footprint language and vocabulary independent word recognizer using registration by word spelling |
US6363342B2 (en) * | 1998-12-18 | 2002-03-26 | Matsushita Electric Industrial Co., Ltd. | System for developing word-pronunciation pairs |
US6594629B1 (en) * | 1999-08-06 | 2003-07-15 | International Business Machines Corporation | Methods and apparatus for audio-visual speech detection and recognition |
US6711541B1 (en) * | 1999-09-07 | 2004-03-23 | Matsushita Electric Industrial Co., Ltd. | Technique for developing discriminative sound units for speech recognition and allophone modeling |
US7035802B1 (en) * | 2000-07-31 | 2006-04-25 | Matsushita Electric Industrial Co., Ltd. | Recognition system using lexical trees |
ATE297588T1 (de) * | 2000-11-14 | 2005-06-15 | Ibm | Anpassung des phonetischen kontextes zur verbesserung der spracherkennung |
US7024359B2 (en) * | 2001-01-31 | 2006-04-04 | Qualcomm Incorporated | Distributed voice recognition system using acoustic feature vector modification |
JP4215418B2 (ja) * | 2001-08-24 | 2009-01-28 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 単語予測方法、音声認識方法、その方法を用いた音声認識装置及びプログラム |
US20030097263A1 (en) * | 2001-11-16 | 2003-05-22 | Lee Hang Shun | Decision tree based speech recognition |
US7289958B2 (en) * | 2003-10-07 | 2007-10-30 | Texas Instruments Incorporated | Automatic language independent triphone training using a phonetic table |
US7467086B2 (en) * | 2004-12-16 | 2008-12-16 | Sony Corporation | Methodology for generating enhanced demiphone acoustic models for speech recognition |
US20060149544A1 (en) * | 2005-01-05 | 2006-07-06 | At&T Corp. | Error prediction in spoken dialog systems |
US20070129943A1 (en) * | 2005-12-06 | 2007-06-07 | Microsoft Corporation | Speech recognition using adaptation and prior knowledge |
US20070233481A1 (en) * | 2006-04-03 | 2007-10-04 | Texas Instruments Inc. | System and method for developing high accuracy acoustic models based on an implicit phone-set determination-based state-tying technique |
US7725316B2 (en) * | 2006-07-05 | 2010-05-25 | General Motors Llc | Applying speech recognition adaptation in an automated speech recognition system of a telematics-equipped vehicle |
-
2006
- 2006-09-21 JP JP2006255549A patent/JP4427530B2/ja not_active Expired - Fee Related
-
2007
- 2007-09-03 CN CNA2007101469505A patent/CN101149922A/zh active Pending
- 2007-09-06 US US11/850,980 patent/US20080077404A1/en not_active Abandoned
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8874440B2 (en) | 2009-04-17 | 2014-10-28 | Samsung Electronics Co., Ltd. | Apparatus and method for detecting speech |
US8645139B2 (en) | 2009-06-03 | 2014-02-04 | Samsung Electronics Co., Ltd. | Apparatus and method of extending pronunciation dictionary used for speech recognition |
Also Published As
Publication number | Publication date |
---|---|
JP4427530B2 (ja) | 2010-03-10 |
CN101149922A (zh) | 2008-03-26 |
US20080077404A1 (en) | 2008-03-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4427530B2 (ja) | 音声認識装置、プログラムおよび音声認識方法 | |
US20200320977A1 (en) | Speech recognition method and apparatus | |
JP5229216B2 (ja) | 音声認識装置、音声認識方法及び音声認識プログラム | |
US7689419B2 (en) | Updating hidden conditional random field model parameters after processing individual training samples | |
US20100169094A1 (en) | Speaker adaptation apparatus and program thereof | |
JP4455610B2 (ja) | 韻律パタン生成装置、音声合成装置、プログラムおよび韻律パタン生成方法 | |
KR100845428B1 (ko) | 휴대용 단말기의 음성 인식 시스템 | |
WO2016181951A1 (ja) | リカレント型ニューラルネットワークの学習方法及びそのためのコンピュータプログラム、並びに音声認識装置 | |
JP2015102806A (ja) | 統計的音響モデルの適応方法、統計的音響モデルの適応に適した音響モデルの学習方法、ディープ・ニューラル・ネットワークを構築するためのパラメータを記憶した記憶媒体、及び統計的音響モデルの適応を行なうためのコンピュータプログラム | |
JP2006113570A (ja) | 音声分類および音声認識のための隠れ条件付確率場モデル | |
US7877256B2 (en) | Time synchronous decoding for long-span hidden trajectory model | |
WO2018192186A1 (zh) | 语音识别方法及装置 | |
KR20180107940A (ko) | 음성 인식을 위한 학습 방법 및 장치 | |
JP2010139745A (ja) | 統計的発音変異モデルを記憶する記録媒体、自動音声認識システム及びコンピュータプログラム | |
Bernard et al. | Shennong: A Python toolbox for audio speech features extraction | |
JP4571922B2 (ja) | 音響モデル作成装置、音響モデル作成方法、そのプログラムおよびその記録媒体 | |
US8438029B1 (en) | Confidence tying for unsupervised synthetic speech adaptation | |
JP3920749B2 (ja) | 音声認識用音響モデル作成方法、その装置、そのプログラムおよびその記録媒体、上記音響モデルを用いる音声認識装置 | |
JP6158105B2 (ja) | 言語モデル作成装置、音声認識装置、その方法及びプログラム | |
JP4950600B2 (ja) | 音響モデル作成装置、その装置を用いた音声認識装置、これらの方法、これらのプログラム、およびこれらの記録媒体 | |
JP2011048163A (ja) | 音響モデルの話者適応装置及びそのためのコンピュータプログラム | |
JP7176629B2 (ja) | 識別モデル学習装置、識別装置、識別モデル学習方法、識別方法、プログラム | |
JP2009300716A (ja) | 音声認識装置とその方法と、プログラムとその記録媒体 | |
JP4801107B2 (ja) | 音声認識装置、方法、プログラム及びその記録媒体 | |
JP4801108B2 (ja) | 音声認識装置、方法、プログラム及びその記録媒体 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080327 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20081106 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20081118 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090119 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20091117 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20091214 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 4427530 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121218 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121218 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131218 Year of fee payment: 4 |
|
LAPS | Cancellation because of no payment of annual fees |