JP5032602B2 - 認識装置 - Google Patents
認識装置 Download PDFInfo
- Publication number
- JP5032602B2 JP5032602B2 JP2010011425A JP2010011425A JP5032602B2 JP 5032602 B2 JP5032602 B2 JP 5032602B2 JP 2010011425 A JP2010011425 A JP 2010011425A JP 2010011425 A JP2010011425 A JP 2010011425A JP 5032602 B2 JP5032602 B2 JP 5032602B2
- Authority
- JP
- Japan
- Prior art keywords
- node
- memory
- decision tree
- recognition
- nodes
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/02—Knowledge representation; Symbolic representation
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Evolutionary Computation (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Mathematical Physics (AREA)
- Physics & Mathematics (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Medical Informatics (AREA)
- Computational Linguistics (AREA)
- Image Analysis (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Description
ドを有する決定木を用いて、入力データのクラスを認識する認識装置であって、メモリと
、前記決定木の根ノードからの深さが所定の閾値以下のノードは幅優先の探索順に従った
順番に前記メモリ上に配置し、前記決定木の根ノードからの深さが前記閾値よりも大きい
ノードは深さ優先の探索順に従った順番に前記メモリ上への配置を決定する配置部と、配
置部によって前記メモリ上に配された各ノード用いて前記入力データのクラスを認識する
認識部と、を備え、前記メモリは前記メモリ上に配置された決定木の少なくとも一部を保
持するキャッシュメモリを備え、前記配置部は、前記キャッシュメモリの使用可能な容量
に従って前記閾値を決定することを特徴とする。
決定木の木構造は、ノード(節)と、そこから分岐したリーフ(葉)で示される。ノードは、分岐条件を示す。入力データの認識処理は、そのノードの示す分岐条件に従って次のノード、もしくはリーフへと遷移していく。リーフはこれ以上分岐する必要がない状態を意味し、最終的な分類を意味する。分岐条件には、例えば特徴量ベクトルのインデックス、画像特徴量の閾値の条件式等がある。
本実施形態の認識装置は、幅優先探索と深さ優先探索の切り替えを遷移確率に応じて行う点が第1の実施形態とは異なる。
[第3の実施形態]
本実施形態の認識装置のブロック図は第2の実施形態と同じである。あるノードnの親ノードからの遷移確率を推定するためのノード推定確率推定部701、メモリ103上のノードデータ配置を決定するための配置部702、ノード配置を改善した決定木を使って認識処理を行うための認識処理部703を備える。
Claims (6)
- 分類を行う複数のノードを有する決定木を用いて、入力データのクラスを認識する認識
装置であって、
メモリと、
前記決定木の根ノードからの深さが所定の閾値以下のノードは幅優先の探索順に従った
順番に前記メモリ上に配置し、前記決定木の根ノードからの深さが前記閾値よりも大きい
ノードは深さ優先の探索順に従った順番に前記メモリ上への配置を決定する配置部と、
配置部によって前記メモリ上に配された各ノード用いて前記入力データのクラスを認識
する認識部と、を備え、
前記メモリは前記メモリ上に配置された決定木の少なくとも一部を保持するキャッシュ
メモリを備え、
前記配置部は、前記キャッシュメモリの使用可能な容量に従って前記閾値を決定するこ
とを特徴とする認識装置。 - 前記配置部は、前記キャッシュメモリの使用可能な容量を前記幅優先のノード全体の容
量がこえないような前記閾値を求めることを特徴とする請求項1記載の認識装置。 - 前記配置部は、前記決定木の各ノードを前記メモリ上へ展開する際の配置を認識処理の
実行直前に行うことを特徴とする、請求項2に記載の認識装置。 - 前記決定木の各ノードへの親ノードからの遷移確率を推定するノード遷移確率推定部を
さらに備え、配置部では親ノードが同じノード群に対しては前記遷移確率の高いものから
優先的にメモリ上に配置することを特徴とする、請求項2に記載の認識装置。 - 前記ノード遷移確率推定部は、前記認識部による認識処理で前記入力データから各ノー
ドへの到達数から前記遷移確率を算出することを特徴とする、請求項4記載の認識装置。 - 前記ノード遷移確率推定部は、前記決定木の学習に使われる学習サンプルの各ノードへ
の到達数から算出することを特徴とする、請求項4記載の認識装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010011425A JP5032602B2 (ja) | 2010-01-21 | 2010-01-21 | 認識装置 |
US13/010,155 US8655818B2 (en) | 2010-01-21 | 2011-01-20 | Discrimination apparatus and method using a decision tree |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010011425A JP5032602B2 (ja) | 2010-01-21 | 2010-01-21 | 認識装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2011150546A JP2011150546A (ja) | 2011-08-04 |
JP5032602B2 true JP5032602B2 (ja) | 2012-09-26 |
Family
ID=44278282
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010011425A Expired - Fee Related JP5032602B2 (ja) | 2010-01-21 | 2010-01-21 | 認識装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US8655818B2 (ja) |
JP (1) | JP5032602B2 (ja) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11354601B2 (en) | 2018-03-16 | 2022-06-07 | Ricoh Company, Ltd. | Learning classification device and learning classification method |
US11475314B2 (en) | 2019-03-13 | 2022-10-18 | Ricoh Company, Ltd. | Learning device and learning method |
US11526803B2 (en) | 2018-08-23 | 2022-12-13 | Ricoh Company, Ltd. | Learning device and method for implementation of gradient boosted decision trees |
US11797884B2 (en) | 2019-07-12 | 2023-10-24 | Ricoh Company, Ltd. | Learning device and learning method |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6360628B2 (ja) * | 2015-06-05 | 2018-07-18 | 株式会社日立製作所 | 情報処理装置およびグラフデータの書き込み装置 |
WO2017196315A1 (en) * | 2016-05-11 | 2017-11-16 | Hitachi, Ltd. | Data storage system and process for reducing read and write amplifications |
JP7069898B2 (ja) * | 2018-03-16 | 2022-05-18 | 株式会社リコー | 学習識別装置および学習識別方法 |
JP7040168B2 (ja) * | 2018-03-16 | 2022-03-23 | 株式会社リコー | 学習識別装置および学習識別方法 |
JP7069897B2 (ja) * | 2018-03-16 | 2022-05-18 | 株式会社リコー | 学習識別装置および学習識別方法 |
JP7087695B2 (ja) | 2018-06-07 | 2022-06-21 | 株式会社リコー | 学習装置および学習方法 |
CN109000682B (zh) * | 2018-07-27 | 2020-03-17 | 中科宇达(北京)科技有限公司 | 基于直线航迹的空中粗对准的方法 |
CN109376590A (zh) * | 2018-09-07 | 2019-02-22 | 百度在线网络技术(北京)有限公司 | 基于无人车的障碍物分类方法、装置、设备以及存储介质 |
JP7211020B2 (ja) * | 2018-11-05 | 2023-01-24 | 株式会社リコー | 学習装置および学習方法 |
US20220197811A1 (en) * | 2019-05-03 | 2022-06-23 | University Of Pittsburgh-Of The Commonwealth System Of Higher Education | Method and apparatus for replacing data from near to far memory over a slow interconnect for oversubscribed irregular applications |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0464130A (ja) * | 1990-07-02 | 1992-02-28 | Ricoh Co Ltd | 知識ベース検索システム |
US7310624B1 (en) | 2000-05-02 | 2007-12-18 | International Business Machines Corporation | Methods and apparatus for generating decision trees with discriminants and employing same in data classification |
FI118062B (fi) * | 2003-04-30 | 2007-06-15 | Nokia Corp | Pienimuistinen päätöspuu |
WO2009095981A1 (ja) * | 2008-01-28 | 2009-08-06 | Turbo Data Laboratories Inc. | 表からツリー構造データを構築する方法及び装置 |
US8473684B2 (en) * | 2009-12-22 | 2013-06-25 | International Business Machines Corporation | Delayed replacement of cache entries |
-
2010
- 2010-01-21 JP JP2010011425A patent/JP5032602B2/ja not_active Expired - Fee Related
-
2011
- 2011-01-20 US US13/010,155 patent/US8655818B2/en active Active
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11354601B2 (en) | 2018-03-16 | 2022-06-07 | Ricoh Company, Ltd. | Learning classification device and learning classification method |
US11526803B2 (en) | 2018-08-23 | 2022-12-13 | Ricoh Company, Ltd. | Learning device and method for implementation of gradient boosted decision trees |
US11475314B2 (en) | 2019-03-13 | 2022-10-18 | Ricoh Company, Ltd. | Learning device and learning method |
US11797884B2 (en) | 2019-07-12 | 2023-10-24 | Ricoh Company, Ltd. | Learning device and learning method |
Also Published As
Publication number | Publication date |
---|---|
US8655818B2 (en) | 2014-02-18 |
US20110178976A1 (en) | 2011-07-21 |
JP2011150546A (ja) | 2011-08-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5032602B2 (ja) | 認識装置 | |
JP6894058B2 (ja) | 危険アドレス識別方法及びコンピュータ可読記憶媒体、並びに電子装置 | |
CN107102981B (zh) | 词向量生成方法和装置 | |
US9786272B2 (en) | Decoder for searching a digraph and generating a lattice, decoding method, and computer program product | |
US20150179177A1 (en) | Decoder, decoding method, and computer program product | |
US9275039B2 (en) | Information processing device, information processing method and computer program product | |
JP2013206187A (ja) | 情報変換装置、情報検索装置、情報変換方法、情報検索方法、情報変換プログラム、情報検索プログラム | |
US20150186756A1 (en) | Pruning and label selection in hidden markov model-based ocr | |
US20150178285A1 (en) | Search device, search method, and computer program product | |
CN114860942B (zh) | 文本意图分类方法、装置、设备及存储介质 | |
JP4985724B2 (ja) | 単語認識プログラム、単語認識方法、単語認識装置 | |
JP5989576B2 (ja) | パターン識別装置、パターン識別方法、プログラム、学習装置および学習方法 | |
JP5252596B2 (ja) | 文字認識装置、文字認識方法及びプログラム | |
CN117171331A (zh) | 基于大型语言模型的专业领域信息交互方法、装置及设备 | |
US20160321550A1 (en) | Lattice finalization device, pattern recognition device, lattice finalization method, and computer program product | |
JP5980142B2 (ja) | 学習データ選択装置、識別的音声認識精度推定装置、学習データ選択方法、識別的音声認識精度推定方法、プログラム | |
JP2015215390A (ja) | 音声認識辞書更新装置、音声認識辞書更新方法、プログラム | |
JP2021197165A (ja) | 情報処理装置、情報処理方法及びコンピュータ読み取り可能な記憶媒体 | |
KR101609422B1 (ko) | 사용자 발화의도 추출 방법 및 사용자 발화의도 추출 방법을 수행하는 장치 | |
CN115917527A (zh) | 文档检索装置、文档检索系统、文档检索程序、以及文档检索方法 | |
KR102146625B1 (ko) | 오토마타 기반 증분적 중위 확률 계산 장치 및 방법 | |
CN112307205A (zh) | 基于自动摘要的文本分类方法、系统及计算机存储介质 | |
CN110083679B (zh) | 搜索请求的处理方法、装置、电子设备和存储介质 | |
JP2015153240A (ja) | パターン認識装置、パターン認識方法およびプログラム | |
JP4424023B2 (ja) | 素片接続型音声合成装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110916 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20111125 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20111205 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20111219 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120106 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120220 |
|
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: 20120601 |
|
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: 20120628 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5032602 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: 20150706 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |