JP2994533B2 - Pattern recognition device - Google Patents
Pattern recognition deviceInfo
- Publication number
- JP2994533B2 JP2994533B2 JP5196434A JP19643493A JP2994533B2 JP 2994533 B2 JP2994533 B2 JP 2994533B2 JP 5196434 A JP5196434 A JP 5196434A JP 19643493 A JP19643493 A JP 19643493A JP 2994533 B2 JP2994533 B2 JP 2994533B2
- Authority
- JP
- Japan
- Prior art keywords
- pattern
- dictionary
- category
- dictionary pattern
- input
- 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
Landscapes
- Character Discrimination (AREA)
- Image Analysis (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、パターン認識装置に関
し、より詳細には、LVQ(Learning Vector Quantiza
tion:学習ベクトル量子化)に加え、サンプルパターン
の認識結果に基づいて、辞書パターンの無効化、追加、
有効化を制御することにより、最適に近い個数の辞書パ
ターンを作成し、オンライン学習を可能にするようにし
たパターン認識装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a pattern recognition device, and more particularly, to an LVQ (Learning Vector Quantizer).
option: learning vector quantization), and based on the recognition result of the sample pattern, invalidate, add,
The present invention relates to a pattern recognition device that creates a dictionary pattern that is nearly optimal by controlling the validation and enables online learning.
【0002】[0002]
【従来の技術】フィンランドのコホーネン(Teuvo Koho
nen)氏の提案したLVQ(LearningVector Quantizati
on:学習ベクトル量子化)と呼ばれるパターン学習法に
よれば、認識対象とするカテゴリ毎に1個または複数個
の辞書パターンを用意し、カテゴリCxに属する入力パ
ターンxに対し、すべての辞書パターン中で最も近い辞
書パターンm1とそのカテゴリC1とを選び出し、 ・Cx≠C1のとき m1←m1−α(x−m1) …(1) ・Cx=C1のとき m1←m1+α(x−m1) …(2) に基づいて、辞書パターンm1の更新を行い。普通、さ
らに、m1を正規化し、ノルムを1にしておく。ここ
で、αは、0<α<1なる係数で、通常、学習の経過と
共に、値を小さくしていく。2. Description of the Related Art Finnish Kohonen (Teuvo Koho)
nen) 's LVQ (LearningVector Quantizati)
According to a pattern learning method called “on: learning vector quantization”, one or more dictionary patterns are prepared for each category to be recognized, and all dictionary patterns are input pattern x belonging to category C x. The closest dictionary pattern m 1 and its category C 1 are selected. When C x ≠ C 1 m 1 ← m 1 −α (x−m 1 ) (1) When C x = C 1 m 1 ← m 1 + α (x−m 1 ) The dictionary pattern m 1 is updated based on (2). Normally, m 1 is further normalized, and the norm is set to 1. Here, α is a coefficient that satisfies 0 <α <1, and usually decreases as the learning progresses.
【0003】コホーネン氏は、LVQの改良型であるL
VQ2を発表しており、これによれば、カテゴリCxに
属する入力パターンxに対し、すべての辞書パターン中
で最も近い辞書パターンm1とそのカテゴリC1,m1に
次いで近い辞書パターンm2とそのカテゴリC2とを選び
出し、xがm1とm2の2等分面付近に設けられた「窓」
と呼ばれる領域内に位置し、かつ、Cx≠C1かつCx=
C2のとき、 m1←m1−α(x−m1) …(3) m2←m2+α(x−m2) …(4) に基づいて、辞書パターンm1,m2の更新を行う。普
通、さらに、m1,m2を正規化し、それぞれノルムを1
にしておく。ここで、αは、式(1),式(2)と同様
の係数である。また、xが「窓」内に位置しているか否
かの判定は、例えば、m1とxの距離をd1、m2とxの
距離をd2として、[0003] Kohonen describes L, an improved version of LVQ.
VQ2 has published, according to the category C with respect to the input pattern x belonging to x, every dictionary pattern in the nearest dictionary pattern m 1 and the category C 1, m 1 to followed close dictionary pattern m 2 And its category C 2, and “x” is a “window” provided near the bisector of m 1 and m 2
, And C x ≠ C 1 and C x =
When the C 2, m 1 ← m 1 -α (x-m 1) ... (3) m 2 ← m 2 + α (x-m 2) ... based on (4), the dictionary pattern m 1, m 2 Perform an update. Normally, m 1 and m 2 are normalized, and the norm is 1 for each.
Keep it. Here, α is a coefficient similar to Expressions (1) and (2). The determination as to whether or not x is located within the “window” is made by, for example, setting the distance between m 1 and x to d 1 and the distance between m 2 and x to d 2 .
【0004】[0004]
【数1】 (Equation 1)
【0005】のとき「窓」内に位置するとして行えばよ
い。ここで、sは、適当に定めるしきい値である。[0005] At this time, it may be performed assuming that it is located in the "window". Here, s is an appropriately determined threshold value.
【0006】さらに、コホーネン氏は、LVQ、LVQ
2の改良型であるLVQ3を発表しており、これによれ
ば、カテゴリCxに属する入力パターンxに対し、すべ
ての辞書パターン中で最も近い辞書パターンm1とその
カテゴリC1,m1に次いで近い辞書パターンm2とその
カテゴリC2とを選び出し、xがLVQ2の場合と同様
に定めた「窓」内に位置するとき、 ・Cx≠C1かつCx=C2のとき m1←m1−α(x−m1) …(6) m2←m2+α(x−m2) …(7) ・Cx=C1かつCx≠C2のとき m1←m1+α(x−m1) …(8) m2←m2−α(x−m2) …(9) ・Cx=C1かつCx=C2のとき m1←m1+εα(x−m1) …(10) m2←m2+εα(x−m2) …(11) に基づいて、辞書パターンm1,m2の更新を行う。普
通、さらに、m1,m2を正規化し、ノルムを1にしてお
く。ここで、αは、式(1),式(2)と同様の係数で
ある。εは、適当に定める係数であり、0.1〜0.5程
度の値をとるとよい。Further, Kohonen describes LVQ, LVQ
Has published a variant of 2 LVQ3, according to this, the input pattern x belonging to the category C x, all the dictionary pattern in closest dictionary pattern m 1 and its category C 1, m 1 then picked out and close the dictionary pattern m 2 and the category C 2, when x is located in the "window" which defines as in the LVQ2, when · C x ≠ C 1 and C x = C 2 m 1 ← m 1 −α (x−m 1 ) (6) m 2 ← m 2 + α (x−m 2 ) (7) When C x = C 1 and C x ≠ C 2 , m 1 ← m 1 + Α (x−m 1 ) (8) m 2 ← m 2 −α (x−m 2 ) (9) When C x = C 1 and C x = C 2 , m 1 ← m 1 + εα (x −m 1 ) (10) m 2 ← m 2 + εα (x−m 2 ) (11) The dictionary patterns m 1 and m 2 are updated based on (11). Normally, m 1 and m 2 are normalized, and the norm is set to 1. Here, α is a coefficient similar to Expressions (1) and (2). ε is a coefficient that is appropriately determined, and may take a value of about 0.1 to 0.5.
【0007】以上述べたようなLVQ,LVQ2,LV
Q3によれば、高い認識率を持つパターン認識装置が得
られることが知られている。また、「階層的辞書配置に
よるマルチフォント認識」(加藤、高橋、電子情報通信
学会論文誌、Vol.J74-D-II,No.1、p8-18)において、
辞書パターンの追加、主記憶と2次記憶の間の辞書パタ
ーンの入れ換えを行い、主記憶内の辞書パターン数の適
正化をはかっている。2次記憶上のパターンは、認識装
置としての運用時には使用されない。学習時には、ま
ず、主記憶・2次記憶を含む全辞書パターンにより、サ
ンプルデータの認識を行って誤認識パターンを選び出
す。誤認識パターンの平均操作により、追加用のパター
ンを作成し、該パターンと既存の辞書パターンとの距離
に基づいて、これを実際に、辞書に追加するか否かを決
定する。さらに、これらの追加パターンを含め、主記憶
・2次記憶を含む全辞書パターンについて、すべてのサ
ンプルデータの認識を行い、この認識結果に基づいて、
主記憶・2次記憶間の入れ換えを行う。[0007] LVQ, LVQ2, LV as described above
According to Q3, it is known that a pattern recognition device having a high recognition rate can be obtained. Also, "Multi-font recognition by hierarchical dictionary arrangement" (Kato, Takahashi, IEICE Transactions, Vol.J74-D-II, No.1, p8-18)
Dictionary patterns are added and dictionary patterns are exchanged between the main storage and the secondary storage to optimize the number of dictionary patterns in the main storage. The pattern on the secondary storage is not used during operation as a recognition device. At the time of learning, first, erroneous recognition patterns are selected by recognizing the sample data using all dictionary patterns including the main storage and the secondary storage. An averaging operation of the misrecognition patterns creates an additional pattern, and determines whether or not to actually add this to the dictionary based on the distance between the pattern and an existing dictionary pattern. Further, for all dictionary patterns including the main storage and the secondary storage including these additional patterns, all sample data are recognized, and based on the recognition result,
The main memory and the secondary memory are exchanged.
【0008】[0008]
【発明が解決しようとする課題】前述のように、従来の
パターン認識装置において、例えば、文字認識の場合、
よく似た文字カテゴリの多く存在する文字カテゴリと、
そうでない文字カテゴリとでは、最適な辞書パターンの
個数が異なることが知られている。しかしながら、前記
のLVQ,LVQ2,LVQ3では、各カテゴリの辞書
パターンの個数を増減させる操作は行っていないため、
前記個数を別途設定する必要があった。また、使用者に
よる辞書の追加登録、あるいは、自動的な筆者適応、話
者適応といったことは考慮されていないため、これらを
行う場合には、辞書パターン調整を繰り返し実行し、辞
書パターンが収束するまで、多くの反復回数を必要とし
た。前記文献の方法では、学習時に全サンプルパターン
を認識することが必要であり、また、主記憶と2次記憶
の間での入れ換えを行うため、学習を頻繁に行うことが
困難であり、また、全サンプルデータを格納するための
記憶装置が必須である。さらに、追加用のパターンが平
均操作で作成されるため、LVQなどの認識結果に基づ
くパターン調整に基づく方法と比較して、認識率向上へ
の有効性が劣ると考えられる。As described above, in the conventional pattern recognition apparatus, for example, in the case of character recognition,
Character categories with many similar character categories,
It is known that the optimal number of dictionary patterns differs from the other character categories. However, in the above-described LVQ, LVQ2, and LVQ3, an operation for increasing or decreasing the number of dictionary patterns in each category is not performed.
The number had to be set separately. Also, since additional registration of the dictionary by the user or automatic writer adaptation or speaker adaptation is not taken into account, dictionary pattern adjustment is repeatedly performed when these are performed, and the dictionary pattern converges. Up to a large number of iterations. In the method of the above-mentioned literature, it is necessary to recognize all sample patterns at the time of learning, and it is difficult to perform frequent learning because the main memory and the secondary memory are exchanged. A storage device for storing all sample data is essential. Furthermore, since the additional pattern is created by the averaging operation, it is considered that the effectiveness in improving the recognition rate is inferior to the method based on the pattern adjustment based on the recognition result such as LVQ.
【0009】本発明は、このような実情に鑑みてなされ
たもので、各カテゴリの辞書パターン数を増減させる操
作を行うため、カテゴリごとに最適に近い個数の辞書パ
ターンを記憶することができるようにすること、また、
使用者による辞書の追加登録、あるいは、自動的な筆者
適応、話者適応を行う際、新しいパターンについては、
有効度あるいは有効フラグにより、すでに登録されてい
るパターンとは違った取り扱いを行い、辞書パターン調
整を反復実行することなく、辞書の取り込むことができ
るようにすると、また、認識結果に基づくパターン調整
を行い、平均操作による場合と比較して、認識率の向上
を図ること、さらに、有効フラグを使う場合は、辞書パ
ターンを実現に入れ換える場合と比較して、処理を効率
化するようにしたパターン認識装置を提供することを目
的としている。The present invention has been made in view of such circumstances. Since an operation of increasing or decreasing the number of dictionary patterns in each category is performed, a nearly optimal number of dictionary patterns can be stored for each category. And also
When registering additional dictionaries by the user or performing automatic writer adaptation and speaker adaptation, for new patterns,
Depending on the validity or validity flag, it is possible to handle the pattern differently from the already registered patterns so that the dictionary can be imported without repeating the dictionary pattern adjustment. Pattern recognition to improve the recognition rate compared to the case of averaging operation, and to make the processing more efficient when using the valid flag compared to replacing the dictionary pattern with realization It is intended to provide a device.
【0010】[0010]
【課題を解決するための手段】本発明は、上記目的を達
成するために、(1)文字・音声データなどのパターン
を入力するパターン入力手段と、前記パターン間の距離
を算出するパターン間距離算出手段と、認識対象とする
カテゴリ毎に個数の可変な辞書パターンを記憶する辞書
パターン記憶手段と、それぞれの辞書パターンの有効度
を記憶する有効度記憶手段と、辞書パターンの集合内に
おいて、前記パターン間の距離に基づいてあるパターン
との距離がある順位に順序づけられるような辞書パター
ン及びカテゴリを選び出す近接辞書パターン選出手段
と、カテゴリの既知な入力パターンに対して、前記近接
辞書パターン選出手段に基づいて辞書パターンを選び出
し、選び出された辞書パターンの属するカテゴリが、前
記入力パターンの属するカテゴリと同一であるか否かに
基づいて、該辞書パターンの有効度を増減する有効度調
整手段と、カテゴリの既知な入力パターンに対して、前
記近接辞書パターン選出手段に基づいて辞書パターンを
選び出し、選び出された辞書パターンの有効度に基づい
て該辞書パターンを削除する辞書パターン削除手段とを
備えたこと、或いは、(2)文字・音声データなどのパ
ターンを入力するパターン入力手段と、前記パターン間
の距離を算出するパターン間距離算出手段と、認識対象
とするカテゴリ毎に個数の可変な辞書パターンを記憶す
る辞書パターン記憶手段と、それぞれの辞書パターンの
有効度を記憶する有効度記憶手段と、辞書パターンの集
合内において、前記パターン間の距離に基づいてあるパ
ターンとの距離がある順位に順序づけられるような辞書
パターン及びカテゴリを選び出す近接辞書パターン選出
手段と、カテゴリの既知な入力パターンに対して、前記
近接辞書パターン選出手段に基づいて辞書パターンを選
び出し、選び出された辞書パターンの属するカテゴリ
が、前記入力パターンの属するカテゴリと同一であるか
否かに基づいて、該辞書パターンの有効度を増減する有
効度調整手段と、カテゴリの既知な入力パターンに対し
て、前記近接辞書パターン選出手段に基づいて辞書パタ
ーンを選び出し、選び出された辞書パターンの属するカ
テゴリが、前記入力パターンの属するカテゴリと同一で
あるか否かに基づいて、前記入力パターンもしくは該入
力パターンに基づいて作成したパターンを、辞書パター
ンとして追加する辞書パターン追加手段とを備えるこ
と、或いは、(3)文字・音声データなどのパターンを
入力するパターン入力手段と、前記パターン間の距離を
算出するパターン間距離算出手段と、認識対象とするカ
テゴリ毎に個数の可変な辞書パターンを記憶する辞書パ
ターン記憶手段と、それぞれの辞書パターンの有効度を
記憶する有効度記憶手段と、それぞれの辞書パターンに
ついて、オン・オフの状態を取り得る有効フラグを記憶
する有効フラグ記憶手段と、辞書パターンの集合内にお
いて、該集合の要素は前記有効フラグに基づいて選択す
ることが可能であり、前記パターン間の距離に基づい
て、あるパターンとの距離がある順位に順序づけられる
ような辞書パターン及びカテゴリを選び出す近接辞書パ
ターン選出手段と、カテゴリの既知な入力パターンに対
して、前記近接辞書パターン選出手段に基づいて辞書パ
ターンを選び出し、選び出された辞書パターンの属する
カテゴリが、前記入力パターンの属するカテゴリと同一
であるか否かに基づいて、該辞書パターンの有効度を増
減する有効度調整手段と、ある辞書パターンの有効度に
基づいて、該辞書パターンの有効フラグをオフとする辞
書パターン無効化手段とを備えたこと、更には、(4)
前記(3)において、前記ある辞書パターンの有効度に
基づいて、該辞書パターンの有効フラグをオンとする辞
書パターン有効化手段を備えたこと、或いは、(5)文
字・音声データなどのパターンを入力するパターン入力
手段と、前記パターン間の距離を算出するパターン間距
離算出手段と、認識対象とするカテゴリ毎に個数の可変
な辞書パターンを記憶する辞書パターン記憶手段と、そ
れぞれの辞書パターンの有効度を記憶する有効度記憶手
段と、それぞれの辞書パターンについて、オン・オフの
状態を取り得る有効フラグを記憶する有効フラグ記憶手
段と、辞書パターンの集合内において、該集合の要素は
前記有効フラグに基づいて選択することが可能であり、
前記パターン間の距離に基づいて、あるパターンとの距
離がある順位に順序づけられるような辞書パターン及び
カテゴリを選び出す近接辞書パターン選出手段と、カテ
ゴリの既知な入力パターンに対して、前記近接辞書パタ
ーン選出手段に基づいて辞書パターンを選び出し、選び
出された辞書パターンの属するカテゴリが、前記入力パ
ターンの属するカテゴリと同一であるか否かに基づい
て、該辞書パターンの有効度を増減する有効度調整手段
と、ある辞書パターンの有効度に基づいて、該辞書パタ
ーンの有効フラグをオンとする辞書パターン有効化手段
とを備えたこと、更には、(6)前記(1),(3),
(4)又は(5)において、前記カテゴリの既知な入力
パターンに対して、前記近接辞書パターン選出手段に基
づいて辞書パターンを選び出し、選び出された辞書パタ
ーンの属するカテゴリが、前記入力パターンの属するカ
テゴリと同一であるか否かに基づいて、前記入力パター
ンもしくは該入力パターンに基づいて作成したパターン
を辞書パターンとして追加する辞書パターン追加手段を
備えたことを特徴としたものである。In order to achieve the above object, the present invention provides (1) a pattern input means for inputting a pattern such as character and voice data, and a pattern distance for calculating a distance between the patterns. Calculation means, dictionary pattern storage means for storing a variable number of dictionary patterns for each category to be recognized, effectiveness storage means for storing the effectiveness of each dictionary pattern, in a set of dictionary patterns, Proximity dictionary pattern selection means for selecting a dictionary pattern and a category in which the distance to a certain pattern is ordered in a certain order based on the distance between the patterns, and for the input pattern having a known category, the proximity dictionary pattern selection means A dictionary pattern is selected based on the input pattern, and the category to which the selected dictionary pattern belongs belongs to the category of the input pattern. A validity adjusting means for increasing or decreasing the validity of the dictionary pattern based on whether the dictionary pattern is the same as a category, and a dictionary pattern based on the proximity dictionary pattern selecting means for an input pattern with a known category. A dictionary pattern deleting unit for selecting and selecting the dictionary pattern based on the validity of the selected dictionary pattern; or (2) a pattern input unit for inputting a pattern such as character / voice data; Inter-pattern distance calculating means for calculating the distance between the patterns, dictionary pattern storing means for storing a variable number of dictionary patterns for each category to be recognized, and validity storage for storing the validity of each dictionary pattern Means and, in a set of dictionary patterns, ordering a certain distance to a certain pattern based on a distance between the patterns. A proximity dictionary pattern selecting means for selecting a dictionary pattern and a category, and a dictionary pattern based on the input pattern having a known category, based on the proximity dictionary pattern selecting means, and a category to which the selected dictionary pattern belongs. A validity adjusting means for increasing or decreasing the validity of the dictionary pattern based on whether or not the category belongs to the input pattern; and a proximity dictionary pattern selecting means for an input pattern with a known category. Based on whether the category to which the selected dictionary pattern belongs is the same as the category to which the input pattern belongs, based on the input pattern or a pattern created based on the input pattern, A dictionary pattern adding means for adding a dictionary pattern. Or (3) a pattern input unit for inputting a pattern such as character / voice data, an inter-pattern distance calculating unit for calculating a distance between the patterns, and a variable number of dictionary patterns for each category to be recognized. Dictionary pattern storing means for storing, validity storing means for storing the validity of each dictionary pattern, valid flag storing means for storing a valid flag that can take an on / off state for each dictionary pattern, dictionary Within a set of patterns, the elements of the set can be selected based on the valid flag, and based on the distance between the patterns, a dictionary pattern such that the distance to a certain pattern is ordered in a certain order. A proximity dictionary pattern selecting means for selecting a category, and a proximity dictionary pattern for an input pattern having a known category. A dictionary pattern is selected based on the selection unit, and the validity adjustment for increasing / decreasing the validity of the dictionary pattern based on whether the category to which the selected dictionary pattern belongs is the same as the category to which the input pattern belongs. Means, and dictionary pattern invalidating means for turning off the validity flag of the dictionary pattern based on the validity of the dictionary pattern.
In the above (3), there is provided a dictionary pattern validating means for turning on a valid flag of the dictionary pattern based on the validity of the certain dictionary pattern. Pattern inputting means for inputting, inter-pattern distance calculating means for calculating the distance between the patterns, dictionary pattern storing means for storing a variable number of dictionary patterns for each category to be recognized, and validity of each dictionary pattern Validity storing means for storing the validity flag, validity flag storing means for storing a validity flag that can be turned on / off for each dictionary pattern, and in the set of dictionary patterns, the elements of the set are the validity flag. It is possible to select based on
A proximity dictionary pattern selecting means for selecting a dictionary pattern and a category in which the distance to a certain pattern is ordered in a certain order based on the distance between the patterns, and selecting the proximity dictionary pattern for an input pattern having a known category. Means for selecting a dictionary pattern based on the means, and increasing or decreasing the effectiveness of the dictionary pattern based on whether or not the category to which the selected dictionary pattern belongs is the same as the category to which the input pattern belongs. And dictionary pattern validating means for turning on a valid flag of the dictionary pattern based on the validity of the dictionary pattern. (6) The method of (1), (3),
In (4) or (5), a dictionary pattern is selected based on the proximity dictionary pattern selection means for a known input pattern of the category, and the category to which the selected dictionary pattern belongs belongs to the input pattern. A dictionary pattern adding means for adding the input pattern or a pattern created based on the input pattern as a dictionary pattern based on whether or not the category is the same as the category.
【0011】[0011]
【作用】本発明のパターン認識装置においては、そのパ
ターン辞書の作成・調整について、カテゴリごとに最適
に近い個数の辞書パターンを記憶し、新しいパターンの
追加を、認識率の低下を抑えながら実現する。LVQな
どに基づく辞書パターン調整手段に加え、辞書パターン
無効化手段、辞書パターン追加手段、辞書パターン有効
化手段を備える。これらは、サンプルパターンの認識結
果に基づいて、辞書パターンの無効化、有効化、追加を
制御する。このように、各カテゴリの辞書パターン数を
増減させる操作を行うため、カテゴリごとに最適に近い
個数の辞書パターンを記憶することができる。新しいパ
ターンについては、辞書パターン調整を反復実行するこ
となく、辞書に取り込むことができ、使用者による辞書
の追加登録、あるいは、自動的な筆者適応、話者適応に
も応用が可能である。According to the pattern recognition apparatus of the present invention, a nearly optimal number of dictionary patterns is stored for each category for the creation and adjustment of the pattern dictionary, and the addition of a new pattern is realized while suppressing a reduction in recognition rate. . In addition to dictionary pattern adjusting means based on LVQ or the like, the system includes dictionary pattern invalidating means, dictionary pattern adding means, and dictionary pattern validating means. These control invalidation, validation and addition of the dictionary pattern based on the recognition result of the sample pattern. As described above, since the operation of increasing or decreasing the number of dictionary patterns in each category is performed, a nearly optimal number of dictionary patterns can be stored for each category. A new pattern can be taken into a dictionary without repeatedly performing dictionary pattern adjustment, and the present invention can be applied to additional registration of a dictionary by a user or automatic writer adaptation and speaker adaptation.
【0012】[0012]
【実施例】実施例について、図面を参照して以下に説明
する。図1は、本発明によるパターン認識装置の一実施
例を説明するための構成図で、図中、1はパターン入力
手段、2は特徴抽出手段、3はパターン間距離算出手
段、4は辞書パターン記憶手段、5は有効度記憶手段、
6は近接辞書パターン選出手段、7は認識結果作成手
段、8は認識結果提示手段、9は正解カテゴリ選択手
段、10は辞書パターン調整手段、11は有効度調整手
段、12は辞書パターン削除手段、13は辞書パターン
追加手段である。Embodiments will be described below with reference to the drawings. FIG. 1 is a block diagram for explaining an embodiment of a pattern recognition apparatus according to the present invention. In the figure, 1 is a pattern input unit, 2 is a feature extraction unit, 3 is an inter-pattern distance calculation unit, and 4 is a dictionary pattern. Storage means, 5 is an effectiveness storage means,
6 is a proximity dictionary pattern selecting means, 7 is a recognition result creating means, 8 is a recognition result presenting means, 9 is a correct answer category selecting means, 10 is a dictionary pattern adjusting means, 11 is a validity adjusting means, 12 is a dictionary pattern deleting means, Reference numeral 13 denotes a dictionary pattern adding unit.
【0013】パターン入力手段1により入力されたパタ
ーンから、特徴抽出手段2により認識に必要な特徴を抽
出する。パターン間距離算出手段3は、前記パターン間
の距離を算出し、辞書パターン記憶手段4は、認識対象
とするカテゴリ毎の個数の可変な辞書パターンを記憶す
る。有効度記憶手段5は、各々の辞書パターンの有効度
を記憶し、近接辞書パターン選出手段6は、辞書パター
ンの集合内において、前記パターン間の距離に基づいて
あるパターンとの距離がある順位に順序づけられるよう
な辞書パターン及びカテゴリを選び出す。認識結果作成
手段7は、前記近接辞書パターン選出手段6によって得
られる認識結果から、最終的に使用者に提示すべき認識
結果を作成する。認識結果提示手段8は、前記認識結果
作成手段7による認識結果を使用者に提示する。正解カ
テゴリ選択手段9は、前記認識結果作成手段7によって
提示された認識結果に基づいた使用者の動作により、前
記入力パターンの属するべきカテゴリを使用者の操作か
ら判断する。A feature required for recognition is extracted by a feature extracting means 2 from a pattern input by the pattern input means 1. The inter-pattern distance calculation means 3 calculates the distance between the patterns, and the dictionary pattern storage means 4 stores a variable number of dictionary patterns for each category to be recognized. The validity storage means 5 stores the validity of each dictionary pattern, and the proximity dictionary pattern selecting means 6 sets the order of the distance to a certain pattern based on the distance between the patterns in a set of dictionary patterns. Select dictionary patterns and categories that can be ordered. The recognition result creating means 7 creates a recognition result to be finally presented to the user from the recognition result obtained by the proximity dictionary pattern selecting means 6. The recognition result presenting means 8 presents the recognition result by the recognition result creating means 7 to the user. The correct answer category selecting means 9 determines the category to which the input pattern should belong based on the operation of the user based on the operation of the user based on the recognition result presented by the recognition result creating means 7.
【0014】辞書パターン調整手段10は、カテゴリの
既知な入力パターンに対して、前記近接辞書パターン選
出手段6に基づいて辞書パターンを選び出し、該辞書パ
ターンを前記入力パターンに基づいて変更する。有効度
調整手段11は、カテゴリの既知な入力パターンに対し
て、前記近接辞書パターン選出手段6に基づいて辞書パ
ターンを選び出し、これらの辞書パターンの属するカテ
ゴリが、前記入力パターンの属するカテゴリと同一であ
るか否かに基づいて、該辞書パターンの有効度を増減す
る。The dictionary pattern adjusting means 10 selects a dictionary pattern for the input pattern of a known category based on the proximity dictionary pattern selecting means 6, and changes the dictionary pattern based on the input pattern. The validity adjusting unit 11 selects a dictionary pattern based on the proximity dictionary pattern selecting unit 6 for an input pattern whose category is known, and the category to which these dictionary patterns belong is the same as the category to which the input pattern belongs. The validity of the dictionary pattern is increased or decreased based on whether or not the dictionary pattern exists.
【0015】辞書パターン削除手段12は、カテゴリの
既知な入力パターンに対して、前記近接辞書パターン選
出手段6に基づいて辞書パターンを選び出し、これらの
辞書パターンの有効度に基づいて、該辞書パターンを削
除する。辞書パターン追加手段13は、カテゴリの既知
な入力パターンに対して、前記近接辞書パターン選出手
段6に基づいて辞書パターンを選び出し、これらの辞書
パターンの属するカテゴリが、前記入力パターンの属す
るカテゴリと同一であるか否かに基づいて、前記入力パ
ターンに基づいて作成したパターンを辞書パターンとし
て追加する。The dictionary pattern deletion means 12 selects a dictionary pattern from the input pattern of a known category based on the proximity dictionary pattern selection means 6, and deletes the dictionary pattern based on the validity of these dictionary patterns. delete. The dictionary pattern adding means 13 selects a dictionary pattern for the input pattern of a known category based on the proximity dictionary pattern selecting means 6, and the category to which these dictionary patterns belong is the same as the category to which the input pattern belongs. Based on whether or not there is a pattern, a pattern created based on the input pattern is added as a dictionary pattern.
【0016】以下、枠内筆記のオンライン文字認識にお
いて、ストロークパターン(文字の各筆画に対応するペ
ン先のタブレット平面上x−y座標の時間軌跡)のオン
ライン学習を行う場合を例に、各部分の実現方法につい
て説明する。パターン入力手段1は、タブレット一体型
液晶ディスプレイとスタイラスペンとにより、文字の各
筆画に対応するペン先のタブレット平面上x−y座標の
時間軌跡を検出する。前記タブレット一体型液晶ディス
プレイ上には、文字筆記のための枠が設けてあり、各枠
内に1つの文字が書かれた場合のみ、認識装置として、
正しい動作を行う。パターン特徴抽出手段2は、前記時
間軌跡に平滑化処理を施した後、隣接点間の方向を量子
化した量子化方向の時系列、および隣接点間の距離の時
系列を抽出する。この2つの時系列を参照して、なるべ
く対応する距離の和が均等になるように、量子化方向の
統合を行い、予め定めた次元の量子化方向ベクトルを作
成し、特徴ベクトルとする。In the following, in the online character recognition of the in-frame writing, each part will be exemplified by performing online learning of a stroke pattern (time locus of xy coordinates on a tablet plane of a pen tip corresponding to each stroke of a character). A method for realizing is described. The pattern input means 1 detects a time trajectory of xy coordinates on a tablet plane of a pen tip corresponding to each stroke of a character using a tablet-integrated liquid crystal display and a stylus pen. On the tablet-integrated liquid crystal display, a frame for character writing is provided, and only when one character is written in each frame, as a recognition device,
Do the right thing. After performing a smoothing process on the time trajectory, the pattern feature extraction unit 2 extracts a time series of a quantization direction in which a direction between adjacent points is quantized and a time series of a distance between adjacent points. With reference to these two time series, the quantization directions are integrated so that the sum of the corresponding distances is made as equal as possible, and a quantization direction vector having a predetermined dimension is created as a feature vector.
【0017】パターン間距離算出手段3は、方向差に基
づく窓付きDPマッチング(Dynamic Programming Matc
hing)により特徴ベクトル間の距離を算出する。認識結
果作成手段7は、ストローク時系列に対応する文字カテ
ゴリを記述した文字辞書を備え、各筆画についてのスト
ローク候補から、これらの直積のうち、対応する文字の
存在するストローク時系列候補について、各筆画ごとの
距離の累計として定められる文字としての距離を算出
し、これに基づいて文字候補を得る。The pattern-to-pattern distance calculation means 3 uses a window-based DP matching (Dynamic Programming Matc) based on a direction difference.
hing) to calculate the distance between the feature vectors. The recognition result creating means 7 includes a character dictionary describing a character category corresponding to the stroke time series. From the stroke candidates for each of the strokes, of the direct product thereof, for each stroke time series candidate in which the corresponding character exists, The distance as a character determined as the sum of the distances for each stroke is calculated, and character candidates are obtained based on the calculated distance.
【0018】認識結果提示手段8は、前記タブレット一
体型液晶ディスプレイに、前記文字候補を表示する。正
解カテゴリ選択手段9は、提示された文字候補を使用者
がペンにより選択するのを受け、どの文字が正解である
かを検出し、前記文字辞書により、この文字に対応する
ストローク時系列を読み出し、各筆画に対応する正解ス
トロークカテゴリを得る。ここで、文字候補の中に正解
文字がない場合には、選択が行われないことにより、こ
れを検知する。The recognition result presenting means 8 displays the character candidates on the tablet-integrated liquid crystal display. The correct answer category selecting means 9 receives the user's selection of the presented character candidate by the pen, detects which character is correct, and reads out a stroke time series corresponding to this character from the character dictionary. Then, the correct stroke category corresponding to each stroke is obtained. Here, if there is no correct character in the character candidates, this is detected by not selecting.
【0019】図2は、本発明によるパターン認識装置の
動作を説明するためのフローチャートで、有効フラグを
用いる場合のフローチャートである。以下、各ステップ
に従って順に説明する。あらかじめ、辞書パターン記憶
手段に初期パターンを設定しておき、有効度は正の値V
init、有効フラグは例えばオンに設定しておく。これら
の初期値は、学習の性質、例えば、いわゆる白紙の状態
から辞書を作成するのか、あるいは、ある程度一般的に
設計された辞書を、使用者に適応するよう微調整を行う
のか、などにより、適当な値を選んで設定する(S
1)。FIG. 2 is a flowchart for explaining the operation of the pattern recognition apparatus according to the present invention, in which a valid flag is used. Hereinafter, the steps will be sequentially described. Initial patterns are set in advance in the dictionary pattern storage means, and the validity is a positive value V
The init and valid flags are set to, for example, ON. These initial values depend on the nature of learning, for example, whether to create a dictionary from a so-called blank state, or whether to fine-tune a dictionary designed to some extent generally to suit the user, etc. Select and set an appropriate value (S
1).
【0020】パターン入力手段により、文字・音声デー
タなどが入力されると(S2)、特徴抽出手段が、これ
らのデータから特徴パターンを作成する(S3)。近接
辞書パターン選出手段は、カテゴリCxに属する入力パ
ターンxに対し、すべての辞書パターン中で最も近い辞
書パターンm1とそのカテゴリC1,m1に次いで近い辞
書パターンm2とそのカデコリC2,Cxに属する辞書パ
ターンの中で最も近いパターンmxを選び出す。有効フ
ラグを用いる場合は、さらに、有効フラグがオンである
辞書パターンの中で、xに最も近い辞書パターンm′1
とそのカテゴリC′1とを選び出し、第1位の認識結果
とする(S5)。When character / voice data or the like is input by the pattern input means (S2), the characteristic extracting means creates a characteristic pattern from these data (S3). Proximity dictionary pattern selecting means, the category C with respect to the input pattern x belonging to x, every dictionary pattern in the nearest dictionary pattern m 1 and the category C 1, m 1 followed close dictionary pattern in m 2 and its Kadekori C 2 , C x , the closest pattern m x is selected. In the case where the valid flag is used, the dictionary pattern m ′ 1 closest to x among the dictionary patterns for which the valid flag is on.
And its category C ′ 1 are selected and set as the first recognition result (S5).
【0021】この際、有効度調整手段は、m1の有効度
をV1として、 ・Cx≠C1のとき(S6) V1>Vminが成り立てば(S7) V1←V1−1(S8) …(12) Vx<Vmaxが成り立てば(S11) Vx←Vx+1(S12) …(13) ・Cx=C1かつV1<Vmaxのとき(S6,S16) V1←V1+1(S17) …(14) とする。At this time, the validity adjusting means sets the validity of m 1 as V 1. When C x ≠ C 1 (S 6) If V 1 > Vmin holds (S 7) V 1 ← V 1 -1 (S8) ... (12) if V x <Vmax is Naritate (S11) V x ← V x +1 (S12) ... (13) · when C x = C 1 and V 1 <Vmax (S6, S16 ) V 1 ← V 1 +1 (S17) (14)
【0022】ここで、Vmax,Vminは、適当に定める有
効度の上下限である。このとき、V1が負の値になった
場合(S9)、辞書パターン削除手段により、前記辞書
パターンを削除するか、あるいは、有効フラグを用いて
いる場合は、辞書パターン無効化手段により(S1
0)、対応する有効フラグをオフとする。また、V1ま
たはVxが正の値になった場合(S13,S18)、有
効フラグを用いているならば、辞書パターン有効化手段
により(S14,S19)、対応する有効フラグをオン
とする。ここでは、V1=0を基準値にして辞書パター
ンの無効化・有効化を行うものとしたが、V1の値の取
り方には任意性があり、他の値が基準値になったり、調
整を行う場合の加減幅が異なっても、同様の効果が得ら
れることがある。辞書パターン調整手段は、前記のLV
Qにより、前記式(1),式(2)に従って、辞書パタ
ーンm1の調整を行う。ここで、式中のαは、例えば、 α=1/(max(V1+1,1)) …(15) と定める。Here, Vmax and Vmin are the upper and lower limits of the effectiveness, which are appropriately determined. In this case, if V 1 is becomes a negative value (S9), the dictionary pattern deleting unit, remove the dictionary pattern, or the case of using a valid flag, the dictionary pattern invalidating means (S1
0), the corresponding valid flag is turned off. Also, if V 1 or V x becomes positive value (S13, S18), if is used valid flag, the dictionary pattern enabling means (S14, S19), and turns on the corresponding valid flag . Here, it is assumed that the dictionary pattern is invalidated / validated using V 1 = 0 as a reference value. However, the value of V 1 is arbitrary, and other values may be used as reference values. The same effect may be obtained even if the width of adjustment is different. The dictionary pattern adjusting means may include the LV
According to Q, the dictionary pattern m 1 is adjusted in accordance with the above equations (1) and (2). Here, α in the equation is determined, for example, as α = 1 / (max (V 1 +1, 1 )) (15).
【0023】さらに、Cx≠C1、かつ、調整後のV1が
正または0の場合、あるいは、Cx≠C1、かつ、Cx≠
C2の場合には、辞書パターン追加手段により、xを辞
書に追加する(S21)。ただし、辞書の容量の制限か
らこの追加が不可能な場合、例えば、あらかじめ設けら
れたカテゴリごとの辞書パターン数の最大値Ndicmaxを
越える場合(S22)、カテゴリCxに属する辞書のパ
ターンのうち有効度の最も小さい辞書パターンを削除し
(S23)、その後前記の追加を行なう。新しい辞書パ
ターンの有効度は、あらかじめ定めた値Vadd、例えば
0とし、有効フラグは、設定する場合、オンとする(S
24)。Further, when C x ≠ C 1 and the adjusted V 1 is positive or 0, or when C x ≠ C 1 and C x ≠
In the case of C 2 is the dictionary pattern adding means adds the x to the dictionary (S21). However, because of the limited capacity of the dictionary can not have this additional, for example, if it exceeds the maximum value Ndicmax number dictionary pattern for each previously provided category (S22), among the patterns of the dictionary that belong to the category C x Valid The dictionary pattern with the smallest degree is deleted (S23), and the above-described addition is performed. The validity of the new dictionary pattern is a predetermined value Vadd, for example, 0, and the validity flag is turned on when it is set (S
24).
【0024】ここで、有効フラグをオンとすることによ
り、使用者が再びこれに似たパターンを入力した場合、
通常すぐにこれを正しく認識することができ、有効度を
0とすることにより、これが認識に及ぼす悪影響の方が
大きいようなパターンであった場合、そのことが判明し
た時点で、該辞書パターンを無効化することができる。
あるいは、例えば、該辞書パターンに似た入力パターン
がしばしば判明されてから、辞書パターンを有効化した
い場合は、Vaddを負の値とし、有効フラグの初期設定
をオフとしてもよい。Here, by turning on the valid flag, if the user again inputs a pattern similar to this,
Normally, this can be correctly recognized immediately, and by setting the validity to 0, if the pattern has a greater adverse effect on recognition, the dictionary pattern is changed when it is found. Can be disabled.
Alternatively, for example, when it is desired to validate the dictionary pattern after an input pattern similar to the dictionary pattern is frequently found, Vadd may be set to a negative value and the initial setting of the valid flag may be turned off.
【0025】なお、特徴抽出手段は、認識しようとする
パターンの種類などによっては、必ずしも必要ではな
い。辞書パターン調整手段は、必ずしも必要ではなく、
あるいは、式(1),式(2)のいずれか一方のみ実行
し、他方は省略することも考えられる。各カテゴリ当た
りの辞書パターン数が十分多い場合、有効度の増減に従
って辞書の有効化・無効化を行うことにより、辞書パタ
ーン調整に相当する効果が得られると考えられる。ま
た、LVQではなくLVQ2、LVQ3、あるいはその
他のパターン調整法を用いてもよい。The feature extracting means is not always necessary depending on the type of pattern to be recognized. Dictionary pattern adjustment means is not always necessary,
Alternatively, it is conceivable to execute only one of the expressions (1) and (2) and omit the other. When the number of dictionary patterns per category is sufficiently large, it is considered that an effect equivalent to dictionary pattern adjustment can be obtained by enabling / disabling the dictionary according to the increase / decrease of the effectiveness. Also, instead of LVQ, LVQ2, LVQ3, or another pattern adjustment method may be used.
【0026】しかしながら、本発明の学習方法は、認識
結果に与える影響に基づいて辞書パターンの調整あるい
は増減を行うことを特徴とするため、認識結果に基づい
てパターン調整を行うことが望ましい。また、正解でな
い認識結果になった場合の有効度削減及びその結果によ
る辞書パターンの無効化は、第1位候補に関してのみ行
うものとしたが、例えば、距離の近い順に数個の候補を
求める場合には、正解カテゴリに属する候補の中で最上
位のものよりも、上位の候補すべてについて、同様の処
理を行うことも考えられる。However, the learning method of the present invention is characterized in that the dictionary pattern is adjusted or increased or decreased based on the influence on the recognition result. Therefore, it is desirable to perform the pattern adjustment based on the recognition result. Further, the effectiveness reduction when the recognition result is not correct and the invalidation of the dictionary pattern based on the result are performed only for the first candidate. For example, when several candidates are obtained in the order of the closest distance. It is conceivable that the same process is performed for all the candidates higher than the top candidate among the candidates belonging to the correct answer category.
【0027】また、正解でない認識結果になった場合の
辞書パターン追加についても、その条件は必ずしも前記
の通りである必要はない。辞書パターン追加手段または
辞書パターン有効化手段は、必ずしも必要ではなく、辞
書パターン削除または辞書パターン無効化のみによっ
て、一般には入力され得るが、適応すべき使用者個人に
よっては入力されないようなパターンを無効にすること
により、認識率の向上をはかることも考えられる。ま
た、辞書パターン追加手段において、入力パターンxを
そのまま追加するのではなく、例えば、 x′=x+β(mx−x) …(16) なるx′を追加してもよい。ここで、βは適当に定める
係数である。The condition for adding a dictionary pattern when the recognition result is not correct is not necessarily the same as described above. The dictionary pattern adding unit or the dictionary pattern validating unit is not always necessary, and can be generally input only by deleting the dictionary pattern or disabling the dictionary pattern, but invalidating a pattern that is not input by an individual user to be adapted. By doing so, the recognition rate may be improved. Further, instead of adding the input pattern x as it is, the dictionary pattern adding means may add, for example, x '= x + β (mx- x ) (16). Here, β is an appropriately determined coefficient.
【0028】また、運用方法によっては、正解カテゴリ
にCxが必ずしも判明しないこともあり、この場合は、
この入力パターンに関しては学習を全く行わないか、あ
るいは、第1位候補に関する有効度削減及びその結果に
よる辞書パターンの無効化のみ行うことも考えられる。
さらに、本発明のパターン認識装置は、認識装置として
運用しながら、同時に入力されるパターンの傾向を学習
することにより、筆者適応、話者適応などが行えること
を特徴としているが、予め前記の手順により辞書を作成
・調整しておき、認識装置としての運用時には、辞書内
容は変更しないことにしてもよい。[0028] In addition, depending on the operation method, sometimes C x to the correct category is not necessarily found, in this case,
It is conceivable that no learning is performed on this input pattern, or only the effectiveness of the first candidate is reduced and the dictionary pattern is invalidated as a result.
Further, the pattern recognition apparatus of the present invention is characterized in that it can perform writer adaptation, speaker adaptation, and the like by learning the tendency of a pattern that is simultaneously input while operating as a recognition apparatus. May be created and adjusted in advance, and the dictionary contents may not be changed during operation as a recognition device.
【0029】また、辞書パターン記憶手段を2種類に分
割し、第一の辞書パターン記憶手段の内容は認識装置と
しての運用時には変更しないものとし、第二の辞書パタ
ーン記憶手段を運用時の学習にあててもよい。この場
合、第一の辞書パターン記憶手段の内容についても、対
応する有効度または有効フラグを調整することにより、
学習効果を得ることができる。あるいは、本発明のパタ
ーン認識装置は、辞書の作成・調整にのみ使用し、認識
装置としての運用時には、記憶された辞書パターンのみ
を、別の装置内に格納して使用してもよい。Also, the dictionary pattern storage means is divided into two types, the contents of the first dictionary pattern storage means are not changed during operation as a recognition device, and the second dictionary pattern storage means is used for learning during operation. May be used. In this case, the contents of the first dictionary pattern storage means are also adjusted by adjusting the corresponding validity or validity flag.
A learning effect can be obtained. Alternatively, the pattern recognition device of the present invention may be used only for creating and adjusting dictionaries, and when operating as a recognition device, only the stored dictionary patterns may be stored and used in another device.
【0030】図3は、本発明によるパターン認識装置の
他の動作を説明するためのフローチャートで、オンライ
ン文字認識におけるストロークパターンのオンライン学
習を行う場合のフローチャートである。以下、各ステッ
プに従って順に説明する。まず、初期設定を行い(S
1)、第1画目の筆画についてストローク認識を行う
(S2,S3)。次に、もう筆画が残っていないかどう
かを判断し(S4)、残っていれば、次の筆画の処理に
移り(S5)、残っていなければ、文字候補の作成を行
う(S6)。次に文字候補の提示を行い(S7)、使用
者により正解文字の選択を行い(S8)、第1画目の筆
画についてストロークの学習を行う(S9,S10)。
次に、もう筆画が残っていないかどうかを判断し(S1
1)、残っていれば、次の筆画の処理に移り(S1
2)、残っていなければ処理を終了する。FIG. 3 is a flow chart for explaining another operation of the pattern recognition apparatus according to the present invention, and is a flow chart in the case of performing online learning of a stroke pattern in online character recognition. Hereinafter, the steps will be sequentially described. First, perform initial settings (S
1) Stroke recognition is performed for the first stroke (S2, S3). Next, it is determined whether or not there is any remaining stroke (S4). If there is any remaining stroke, the process proceeds to the next stroke (S5). If no stroke remains, character candidates are created (S6). Next, character candidates are presented (S7), the correct character is selected by the user (S8), and stroke learning is performed for the first stroke (S9, S10).
Next, it is determined whether or not any strokes remain (S1).
1) If remaining, the process moves to the next stroke (S1).
2) If not remaining, the process is terminated.
【0031】辞書パターンは、予め初期パターンを作成
して辞書パターン記憶手段4に格納しておく。これは、
例えば、サンプルデータをk−平均法などの手法により
クラスタリングして作成すればよい。さらに、この時点
で存在する辞書パターンに対応する有効度をVinitに設
定する。Vinitは、正の値、例えば5程度とする。辞書
パターンの学習、すなわち調整・追加・削除は、文字入
力ごとに、以下の手順で行う。パターン入力手段1によ
り、パターンが入力されると、特徴抽出手段2が、この
データから特徴パターンxを作成する。近接辞書パター
ン選出手段6は、パターン間距離算出手段3及び辞書パ
ターン記憶手段4を用いて、すべての辞書パターン中で
特徴パターンxに1…Ns番目に近い辞書パターンmi
とそれぞれのカテゴリCi(i=1…Ns)を選び出
す。ここで、Nsは適当に定める、筆画ごとのストロー
ク候補数である。For the dictionary pattern, an initial pattern is created in advance and stored in the dictionary pattern storage means 4. this is,
For example, the sample data may be created by clustering using a technique such as the k-means method. Further, the validity corresponding to the dictionary pattern existing at this time is set to Vinit. Vinit is a positive value, for example, about 5. Learning of a dictionary pattern, that is, adjustment, addition, and deletion is performed in the following procedure for each character input. When a pattern is input by the pattern input unit 1, the feature extracting unit 2 creates a feature pattern x from this data. Proximity dictionary pattern selection means 6 using the inter-pattern distance calculating unit 3 and the dictionary pattern storage unit 4, all near the dictionary pattern in the 1 ... Ns-th characteristic pattern x dictionary pattern m i
And each category C i (i = 1... Ns) is selected. Here, Ns is an appropriately determined number of stroke candidates for each stroke.
【0032】以上の手順が、文字内の各筆画について行
われ、各筆画についてのストローク候補が得られる。認
識結果作成手段7は、前記の方法により文字候補を作成
し、認識結果提示手段8はこれを使用者に提示する。正
解カテゴリ選択手段9は、使用者の選択した正解文字か
ら、前記の方法により、各筆画に対応する正解ストロー
クカテゴリを得る。ただし、候補内に正解がない場合
は、正解ストロークカテゴリは判明しないので、この入
力パターンに関する学習は行わない。この後、以下の手
順を文字内の各筆画について実行する。ここで、処理中
の筆画に関する正解カテゴリをCxと記す。The above procedure is performed for each stroke in a character, and stroke candidates for each stroke are obtained. The recognition result creating means 7 creates a character candidate by the above method, and the recognition result presenting means 8 presents this to the user. The correct answer category selecting means 9 obtains a correct answer stroke category corresponding to each stroke from the correct answer character selected by the user by the above-described method. However, if there is no correct answer in the candidates, the correct stroke category is not known, and therefore, learning regarding this input pattern is not performed. Thereafter, the following procedure is executed for each stroke in the character. Here, the correct category referred to as C x on the stroke of being processed.
【0033】まず、Ci=Cx(i=1…Ns)を満たす
最小のiを選ぶ。このiに対応するmiを以下mxとす
る。有効度調整手段11は、前記式(12),式(1
3),式(14)に基づいて、m1及びmxに対応する有
効度それぞれV1,Vxを調整する。ここで、V1に関す
る有効度が負の値になった場合、辞書パターン削除手段
12により、辞書パターンm1を辞書パターン記憶手段
4から削除する。辞書パターン調整手段は、前記のLV
Qにより、前記式(1),式(2),式(15)に従っ
て、辞書パターンm1の調整を行う。さらに、Cx≠
C1、かつ、調整後のV1が正または0の場合、あるい
は、Cx≠C1、かつ、Cx≠C2の場合には、辞書パター
ン追加手段により、xをカテゴリCxの辞書に追加す
る。ただし、辞書の容量の制限からこの追加が不可能な
場合、カテゴリCxに属する辞書パターンのうち有効度
の最も小さい辞書パターンを削除し、その後、前記の追
加を行なう。新しい辞書パターンの有効度は、あらかじ
め定めた値Vaddとする。Vaddは、例えば、0とすると
よい。First, the minimum i that satisfies C i = C x (i = 1... Ns) is selected. The m i corresponding to the i or less m x. The effectiveness adjusting means 11 calculates the values of the expressions (12) and (1).
3) Based on Equation (14), adjust the validity V 1 and V x corresponding to m 1 and mx , respectively. Here, when the validity of V 1 becomes a negative value, the dictionary pattern deletion unit 12 deletes the dictionary pattern m 1 from the dictionary pattern storage unit 4. The dictionary pattern adjusting means may include the LV
According to Q, the dictionary pattern m 1 is adjusted in accordance with the above equations (1), (2) and (15). Further, C x ≠
If C 1 and the adjusted V 1 are positive or 0, or if C x ≠ C 1 and C x ≠ C 2 , x is added to the dictionary of category C x by the dictionary pattern adding means. Add to However, if this additional to the limitation of the capacity of the dictionary is not possible, remove the smallest dictionary pattern of effectiveness of the dictionary patterns belonging to the category C x, then perform additional said. The validity of the new dictionary pattern is a predetermined value Vadd. Vadd may be set to 0, for example.
【0034】なお、パターン追加手段と、パターン削除
手段とについては、その一方を省略することも考えられ
る。また、各カテゴリ当たりの辞書パターン数が十分多
い場合、有効度の増減に従って辞書の有効化・無効化を
行うことにより、辞書パターン調整に相当する効果が得
られると考えられるので、辞書パターン調整手段は、必
ずしも必要ではない。また、文字候補中に正解がなかっ
た場合、学習は行わないものとしたが、第1位候補に対
する有効度削減及びその結果による辞書パターン削除の
み実行することも考えられる。あるいは、使用者の再試
行やキーボードによる代替入力を監視するか、または、
メッセージを出力して正解の入力を求めることにより、
正解カテゴリを知ることも考えられる。One of the pattern adding means and the pattern deleting means may be omitted. Further, when the number of dictionary patterns per category is sufficiently large, it is considered that an effect equivalent to dictionary pattern adjustment can be obtained by enabling / disabling the dictionary according to the increase / decrease of the degree of effectiveness. Is not always necessary. If there is no correct answer in the character candidates, the learning is not performed. However, it is conceivable that only the effectiveness reduction for the first candidate and the dictionary pattern deletion based on the result are performed. Alternatively, monitor user retries or alternate keyboard input, or
By outputting a message and asking for the correct answer,
It is also conceivable to know the correct answer category.
【0035】さらに、前記では、オンライン文字認識に
おけるストロークパターンのオンライン学習を例として
説明したが、音声データ、OCR(Optical Character
Reader:光学式文字読取装置)における文字データな
ど、ほかの種類のパターンの学習や、オフラインでの学
習を行ってもよい。これらの場合、認識結果作成手段、
認識結果提示手段、正解カテゴリ選択手段は必ずしも必
要ではない。Further, in the above description, online learning of a stroke pattern in online character recognition has been described as an example, but audio data, OCR (Optical Character
Readers may learn other types of patterns, such as character data in an optical character reading device, or learn offline. In these cases, the recognition result creation means,
The recognition result presenting means and the correct answer category selecting means are not always necessary.
【0036】図4は、本発明によるパターン認識装置の
他の実施例を示す図で、図中、21はパターン入力手
段、22は特徴抽出手段、23はパターン間距離算出手
段、24は辞書パターン記憶手段、25は有効度記憶手
段、26は近接辞書パターン選出手段、27は認識結果
作成手段、28は認識結果提示手段、29は正解カテゴ
リ選択手段、30は辞書パターン調整手段、31は有効
度調整手段、32は辞書パターン無効化手段、33は辞
書パターン追加手段、34は辞書パターン有効化手段、
35は有効度フラグ記憶手段である。FIG. 4 is a diagram showing another embodiment of the pattern recognition apparatus according to the present invention. In the drawing, reference numeral 21 denotes a pattern input unit, 22 denotes a feature extraction unit, 23 denotes a pattern distance calculation unit, and 24 denotes a dictionary pattern. Storage means, 25 is a validity storing means, 26 is a proximity dictionary pattern selecting means, 27 is a recognition result creating means, 28 is a recognition result presenting means, 29 is a correct answer category selecting means, 30 is a dictionary pattern adjusting means, and 31 is a validity degree. Adjusting means, 32 is a dictionary pattern invalidating means, 33 is a dictionary pattern adding means, 34 is a dictionary pattern validating means,
Reference numeral 35 denotes a validity flag storage unit.
【0037】パターン入力手段21により入力されたパ
ターンから、特徴抽出手段22により認識に必要な特徴
を抽出する。パターン間距離算出手段23は、前記パタ
ーン間の距離を算出し、辞書パターン記憶手段24は、
認識対象とするカテゴリ毎に個数の可変な辞書パターン
を記憶する。有効フラグ記憶手段35は、それぞれの辞
書パターンの有効度を記憶する有効度記憶手段35と、
それぞれの辞書パターンについて、オン・オフの状態を
取り得る。近接辞書パターン選出手段26は、辞書パタ
ーンの集合内において、前記パターン間の距離に基づい
て、あるパターンとの距離がある順位に順序づけられる
ような辞書パターン及びカテゴリを選び出す。The features required for recognition are extracted by the feature extracting means 22 from the pattern input by the pattern input means 21. The inter-pattern distance calculation means 23 calculates the distance between the patterns, and the dictionary pattern storage means 24
A variable number of dictionary patterns are stored for each category to be recognized. The validity flag storage means 35 stores the validity degree of each dictionary pattern,
An on / off state can be set for each dictionary pattern. The proximity dictionary pattern selecting means 26 selects a dictionary pattern and a category in a set of dictionary patterns, based on the distance between the patterns, such that the distance to a certain pattern is ordered in a certain order.
【0038】認識結果作成手段27は、前記近接辞書パ
ターン選択手段26によって得られる認識結果から、最
終的に使用者に提示すべき認識結果を作成する。認識結
果提示手段28は、前記認識結果作成手段27により認
識結果を使用者に提示する。正解カテゴリ選択手段29
は、前記認識結果作成手段27によって提示された認識
結果に基づいた使用者の動作により、前記入力パターン
の属するべきカテゴリを使用者の操作から判断する。辞
書パターン調整手段30は、カテゴリの既知な入力パタ
ーンに対して、前記近接辞書パターン選出手段に基づい
て辞書パターンを選び出し、該辞書パターンに基づいて
変更する。The recognition result creating means 27 creates a recognition result to be finally presented to the user from the recognition result obtained by the proximity dictionary pattern selecting means 26. The recognition result presenting means 28 presents the recognition result to the user by the recognition result creating means 27. Correct answer category selection means 29
Determines the category to which the input pattern should belong from the user's operation, based on the user's operation based on the recognition result presented by the recognition result creating means 27. The dictionary pattern adjusting means 30 selects a dictionary pattern for the input pattern of a known category based on the proximity dictionary pattern selecting means, and changes based on the dictionary pattern.
【0039】有効度調整手段31は、カテゴリの既知な
入力パターンに対して、前記近接辞書パターン選出手段
に基づいて辞書パターンを選び出し、これらの辞書パタ
ーンの属するカテゴリが、前記入力パターンの属するカ
テゴリと同一であるか否かに基づいて、該辞書パターン
の有効度を増減する。辞書パターン有効化手段34は、
ある辞書パターンの有効度に基づいて、該辞書パターン
の有効フラグをオフとする辞書パターン無効化手段と、
ある辞書パターンの有効度に基づいて、該辞書パターン
の有効フラグをオンにする。辞書パターン追加手段33
は、カテゴリの既知な入力パターンに対して、前記近接
辞書パターン選出手段に基づいて辞書パターンを選び出
し、これらの辞書パターンの属するカテゴリが、前記入
力パターンの属するカテゴリと同一であるか否かに基づ
いて、前記入力パターンに基づいて作成したパターンを
辞書パターンとして追加する。なお、各部分の実現方法
の例については、本発明の第一の実施例と同様である。The validity adjusting means 31 selects a dictionary pattern for the input pattern of a known category based on the close dictionary pattern selecting means, and the category to which these dictionary patterns belong is the same as the category to which the input pattern belongs. The validity of the dictionary pattern is increased or decreased based on whether the dictionary patterns are the same. The dictionary pattern validating means 34
Dictionary pattern invalidating means for turning off the valid flag of the dictionary pattern based on the validity of the dictionary pattern;
The validity flag of a dictionary pattern is turned on based on the validity of the dictionary pattern. Dictionary pattern adding means 33
Selects a dictionary pattern for an input pattern of a known category based on the proximity dictionary pattern selecting means, and determines whether the category to which these dictionary patterns belong is the same as the category to which the input pattern belongs. Then, a pattern created based on the input pattern is added as a dictionary pattern. An example of a method of realizing each part is the same as in the first embodiment of the present invention.
【0040】次に、前記装置の動作について説明する。
辞書パターン、有効度の初期設定については、本発明の
第一の実施例と同様である。さらに、この時点で存在す
る辞書パターンに対応する有効フラグをオンに設定す
る。辞書パターンの学習、すなわち調整・追加・削除
は、文字入力ごとに、以下の手順で行う。Next, the operation of the device will be described.
The initial settings of the dictionary pattern and the validity are the same as in the first embodiment of the present invention. Further, the valid flag corresponding to the dictionary pattern existing at this time is set to ON. Learning of a dictionary pattern, that is, adjustment, addition, and deletion is performed in the following procedure for each character input.
【0041】各筆画についてのストローク認識から、文
字候補を作成し、正解カテゴリを得るまでについては、
前述の説明と同様である。ただし、ストロークパターン
学習のためのストローク候補作成の手順は、本発明の第
一の実施例と同様であるが、使用者に提示する認識結果
を得る際には、有効フラグがオンの辞書パターンの中で
特徴パターンxに1…Ns′番目に近い辞書パターンm
i′と、それぞれのカテゴリCi′(i=1…Ns′)を
選び出し、これらを用いて文字候補を作成する。また、
候補内に正解がない場合は、正解ストロークカテゴリは
判明しないので、この入力パターンに関する学習は行わ
ない。この後、以下の手順を文字内の各筆画について実
行する。ここで、処理中の筆画に関する正解カテゴリを
Cxと記す。From the stroke recognition for each stroke to the creation of character candidates and obtaining the correct answer category,
This is the same as described above. However, the procedure of creating a stroke candidate for learning a stroke pattern is the same as that of the first embodiment of the present invention. However, when obtaining a recognition result to be presented to the user, a dictionary pattern whose valid flag is ON is obtained. Dictionary pattern m close to 1...
i ′ and respective categories C i ′ (i = 1... Ns ′) are selected, and character candidates are created using these. Also,
If there is no correct answer in the candidate, the correct stroke category is not determined, and therefore, learning on this input pattern is not performed. Thereafter, the following procedure is executed for each stroke in the character. Here, the correct category referred to as C x on the stroke of being processed.
【0042】まず、Ci=Cx(i=1…Ns)を満たす
最小のiを選ぶ。このiに対応するmiを以下mxとす
る。有効度調整手段31は、前記式(12),式(1
3),式(14)に基づいて、m1及びmxに対応する有
効度はそれぞれV1,Vxを調整する。ここで、V1に関
する有効度が負の値になった場合、辞書パターンm1の
有効フラグをオフにする。また、V1あるいはVxの有効
度が正の値になった場合、それぞれ辞書パターンm1,
mxの有効フラグをオンにする。辞書パターン調整手段
は、前記のLVQにより、前記式(1),式(2),式
(15)に従って、辞書パターンm1の調整を行う。さ
らに、Cx≠C1、かつ、調整後のV1が正または0の場
合、あるいは、Cx≠C1、かつ、Cx≠C2の場合には、
辞書パターン追加手段により、xをカテゴリCxの辞書
に追加する。ただし、辞書の容量の制限からこの追加が
不可能な場合、カテゴリCxに属する辞書パターンのう
ち有効度の最も小さい辞書パターンを削除し、その後、
前記の追加を行なう。新しい辞書パターンの有効度は、
あらかじめ定めた値Vaddとし、有効フラグはオンとす
る。Vaddは、例えば0とするとよい。First, the smallest i that satisfies C i = C x (i = 1... Ns) is selected. The m i corresponding to the i or less m x. The effectiveness adjusting means 31 calculates the values of the equations (12) and (1).
3) Based on Equation (14), the validity corresponding to m 1 and m x adjusts V 1 and V x , respectively. Here, when the validity of V 1 becomes a negative value, the valid flag of the dictionary pattern m 1 is turned off. When the validity of V 1 or V x becomes a positive value, the dictionary patterns m 1 ,
Turn on the valid flag for mx. Dictionary pattern adjustment means, by the of LVQ, the formula (1), equation (2), according to equation (15), the adjustment of the dictionary pattern m 1. Further, when C x ≠ C 1 and the adjusted V 1 is positive or zero, or when C x ≠ C 1 and C x ≠ C 2 ,
The dictionary pattern adding means adds x to the dictionary of category Cx. However, if this additional from the limitation of the capacity of the dictionary is not possible, to remove the smallest dictionary pattern of the effectiveness of the dictionary patterns belonging to the category C x, then,
The above addition is performed. The validity of the new dictionary pattern is
A predetermined value Vadd is set, and the valid flag is turned on. Vadd may be set to 0, for example.
【0043】なお、第一の実施例の場合と同様、パター
ン追加手段と、パターン削除手段とについては、その一
方を省略することも考えられ、辞書パターン調整手段
は、必ずしも必要ではない。また、文字候補中に正解が
なかった場合にも、前述のような手段で学習を行うこと
も考えられる。さらに、前記では、オンライン文字認識
におけるストロークパターンのオンライン学習を例とし
て説明したが、ほかの種類のパターンの学習や、オフラ
インでの学習を行ってもよい。これらの場合、認識結果
作成手段、認識結果提示手段、正解カテゴリ選択手段は
必ずしも必要ではない。As in the case of the first embodiment, one of the pattern adding means and the pattern deleting means may be omitted, and the dictionary pattern adjusting means is not necessarily required. Further, even when there is no correct answer in the character candidates, learning may be performed by the above-described means. Further, in the above description, online learning of a stroke pattern in online character recognition has been described as an example, but learning of other types of patterns or offline learning may be performed. In these cases, the recognition result creating means, the recognition result presenting means, and the correct answer category selecting means are not always necessary.
【0044】[0044]
【発明の効果】以上の説明から明らかなように、本発明
によると、各カテゴリの辞書パターン数を増減させる操
作を行うため、カテゴリごとに最適に近い個数の辞書パ
ターンを記憶することができる。新しいパターンについ
ては、有効度あるいは有効フラグにより、すでに登録さ
れているパターンとは違った取り扱いを行うため、辞書
パターン調整を反復実行することなく、辞書に取り込む
ことができ、使用者による辞書の追加登録、あるいは自
動的な筆者適応、話者適応にも応用が可能である。As is apparent from the above description, according to the present invention, since the operation of increasing or decreasing the number of dictionary patterns in each category is performed, a nearly optimal number of dictionary patterns can be stored for each category. The new pattern is handled differently from the already registered pattern depending on the validity or validity flag, so it can be imported into the dictionary without repeating the dictionary pattern adjustment, and the user can add the dictionary It can be applied to registration or automatic writer and speaker adaptation.
【図1】本発明によるパターン認識装置の一実施例を説
明するための構成図である。FIG. 1 is a configuration diagram for explaining an embodiment of a pattern recognition device according to the present invention.
【図2】本発明によるパターン認識装置の動作を説明す
るためのフローチャートである。FIG. 2 is a flowchart for explaining the operation of the pattern recognition device according to the present invention.
【図3】本発明によるパターン認識装置の他の動作を説
明するためのフローチャートである。FIG. 3 is a flowchart for explaining another operation of the pattern recognition device according to the present invention.
【図4】本発明によるパターン認識装置の他の実施例を
示す図である。FIG. 4 is a diagram showing another embodiment of the pattern recognition device according to the present invention.
1…パターン入力手段、2…特徴抽出手段、3…パター
ン間距離算出手段、4…辞書パターン記憶手段、5…有
効度記憶手段、6…近接辞書パターン選出手段、7…認
識結果作成手段、8…認識結果提示手段、9…正解カテ
ゴリ選択手段、10…辞書パターン調整手段、11…有
効度調整手段、12…辞書パターン削除手段、13…辞
書パターン追加手段。DESCRIPTION OF SYMBOLS 1 ... Pattern input means, 2 ... Feature extraction means, 3 ... Pattern distance calculation means, 4 ... Dictionary pattern storage means, 5 ... Effectiveness storage means, 6 ... Proximity dictionary pattern selection means, 7 ... Recognition result creation means, 8 ... Recognition result presenting means, 9 ... Correct answer category selecting means, 10 ... Dictionary pattern adjusting means, 11 ... Effectiveness adjusting means, 12 ... Dictionary pattern deleting means, 13 ... Dictionary pattern adding means.
───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭57−66498(JP,A) 特開 平7−28955(JP,A) 特開 平4−326471(JP,A) (58)調査した分野(Int.Cl.6,DB名) G06T 7/00 G06K 9/68 G10L 3/00 533 ──────────────────────────────────────────────────続 き Continuation of front page (56) References JP-A-57-66498 (JP, A) JP-A-7-28955 (JP, A) JP-A-4-326471 (JP, A) (58) Field (Int.Cl. 6 , DB name) G06T 7/00 G06K 9/68 G10L 3/00 533
Claims (6)
するパターン入力手段と、前記パターン間の距離を算出
するパターン間距離算出手段と、認識対象とするカテゴ
リ毎に個数の可変な辞書パターンを記憶する辞書パター
ン記憶手段と、それぞれの辞書パターンの有効度を記憶
する有効度記憶手段と、辞書パターンの集合内におい
て、前記パターン間の距離に基づいてあるパターンとの
距離がある順位に順序づけられるような辞書パターン及
びカテゴリを選び出す近接辞書パターン選出手段と、カ
テゴリの既知な入力パターンに対して、前記近接辞書パ
ターン選出手段に基づいて辞書パターンを選び出し、選
び出された辞書パターンの属するカテゴリが、前記入力
パターンの属するカテゴリと同一であるか否かに基づい
て、該辞書パターンの有効度を増減する有効度調整手段
と、カテゴリの既知な入力パターンに対して、前記近接
辞書パターン選出手段に基づいて辞書パターンを選び出
し、選び出された辞書パターンの有効度に基づいて該辞
書パターンを削除する辞書パターン削除手段とを備えた
ことを特徴とするパターン認識装置。1. A pattern input means for inputting a pattern such as character / voice data, an inter-pattern distance calculating means for calculating a distance between the patterns, and a variable number of dictionary patterns for each category to be recognized. Dictionary pattern storage means, and effectiveness storage means for storing the validity of each dictionary pattern, and within a set of dictionary patterns, a distance between a certain pattern based on the distance between the patterns is ordered in a certain order. Proximity dictionary pattern selecting means for selecting a suitable dictionary pattern and category, and for an input pattern with a known category, selecting a dictionary pattern based on the close dictionary pattern selecting means, and the category to which the selected dictionary pattern belongs, Based on whether the category is the same as the category to which the input pattern belongs, A validity adjusting means for increasing / decreasing validity, a dictionary pattern is selected based on the proximity dictionary pattern selecting means for an input pattern of a known category, and the dictionary pattern is selected based on the validity of the selected dictionary pattern. A pattern recognition device comprising: a dictionary pattern deletion unit for deleting a pattern.
するパターン入力手段と、前記パターン間の距離を算出
するパターン間距離算出手段と、認識対象とするカテゴ
リ毎に個数の可変な辞書パターンを記憶する辞書パター
ン記憶手段と、それぞれの辞書パターンの有効度を記憶
する有効度記憶手段と、辞書パターンの集合内におい
て、前記パターン間の距離に基づいてあるパターンとの
距離がある順位に順序づけられるような辞書パターン及
びカテゴリを選び出す近接辞書パターン選出手段と、カ
テゴリの既知な入力パターンに対して、前記近接辞書パ
ターン選出手段に基づいて辞書パターンを選び出し、選
び出された辞書パターンの属するカテゴリが、前記入力
パターンの属するカテゴリと同一であるか否かに基づい
て、該辞書パターンの有効度を増減する有効度調整手段
と、カテゴリの既知な入力パターンに対して、前記近接
辞書パターン選出手段に基づいて辞書パターンを選び出
し、選び出された辞書パターンの属するカテゴリが、前
記入力パターンの属するカテゴリと同一であるか否かに
基づいて、前記入力パターンもしくは該入力パターンに
基づいて作成したパターンを、辞書パターンとして追加
する辞書パターン追加手段とを備えることを特徴とした
パターン認識装置。2. A pattern input means for inputting a pattern such as character / voice data, an inter-pattern distance calculating means for calculating a distance between the patterns, and a variable number of dictionary patterns for each category to be recognized are stored. Dictionary pattern storage means, and effectiveness storage means for storing the validity of each dictionary pattern, and within a set of dictionary patterns, a distance between a certain pattern based on the distance between the patterns is ordered in a certain order. Proximity dictionary pattern selecting means for selecting a suitable dictionary pattern and category, and for an input pattern with a known category, selecting a dictionary pattern based on the close dictionary pattern selecting means, and the category to which the selected dictionary pattern belongs, Based on whether the category is the same as the category to which the input pattern belongs, A validity adjusting means for increasing / decreasing validity, and a dictionary pattern is selected based on the proximity dictionary pattern selecting means for an input pattern with a known category, and the category to which the selected dictionary pattern belongs is the category of the input pattern. A pattern recognition device comprising: a dictionary pattern adding unit that adds, as a dictionary pattern, the input pattern or a pattern created based on the input pattern based on whether the category belongs to the category.
するパターン入力手段と、前記パターン間の距離を算出
するパターン間距離算出手段と、認識対象とするカテゴ
リ毎に個数の可変な辞書パターンを記憶する辞書パター
ン記憶手段と、それぞれの辞書パターンの有効度を記憶
する有効度記憶手段と、それぞれの辞書パターンについ
て、オン・オフの状態を取り得る有効フラグを記憶する
有効フラグ記憶手段と、辞書パターンの集合内におい
て、該集合の要素は前記有効フラグに基づいて選択する
ことが可能であり、前記パターン間の距離に基づいて、
あるパターンとの距離がある順位に順序づけられるよう
な辞書パターン及びカテゴリを選び出す近接辞書パター
ン選出手段と、カテゴリの既知な入力パターンに対し
て、前記近接辞書パターン選出手段に基づいて辞書パタ
ーンを選び出し、選び出された辞書パターンの属するカ
テゴリが、前記入力パターンの属するカテゴリと同一で
あるか否かに基づいて、該辞書パターンの有効度を増減
する有効度調整手段と、ある辞書パターンの有効度に基
づいて、該辞書パターンの有効フラグをオフとする辞書
パターン無効化手段とを備えたことを特徴とするパター
ン認識装置。3. A pattern input means for inputting a pattern such as character / voice data, an inter-pattern distance calculating means for calculating a distance between the patterns, and a variable number of dictionary patterns for each category to be recognized are stored. Dictionary pattern storing means, validity storing means for storing the validity of each dictionary pattern, valid flag storing means for storing a valid flag that can take an on / off state for each dictionary pattern, and dictionary pattern Within the set, the elements of the set can be selected based on the valid flag, and based on the distance between the patterns,
Proximity dictionary pattern selection means for selecting a dictionary pattern and a category such that the distance to a certain pattern is ordered in a certain order, and for a known input pattern of a category, select a dictionary pattern based on the proximity dictionary pattern selection means, Based on whether the category to which the selected dictionary pattern belongs is the same as the category to which the input pattern belongs, based on whether or not the validity of the dictionary pattern is increased or decreased; And a dictionary pattern invalidating unit for turning off a valid flag of the dictionary pattern based on the dictionary pattern.
て、該辞書パターンの有効フラグをオンとする辞書パタ
ーン有効化手段を備えたことを特徴とする請求項3記載
のパターン認識装置。4. The pattern recognition apparatus according to claim 3, further comprising dictionary pattern validating means for turning on a valid flag of the dictionary pattern based on the validity of the certain dictionary pattern.
するパターン入力手段と、前記パターン間の距離を算出
するパターン間距離算出手段と、認識対象とするカテゴ
リ毎に個数の可変な辞書パターンを記憶する辞書パター
ン記憶手段と、それぞれの辞書パターンの有効度を記憶
する有効度記憶手段と、それぞれの辞書パターンについ
て、オン・オフの状態を取り得る有効フラグを記憶する
有効フラグ記憶手段と、辞書パターンの集合内におい
て、該集合の要素は前記有効フラグに基づいて選択する
ことが可能であり、前記パターン間の距離に基づいて、
あるパターンとの距離がある順位に順序づけられるよう
な辞書パターン及びカテゴリを選び出す近接辞書パター
ン選出手段と、カテゴリの既知な入力パターンに対し
て、前記近接辞書パターン選出手段に基づいて辞書パタ
ーンを選び出し、選び出された辞書パターンの属するカ
テゴリが、前記入力パターンの属するカテゴリと同一で
あるか否かに基づいて、該辞書パターンの有効度を増減
する有効度調整手段と、ある辞書パターンの有効度に基
づいて、該辞書パターンの有効フラグをオンとする辞書
パターン有効化手段とを備えたことを特徴とするパター
ン認識装置。5. A pattern input means for inputting a pattern such as character / voice data, an inter-pattern distance calculating means for calculating a distance between the patterns, and a variable number of dictionary patterns for each category to be recognized are stored. Dictionary pattern storing means, validity storing means for storing the validity of each dictionary pattern, valid flag storing means for storing a valid flag that can take an on / off state for each dictionary pattern, and dictionary pattern Within the set, the elements of the set can be selected based on the valid flag, and based on the distance between the patterns,
Proximity dictionary pattern selection means for selecting a dictionary pattern and a category such that the distance to a certain pattern is ordered in a certain order, and for a known input pattern of a category, select a dictionary pattern based on the proximity dictionary pattern selection means, Based on whether the category to which the selected dictionary pattern belongs is the same as the category to which the input pattern belongs, based on whether or not the validity of the dictionary pattern is increased or decreased; A pattern recognition device for turning on a valid flag of the dictionary pattern based on the dictionary pattern.
して、前記近接辞書パターン選出手段に基づいて辞書パ
ターンを選び出し、選び出された辞書パターンの属する
カテゴリが、前記入力パターンの属するカテゴリと同一
であるか否かに基づいて、前記入力パターンもしくは該
入力パターンに基づいて作成したパターンを辞書パター
ンとして追加する辞書パターン追加手段を備えたことを
特徴とする請求項1,3,4又は5記載のパターン認識
装置。6. A dictionary pattern is selected based on the proximity dictionary pattern selecting means for an input pattern whose category is known, and the category to which the selected dictionary pattern belongs is the same as the category to which the input pattern belongs. 6. The dictionary pattern adding device according to claim 1, further comprising: a dictionary pattern adding unit that adds the input pattern or a pattern created based on the input pattern as a dictionary pattern based on whether or not the input pattern exists. Pattern recognition device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5196434A JP2994533B2 (en) | 1993-08-06 | 1993-08-06 | Pattern recognition device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5196434A JP2994533B2 (en) | 1993-08-06 | 1993-08-06 | Pattern recognition device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0749951A JPH0749951A (en) | 1995-02-21 |
JP2994533B2 true JP2994533B2 (en) | 1999-12-27 |
Family
ID=16357769
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5196434A Expired - Fee Related JP2994533B2 (en) | 1993-08-06 | 1993-08-06 | Pattern recognition device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2994533B2 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3428512B2 (en) * | 1999-07-14 | 2003-07-22 | 日本電気株式会社 | Character recognition device and computer-readable recording medium |
JP2009075744A (en) * | 2007-09-19 | 2009-04-09 | Spirit21:Kk | Management system for substrate mounted component |
JP5846127B2 (en) * | 2011-01-11 | 2016-01-20 | 日本電気株式会社 | Recognition dictionary generation device and pattern recognition device |
JP5826800B2 (en) * | 2013-07-17 | 2015-12-02 | 東芝テック株式会社 | Recognition dictionary evaluation apparatus and recognition dictionary evaluation program |
-
1993
- 1993-08-06 JP JP5196434A patent/JP2994533B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH0749951A (en) | 1995-02-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6289124B1 (en) | Method and system of handwritten-character recognition | |
CN110781761A (en) | Fingertip real-time tracking method with supervision link | |
JP2994533B2 (en) | Pattern recognition device | |
US11320927B2 (en) | Control system for a touch device and method thereof | |
US20220343631A1 (en) | Learning apparatus, learning method, and recording medium | |
JP7347750B2 (en) | Verification device, learning device, method, and program | |
JP7404625B2 (en) | Information processing device and program | |
JP3808639B2 (en) | Signature verification method and apparatus | |
JP2940747B2 (en) | Character segmentation device | |
CN115398489A (en) | Ink data correction method, information processing apparatus, and program | |
JP3115369B2 (en) | Online scribble character recognition system considering local glyph variation | |
JP2956094B2 (en) | Handwritten character recognition device | |
JPS6142083A (en) | Character recognition device | |
JP3930174B2 (en) | Character recognition method and character recognition device | |
JP2783272B2 (en) | Character recognition device using frequency information | |
JP2925303B2 (en) | Image processing method and apparatus | |
JP2001283155A (en) | Device and method for recognizing character | |
JPH09179938A (en) | On-line handwritten character recognition device | |
JP3130392B2 (en) | Character recognition device | |
JP3033554B2 (en) | Character recognition device | |
TW202042039A (en) | Control system for a touch device and method thereof | |
JPH03126188A (en) | Character recognizing device | |
JP3033904B2 (en) | Character recognition post-processing method | |
JP2001338264A (en) | Device and method for preparing character recognition pattern dictionary, and recording medium | |
JPH1021332A (en) | Non-linear normalizing method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20071022 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081022 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081022 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091022 Year of fee payment: 10 |
|
LAPS | Cancellation because of no payment of annual fees |