WO2014073366A1 - 情報処理システム、認識辞書学習方法および認識辞書学習プログラム - Google Patents
情報処理システム、認識辞書学習方法および認識辞書学習プログラム Download PDFInfo
- Publication number
- WO2014073366A1 WO2014073366A1 PCT/JP2013/078567 JP2013078567W WO2014073366A1 WO 2014073366 A1 WO2014073366 A1 WO 2014073366A1 JP 2013078567 W JP2013078567 W JP 2013078567W WO 2014073366 A1 WO2014073366 A1 WO 2014073366A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- bag
- probability
- instance
- correct
- category
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/04—Inference or reasoning models
Definitions
- the present invention relates to a recognition dictionary learning technique.
- Non-Patent Document 1 discloses Learning VectorQuantization (LVQ) as a recognition dictionary learning method using a reference vector.
- LVQ Learning VectorQuantization
- the feature of this LVQ is that the learning process can be completed in a very short time compared with a statistical pattern recognition method that does not use other reference vectors such as a perceptron type neural network or a support vector machine.
- the number of reference vectors can be designed freely, so that both the learning process and the recognition process can be accelerated only by reducing the number.
- recognition processing can be realized only by distance calculation processing, and it is also easy to make parallel calculation. Therefore, recognition processing can be easily realized by software programming or an IC chip.
- Patent Document 1 describes an example of a technique improved from this LVQ.
- Non-Patent Document 2 describes specific effects for one of the methods described in Patent Document 1. In these, a reference vector value is automatically set using a plurality of input vectors as learning data. Further, Patent Document 2 describes a method that does not include the distance value conversion means in Patent Document 1.
- Non-Patent Document 3 is based on LVQ, but the learning formula is formulated so as to maximize the probability that the identification is correct.
- Patent Document 1 Patent Document 2, Non-Patent Document 1, Non-Patent A learning technique capable of obtaining a higher identification rate than document 2 is described. This technique is different from Patent Document 1 in that probability is directly handled as a learning model. In order to realize this, it is designed not to use only the distance between the input vector and the nearest reference vector but to calculate the probability accurately in consideration of the distance to all the reference vectors.
- Non-Patent Document 1 Non-Patent Document 2
- Non-Patent Document 3 it is necessary to correctly assign the category to which all input vectors used for learning belong. However, it may take time and effort to assign a correct category in advance, or a correct category may not be assigned in advance.
- Patent Document 3 calculation of the probability that an instance is a correct category and the probability that a bag is a correct category is added, and a reference vector is updated by using a concept called Multiple InstanceMILearning (hereinafter, MIL).
- MIL Multiple InstanceMILearning
- the probability that the learning data is the correct category is calculated using only distance information between the learning input vector and the nearest reference vector.
- the probability is simply converted into a numerical value between 0.0 and 1.0. That is, the probability that the instance is correct is estimated very roughly.
- An object of the present invention is to provide a technique for solving the above-described problems.
- a system provides: Bag selection means for selecting one bag from a bag group in which a plurality of bags representing a set of instances as an input vector for learning are collected; An instance selection means for selecting one instance from within the selected bag; Distance calculating means for calculating a distance between a plurality of reference vectors and the selected instance; An instance probability calculating means for calculating an instance correct probability that the category of the instance is correct based on the calculated distance; Bag probability calculation means for calculating a bag correct probability that the category of the bag is correct based on the instance correct probability for a plurality of instances included in the bag; Reference vector correcting means for correcting the plurality of reference vectors based on the bag correct answer probability; Equipped with.
- a recognition dictionary learning method includes: A bag selection step of selecting one bag from a bag group in which a plurality of bags representing a set of instances as an input vector for learning are collected; An instance selection step for selecting one instance from within the selected bag; A distance calculating step of calculating a distance between a plurality of reference vectors and the selected instance; An instance probability calculating step of calculating an instance correct probability that the category of the instance is correct based on the calculated distance; A bag probability calculating step of calculating a bag correct probability that the category of the bag is correct based on the instance correct probability for a plurality of instances included in the bag; A reference vector correction step of correcting the plurality of reference vectors based on the bag correct answer probability; including.
- a recognition dictionary learning program includes: A bag selection step of selecting one bag from a bag group in which a plurality of bags representing a set of instances as an input vector for learning are collected; An instance selection step for selecting one instance from within the selected bag; A distance calculating step of calculating a distance between a plurality of reference vectors and the selected instance; An instance probability calculating step of calculating an instance correct probability that the category of the instance is correct based on the calculated distance; A bag probability calculating step of calculating a bag correct probability that the category of the bag is correct based on the instance correct probability for a plurality of instances included in the bag; A reference vector correction step of correcting the plurality of reference vectors based on the bag correct answer probability; Is executed on the computer.
- the recognition dictionary can be learned with high accuracy even when the category to which the input vector used for learning belongs is not completely known.
- the information processing system 100 includes a bag selection unit 101, an instance selection unit 102, a distance calculation unit 103, an instance probability calculation unit 104, a bag probability calculation unit 105, and a reference vector correction unit 106.
- the bag selection unit 101 selects one bag from a bag group in which a plurality of bags representing a set of instances as an input vector for learning are collected.
- the instance selection unit 102 selects one instance from the selected bag.
- the distance calculation unit 103 calculates the distance between the plurality of reference vectors and the selected instance.
- the instance probability calculation unit 104 calculates an instance correct probability that the category of the instance is correct based on the calculated distance.
- the bag probability calculation unit 105 calculates a bag correct probability that the category of the bag is correct based on the instance correct probabilities for a plurality of instances included in the bag.
- the reference vector correction unit 106 corrects a plurality of reference vectors based on the bag correct answer probability.
- the probability that the instance is the correct category is calculated, and further, the probability that the bag is the correct category is calculated. Then, the reference vector is corrected using the probability that the bag to which the instance belongs is in the correct category. Therefore, even when the category to which the input vector used for learning belongs is not completely known, the recognition dictionary can be learned with high accuracy.
- FIG. 2 schematically represents a recognition dictionary learning method (LVQ) using a reference vector.
- the recognition dictionary includes reference vectors 211 to 21n belonging to a certain category A and reference vectors 221 to 22n belonging to another category B.
- the instance 203 and the closest reference vector 212 are specified from the reference vectors 211 to 21n belonging to the category A, and the distance d 1 is calculated.
- the instance 203 and the closest reference vector 222 are specified, and the distance d 2 is calculated.
- it is determined that the instance 203 also belongs to the category to which the closest reference vector 212 belongs. In the case of FIG. 2, since d 1 ⁇ d 2 , it is determined that the instance 203 belongs to the category A.
- the recognition accuracy depends on the value of the reference vector. Change. Therefore, how to set the value of the reference vector is important for improving the recognition accuracy.
- FIG. 3 shows the configuration of a recognition dictionary learning system 300 as the first prerequisite technology of the present embodiment.
- a data processing device 310 and a storage device 320 are provided.
- the data processing device 310 includes an input unit 311, a reference vector search unit 312, a distance value conversion unit 313, a correction coefficient calculation unit 314, a reference vector correction unit 315, and an end determination unit 316, and the storage device 320 stores a reference vector storage Part 321.
- the input unit 311 selects one input vector from the input vector group prepared for learning.
- the reference vector search unit 312 obtains a first reference vector W1 having a minimum distance from the input vector and a first distance value d1 among reference vectors belonging to the same category as the input vector.
- a second reference vector W2 having a minimum distance from the input vector among reference vectors belonging to a category different from the input vector and a second distance value d2 thereof are obtained.
- the distance value conversion unit 313 converts the distance value.
- the correction coefficient calculation unit 314 calculates the correction amount of the reference vector using the first distance value d1 and the second distance value d2.
- the reference vector correction unit 315 corrects the first reference vector W1 and the second reference vector W2 using the input vector.
- the end determination unit 316 determines the end of learning of the reference vector.
- the reference vector storage unit 321 stores information on a reference vector group that is a recognition dictionary. Specifically, each reference vector and the category information to which it belongs are stored.
- the recognition dictionary learning system having such a configuration operates as follows.
- the input unit 311 selects one from the input vector group prepared for learning.
- the input unit 311 selects an input vector using a uniform random number from 1 to N, for example.
- the reference vector search unit 312 performs inter-vector distance calculation with all the reference vectors in the same category as the selected input vector, and obtains the reference vector W1 having the smallest distance value and its distance value d1. Further, Euclidean distance calculation is performed for all reference vectors in a category different from the selected input vector, and a reference vector W2 having the smallest distance value and its distance value d2 are obtained.
- the distance value conversion unit 313 obtains a converted distance value by raising the distance values d1 and d2 to the kth power using a predetermined value k.
- the correction coefficient calculation unit 314 calculates the correction coefficient of the reference vector based on a predetermined conversion expression expressed by a function depending on the converted distance value and the number of corrections of the reference vector.
- the reference vector correction unit 315 corrects the reference vectors W1 and W2 using the correction coefficient.
- the end determination unit 316 determines whether or not the learning of the reference vector is to be finished.
- FIG. 4 shows the configuration of a recognition dictionary learning system 400 as a second prerequisite technology of the present embodiment.
- the recognition dictionary learning system 400 includes a data processing device 410 and a storage device 320.
- the data processing device 410 includes an input unit 311, a reference vector group distance calculation unit 412, a correct probability calculation unit 413, a correction coefficient calculation unit 414, a reference vector group correction unit 415, and an end determination unit 316.
- the reference vector group distance calculation unit 412 obtains distance values di between the selected input vector x and all the individual reference vectors Wi.
- the correct probability calculation unit 413 calculates a probability (correct probability) that the input vector is correct from all the distance values.
- the correction coefficient calculation unit 414 calculates the correction coefficient of the reference vector using the calculated correct probability. Then, the reference vector group correction unit 415 corrects all the individual reference vectors based on the correction coefficient.
- probability is directly handled as a learning model.
- the probability is calculated not only using the distance between the input vector and the nearest reference vector but taking into account the distances with all the reference vectors.
- MIL Multiple Instance Learning
- Fig. 5 illustrates the concept of bags and instances. A case where there are only two types of categories, “positive” and “negative” will be described. If there is at least one positive instance in the bag, the category of the bag is defined as “positive”, and if only a negative instance exists in the bag, the category of the bag is defined as “negative”.
- the probability that the jth instance in the i th bag is positive is p ij
- the probability that one or more instances in the bag are positive is p.
- p i is derived by the following formula (1). For example, when classifying into two categories of “positive” and “negative (non-positive)”, even if there is incomplete information that one of n sets of instances is “positive”, it can be successfully performed. I can't learn. In order to obtain the coefficient for updating the reference vector, it is necessary to associate all instances used for learning with the category to which each instance belongs in one-to-one correspondence, and even if there is incomplete category information, it cannot be applied to the learning process. It is.
- the image pattern is an input vector and the categories are “face” and “non-face”, the pattern includes only the eyes, nose, and mouth of the face, and includes not only the face outline but also the neck and shoulders. It is difficult to determine the pattern category.
- FIG. 6 shows the configuration of a recognition dictionary learning system 600 as the third prerequisite technology of the present embodiment.
- the recognition dictionary learning system 600 includes a data processing device 610 and a storage device 320.
- the data processing device 610 includes a bag selection unit 611, an instance selection unit 612, a reference vector search unit 613, an instance probability calculation unit 614, a bag probability calculation unit 615, a probability base correction coefficient calculation unit 616, a reference vector group correction unit 617, and an end.
- a determination unit 316 includes a bag selection unit 611, an instance selection unit 612, a reference vector search unit 613, an instance probability calculation unit 614, a bag probability calculation unit 615, a probability base correction coefficient calculation unit 616, a reference vector group correction unit 617, and an end.
- a determination unit 316 includes a bag selection unit 611, an instance selection unit 612, a reference vector search unit 613, an instance probability calculation unit 614, a bag probability calculation unit 615, a probability base correction coefficient calculation unit
- the bag selection unit 611 selects one bag from all bags used for learning.
- the instance selection unit 612 selects one instance (one input vector) from the selected bags.
- the reference vector search unit 312 obtains a reference vector having a minimum distance from the instance among the reference vectors belonging to the same category as the selected instance, and a distance value thereof. In addition, among the reference vectors belonging to a category different from the selected instance, a reference vector having a minimum distance from the input vector and its distance value are obtained.
- the instance probability calculation unit 614 estimates a correct probability that the instance is a correct category based on distance information between the learning input vector and the nearest reference vector.
- the correct category refers to a category assigned to the bag to which the instance belongs.
- the bag probability calculation unit 615 calculates the correct probability that the bag is the correct category from the correct probability of each instance in each bag.
- the probability-based correction coefficient calculation unit 616 calculates a probability-based correction coefficient for updating the reference vector for each instance based on the correct probability of the instance and the correct probability of the bag to which the instance belongs. Then, the reference vector group correcting unit 315 corrects all the individual reference vectors based on the correction coefficient.
- the third prerequisite technique adds the calculation of the probability that the instance is likely to be the correct category and the probability that the bag is likely to be the correct category, and further derives the coefficient for updating the reference vector by the probability-based correction coefficient calculation unit 616.
- the concept of MIL is almost realized.
- the recognition dictionary learning system 600 only the distance information between the learning input vector and the nearest reference vector is used to calculate the probability that the learning data is the correct category. That is, the probability that the instance is correct is estimated very roughly.
- the recognition dictionary learning system 700 includes a data processing device 710 and a storage device 720.
- the data processing device 710 includes a bag selection unit 711, an instance selection unit 712, a reference vector group distance calculation unit 713, an instance probability calculation unit 714, a bag probability calculation unit 715, a probability base correction coefficient calculation unit 716, and a reference vector group correction unit 717. And an end determination unit 718.
- the storage device 720 includes a reference vector storage unit 721.
- the reference vector storage unit 721 stores information on a reference vector group that is a recognition dictionary. Specifically, each reference vector and the category information to which it belongs are stored. The reference vector is modified, resulting in a learned reference vector.
- the bag selection unit 711 selects one bag i from all bags used for learning.
- the instance selection unit 712 selects the j-th x ij as one instance (one input vector) from the bag i selected by the bag selection unit 711.
- the reference vector group distance calculation unit 713 calculates all the inter-vector distances d (x ij , w k ) between the instance x ij selected by the instance selection unit 712 and individual reference vectors held in the reference vector storage unit 721. calculate.
- the instance probability calculation unit 714 estimates a correct probability p ij that seems to be a category in which the instance is correct from all the inter-vector distance values.
- the correct category refers to a category assigned to the bag i to which the instance j belongs.
- the method for estimating p ij may be any method.
- the correct probability p ij can be expressed as in Equation (2). If the correct category probability of the instance is ⁇ ij , and an arbitrary monotonically increasing function in the range [0, 1] is R ( ⁇ ), Equation (3) ). Various derivation methods are conceivable for the correctness category likelihood (instance correct answer probability) ⁇ ij of the instance. For example, it can be obtained based on Equation (4).
- c (w h) is the number of categories that reference vector w h belongs
- kappa is the number of the category to which the input vector belongs
- [delta] is the number of dimensions of the vector
- [nu is a constant of 1 or more.
- Equation (5) may be used.
- Equation (6) using the reference vector learning count t may be used, or the reference vector learning count t and an arbitrary constant may be used.
- Formula (7) using ⁇ 0 and ⁇ 1 may be used. According to the formula (6) or the formula (7), as the reference vector learning count t increases, the correct probability of the category of the instance increases.
- the bag probability calculation unit 715 calculates a correct probability q i that indicates that the bag i is the correct category from the correct probability p ij that indicates the correct category of each instance in the bag i. That is, the probability that at least one of the instances included in the bag is the correct category is calculated.
- This calculation formula is expressed by Formula (8).
- the probability-based correction coefficient calculating unit 716 calculates a probability-based correction coefficient u ij for updating the reference vector for each instance based on the correct probability p ij of the instance and the correct probability q i of the bag i to which the instance belongs. To calculate.
- the correction coefficient u ij may be obtained by defining the likelihood L, which means that the recognition result is likely, based on the probability q i and maximizing it.
- the correction coefficient u ij may be calculated as in Equation (10-1) or Equation (10-2).
- the product of the probability (1-q i ) that the category of the bag i to which the positive instance j belongs is incorrect and the probability p ij that the category of the instance j is correct is the correction coefficient.
- instance j is negative, the product of the probability (1-p ij ) that the category of the instance is incorrect and the probability q i that the category of the bag to which the instance belongs is correct is used as the correction coefficient.
- the reference vector group correction unit 717 corrects all the reference vectors stored in the reference vector storage unit 721 based on the probability base correction coefficient u ij obtained by the probability base correction coefficient calculation unit 716.
- This correction expression can be expressed as Expression (11).
- the calculation formula used is the same, the same effect can be obtained by using a correction formula obtained by further multiplying the calculation formula by u ij .
- the end determination unit 718 determines the end of learning (correction) of the reference vector.
- the recognition dictionary learning system 700 includes a CPU (Central Processing Unit) 810, a ROM (Read Only Memory) 820, a wireless communication unit 830, a RAM (Random Access Memory) 840, a storage 850, and an input / output interface 860.
- CPU Central Processing Unit
- ROM Read Only Memory
- RAM Random Access Memory
- the CPU 810 is a central processing unit, and controls the entire recognition dictionary learning system 700 by executing various programs.
- the ROM 820 stores various parameters in addition to the boot program that the CPU 810 should execute first.
- the RAM 840 also stores a reference vector 841, a selected bag 842 representing the selected bag, a selected instance 843 representing the selected instance, an inter-vector distance 844, a calculated instance correct probability 845, and a bag correct probability 846. . Further, the RAM 840 stores a correction coefficient 847 calculated for correcting the reference vector group.
- the storage 850 stores a reference vector database 851 including a plurality of reference vectors and a recognition dictionary learning program.
- the recognition dictionary learning program includes a bag selection module 852, an instance selection module 853, a reference vector group distance calculation module 854, an instance probability calculation module 855, and a bag probability calculation module 856. Further, the recognition dictionary learning program includes a probability-based correction coefficient calculation module 857, a reference vector group correction module 858, and an end determination module 859.
- These modules are program modules, and function as the respective components 711 to 718 shown in FIG. 7 by being executed by the CPU 810.
- the input / output interface 860 relays input / output data with the input / output device.
- a keyboard 861, a mouse 862, a display unit 863, and the like are connected to the input / output interface 860.
- the number of bags i used for learning M the number of instances in the bag i and N i.
- an instance (input vector) used for learning is prepared, and a bag i composed of one or more instances is prepared.
- a bag i composed of one or more instances is prepared.
- a category is assigned to all bags i.
- one bag i is selected from the bag group for learning by executing the bag selection unit 711 (step S901).
- step S907 the instance selection unit 712, the reference vector group distance calculation unit 713, and the instance probability calculation unit 714 repeatedly execute each process for all the instances in the selected bag i, so that each individual in the bag i
- the probability p ij that the instance of is correct is calculated (step S903, step S905, step S907).
- the bag probability calculation unit 715 is executed to calculate the probability q i that the selected bag i is correct (step S911).
- step S901 the processing from step S901 to step S919 is repeatedly executed for all learning bags i.
- Whether or not to end the learning of the reference vector may be ended when it is repeatedly executed a predetermined number of times, for example.
- a bag probability calculation unit 715 that calculates the probability that the bag i is the correct category, and the probability-based correction coefficient that maximizes the likelihood L that is derived from the probability that the bag i is the correct category. Since it includes a probability-based correction coefficient calculation unit 716 for calculation and a reference vector group correction unit 717 that corrects the reference vector, learning is performed only with the category information assigned to the bag i instead of the instance. can do.
- the likelihood L derived from the probability that the bag i is the correct category can be maximized.
- Equation (12) the function S to be minimized can be defined as in Expression (12) using a logarithmic function that is a monotone function.
- Equation (10) the update formula of the reference vector W k is expressed by the formula (13) using a constant ⁇ .
- equation (14) is obtained.
- equation (5) a part of this equation is expanded as equations (15), (16), and (17). Using these leads to Equation (10).
- the recognition system 1000 using the identification parameters learned by the present embodiment includes a data processing device 1010 and a storage device 1020.
- the data processing apparatus 1010 includes a reference vector group distance calculation unit 1011 and a probability calculation unit 1012.
- the storage device 1020 includes a reference vector storage unit 1021 that holds a reference vector group.
- FIG. 11 is a flowchart showing the operation of the recognition system 1000 using the learned reference vector group.
- the reference vector group distance calculation unit 1011 calculates distances between vectors (input vectors) that are patterns to be recognized and all reference vectors stored in the reference vector storage unit 1021 (step S1101).
- the probability calculation unit 1012 calculates the probability of each category to be identified (step S1103). The category with the highest probability is the recognition result.
- the probability that the instance is the correct category is calculated, and the probability that the bag is the correct category is calculated. Then, the reference vector is corrected using the probability that the bag to which the instance belongs is in the correct category. In this way, even if the category to which the instance belongs is not completely clear, the learning process (ie correction of the reference vector) Can be performed.
- a learning process for maximizing correctness (evaluation scale) for the entire bag to be learned is performed by calculating a probability-based correction coefficient based on the probability that the bag is correct.
- the probability in order to calculate the probability that the learning data is the correct answer category, the probability is precisely calculated using the distance information between the learning input vector and all the reference vectors.
- the “probability that the instance is correct” can be estimated more accurately, and as a result, the probability that the bag is in the correct category is correctly maximized.
- the synergistic effect is greater. High recognition accuracy can be obtained.
- the present embodiment it is possible to accurately detect a specific object from the video, and to accurately identify and authenticate a person or object from the video.
- the correct category is given only to a set of data, Because it is good, it can be applied practically.
- the present invention may be applied to a system composed of a plurality of devices, or may be applied to a single device. Furthermore, the present invention can also be applied to a case where an information processing program that implements the functions of the embodiments is supplied directly or remotely to a system or apparatus. Therefore, in order to realize the functions of the present invention on a computer, a program installed on the computer, a medium storing the program, and a WWW (World Wide Web) server that downloads the program are also included in the scope of the present invention. .
- WWW World Wide Web
- Bag selection means for selecting one bag from a bag group in which a plurality of bags representing a set of instances as an input vector for learning are collected; An instance selection means for selecting one instance from within the selected bag; Distance calculating means for calculating a distance between a plurality of reference vectors and the selected instance; An instance probability calculating means for calculating an instance correct probability that the category of the instance is correct based on the calculated distance; Bag probability calculation means for calculating a bag correct probability that the category of the bag is correct based on the instance correct probability for a plurality of instances included in the bag; Reference vector correcting means for correcting the plurality of reference vectors based on the bag correct answer probability; Information processing system with (Appendix 2) The information processing system according to supplementary note 1, further comprising a correction coefficient calculation unit that calculates a coefficient for correcting the reference vector based on the bag correct probability.
- the correction coefficient calculating means is a value obtained by dividing the product of the probability that the instance category is correct and the probability that the bag category to which the instance belongs is incorrect by the probability that the bag category is correct, and the instance The information processing system according to attachment 2, wherein a correction coefficient is calculated based on a probability value that the category is incorrect.
- the correction coefficient calculating means includes a product of a probability that the instance category is correct and a probability that the bag category to which the instance belongs is incorrect, and a probability that the instance category is incorrect and the bag category to which the instance belongs.
- the information processing system according to supplementary note 2 wherein the correction coefficient is calculated by a product with a probability that is correct.
- the correction coefficient calculating means calculates a correction coefficient using a harmonic average of the distances of the reference vectors belonging to the same category as the input vector and a harmonic average of the distances of the reference vectors belonging to a category different from the input vector.
- Information processing system described in 1. (Appendix 6)
- the instance probability calculating means uses a sum of reciprocals of powers of distances of the reference vectors belonging to the same category as the input vector and a sum of reciprocals of powers of distances of reference vectors belonging to a category different from the input vector.
- the information processing system according to attachment 4 wherein the instance correct answer probability is calculated.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computing Systems (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Artificial Intelligence (AREA)
- Image Analysis (AREA)
- Character Discrimination (AREA)
Abstract
【課題】学習に用いる入力ベクトル(インスタンス)について、高精度の認識辞書を作るため、情報処理システムであって、学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択手段と、選択されたバッグ内から1つのインスタンスを選択するインスタンス選択手段と、複数の参照ベクトルと選択されたインスタンスとの距離を算出する距離算出手段と、算出された距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出手段と、バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出手段と、バッグ正解確率に基づいて、複数の参照ベクトルを修正する参照ベクトル修正手段と、を備えた。
Description
本発明は、認識辞書の学習技術に関する。
非特許文献1には、参照ベクトルを用いた認識辞書学習手法として、LearningVectorQuantization(LVQ)が開示されている。このLVQの特長は、パーセプトロン型ニューラルネットワークやサポートベクトルマシンといった他の参照ベクトルを使わない統計的パターン認識手法と比較して、非常に短時間で学習処理を完了できることにある。また、LVQによれば、参照ベクトルの数を自由に設計できるためその数を削減するだけで学習処理と認識処理の双方を高速化できる。さらに、LVQによれば、認識処理が距離計算処理だけで実現でき、かつ並列型の計算にすることも容易である。そのため、容易に、ソフトウェアのプログラミングやICチップによって認識処理を実現できる。
特許文献1には、このLVQを改良した手法の一例が記載されている。非特許文献2には、特許文献1に記載された方式の1種について具体的な効果が記載されている。これらでは、複数の入力ベクトルを学習データとして用いて自動的に参照ベクトルの値を設定する。さらに、特許文献2には、特許文献1における距離値変換手段を備えない方式が記載されている。
一方、非特許文献3にはLVQをベースとしながらも、識別が正解である確率を最大化するよう学習式が定式化されており、特許文献1、特許文献2、非特許文献1、非特許文献2よりも高い識別率を得られる学習技術が記載されている。この技術が特許文献1と異なる点は、学習のモデルとして確率を直接取り扱っていることである。これを実現するために、入力ベクトルと最近傍の参照ベクトルとの距離のみを使うのではなく、全ての参照ベクトルとの距離を考慮して正確に確率を算出するよう設計されている。
T.Kohonen著、「The Neural Phonetic Typewriter」、 IEEE Computer, Vol.21、No.3、pp.11-22
A.Sato、K.Yamada著、「Generalized Learning Vector Quantization」、Advances In Neural Information Processing Systems,Vol.8、pp.423-429、MIT Press 、1996年
宮野博義、石寺永記著「裾野の重たい分布関数を用いた学習ベクトル量子化手法」電子情報通信学会、信学技報、 vol.110、no.187、PRMU2010-81、pp.185-192、2010年9月.
しかしながら、特許文献1、非特許文献1、非特許文献2、非特許文献3に記載の方式では、学習に用いる全ての入力ベクトルについて、それが属するカテゴリを正しく付与しておく必要がある。しかし、このように事前に正しいカテゴリを付与するには手間や時間がかかったり、そもそも事前に正しいカテゴリを付与できないことがある。
これに対して特許文献3では、Multiple Instance Learning(以下、MIL)と呼ばれる概念を用いて、インスタンスが正解カテゴリらしい確率とバッグが正解カテゴリらしい確率の計算を追加し、さらに参照ベクトルを更新する。しかし、特許文献3では、学習用の入力ベクトルと最近傍の参照ベクトルとの距離情報のみを用いて、学習データが正解カテゴリである確率を算出する。さらに、確率の算出式は算出根拠が特になく、単に0.0以上1.0以下の数値に変換する式である。つまり、インスタンスが正解である確率を非常に粗く推定している。
すなわち、上記技術では、学習に用いる入力ベクトルが属するカテゴリについて完全ではない情報のみ与えられた場合、高い識別精度を持つ認識辞書を学習できるとは限らない。
本発明の目的は、上述の課題を解決する技術を提供することにある。
上記目的を達成するため、本発明に係るシステムは、
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択手段と、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択手段と、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出手段と、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出手段と、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出手段と、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正手段と、
を備えた。
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択手段と、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択手段と、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出手段と、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出手段と、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出手段と、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正手段と、
を備えた。
上記目的を達成するため、本発明に係る認識辞書学習方法は、
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択ステップと、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択ステップと、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出ステップと、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出ステップと、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出ステップと、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正ステップと、
を含む。
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択ステップと、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択ステップと、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出ステップと、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出ステップと、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出ステップと、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正ステップと、
を含む。
上記目的を達成するため、本発明に係る認識辞書学習プログラムは、
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択ステップと、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択ステップと、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出ステップと、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出ステップと、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出ステップと、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正ステップと、
をコンピュータに実行させる。
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択ステップと、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択ステップと、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出ステップと、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出ステップと、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出ステップと、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正ステップと、
をコンピュータに実行させる。
本発明によれば、学習に用いる入力ベクトルが属するカテゴリが完全にはわかっていない場合にも、認識辞書を高精度に学習できる。
以下に、図面を参照して、本発明の実施の形態について例示的に詳しく説明する。ただし、以下の実施の形態に記載されている構成要素はあくまで例示であり、本発明の技術範囲をそれらのみに限定する趣旨のものではない。
[第1実施形態]
本発明の第1実施形態としての情報処理システム100について、図1を用いて説明する。情報処理システム100は、バッグ選択部101とインスタンス選択部102と距離算出部103とインスタンス確率算出部104とバッグ確率算出部105と参照ベクトル修正部106を有する。
本発明の第1実施形態としての情報処理システム100について、図1を用いて説明する。情報処理システム100は、バッグ選択部101とインスタンス選択部102と距離算出部103とインスタンス確率算出部104とバッグ確率算出部105と参照ベクトル修正部106を有する。
バッグ選択部101は、学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択する。インスタンス選択部102は、選択されたバッグ内から1つのインスタンスを選択する。距離算出部103は、複数の参照ベクトルと選択されたインスタンスとの距離を算出する。
インスタンス確率算出部104は、算出された距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出する。バッグ確率算出部105は、バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出する。参照ベクトル修正部106は、バッグ正解確率に基づいて、複数の参照ベクトルを修正する。
本実施形態によれば、インスタンスが正解カテゴリである確率を計算し、さらにそのバッグが正解カテゴリである確率を計算する。そして、インスタンスが属するバッグが正解カテゴリである確率を使って、参照ベクトルを修正する。これにより、学習に用いる入力ベクトルが属するカテゴリが完全にはわかっていない場合にも、認識辞書を高精度に学習できる。
[第2実施形態]
《前提技術》
本発明の第2実施形態について説明する前に、参照ベクトルを用いた認識辞書学習手法(LVQ)について説明する。図2は、参照ベクトルを用いた認識辞書学習手法(LVQ)を模式的に表現したものである。
《前提技術》
本発明の第2実施形態について説明する前に、参照ベクトルを用いた認識辞書学習手法(LVQ)について説明する。図2は、参照ベクトルを用いた認識辞書学習手法(LVQ)を模式的に表現したものである。
認識辞書はあるカテゴリAに属する参照ベクトル211~21nと別のカテゴリBに属する参照ベクトル221~22nを含んでいる。カテゴリを認識処理したいインスタンス203がある場合、カテゴリAに属する参照ベクトル211~21nのなかでインスタンス203と最近接の参照ベクトル212を特定し、その距離d1を計算する。また、カテゴリBに属する参照ベクトル221~22nのなかで、インスタンス203と最近接の参照ベクトル222を特定し、その距離d2を計算する。そして、最も近い参照ベクトル212が属するカテゴリにインスタンス203も属すると判断する。図2の場合、d1<d2のため、インスタンス203はカテゴリAに属すると判断する。
このように、認識辞書と呼ばれる参照ベクトル群と入力ベクトルとの距離計算に基づいて入力ベクトルに最も近い参照ベクトルが属するカテゴリをその入力ベクトルの認識結果とする場合、参照ベクトルの値によって認識精度が変化する。このため、どのように参照ベクトルの値を設定するかが認識精度を上げる上で重要である。
(第1前提技術)
本実施形態の第1前提技術としての認識辞書学習システム300の構成を図3に示す。図3に示すように、データ処理装置310と記憶装置320とを備える。データ処理装置310は、入力部311と参照ベクトル検索部312と距離値変換部313と修正係数算出部314と参照ベクトル修正部315と終了判定部316とを含み、記憶装置320は、参照ベクトル記憶部321を含む。
本実施形態の第1前提技術としての認識辞書学習システム300の構成を図3に示す。図3に示すように、データ処理装置310と記憶装置320とを備える。データ処理装置310は、入力部311と参照ベクトル検索部312と距離値変換部313と修正係数算出部314と参照ベクトル修正部315と終了判定部316とを含み、記憶装置320は、参照ベクトル記憶部321を含む。
入力部311は、学習用に用意された入力ベクトル群のなかから1つの入力ベクトルを選択する。参照ベクトル検索部312は、入力ベクトルと同一のカテゴリに属する参照ベクトルのうち、入力ベクトルとの距離が最小となる第1の参照ベクトルW1およびその第1の距離値d1を求める。また、入力ベクトルと異なるカテゴリに属する参照ベクトルのうち、入力ベクトルとの距離が最小となる第2の参照ベクトルW2およびその第2の距離値d2を求める。
距離値変換部313は距離値を変換する。修正係数算出部314は、第1の距離値d1および第2の距離値d2を使って参照ベクトルの修正量を算出する。参照ベクトル修正部315は、入力ベクトルを用いて第1の参照ベクトルW1と第2の参照ベクトルW2とを修正する。終了判定部316は、参照ベクトルの学習の終了を判定する。
参照ベクトル記憶部321は、認識辞書である参照ベクトル群の情報を記憶する。具体的には、個々の参照ベクトルと、それが属するカテゴリー情報とを記憶する。
このような構成を有する認識辞書学習システムは次のように動作する。
まず入力部311は、学習のために用意された入力ベクトル群の中から1つを選択する。入力部311は、例えば1からNまでの一様な乱数を用いて入力ベクトルを選択する。次に参照ベクトル検索部312は、選択された入力ベクトルと同じカテゴリの参照ベクトル全てとのベクトル間距離計算を行い、最も距離値が最小の参照ベクトルW1とその距離値d1を求める。さらに選択された入力ベクトルと異なるカテゴリの参照ベクトル全てとユークリッド距離計算を行い、最も距離値が最小の参照ベクトルW2とその距離値d2を求める。次に、距離値変換部313は、距離値d1とd2を所定の値kを用いてk乗することで変換された距離値を求める。修正係数算出部314は、変換された距離値と参照ベクトルの修正回数に依存した関数で表現される所定の変換式に基づいて参照ベクトルの修正係数を計算する。参照ベクトル修正部315が、修正係数を用いて参照ベクトルW1、W2を修正する。その次に終了判定部316によって参照ベクトルの学習を終えるかどうかを判定し、終了しない場合は入力部311による入力ステップに戻って処理を続ける。
(第2前提技術)
本実施形態の第2前提技術としての認識辞書学習システム400の構成を図4に示す。図3で説明した構成と同じ構成については同じ符号を付して説明を省略する。図4に示すように、認識辞書学習システム400は、データ処理装置410と記憶装置320とを備える。データ処理装置410は、入力部311と参照ベクトル群距離算出部412と正解確率算出部413と修正係数算出部414と参照ベクトル群修正部415と終了判定部316とを含む。
本実施形態の第2前提技術としての認識辞書学習システム400の構成を図4に示す。図3で説明した構成と同じ構成については同じ符号を付して説明を省略する。図4に示すように、認識辞書学習システム400は、データ処理装置410と記憶装置320とを備える。データ処理装置410は、入力部311と参照ベクトル群距離算出部412と正解確率算出部413と修正係数算出部414と参照ベクトル群修正部415と終了判定部316とを含む。
参照ベクトル群距離算出部412は、選択された入力ベクトルxと個々の参照ベクトルWi全てとの距離値diをそれぞれ求める。正解確率算出部413は、全ての距離値から入力ベクトルが正解である確率(正解確率)を算出する。修正係数算出部414は、算出した正解確率を使って参照ベクトルの修正係数を算出する。そして、参照ベクトル群修正部415は、修正係数に基づいて個々の参照ベクトル全てを修正する。
ここでは第1前提技術と異なり、学習のモデルとして確率を直接取り扱っている。これを実現するために、入力ベクトルと最近傍の参照ベクトルとの距離のみを使うのではなく、全ての参照ベクトルとの距離を考慮して確率を算出している。
(MILの説明)
次に、統計的パターン認識の分野で、カテゴリの付与の仕方のルールを規定するMultiple Instance Learning(以下、MILと表記する)と呼ばれる概念について説明する。この概念では、入力ベクトルのことを「インスタンス」、インスタンスの集合を「バッグ」と呼び、全てのインスタンス1つずつにカテゴリ付与するのではなく、バッグにのみカテゴリを付与する。
次に、統計的パターン認識の分野で、カテゴリの付与の仕方のルールを規定するMultiple Instance Learning(以下、MILと表記する)と呼ばれる概念について説明する。この概念では、入力ベクトルのことを「インスタンス」、インスタンスの集合を「バッグ」と呼び、全てのインスタンス1つずつにカテゴリ付与するのではなく、バッグにのみカテゴリを付与する。
図5は、バッグとインスタンスの概念を図示したものである。カテゴリとして「ポジティブ」と「ネガティブ」の2種類のみがある場合について説明する。バッグの中にポジティブインスタンスが1つでも存在すれば、そのバッグのカテゴリを「ポジティブ」、バッグの中にネガティブインスタンスのみが存在すれば、そのバッグのカテゴリを「ネガティブ」と定義する。
このカテゴリの定義に基づくと、i番目のバッグ内のj番目のインスタンスがポジティブである確率をpijとし、バッグ内の1つ以上のインスタンスがポジティブである確率つまりバッグがポジティブである確率をpiとすると、piは以下の数式(1)によって導き出される。
例えば、「ポジティブ」「ネガティブ(非ポジティブ)」という2種類のカテゴリに分類する場合、インスタンスn個の集合のうちどれか1個が「ポジティブ」であるという不完全な情報があっても、うまく学習できない。参照ベクトルを更新する係数を求めるには、学習に用いる全てのインスタンスとそれぞれのインスタンスが属するカテゴリとを1対1に対応付ける必要があり、完全でないカテゴリの情報があっても学習処理に適用できないためである。
つまり学習処理をする前に、学習に用いる入力ベクトル全てについてカテゴリに関する情報を完全に付与しておく必要がある。しかし、このための作業には手間や時間がかかってしまう。また、入力ベクトルのカテゴリを正確に定義することが難しい場合、そもそもカテゴリに関する情報を完全に付与しておくことは困難である。例えば、画像パターンを入力ベクトルとし「顔」と「顔でない」という2種類をカテゴリとする場合、顔の目・鼻・口だけを含むパターンや、顔の輪郭だけでなく首や肩まで含まれているパターンのカテゴリの判断が難しい。
(第3前提技術)
本実施形態の第3前提技術としての認識辞書学習システム600の構成を図6に示す。図3で説明した構成と同じ構成については同じ符号を付して説明を省略する。図6に示すように、認識辞書学習システム600は、データ処理装置610と記憶装置320とを備える。データ処理装置610は、バッグ選択部611とインスタンス選択部612と参照ベクトル検索部613とインスタンス確率算出部614とバッグ確率算出部615と確率ベース修正係数算出部616と参照ベクトル群修正部617と終了判定部316とを備える。
本実施形態の第3前提技術としての認識辞書学習システム600の構成を図6に示す。図3で説明した構成と同じ構成については同じ符号を付して説明を省略する。図6に示すように、認識辞書学習システム600は、データ処理装置610と記憶装置320とを備える。データ処理装置610は、バッグ選択部611とインスタンス選択部612と参照ベクトル検索部613とインスタンス確率算出部614とバッグ確率算出部615と確率ベース修正係数算出部616と参照ベクトル群修正部617と終了判定部316とを備える。
まずバッグ選択部611が、学習に用いる全バッグから1つのバッグを選択する。次に、インスタンス選択部612は、選択されたバッグの中から1つのインスタンス(1つの入力ベクトル)を選択する。
次に、参照ベクトル検索部312は、選択されたインスタンスと同一のカテゴリに属する参照ベクトルのうち、そのインスタンスとの距離が最小となる参照ベクトルおよびその距離値を求める。また、選択されたインスタンスと異なるカテゴリに属する参照ベクトルのうち、入力ベクトルとの距離が最小となる参照ベクトルおよびその距離値を求める。
インスタンス確率算出部614は、学習用の入力ベクトルと最近傍の参照ベクトルとの距離情報に基づいて、インスタンスが正解のカテゴリらしい正解確率を推定する。ここで、正解のカテゴリとは、インスタンスが属するバッグに付与されたカテゴリのことを指す。
バッグ確率算出部615は、各バッグの中の個々のインスタンスの正解確率から、バッグが正解カテゴリらしい正解確率を算出する。
確率ベース修正係数算出部616は、インスタンスの正解確率とインスタンスが属するバッグの正解確率とに基づいて、参照ベクトルを更新するための確率ベースの修正係数を個々のインスタンスごとに算出する。そして、参照ベクトル群修正部315は、修正係数に基づいて個々の参照ベクトル全てを修正する。
このように、第3前提技術は、インスタンスが正解カテゴリらしい確率とバッグが正解カテゴリらしい確率の計算を追加し、さらに参照ベクトルを更新する係数を確率ベース修正係数算出部616で導出することで、MILの概念を概ね実現している。
しかし認識辞書学習システム600では、学習データが正解カテゴリである確率を算出するのに、学習用の入力ベクトルと最近傍の参照ベクトルとの距離情報しか使わない。つまり、インスタンスが正解である確率を非常に粗く推定している。
(本実施形態に係るシステム)
次に、本実施形態に係る認識辞書学習システム700について説明する。以下では、説明のために、1つのインスタンスをx、参照ベクトルをwh(h=1,...,H)と表記する。
次に、本実施形態に係る認識辞書学習システム700について説明する。以下では、説明のために、1つのインスタンスをx、参照ベクトルをwh(h=1,...,H)と表記する。
図7を参照すると、認識辞書学習システム700は、データ処理装置710と、記憶装置720とを備える。
データ処理装置710は、バッグ選択部711とインスタンス選択部712と参照ベクトル群距離算出部713とインスタンス確率算出部714とバッグ確率算出部715と確率ベース修正係数算出部716と参照ベクトル群修正部717と終了判定部718とを有する。記憶装置720は、参照ベクトル記憶部721を有する。
参照ベクトル記憶部721には、認識辞書である参照ベクトル群の情報が記憶される。具体的には、個々の参照ベクトルと、それが属するカテゴリー情報が記憶される。参照ベクトルが修正され、その結果、学習された参照ベクトルが得られる。
バッグ選択部711は、学習に用いる全バッグから1つのバッグiを選択する。インスタンス選択部712は、バッグ選択部711で選択されたバッグiの中から1つのインスタンス(1つの入力ベクトル)としてj番目のxijを選択する。
参照ベクトル群距離算出部713は、インスタンス選択部712で選択されたインスタンスxijと、参照ベクトル記憶部721に保持される個々の参照ベクトルとのベクトル間距離d(xij, wk)を全て計算する。
インスタンス確率算出部714は、全てのベクトル間距離の値からインスタンスが正解のカテゴリらしい正解確率pijを推定する。ここで、正解のカテゴリとは、インスタンスjが属するバッグiに付与されたカテゴリのことを指す。なお、このpijを推定する方式は任意の方式で構わない。
以下、正解確率pijを推定する方法の1例を説明する。正解確率pijは、数式(2)のように表現できるが、インスタンスの正解カテゴリらしさをηij、値域が[0,1]の任意の単調増加関数をR(-)とすると、数式(3)のようにも書ける。インスタンスの正解カテゴリらしさ(インスタンス正解確率)ηijについては様々な導出方式が考えられるが、例えば数式(4)に基づいて求めることができる。ここで、c(wh)は参照ベクトルwhが所属するカテゴリの番号、κは入力ベクトルが属するカテゴリの番号、δはベクトルの次元数、νは1以上の定数である。この数式(4)によれば、入力ベクトルと同じカテゴリに属する参照ベクトルの距離のべき乗の逆数の総和と、入力ベクトルと異なるカテゴリに属する参照ベクトルの距離のべき乗の逆数の総和とを用いてインスタンス正解確率を算出する。
なお、数式(4)ではDkとDk'との計算にξを用いるためδとνとが必要となるが、ξ=1とした調和平均の計算式を用いてもよい。つまり、インスタンスと同じカテゴリに属する参照ベクトルの距離の調和平均と、インスタンスと異なるカテゴリに属する参照ベクトルの距離の調和平均とを用いてインスタンス正解確率を算出してもよい。
また、単調増加関数R(-)としては、例えば数式(5)を用いればよい。あるいは、参照ベクトルの学習を繰り返すほど認識の信頼性があがることを考慮すると、参照ベクトルの学習回数tを用いた数式(6)を使ってもよいし、参照ベクトルの学習回数tと任意の定数γ0とγ1とを用いた数式(7)を使ってもよい。数式(6)、または数式(7)によれば、参照ベクトルの学習回数tが増加するにつれて、インスタンスのカテゴリの正解確率が高くなる。
バッグ確率算出部715は、バッグiの中の個々のインスタンスの正解カテゴリらしい正解確率pijから、バッグiが正解カテゴリらしい正解確率qiを算出する。つまり、バッグに含まれるインスタンスのうち少なくとも1つ以上が正解カテゴリである確率を算出する。この計算式は数式(8)で表現される。
確率ベース修正係数算出部716は、インスタンスの正解確率pijとインスタンスが属するバッグiの正解確率qiとに基づいて、参照ベクトルを更新するための確率ベースの修正係数uijを個々のインスタンスごとに算出する。修正係数uijは、認識結果が尤もらしいことを意味する尤度Lを確率qiに基づいて定義し、それを最大化するように求めればよい。
例えば、Lを数式(9)で定義すると考えると、修正係数uijを数式(10-1)または数式(10-2)のように計算すればよい。
数式(10-1)では、インスタンスjがポジティブであれば、そのカテゴリ正解確率pijとインスタンスjが属するバッグiのカテゴリ不正解確率(1-qi)との積を、バッグiのカテゴリ正解確率qiで除算した値が修正係数となる。一方、インスタンスjがネガティブであれば、そのカテゴリ不正解確率(1-pij)を修正係数とする。
一方、数式(10-2)では、ポジティブインスタンスjが属するバッグiのカテゴリが不正解である確率(1-qi)とインスタンスjのカテゴリが正解である確率pijとの積が修正係数となる。一方、インスタンスjがネガティブであれば、そのインスタンスのカテゴリが不正解である確率(1-pij)とインスタンスが属するバッグのカテゴリが正解である確率qiとの積を修正係数とする。
参照ベクトル群修正部717は、確率ベース修正係数算出部716で得られた確率ベース修正係数uijに基づいて、参照ベクトル記憶部721に記憶された参照ベクトル全てを修正する。この修正式は、数式(11)のように表現できる。なお、非特許文献3の更新式では、1/Dkの代わりにDk'/(Dk+Dk')を、1/Dk'の代わりにDk/(Dk+Dk')を用いた計算式となっているが、その計算式にさらにuijを乗じた修正式を用いても同様の効果を得られる。
終了判定部718は、参照ベクトルの学習(修正)の終了を判定する。
(ハードウェア構成)
次に、本実施形態に係る認識辞書学習システム700のハードウェア構成について図8を用いて説明する。認識辞書学習システム700は、CPU(Central Processing Unit)810、ROM(Read Only Memory)820、無線通信部830、RAM(Random Access Memory)840、ストレージ850、および入出力インタフェース860を備えている。
次に、本実施形態に係る認識辞書学習システム700のハードウェア構成について図8を用いて説明する。認識辞書学習システム700は、CPU(Central Processing Unit)810、ROM(Read Only Memory)820、無線通信部830、RAM(Random Access Memory)840、ストレージ850、および入出力インタフェース860を備えている。
CPU810は中央処理部であって、様々なプログラムを実行することにより認識辞書学習システム700全体を制御する。ROM820は、CPU810が最初に実行すべきブートプログラムの他、各種パラメータ等を記憶している。また、RAM840は、参照ベクトル841と選択されたバッグを表わす選択バッグ842と選択されたインスタンスを表わす選択インスタンス843とベクトル間距離844と算出されたインスタンス正解確率845とバッグ正解確率846とを保存する。さらに、RAM840は、参照ベクトル群を修正するために算出された修正係数847を保存する。
一方、ストレージ850は、複数の参照ベクトルを含む参照ベクトルデータベース851と認識辞書学習プログラムを記憶している。認識辞書学習プログラムは、バッグ選択モジュール852とインスタンス選択モジュール853と参照ベクトル群距離算出モジュール854とインスタンス確率算出モジュール855とバッグ確率算出モジュール856とを含む。さらに、認識辞書学習プログラムは、確率ベース修正係数算出モジュール857と参照ベクトル群修正モジュール858と終了判定モジュール859とを含む。
これらのモジュールは、プログラムモジュールであって、CPU810に実行されることにより、それぞれ、図7に示した各構成部分711~718として機能する。
入出力インタフェース860は、入出力機器との入出力データを中継する。入出力インタフェース860には、キーボード861、マウス862、表示部863などが接続される。
(全体の処理)
次に、図9のフローチャートを参照して本実施の形態の全体の動作について詳細に説明する。
次に、図9のフローチャートを参照して本実施の形態の全体の動作について詳細に説明する。
以下の説明では、学習に用いるバッグiの個数をM、バッグi内のインスタンスの個数をNiとする。
なお、動作させる前に、学習に用いるインスタンス(入力ベクトル)を用意し、1個以上のインスタンスで構成されるバッグiを用意しておく。実際のデータ構造としては、インスタンスにバッグiの番号を対応付けておけば十分である。また、全てのバッグiにはカテゴリを付与しておく。
はじめに、バッグ選択部711を実行することで学習用のバッグ群から1つのバッグiを選択する(ステップS901)。
次に、選択されたバッグi内にある全てのインスタンスについて、インスタンス選択部712と参照ベクトル群距離算出部713とインスタンス確率算出部714とが繰返し各処理を実行することで、バッグi内の個々のインスタンスが正解である確率pijを計算する(ステップS903、ステップS905、ステップS907)。
次にバッグ確率算出部715を実行して選択されたバッグiが正解である確率qiを計算する(ステップS911)。
次に、選択されたバッグi内にある全てのインスタンスについて、確率ベース修正係数算出部716と参照ベクトル群修正部717を繰返し実行することで、参照ベクトル記憶部721に記憶されている参照ベクトルを修正する(ステップS913~S917)。
次に、ステップS901に戻って、ステップS901からステップS919までの処理を全ての学習用のバッグiについて繰返し実行する。
参照ベクトルの学習を終了するか否かは、例えば、あらかじめ決められた所定の回数だけ繰返し実行したら終了するようにすればよい。
次に、本実施の形態の効果について説明する。
本実施の形態では、バッグiが正解カテゴリである確率を算出するバッグ確率算出部715と、バッグiが正解カテゴリである確率から導出される尤もらしさLを最大化するように確率ベース修正係数を算出する確率ベース修正係数算出部716を備え、参照ベクトルを修正する参照ベクトル群修正部717を備えるように構成されているため、インスタンスではなくバッグiに付与されたカテゴリの情報のみでも学習を実行することができる。
確率ベース修正係数算出部116で計算されるuijを用いることで、バッグiが正解カテゴリである確率から導出される尤もらしさLを最大化できる。
最急降下法では、一般に参照ベクトルWkの更新式は定数αを用いて数式(13)のように表される。この右辺第2項を展開すると数式(14)となり、さらにこの式の一部は数式(5)を用いると数式(15)、数式(16)、数式(17)のように展開される。これらを用いると数式(10)が導かれる。
なお、本実施形態では「正解である確率」を用いて動作を記載しているが、「ポジティブ」と「ネガティブ(非ポジティブ)」という2カテゴリであれば、「不正解である確率」または「ポジティブである確率」または「ネガティブである確率」から「正解である確率」は自明であるため、これらの確率を用いているともいえる。
(認識システムの構成)
次に、本実施形態に係る認識辞書学習システム700により学習された参照ベクトル群を用いた認識システム1000について図10および図11を参照して説明する。
次に、本実施形態に係る認識辞書学習システム700により学習された参照ベクトル群を用いた認識システム1000について図10および図11を参照して説明する。
本実施形態により学習された識別パラメータを用いた認識システム1000は、データ処理装置1010と記憶装置1020とを含む。
データ処理装置1010は参照ベクトル群距離算出部1011と、確率算出部1012とを有する。記憶装置1020は、参照ベクトル群を保持する参照ベクトル記憶部1021を有する。
図11は、学習された参照ベクトル群を用いた認識システム1000の動作を示すフローチャートである。
まず、参照ベクトル群距離算出部1011で、認識対象のパターンであるベクトル(入力ベクトル)と参照ベクトル記憶部1021に保持された全ての参照ベクトルとの距離を計算する(ステップS1101)。次に確率算出部1012で、識別すべき各カテゴリの確率を算出する(ステップS1103)。この確率が最大となるカテゴリが認識結果である。
本実施形態では、インスタンスが正解カテゴリである確率を計算し、さらにそのバッグが正解カテゴリである確率を計算する。そして、インスタンスが属するバッグが正解カテゴリである確率を使って、参照ベクトルを修正する。このようにすることで、インスタンスが属するカテゴリが完全に明確ではなくても、学習処理(つまり参照ベクトルの修正)
を行なうことができる。
を行なうことができる。
また、本実施形態では、バッグが正解である確率に基づいて確率ベース修正係数を算出することで、学習するバッグ全体についての正解らしさ(評価尺度)を最大化する学習処理を行う。これにより、学習に用いる全ての入力ベクトルそれぞれに対応するカテゴリの情報がない場合でも、学習に用いる入力ベクトル(インスタンス)の集合(バッグ)に対応するカテゴリの情報のみから高精度に認識できる認識辞書を作ることができる。
また、本実施形態では、学習データが正解カテゴリである確率を算出するのに、学習用の入力ベクトルと全ての参照ベクトルとの距離情報を使って確率を精緻に算出する。これにより、「インスタンスが正解である確率」をより正確に推定でき、その結果としてバッグが正解カテゴリである確率を正しく最大化する。特に、確率を扱うタイプのMILでは、インスタンスが正解である確率からバッグが正解である確率や最適化すべき指標が計算されるため、本実施形態の方法によれば、より相乗効果が大きく、より高い認識精度を得られる。
また、本実施形態によれば、映像から特定の物体を精度良く検出したり、映像から人物や物体を精度良く同定し認証したりすることができる。特に膨大なデータを学習して認識に利用しようとする場合、物体の正解カテゴリを完全に付与することが困難だが、本実施形態によれば、データの集合に対してのみ正解カテゴリを付与すればよいため、実用的に適用できる。
[他の実施形態]
以上、実施形態を参照して本願発明を説明したが、本願発明は上記実施形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。また、それぞれの実施形態に含まれる別々の特徴を如何様に組み合わせたシステムまたは装置も、本発明の範疇に含まれる。
以上、実施形態を参照して本願発明を説明したが、本願発明は上記実施形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。また、それぞれの実施形態に含まれる別々の特徴を如何様に組み合わせたシステムまたは装置も、本発明の範疇に含まれる。
また、本発明は、複数の機器から構成されるシステムに適用されてもよいし、単体の装置に適用されてもよい。さらに、本発明は、実施形態の機能を実現する情報処理プログラムが、システムあるいは装置に直接あるいは遠隔から供給される場合にも適用可能である。したがって、本発明の機能をコンピュータで実現するために、コンピュータにインストールされるプログラム、あるいはそのプログラムを格納した媒体、そのプログラムをダウンロードさせるWWW(World Wide Web)サーバも、本発明の範疇に含まれる。
[実施形態の他の表現]
上記の実施形態の一部または全部は、以下の付記のようにも記載されうるが、以下には限られない。
(付記1)
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択手段と、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択手段と、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出手段と、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出手段と、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出手段と、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正手段と、
を備えた情報処理システム。
(付記2)
前記バッグ正解確率に基づいて、参照ベクトルを修正するための係数を算出する修正係数算出手段をさらに備えた付記1に記載の情報処理システム。
(付記3)
前記修正係数算出手段は、インスタンスのカテゴリが正解である確率とインスタンスが属するバッグのカテゴリが不正解である確率との積を、バッグのカテゴリが正解である確率で除算した値、および、インスタンスのカテゴリが不正解である確率の値に基づいて、修正係数を算出する付記2に記載の情報処理システム。
(付記4)
前記修正係数算出手段は、インスタンスのカテゴリが正解である確率とインスタンスが属するバッグのカテゴリが不正解である確率との積、および、インスタンスのカテゴリが不正解である確率とインスタンスが属するバッグのカテゴリが正解である確率との積により、前記修正係数を算出する付記2に記載の情報処理システム。
(付記5)
前記修正係数算出手段は、前記入力ベクトルと同じカテゴリに属する前記参照ベクトルの距離の調和平均と、入力ベクトルと異なるカテゴリに属する参照ベクトルの距離の調和平均とを用いて修正係数を算出する付記2に記載の情報処理システム。
(付記6)
前記インスタンス確率算出手段は、前記入力ベクトルと同じカテゴリに属する前記参照ベクトルの距離のべき乗の逆数の総和と、前記入力ベクトルと異なるカテゴリに属する参照ベクトルの距離のべき乗の逆数の総和とを用いて前記インスタンス正解確率を算出する付記4に記載の情報処理システム。
(付記7)
前記インスタンス確率算出手段は、参照ベクトルの学習回数が増加するにつれて、インスタンスのカテゴリの正解確率が高くなるよう算出する付記1乃至6のいずれか1項に記載の情報処理システム。
(付記8)
前記バッグ確率算出手段は、バッグに含まれるインスタンスのうち少なくとも1つ以上が正解カテゴリである確率を算出する付記1乃至7のいずれか1項に記載の情報処理システム。
(付記9)
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択ステップと、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択ステップと、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出ステップと、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出ステップと、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出ステップと、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正ステップと、
を含む認識辞書学習方法。
(付記10)
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択ステップと、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択ステップと、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出ステップと、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出ステップと、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出ステップと、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正ステップと、
をコンピュータに実行させるための認識辞書学習プログラム。
この出願は、2012年11月12日に出願された日本出願特願2012-248722を基礎とする優先権を主張し、その開示の全てをここに取り込む。
上記の実施形態の一部または全部は、以下の付記のようにも記載されうるが、以下には限られない。
(付記1)
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択手段と、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択手段と、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出手段と、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出手段と、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出手段と、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正手段と、
を備えた情報処理システム。
(付記2)
前記バッグ正解確率に基づいて、参照ベクトルを修正するための係数を算出する修正係数算出手段をさらに備えた付記1に記載の情報処理システム。
(付記3)
前記修正係数算出手段は、インスタンスのカテゴリが正解である確率とインスタンスが属するバッグのカテゴリが不正解である確率との積を、バッグのカテゴリが正解である確率で除算した値、および、インスタンスのカテゴリが不正解である確率の値に基づいて、修正係数を算出する付記2に記載の情報処理システム。
(付記4)
前記修正係数算出手段は、インスタンスのカテゴリが正解である確率とインスタンスが属するバッグのカテゴリが不正解である確率との積、および、インスタンスのカテゴリが不正解である確率とインスタンスが属するバッグのカテゴリが正解である確率との積により、前記修正係数を算出する付記2に記載の情報処理システム。
(付記5)
前記修正係数算出手段は、前記入力ベクトルと同じカテゴリに属する前記参照ベクトルの距離の調和平均と、入力ベクトルと異なるカテゴリに属する参照ベクトルの距離の調和平均とを用いて修正係数を算出する付記2に記載の情報処理システム。
(付記6)
前記インスタンス確率算出手段は、前記入力ベクトルと同じカテゴリに属する前記参照ベクトルの距離のべき乗の逆数の総和と、前記入力ベクトルと異なるカテゴリに属する参照ベクトルの距離のべき乗の逆数の総和とを用いて前記インスタンス正解確率を算出する付記4に記載の情報処理システム。
(付記7)
前記インスタンス確率算出手段は、参照ベクトルの学習回数が増加するにつれて、インスタンスのカテゴリの正解確率が高くなるよう算出する付記1乃至6のいずれか1項に記載の情報処理システム。
(付記8)
前記バッグ確率算出手段は、バッグに含まれるインスタンスのうち少なくとも1つ以上が正解カテゴリである確率を算出する付記1乃至7のいずれか1項に記載の情報処理システム。
(付記9)
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択ステップと、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択ステップと、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出ステップと、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出ステップと、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出ステップと、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正ステップと、
を含む認識辞書学習方法。
(付記10)
学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択ステップと、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択ステップと、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出ステップと、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出ステップと、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出ステップと、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正ステップと、
をコンピュータに実行させるための認識辞書学習プログラム。
この出願は、2012年11月12日に出願された日本出願特願2012-248722を基礎とする優先権を主張し、その開示の全てをここに取り込む。
Claims (10)
- 学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択手段と、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択手段と、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出手段と、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出手段と、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出手段と、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正手段と、
を備えた情報処理システム。 - 前記バッグ正解確率に基づいて、参照ベクトルを修正するための係数を算出する修正係数算出手段をさらに備えた請求項1に記載の情報処理システム。
- 前記修正係数算出手段は、インスタンスのカテゴリが正解である確率とインスタンスが属するバッグのカテゴリが不正解である確率との積を、バッグのカテゴリが正解である確率で除算した値、および、インスタンスのカテゴリが不正解である確率の値に基づいて、修正係数を算出する請求項2に記載の情報処理システム。
- 前記修正係数算出手段は、インスタンスのカテゴリが正解である確率とインスタンスが属するバッグのカテゴリが不正解である確率との積、および、インスタンスのカテゴリが不正解である確率とインスタンスが属するバッグのカテゴリが正解である確率との積により、前記修正係数を算出する請求項2に記載の情報処理システム。
- 前記修正係数算出手段は、前記入力ベクトルと同じカテゴリに属する前記参照ベクトルの距離の調和平均と、入力ベクトルと異なるカテゴリに属する参照ベクトルの距離の調和平均とを用いて修正係数を算出する請求項2に記載の情報処理システム。
- 前記インスタンス確率算出手段は、前記入力ベクトルと同じカテゴリに属する前記参照ベクトルの距離のべき乗の逆数の総和と、前記入力ベクトルと異なるカテゴリに属する参照ベクトルの距離のべき乗の逆数の総和とを用いて前記インスタンス正解確率を算出する請求項4に記載の情報処理システム。
- 前記インスタンス確率算出手段は、参照ベクトルの学習回数が増加するにつれて、インスタンスのカテゴリの正解確率が高くなるよう算出する請求項1乃至6のいずれか1項に記載の情報処理システム。
- 前記バッグ確率算出手段は、バッグに含まれるインスタンスのうち少なくとも1つ以上が正解カテゴリである確率を算出する請求項1乃至7のいずれか1項に記載の情報処理システム。
- 学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択ステップと、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択ステップと、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出ステップと、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出ステップと、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出ステップと、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正ステップと、
を含む認識辞書学習方法。 - 学習用の入力ベクトルとしてのインスタンスの集合を表わすバッグが複数集まったバッグ群から、1つのバッグを選択するバッグ選択ステップと、
選択されたバッグ内から1つのインスタンスを選択するインスタンス選択ステップと、
複数の参照ベクトルと選択された前記インスタンスとの距離を算出する距離算出ステップと、
算出された前記距離に基づいて、インスタンスのカテゴリが正解であるインスタンス正解確率を算出するインスタンス確率算出ステップと、
バッグに含まれる複数のインスタンスに関するインスタンス正解確率に基づいて、そのバッグのカテゴリが正解であるバッグ正解確率を算出するバッグ確率算出ステップと、
前記バッグ正解確率に基づいて、前記複数の参照ベクトルを修正する参照ベクトル修正ステップと、
をコンピュータに実行させる認識辞書学習プログラム。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2014545633A JPWO2014073366A1 (ja) | 2012-11-12 | 2013-10-22 | 情報処理システム、認識辞書学習方法および認識辞書学習プログラム |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2012248722 | 2012-11-12 | ||
| JP2012-248722 | 2012-11-12 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2014073366A1 true WO2014073366A1 (ja) | 2014-05-15 |
Family
ID=50684478
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2013/078567 Ceased WO2014073366A1 (ja) | 2012-11-12 | 2013-10-22 | 情報処理システム、認識辞書学習方法および認識辞書学習プログラム |
Country Status (2)
| Country | Link |
|---|---|
| JP (1) | JPWO2014073366A1 (ja) |
| WO (1) | WO2014073366A1 (ja) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2020154464A (ja) * | 2019-03-18 | 2020-09-24 | ヤフー株式会社 | 推定装置、推定方法及び推定プログラム |
-
2013
- 2013-10-22 JP JP2014545633A patent/JPWO2014073366A1/ja active Pending
- 2013-10-22 WO PCT/JP2013/078567 patent/WO2014073366A1/ja not_active Ceased
Non-Patent Citations (1)
| Title |
|---|
| TOSHINORI HOSOI: "Object Detection based on Multiple Instance LVQ", IPSJ SIG NOTES 2011 (HEISEI 23) NENDO, 15 October 2011 (2011-10-15), pages 3 - 4 * |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2020154464A (ja) * | 2019-03-18 | 2020-09-24 | ヤフー株式会社 | 推定装置、推定方法及び推定プログラム |
| JP7139270B2 (ja) | 2019-03-18 | 2022-09-20 | ヤフー株式会社 | 推定装置、推定方法及び推定プログラム |
Also Published As
| Publication number | Publication date |
|---|---|
| JPWO2014073366A1 (ja) | 2016-09-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Cambria et al. | Extreme learning machines [trends & controversies] | |
| JP7266674B2 (ja) | 画像分類モデルの訓練方法、画像処理方法及び装置 | |
| US10963783B2 (en) | Technologies for optimized machine learning training | |
| CN103620624B (zh) | 用于导致稀疏连通性的局部竞争性学习规则的方法和装置 | |
| CN109919183B (zh) | 一种基于小样本的图像识别方法、装置、设备及存储介质 | |
| CN113837308A (zh) | 基于知识蒸馏的模型训练方法、装置、电子设备 | |
| JP6003492B2 (ja) | 文字認識装置及びプログラム | |
| US20210311440A1 (en) | Systems, Methods, and Media for Manufacturing Processes | |
| CN107506350B (zh) | 一种识别信息的方法和设备 | |
| CN108334496A (zh) | 用于特定领域的人机对话理解方法与系统及相关设备 | |
| US11605002B2 (en) | Program, information processing method, and information processing apparatus | |
| Afsari et al. | Group action induced distances for averaging and clustering linear dynamical systems with applications to the analysis of dynamic scenes | |
| JP6962123B2 (ja) | ラベル推定装置及びラベル推定プログラム | |
| CN115187660B (zh) | 一种基于知识蒸馏的多人人体姿态估计方法及系统 | |
| CN108229732A (zh) | 基于误差修正的极端学习机风速超短期预测方法 | |
| CN113761375A (zh) | 基于神经网络的消息推荐方法、装置、设备及存储介质 | |
| CN110709862B (zh) | 计算方法决定系统、计算方法决定方法、记录介质 | |
| CN102567719A (zh) | 基于后验概率神经网络的人类年龄自动估计方法 | |
| US12307376B2 (en) | Training spectral inference neural networks using bilevel optimization | |
| CN115082920A (zh) | 深度学习模型的训练方法、图像处理方法和装置 | |
| CN109934389A (zh) | 基于预测模型的绩效预测方法、装置及存储介质 | |
| CN109858031A (zh) | 神经网络模型训练、上下文预测方法及装置 | |
| CN110766086B (zh) | 基于强化学习模型对多个分类模型进行融合的方法和装置 | |
| Ibragimovich et al. | Effective recognition of pollen grains based on parametric adaptation of the image identification model | |
| Zhuo et al. | Calibrated stochastic gradient descent for convolutional neural networks |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 13853418 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2014545633 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 13853418 Country of ref document: EP Kind code of ref document: A1 |














