JP2003242160A - Image data classifying apparatus - Google Patents

Image data classifying apparatus

Info

Publication number
JP2003242160A
JP2003242160A JP2002036237A JP2002036237A JP2003242160A JP 2003242160 A JP2003242160 A JP 2003242160A JP 2002036237 A JP2002036237 A JP 2002036237A JP 2002036237 A JP2002036237 A JP 2002036237A JP 2003242160 A JP2003242160 A JP 2003242160A
Authority
JP
Japan
Prior art keywords
image data
distance
feature vector
vector
classification device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2002036237A
Other languages
Japanese (ja)
Other versions
JP4036009B2 (en
Inventor
Hitoshi Okamoto
仁 岡本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2002036237A priority Critical patent/JP4036009B2/en
Publication of JP2003242160A publication Critical patent/JP2003242160A/en
Application granted granted Critical
Publication of JP4036009B2 publication Critical patent/JP4036009B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Image Analysis (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To classify a plurality of image data according to user's desire. <P>SOLUTION: The plurality of image data 10 are classified into a plurality of reference groups 12, 14 in advance. This classification is preferably made according to the user's desire, purpose or the like. For the image data belonging to these reference groups, a distance is calculated based on a plurality of types of distance definitions by a distance calculating means 18. Using an evaluating means 20, the image data 10 are classified again based on the distance, and a comparative evaluation is made with previous classification. Based on the distance definitions in which the nearest classification to the initial one is made, image data which have not been classified yet are classified. <P>COPYRIGHT: (C)2003,JPO

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、画像データの分類
に関する。
TECHNICAL FIELD The present invention relates to classification of image data.

【0002】[0002]

【従来の技術】従来、登録された画像データを分類およ
び検索するために、画像データと共にキーワードなどの
コード情報を付加するのが一般的であった。このコード
情報は、画像データを登録する際、またはすでに登録さ
れた画像データを分類、整理する際に、キーボードなど
から入力されていた。しかし、このような方法では、分
類あるいは検索対象となる画像データを登録する際に、
コード情報を人手によって入力しなければならず、多大
な作業量を要するという問題があった。
2. Description of the Related Art Conventionally, in order to classify and search registered image data, it has been common to add code information such as a keyword together with the image data. This code information has been input from a keyboard or the like when registering image data or when classifying and organizing already registered image data. However, in such a method, when registering image data to be classified or searched,
There is a problem that a lot of work is required because the code information has to be manually input.

【0003】そこで、画像データから様々な特徴量を抽
出して特徴ベクトルを構成し、これをコード情報に代わ
る情報として分類、検索に用いる方法が提案されてい
る。また、画像データ間の類似度は、画像データから抽
出した特徴ベクトル間の距離の近さに応じて定義されて
いるが、特徴ベクトルの分布やベクトル距離計算の定義
に類似度が依存してしまい、望ましい類似度が求められ
ない可能性が指摘されていた。この特徴ベクトルの分布
による依存性を排除するために、特開平9−26552
9号公報に記載された技術においては、特徴ベクトルの
分布により分類結果を補正することにより、分布による
影響を排除している。
Therefore, a method has been proposed in which various feature quantities are extracted from image data to form a feature vector, and the feature vector is used for classification and retrieval as information in place of code information. Further, the similarity between image data is defined according to the closeness of the distance between the feature vectors extracted from the image data, but the similarity depends on the distribution of the feature vectors and the definition of the vector distance calculation. It was pointed out that the desired degree of similarity may not be required. In order to eliminate the dependency due to the distribution of this feature vector, Japanese Patent Laid-Open No. 9-26552
In the technique described in Japanese Patent Publication No. 9, the effect of the distribution is eliminated by correcting the classification result based on the distribution of the feature vector.

【0004】また、特徴ベクトルによる分類を行う場
合、様々な側面から画像データを捉えるために多くの種
類の特徴量を抽出しており、特徴ベクトルが高次元とな
っていた。特徴ベクトルを用いて分類、検索を行う場
合、これが高次元であると、ベクトルの照合の処理時間
が増大するという問題があった。
In addition, when classifying by a feature vector, many kinds of feature quantities are extracted in order to capture image data from various aspects, and the feature vector has a high dimension. When performing classification and retrieval using feature vectors, there is a problem that the processing time for vector matching increases if the dimensions are high.

【0005】そこで、多くの場合、蓄積された特徴ベク
トルに対して主成分分析を行うことで、特徴ベクトルの
直交性を保証し、分散の小さい空間軸を排除することに
より、特徴ベクトルの次元数を抑えている。また、特開
平11−219347号公報では、蓄積された特徴ベク
トルを階層的に記述しておき、検索あるいは分類の際に
は、可能性の低い階層の照合を省略することにより、処
理の高速化を図っている。
Therefore, in many cases, by performing principal component analysis on the accumulated feature vectors, the orthogonality of the feature vectors is assured, and the spatial axis having a small variance is eliminated, whereby the dimension number of the feature vector is reduced. Is suppressed. Further, in Japanese Patent Laid-Open No. 11-219347, accumulated feature vectors are described in a hierarchical manner, and at the time of search or classification, collation of a hierarchy having a low possibility is omitted to speed up processing. I am trying to

【0006】[0006]

【発明が解決しようとする課題】しかし、前述の公報に
記載された技術によっても、特徴ベクトルにより分類あ
るいは検索された結果が、妥当性のあるものであるのか
保証することはできなかった。つまり、特徴ベクトルに
より分類された結果が、ユーザの望むような分類となっ
ていない場合があった。
However, even with the technique described in the above publication, it is not possible to guarantee whether the results classified or searched by the feature vector are valid. In other words, the result classified by the feature vector may not be the classification desired by the user.

【0007】また、蓄積されている特徴ベクトルの空間
軸数が非常に多かったり、蓄積されている特徴ベクトル
の分散が大きい場合には、主成分分析を行っても特徴ベ
クトルの空間軸数を十分に減らすことができない場合が
あった。
Further, when the number of spatial axes of accumulated feature vectors is very large or the variance of accumulated feature vectors is large, the number of spatial axes of feature vectors is sufficient even if principal component analysis is performed. In some cases it could not be reduced to.

【0008】本発明は、このような問題点を考慮してな
されたものであり、画像データから抽出した特徴ベクト
ルによる分類が、ユーザの望む分類に近くなるように
し、また処理負担の軽減することを目的とする。
The present invention has been made in consideration of such problems, and makes the classification by the feature vector extracted from the image data closer to the classification desired by the user, and reduces the processing load. With the goal.

【0009】[0009]

【課題を解決するための手段】前述の課題を解決するた
めに、本発明にかかる画像データ分類装置においては、
まず、あらかじめ複数の参照群に分類された画像データ
の特徴ベクトルに基づき、2種類以上の距離定義によ
り、個々の画像データ間のベクトル区間距離を算出し、
この算出されたベクトル間距離により、前記参照群に属
する画像データの分類を行う。そして、この分類結果を
前記参照群の分類のされ方と比較して、参照群の分類と
類似した分類結果が得られた距離定義を得る。この距離
定義を適用して未分類の画像データの分類を行う。
In order to solve the above-mentioned problems, in the image data classification device according to the present invention,
First, based on the feature vector of the image data classified in advance into a plurality of reference groups, the vector interval distance between the individual image data is calculated by the distance definition of two or more types,
The image data belonging to the reference group is classified according to the calculated inter-vector distance. Then, this classification result is compared with the classification method of the reference group to obtain a distance definition that gives a classification result similar to the classification of the reference group. By applying this distance definition, unclassified image data is classified.

【0010】また、前記距離算出手段によるベクトル間
距離の算出は、前記特徴ベクトルの分散、共分散および
密度の少なくとも一部を考慮に入れて行うことができ
る。
Further, the calculation of the inter-vector distance by the distance calculating means can be performed in consideration of at least a part of the variance, covariance and density of the feature vector.

【0011】また、前記距離算出手段によるベクトル間
距離の算出は、前記特徴ベクトルの所定の空間軸に関す
る出現確率を考慮に入れて行うことができる。
Further, the calculation of the inter-vector distance by the distance calculating means can be performed in consideration of the appearance probability of the feature vector with respect to a predetermined space axis.

【0012】また、前記画像データの特徴ベクトルは、
当該画像データの登録に関する空間軸を含み、前記距離
算出手段によるベクトル間距離の算出は、前記画像の登
録に関する空間軸に対応した出現確率を考慮に入れて行
うことができる。
The feature vector of the image data is
The calculation of the inter-vector distance including the spatial axis related to the registration of the image data can be performed by taking the appearance probability corresponding to the spatial axis related to the registration of the image into consideration.

【0013】また、本発明にかかる他の画像データ分類
装置は、あらかじめ複数の参照群に分類された画像デー
タのn次元特徴ベクトルに基づき、前記参照群間のベク
トル間距離を算出する。また、このn次元特徴ベクトル
の各空間軸の、ベクトル間距離に関する寄与度を算出
し、この寄与度の高い空間軸を、nより小さいm個を抽
出し、m次元の特徴ベクトル空間を抽出する。そして、
未分類の画像データに対し、前記m次元特徴ベクトル空
間において、ベクトル間距離に基づき、前記未分類の画
像データの分類を行う。
Further, another image data classifying apparatus according to the present invention calculates the inter-vector distance between the reference groups based on the n-dimensional feature vector of the image data classified in advance into the plurality of reference groups. Also, the contribution of each spatial axis of the n-dimensional feature vector to the inter-vector distance is calculated, and m smaller than n are extracted from the spatial axes having a high contribution to extract an m-dimensional feature vector space. . And
The unclassified image data is classified in the m-dimensional feature vector space based on the inter-vector distance.

【0014】前記寄与度の算出にあたっては、前記n次
元特徴ベクトルの少なくとも一つの空間軸を排除した特
徴ベクトルに基づき参照群間の距離を算出し、この距離
とn次元特徴ベクトルに基づく距離との比較により、前
記排除した空間軸の寄与度を算出することができる。
In calculating the contribution, the distance between the reference groups is calculated based on the feature vector excluding at least one spatial axis of the n-dimensional feature vector, and this distance and the distance based on the n-dimensional feature vector are calculated. By comparison, the contribution of the excluded spatial axis can be calculated.

【0015】[0015]

【発明の実施の形態】以下、本発明の実施の形態(以下
実施形態という)を、図面に従って説明する。図1は、
本実施形態の画像データ分類装置が適用されるネットワ
ークの概略構成を示す図である。ネットワークには、イ
ンストールされた所定のプログラムによって本実施形態
の画像データ分析装置として機能するコンピュータであ
るクライアント1、紙などの印刷媒体上の画像を取り込
むスキャナ2、データベースを提供するデータベースサ
ーバー3およびネットワークの管理を行うウェブサーバ
ー4が接続されている。また、ノート型コンピュータ、
携帯情報端末などの外部端末5とネットワークを接続す
るルータ6も設けられている。画像データは、前記のス
キャナの他、ネット上から、外部端末5から、さらには
クライアント1の外部記憶媒体用のドライブから読み込
むことができる。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention (hereinafter referred to as embodiments) will be described below with reference to the drawings. Figure 1
It is a figure which shows schematic structure of the network to which the image data classification device of this embodiment is applied. The network includes a client 1, which is a computer that functions as an image data analysis apparatus according to the present embodiment, a scanner 2 that captures an image on a print medium such as paper, a database server 3 that provides a database, and a network. A web server 4 that manages is connected. Also, a laptop computer,
A router 6 for connecting a network to an external terminal 5 such as a mobile information terminal is also provided. The image data can be read on the net, from the external terminal 5, and further from the drive for the external storage medium of the client 1, in addition to the scanner described above.

【0016】図2は、本実施形態の機能構成図であっ
て、特に画像データを分類するための距離定義の選択に
かかる構成を示している。画像データ10は、二つの参
照群12,14に、あらかじめ分類されて、記憶されて
いる。この分類は、ユーザにとって好ましいものとなっ
ている。特徴ベクトル抽出手段16により、第1の参照
群12と第2の参照群14に分類されている各画像デー
タより特徴ベクトルを抽出する。抽出された各特徴ベク
トル間の距離を距離算出手段18により算出する。距離
算出手段18は、N個の距離定義に基づきぞれぞれの距
離を算出する第1距離算出部18-1、第2距離算出部1
8-2、・・・第N距離算出部18-Nを含む。距離算出手
段18で算出された複数の距離は、それぞれ評価手段2
0によりその距離定義の妥当性が評価される。評価手段
20は、N個の距離算出部18-1〜18-Nに1対1に対
応してN個の評価部、すなわち第1評価部20-1、第2
評価部20-2、・・・第N評価部20-Nを含んでいる。
各評価部20-1〜20-Nは、対応する距離算出部18-1
〜18-Nが各々算出した距離に基づき、二つの参照群1
2,14に属する画像データを再度分類する。そして、
この再分類が、好ましく分類された参照群の分類と、ど
の程度類似するかを評価する。各評価部20-1〜20-N
の評価結果に基づき、距離定義選択手段22は、適切な
距離定義を選択する。距離定義の選択は、その距離定義
によって分類された画像データが、参照群12,14と
同じように、またはどの程度類似して分類されているか
に基づき行うことができる。
FIG. 2 is a functional block diagram of this embodiment, and particularly shows a configuration related to selection of a distance definition for classifying image data. The image data 10 is classified into two reference groups 12 and 14 and stored in advance. This classification has become preferable to the user. The feature vector extraction means 16 extracts a feature vector from each image data classified into the first reference group 12 and the second reference group 14. The distance calculation unit 18 calculates the distance between the extracted feature vectors. The distance calculation means 18 calculates the respective distances based on the N distance definitions, the first distance calculation unit 18-1 and the second distance calculation unit 1.
8-2, ... Includes an Nth distance calculation unit 18-N. The plurality of distances calculated by the distance calculating means 18 are respectively evaluated by the evaluating means 2.
Zero evaluates the validity of the distance definition. The evaluation means 20 corresponds to the N distance calculation units 18-1 to 18-N in a one-to-one correspondence with N evaluation units, that is, the first evaluation unit 20-1 and the second evaluation unit 20-1.
The evaluation unit 20-2, ... Includes an Nth evaluation unit 20-N.
Each of the evaluation units 20-1 to 20-N has a corresponding distance calculation unit 18-1.
Two reference groups 1 based on each distance calculated by ~ 18-N
The image data belonging to 2 and 14 are classified again. And
Assess how similar this reclassification is to the classification of the preferably classified reference group. Each evaluation unit 20-1 to 20-N
The distance definition selecting means 22 selects an appropriate distance definition based on the evaluation result of 1. The distance definition can be selected based on how much the image data classified by the distance definition is classified in the same manner as the reference groups 12 and 14, or to what degree the image data is classified.

【0017】図3は、本実施形態の機能構成図であっ
て、特に、好ましい分類を行うために選択され定義され
た距離に基づく未分類の画像データの分類にかかる構成
を示している。未分類画像データ24のそれぞれの特徴
ベクトルが、特徴ベクトル抽出手段26によって抽出さ
れる。さらに、距離算出手段28によって、抽出された
各特徴ベクトル間の距離が算出される。このときの距離
算出に用いられる距離定義は、前述の距離定義選択手段
22により選択されたものである。分類手段30によ
り、算出された各ベクトル間距離に基づき未分類の各画
像データ24の分類を行い、分類された画像データを、
データベース32に登録する。
FIG. 3 is a functional configuration diagram of this embodiment, and particularly shows a configuration related to classification of unclassified image data based on the distance selected and defined for performing preferable classification. Each feature vector of the unclassified image data 24 is extracted by the feature vector extraction means 26. Further, the distance calculating means 28 calculates the distance between the extracted feature vectors. The distance definition used for the distance calculation at this time is selected by the distance definition selecting means 22 described above. The classification means 30 classifies the unclassified image data 24 based on the calculated inter-vector distances, and classifies the classified image data as
Register in the database 32.

【0018】図4は、本実施形態の、画像データの距離
定義の選択に係る処理フローチャートである。まず、す
でに好ましい分類が行われている画像データを入力し
(S100)、特徴ベクトルの抽出を行い(S10
2)、データベース32に登録する。このときの好まし
い分類とは、例えばユーザによる分類およびその評価を
事前に行ったものであり、客観評価の他、主観評価によ
る分類も含まれる。また、特徴ベクトルとは、画像デー
タにより定量的に取り出すことのできる値からなるn次
元ベクトルである。例えば、画像データに含まれる色情
報やエッジ情報など、画像処理によって得られるn個の
特徴量からなる。上記一連の処理を分析対象となる画像
データがなくなるまで繰り返す(S104)。
FIG. 4 is a processing flowchart relating to the selection of the distance definition of the image data according to the present embodiment. First, image data that has already been subjected to preferable classification is input (S100), and feature vectors are extracted (S10).
2), register in the database 32. The preferable classification at this time is, for example, classification performed by the user and evaluation thereof in advance, and includes not only objective evaluation but also subjective evaluation. In addition, the feature vector is an n-dimensional vector composed of values that can be quantitatively extracted from the image data. For example, n pieces of feature amounts obtained by image processing, such as color information and edge information included in image data. The above series of processing is repeated until there is no image data to be analyzed (S104).

【0019】次に、所定の複数の距離定義から一つを選
び(S106)、ステップS100で入力された画像デ
ータの分類された群(参照群)間で、特徴ベクトル間距
離を求める(S108)。ここでいう距離定義とは、ベ
クトル間の距離(類似度または非類似度としてもよい)
を求める上での定義のことで、例えば、チェビシェフ距
離、特徴ベクトルの分散、共分散を考慮に入れたマハラ
ノビス距離あるいはユークリッド距離などを用いる。独
自に定義したもの、例えば各分類の密度を考慮に入れた
距離や画像データの登録者、登録順序、登録間隔および
登録日時などの少なくとも一つに対応した出現確率を反
映させた距離などを用いてもよい。出現確率とは、例え
ば、ある画像データに、登録日時が近い画像データが来
たときに、後者の画像データが、前者の画像データに同
一の群に分類される確率を示す。登録者が同じであれ
ば、同傾向の画像データが登録される傾向が強いと考え
られる。また、登録順序や登録日時が近い画像であれ
ば、一つのイベント(例えば運動会)の各シーンの映像
である可能性が高いと考えられる。
Next, one is selected from a plurality of predetermined distance definitions (S106), and the inter-feature vector distance is obtained between the classified groups (reference groups) of the image data input in step S100 (S108). . The distance definition here is the distance between vectors (may be similarity or dissimilarity).
For example, the Chebyshev distance, the variance of the feature vector, the Mahalanobis distance or the Euclidean distance in consideration of the covariance are used for the definition. Defined uniquely, for example, the distance that takes the density of each classification into consideration, the distance that reflects the appearance probability corresponding to at least one of the registrant of image data, registration order, registration interval, registration date, etc. May be. The appearance probability indicates, for example, the probability that the image data of the latter is classified into the same group as the image data of the former when the image data of which the registration date and time are close to the image data. If the registrants are the same, it is considered that image data having the same tendency is strongly registered. Further, if the images have the same registration order or registration date and time, it is highly likely that the images are scenes of one event (for example, an athletic meet).

【0020】計算された距離に基づき、特徴ベクトルの
分類を行う(S110)。ここで分類とは、特徴ベクト
ル間の距離を基に、その距離の近いものをまとめていく
というものである。一般にクラスタ分析などといわれる
方法を用いる。クラスタ解析には階層的手法と非階層的
手法があるが、ここではどちらを用いることもできる。
全特徴ベクトルの分類が終了したならば(S112)、
事前の分類、すなわち参照群を分けた分類との比較を行
う(S114)。上記ステップS106〜S114を、
評価対象となる距離定義がなくなるまで繰り返し(S1
16)、全ての距離定義について評価が終了したら、最
終的に距離定義の選択を行う(S118)。この距離定
義の選択は、各距離定義に対してなされた評価の結果を
比較し、事前に好ましく分類された参照群に、より類似
する分類がなされた距離定義を選択する。
The feature vectors are classified based on the calculated distances (S110). Here, the classification is based on the distance between the feature vectors and collects those having a short distance. A method generally called cluster analysis is used. There are hierarchical and non-hierarchical methods for cluster analysis, but either method can be used here.
If the classification of all feature vectors is completed (S112),
A comparison is performed with the classification in advance, that is, the classification in which the reference group is divided (S114). The above steps S106 to S114,
Repeat until there is no distance definition to be evaluated (S1
16) When the evaluation is completed for all distance definitions, the distance definition is finally selected (S118). This distance definition selection compares the results of the evaluations made for each distance definition and selects a distance definition with a more similar classification to the previously favorably classified reference group.

【0021】図5は、本実施形態の、未分類画像データ
の分類に係る処理を示すフローチャートである。まず、
これから分類する(未分類の)画像データを取り込み
(S120)、これらの各画像データの特徴ベクトルを
抽出し、これをデータベース32に登録する(S12
2)。この特徴ベクトルは、図4に示すチャートのステ
ップS102で抽出したものと同等のベクトルであり、
画像データより定量的に取り出すことができる値からな
るn次元ベクトルである。特徴ベクトルの抽出を分類対
象となる画像データがなくなるまで繰り返す(S12
4)。
FIG. 5 is a flowchart showing the processing relating to the classification of unclassified image data according to this embodiment. First,
Image data to be classified (unclassified) is fetched (S120), feature vectors of each of these image data are extracted, and registered in the database 32 (S12).
2). This feature vector is a vector equivalent to that extracted in step S102 of the chart shown in FIG.
It is an n-dimensional vector consisting of values that can be quantitatively extracted from image data. The extraction of the feature vector is repeated until there is no image data to be classified (S12).
4).

【0022】次に、図4のチャートのステップS118
で選択された距離定義を呼び出し(S126)、この距
離計算方法に基づき未分類画像データの各特徴ベクトル
間の距離の算出を行う(S128)。算出された距離に
基づき、図4のチャートのステップS110と同様の分
類手法により、特徴ベクトルの、すなわち未分類画像デ
ータの分類を行う(S130)。分類が終了した(S1
32)ならば、分類結果をデータベース32に登録する
(S138)。
Next, step S118 of the chart of FIG.
The distance definition selected in step S126 is called (S126), and the distance between the feature vectors of the unclassified image data is calculated based on this distance calculation method (S128). Based on the calculated distance, the feature vector, that is, unclassified image data is classified by the same classification method as in step S110 of the chart of FIG. 4 (S130). Classification is completed (S1
If 32), the classification result is registered in the database 32 (S138).

【0023】以上のように、本実施形態においては、す
でに分類されている画像データと同様または類似の分類
となるような距離定義に基づき新たな画像データの分類
を行う。したがって、新たな画像データを分類する際
に、すでに分類されている画像データを参照して、この
分類と同等または類似の分類を自動的に行うことが可能
となる。
As described above, in the present embodiment, new image data is classified based on the distance definition that is similar or similar to the already classified image data. Therefore, when classifying new image data, it is possible to refer to the already classified image data and automatically perform a classification equivalent to or similar to this classification.

【0024】図6は、本発明に係る第2の実施形態の機
能構成図であって、特に画像データを分類するための特
徴ベクトルの抽出にかかる構成を示している。画像デー
タ50は、二つの参照群52,54に、あらかじめ分類
されて、記憶されている。この分類は、ユーザにとって
好ましいものとなっている。第1の参照群52と第2の
参照群54に分類されている各画像データは、n次元の
特徴ベクトルを有している。この特徴ベクトルの各空間
軸が表す特徴量を一つずつ特徴量抽出手段58により抽
出する。そして、その特徴量の一つずつに対して特徴量
評価手段60にてその特徴量が画像データ50を二つの
参照群52,54に分けるに当たってどの程度寄与して
いるかを評価する。具体的には、特徴量抽出手段58
は、前記n次元特徴ベクトルを構成する第1〜第nの空
間軸のうち、それぞれ一つを抽出する第1〜第n特徴量
抽出部58-1〜58-nを含む。特徴量評価手段60は、
前述の第1〜第n特徴量抽出部58-1〜58-nに1対1
に対応して第1〜第n特徴量評価部60-1〜60-nを含
む。各特徴量評価部60-1〜60-nは、それぞれ対応す
る各特徴量抽出部58-1〜58-nで抽出された特徴量に
対して参照群52,54の分類の寄与度を評価する。具
体的には、抽出された一つの特徴量(空間軸)を除いた
(n−1)次元の特徴ベクトルを形成し、この特徴ベク
トルに基づき参照群52,54に属する画像データ50
を再分類する。この再分類が、二つの参照群52,54
と同様または類似の分類となるのであれば、除いた特徴
量は参照群52,54の分類への寄与が低いことが判断
できる。逆に、再分類において、大きく分類が異なるよ
うになれば、除いた特徴量が参照群52,54の分類へ
の寄与が高いことが判断できる。各空間軸に対して評価
を行い、特徴ベクトル構成手段62により寄与度の高い
m個(n>m)の空間軸によりm次特徴ベクトルを構成
する。
FIG. 6 is a functional block diagram of the second embodiment according to the present invention, and particularly shows a configuration for extracting a feature vector for classifying image data. The image data 50 is pre-classified and stored in two reference groups 52 and 54. This classification has become preferable to the user. Each image data classified into the first reference group 52 and the second reference group 54 has an n-dimensional feature vector. The feature quantity represented by each spatial axis of this feature vector is extracted by the feature quantity extraction means 58 one by one. Then, for each of the feature amounts, the feature amount evaluation unit 60 evaluates how much the feature amount contributes to dividing the image data 50 into the two reference groups 52 and 54. Specifically, the feature amount extraction means 58
Includes first to nth feature amount extraction units 58-1 to 58-n for extracting one of the first to nth spatial axes forming the n-dimensional feature vector, respectively. The feature amount evaluation means 60,
One-to-one correspondence with the first to n-th feature amount extraction units 58-1 to 58-n.
Corresponding to the first to nth feature amount evaluation units 60-1 to 60-n. Each of the feature amount evaluation units 60-1 to 60-n evaluates the contribution of the classification of the reference groups 52 and 54 to the feature amount extracted by the corresponding feature amount extraction unit 58-1 to 58-n. To do. Specifically, an (n-1) -dimensional feature vector excluding one extracted feature amount (spatial axis) is formed, and the image data 50 belonging to the reference groups 52 and 54 is formed based on this feature vector.
Reclassify. This reclassification results in two reference groups 52, 54.
If it is similar or similar to the above, it can be determined that the removed feature amount has a low contribution to the classification of the reference groups 52 and 54. On the other hand, if the classifications are largely different in the reclassification, it can be determined that the removed feature amount has a high contribution to the classification of the reference groups 52 and 54. Each spatial axis is evaluated, and the feature vector constructing unit 62 constructs an m-th order feature vector from m (n> m) spatial axes having a high degree of contribution.

【0025】図7は、第2の実施形態の機能構成図であ
って、特に、好ましい分類を行うために抽出されたm次
元特徴ベクトルに基づく未分類の画像データの分類にか
かる構成を示している。未分類画像データ64のそれぞ
れのm個の特徴量が特徴量抽出手段66により抽出され
る。特徴量抽出手段は、m個の第1〜第m特徴量抽出部
66-1〜66-mにより構成され、一つの特徴量に対し、
一つの抽出部が対応している。抽出された特徴量より、
特徴ベクトル生成手段68にて、m次元特徴ベクトルを
生成する。このm次元特徴ベクトル空間において、分類
手段70にて分類を行い、分類結果をデータベース72
に登録する。
FIG. 7 is a functional block diagram of the second embodiment, and particularly shows a configuration related to classification of unclassified image data based on the m-dimensional feature vector extracted to perform preferable classification. There is. The m feature amounts of each of the unclassified image data 64 are extracted by the feature amount extraction means 66. The feature amount extraction means is composed of m first to m-th feature amount extraction units 66-1 to 66-m, and for one feature amount,
One extraction unit corresponds. From the extracted features,
The feature vector generation means 68 generates an m-dimensional feature vector. In this m-dimensional feature vector space, the classification means 70 performs classification, and the classification results are stored in the database 72.
Register with.

【0026】図8は、第2の実施形態の、分類のための
特徴量の抽出に係る処理フローチャートである。まず、
すでに好ましい分類が行われている画像データを入力し
(S200)、各画像データごとにn個の特徴量を抽出
し、データベース72に登録する(S202)。ここ
で、特徴量とは、画像データより定量的に取り出すこと
のできる値であり、例えば、画像データに含まれる色情
報やエッジ情報など、画像処理によって得られる値であ
る。この処理を分析対象となる画像データがなくなるま
で繰り返す(S204)。
FIG. 8 is a processing flowchart relating to the extraction of the feature quantity for classification according to the second embodiment. First,
Image data that has already been subjected to preferable classification is input (S200), n feature quantities are extracted for each image data, and registered in the database 72 (S202). Here, the feature amount is a value that can be quantitatively extracted from the image data, and is, for example, a value obtained by image processing such as color information or edge information included in the image data. This process is repeated until there is no image data to be analyzed (S204).

【0027】次に、n次元特徴ベクトル空間から、一つ
の特徴量(空間軸)を除いた特徴量で構成される(n−
1)次元特徴ベクトル空間を取り出し(S206)、参
照群52,54間の距離を測る(S208)。この際
(n−1)次元特徴ベクトル空間における参照群の重心
を求め、この重心間の距離を測り、参照群間の距離とす
る。こうして得られた(n−1)次元特徴ベクトル空間
における参照群間の距離と、n次元特徴ベクトル空間に
おける参照群間の距離からウイルクスのΛ統計量を求め
て比較し、取り除かれた特徴量が分類に寄与しているか
を示す寄与度を求める(S210)。この処理をn個の
特徴量全てに対して行う(S212)。上記の寄与度に
基づき、実際の分類に用いるm次元特徴ベクトル空間を
選択する。この際、統計的に有意と認められる特徴量を
選択し、あるいは所定の条件で抽出した寄与度の上位i
個または上位j%の特徴量を選択する(S214)。
Next, the n-dimensional feature vector space is constructed by a feature amount excluding one feature amount (spatial axis) (n-
1) The dimensional feature vector space is extracted (S206) and the distance between the reference groups 52 and 54 is measured (S208). At this time, the barycenter of the reference group in the (n-1) -dimensional feature vector space is obtained, and the distance between the barycenters is measured and used as the distance between the reference groups. From the distance between the reference groups in the (n-1) -dimensional feature vector space thus obtained and the distance between the reference groups in the n-dimensional feature vector space, Wilx's Λ statistic is calculated and compared, and the removed feature amount is A contribution degree indicating whether or not it contributes to the classification is obtained (S210). This process is performed for all n feature quantities (S212). An m-dimensional feature vector space used for actual classification is selected based on the above contribution. At this time, a feature amount that is statistically significant is selected, or the top i of contributions extracted under a predetermined condition are selected.
Individual or top j% feature quantities are selected (S214).

【0028】図9は、第2の実施形態の、未分類画像デ
ータの分類に係る処理を示すフローチャートである。ま
ず、これから分類する(未分類の)画像データを取り込
み(S216)、これらの各画像データの特徴量を抽出
し、これをデータベース72に登録する(S218)。
この特徴量は、図8に示すチャートのステップS202
で抽出したものと同等のベクトルであり、画像データよ
り定量的に取り出すことができる値からなるn個の特徴
量である。特徴ベクトルの抽出を分類対象となる画像デ
ータがなくなるまで繰り返す(S220)。
FIG. 9 is a flow chart showing a process relating to classification of unclassified image data according to the second embodiment. First, the image data to be classified (unclassified) is fetched (S216), the feature amount of each of these image data is extracted, and this is registered in the database 72 (S218).
This feature amount is obtained in step S202 of the chart shown in FIG.
The vector is equivalent to the vector extracted in step (4), and is the n feature quantities having values that can be quantitatively extracted from the image data. The extraction of the feature vector is repeated until there is no image data to be classified (S220).

【0029】次に、図8のチャートのステップS214
で決定した特徴ベクトル空間を用い(S222)、未分
類画像データの各特徴ベクトル間の距離の算出を行う
(S224)。算出された距離に基づき、特徴ベクトル
の分類を行う(S226)。この分類は、特徴ベクトル
間の距離を基に、その距離の近いものをまとめていくと
いうものである。一般にクラスタ分析などといわれる方
法を用いる。クラスタ解析には、階層的手法と非階層的
手法があるが、どちらを用いてもよい。特徴ベクトルの
分類が終了したら(S228)、分類結果をデータベー
スに登録し(S230)、終了する。
Next, step S214 in the chart of FIG.
Using the feature vector space determined in (S222), the distance between the feature vectors of the unclassified image data is calculated (S224). The feature vector is classified based on the calculated distance (S226). This classification is based on the distance between the feature vectors and collects those having a short distance. A method generally called cluster analysis is used. Cluster analysis includes a hierarchical method and a non-hierarchical method, and either method may be used. When the feature vector classification is completed (S228), the classification result is registered in the database (S230), and the process is completed.

【0030】第2の実施形態によれば、すでに分類され
ている画像データの分類に関し、寄与度の高い特徴量に
より構成される特徴量ベクトルにより、新たな画像デー
タの分類を行う。よって、新たな画像データの分類をす
る際に、すでに分類されている画像データの分類と同様
または類似する分類を自動的に行うことができる。ま
た、寄与度の高い特徴量を選び出していることにより、
分類に用いる特徴量ベクトルの次元を低くすることがで
き、処理負担が軽減される。
According to the second embodiment, regarding the classification of the image data that has already been classified, new image data is classified by the feature quantity vector composed of the feature quantity having a high contribution. Therefore, when classifying new image data, classification similar to or similar to the classification of image data already classified can be automatically performed. In addition, by selecting features with high contribution,
The dimension of the feature quantity vector used for classification can be reduced, and the processing load can be reduced.

【図面の簡単な説明】[Brief description of drawings]

【図1】 ネットワーク環境の一例を示す図である。FIG. 1 is a diagram illustrating an example of a network environment.

【図2】 本実施形態の機能を示すブロック図であり、
特に分類に用いる距離定義の決定に係る構成を示す図で
ある。
FIG. 2 is a block diagram showing functions of the present embodiment,
It is a figure which shows the structure regarding the determination of the distance definition especially used for classification.

【図3】 本実施形態の機能を示すブロック図であり、
特に未分類の画像データの分類に係る構成を示す図であ
る。
FIG. 3 is a block diagram showing functions of the present embodiment,
It is a figure which shows the structure regarding classification of unclassified image data especially.

【図4】 本実施形態の処理を示すフローチャートであ
り、特に分類に用いる距離定義の決定に係るチャートで
ある。
FIG. 4 is a flowchart showing processing of the present embodiment, and is a chart relating to determination of a distance definition used for classification in particular.

【図5】 本実施形態の処理を示すフローチャートであ
り、特に未分類の画像データの分類に係るチャートであ
る。
FIG. 5 is a flowchart showing the processing of this embodiment, and is a chart relating to the classification of unclassified image data.

【図6】 第2の実施形態の機能を示すブロック図であ
り、特に分類に用いる特徴量の抽出に係る構成を示す図
である。
FIG. 6 is a block diagram showing functions of the second embodiment, and is a diagram showing a configuration particularly related to extraction of a feature amount used for classification.

【図7】 第2の実施形態の機能を示すブロック図であ
り、特に未分類の画像データの分類に係る構成を示す図
である。
FIG. 7 is a block diagram showing functions of the second embodiment, and particularly a diagram showing a configuration relating to classification of unclassified image data.

【図8】 第2の実施形態の処理を示すフローチャート
であり、特に分類に用いる特徴量の抽出に係る構成を示
す図である。
FIG. 8 is a flowchart showing a process of the second embodiment, and is a diagram showing a configuration particularly related to extraction of a feature amount used for classification.

【図9】 第2の実施形態の処理を示すフローチャート
であり、特に未分類の画像データの分類に係るチャート
である。
FIG. 9 is a flowchart showing the processing of the second embodiment, and is a chart relating to classification of unclassified image data in particular.

【符号の説明】[Explanation of symbols]

10,50 画像データ(分類済み)、12,52 第
1参照群、14,54第2参照群、16 特徴ベクトル
抽出手段、18 距離算出手段、20 評価手段、22
距離定義選択手段、24,64 画像データ(未分
類)、26 特徴ベクトル抽出手段、28 距離算出手
段、30 分類手段、32,72 データベース、58
特徴量抽出手段、60 特徴量評価手段、62 特徴
ベクトル構成手段、66 特徴量抽出手段、68 特徴
ベクトル生成手段、70 分類手段。
10, 50 Image data (classified), 12, 52 First reference group, 14, 54 Second reference group, 16 Feature vector extraction means, 18 Distance calculation means, 20 Evaluation means, 22
Distance definition selection means, 24, 64 image data (unclassified), 26 feature vector extraction means, 28 distance calculation means, 30 classification means, 32, 72 database, 58
Feature quantity extraction means, 60 Feature quantity evaluation means, 62 Feature vector construction means, 66 Feature quantity extraction means, 68 Feature vector generation means, 70 Classification means.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 画像データから取り出した特徴ベクトル
に基づき前記画像データの分類を行う画像データ分類装
置であって、 あらかじめ複数の参照群に分類された画像データの特徴
ベクトルに基づき、2種類以上の距離定義により、個々
の画像データ間のベクトル間距離を算出する距離算出手
段と、 前記算出されたベクトル間距離により、前記参照群に属
する画像データの分類を行い、この分類結果を前記参照
群と比較して、当該ベクトル間距離を算出した距離定義
を評価し、前記参照群の分類と類似した分類がなされた
距離定義を選択する距離定義選択手段と、 未分類の画像データに対し、前記選択された距離定義を
適用して、当該未分類の画像データの分類を行う分類手
段と、を有する画像データ分類装置。
1. An image data classification device for classifying the image data based on a feature vector extracted from the image data, wherein two or more types of image data are classified based on the feature vector of the image data previously classified into a plurality of reference groups. By the distance definition, distance calculating means for calculating the inter-vector distance between individual image data, and by the calculated inter-vector distance, the image data belonging to the reference group is classified, and this classification result is referred to as the reference group. By comparing, the distance definition calculating the distance between the vectors is evaluated, and the distance definition selecting means for selecting a distance definition having a classification similar to the classification of the reference group, and the selection for the unclassified image data. And an image data classification device that applies the defined distance definition to classify the unclassified image data.
【請求項2】 請求項1に記載の画像データ分類装置で
あって、前記距離算出手段によるベクトル間距離の算出
は、前記特徴ベクトルの分散、共分散および密度の少な
くとも一部を考慮に入れて行われる、画像データ分類装
置。
2. The image data classification device according to claim 1, wherein the calculation of the inter-vector distance by the distance calculating means takes into consideration at least a part of the variance, covariance and density of the feature vector. An image data classification device performed.
【請求項3】 請求項1に記載の画像データ分類装置で
あって、前記距離算出手段によるベクトル間距離の算出
は、前記特徴ベクトルの所定の空間軸に関する出現確率
を考慮に入れて行われる、画像データ分類装置。
3. The image data classification device according to claim 1, wherein the calculation of the inter-vector distance by the distance calculating means is performed in consideration of the appearance probability of the feature vector with respect to a predetermined space axis. Image data classification device.
【請求項4】 請求項1に記載の画像データ分類装置で
あって、前記画像データの特徴ベクトルは、当該画像デ
ータの登録に関する空間軸を含み、前記距離算出手段に
よるベクトル間距離の算出は、前記画像の登録に関する
空間軸に対応した出現確率を考慮に入れて行われる、画
像データ分類装置。
4. The image data classification device according to claim 1, wherein the feature vector of the image data includes a spatial axis relating to registration of the image data, and calculation of the inter-vector distance by the distance calculation means, An image data classification device, which is performed in consideration of an appearance probability corresponding to a spatial axis regarding registration of the image.
【請求項5】 画像データから取り出したn次元の特徴
ベクトルに基づき前記画像データの分類を行う画像デー
タ分類装置であって、 あらかじめ複数の参照群に分類された画像データのn次
元特徴ベクトルに基づき、前記参照群間のベクトル間距
離を算出するn次元距離算出手段と、 前記n次元特徴ベクトルの各空間軸の、ベクトル間距離
に関する寄与度を算出する寄与度算出手段と、 前記寄与度の高い空間軸を、前記nより小さいm個を抽
出し、m次元の特徴ベクトル空間を抽出するm次元特徴
ベクトル空間抽出手段と、 未分類の画像データに対し、前記m次元特徴ベクトル空
間において、前記参照群とのベクトル間距離を算出し、
この算出結果に基づき、前記未分類の画像データの分類
を行う分類手段と、を有する画像データ分類装置。
5. An image data classification device for classifying the image data based on an n-dimensional feature vector extracted from the image data, the image data classification device based on the n-dimensional feature vector of the image data previously classified into a plurality of reference groups. An n-dimensional distance calculating means for calculating an inter-vector distance between the reference groups, a contribution degree calculating means for calculating a contribution degree of each spatial axis of the n-dimensional feature vector with respect to the inter-vector distance, and a high contribution degree. An m-dimensional feature vector space extracting means for extracting m pieces of space axes smaller than n and extracting an m-dimensional feature vector space; and for the unclassified image data, the reference in the m-dimensional feature vector space. Calculate the vector distance to the group,
An image data classification device having a classification means for classifying the unclassified image data based on the calculation result.
【請求項6】 請求項5に記載の画像データ分類装置で
あって、前記寄与度算出手段は、n次元特徴ベクトルの
少なくとも一つの空間軸を排除した特徴ベクトルに基づ
き前記参照群間の距離を算出し、この距離と前記n次元
特徴ベクトルに基づく距離との比較により、前記排除し
た空間軸の寄与度を算出する、画像データ分類装置。
6. The image data classification device according to claim 5, wherein the contribution degree calculation unit calculates the distance between the reference groups based on a feature vector excluding at least one spatial axis of the n-dimensional feature vector. An image data classification device that calculates and calculates the contribution of the excluded spatial axis by comparing this distance with the distance based on the n-dimensional feature vector.
JP2002036237A 2002-02-14 2002-02-14 Image data classification device Expired - Fee Related JP4036009B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002036237A JP4036009B2 (en) 2002-02-14 2002-02-14 Image data classification device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002036237A JP4036009B2 (en) 2002-02-14 2002-02-14 Image data classification device

Publications (2)

Publication Number Publication Date
JP2003242160A true JP2003242160A (en) 2003-08-29
JP4036009B2 JP4036009B2 (en) 2008-01-23

Family

ID=27778178

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002036237A Expired - Fee Related JP4036009B2 (en) 2002-02-14 2002-02-14 Image data classification device

Country Status (1)

Country Link
JP (1) JP4036009B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007017264A (en) * 2005-07-07 2007-01-25 Sharp Corp Method and device for evaluating image processing algorithm, method and device for generating image processing algorithm, program, and program recording medium
WO2011148439A1 (en) * 2010-05-27 2011-12-01 パナソニック株式会社 Operation analysis device and operation analysis method
JP2016038751A (en) * 2014-08-07 2016-03-22 キヤノン株式会社 Clustering method and data processing apparatus
US10642864B2 (en) 2014-03-18 2020-05-05 Nec Corporation Information processing device and clustering method
CN111930935A (en) * 2020-06-19 2020-11-13 普联国际有限公司 Image classification method, device, equipment and storage medium

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007017264A (en) * 2005-07-07 2007-01-25 Sharp Corp Method and device for evaluating image processing algorithm, method and device for generating image processing algorithm, program, and program recording medium
WO2011148439A1 (en) * 2010-05-27 2011-12-01 パナソニック株式会社 Operation analysis device and operation analysis method
JP2011248664A (en) * 2010-05-27 2011-12-08 Panasonic Corp Operation analysis device and operation analysis method
CN102473301A (en) * 2010-05-27 2012-05-23 松下电器产业株式会社 Operation analysis device and operation analysis method
US8565488B2 (en) 2010-05-27 2013-10-22 Panasonic Corporation Operation analysis device and operation analysis method
US10642864B2 (en) 2014-03-18 2020-05-05 Nec Corporation Information processing device and clustering method
JP2016038751A (en) * 2014-08-07 2016-03-22 キヤノン株式会社 Clustering method and data processing apparatus
CN111930935A (en) * 2020-06-19 2020-11-13 普联国际有限公司 Image classification method, device, equipment and storage medium
CN111930935B (en) * 2020-06-19 2024-06-07 普联国际有限公司 Image classification method, device, equipment and storage medium

Also Published As

Publication number Publication date
JP4036009B2 (en) 2008-01-23

Similar Documents

Publication Publication Date Title
Chávez et al. Effective proximity retrieval by ordering permutations
US9323841B2 (en) Method and apparatus for multi-dimensional content search and video identification
US6778705B2 (en) Classification of objects through model ensembles
CN1909677B (en) Image representation and analysis method
US20060133666A1 (en) Methods and systems for feature selection
KR20040037180A (en) System and method of face recognition using portions of learned model
US5774576A (en) Pattern recognition by unsupervised metric learning
CN115410088B (en) Hyperspectral image field self-adaption method based on virtual classifier
CN109086830B (en) Typical correlation analysis near-duplicate video detection method based on sample punishment
Ding et al. Single sample per person face recognition with KPCANet and a weighted voting scheme
Jenni et al. Pre-processing image database for efficient Content Based Image Retrieval
CN113947101A (en) Unsupervised pedestrian re-identification method and system based on softening similarity learning
Cheng et al. A semantic learning for content-based image retrieval using analytical hierarchy process
JP2002183171A (en) Document data clustering system
WO2019184480A1 (en) Item recommendation
JP4082043B2 (en) Image search device
Wang et al. SpecVAT: Enhanced visual cluster analysis
CN107169830B (en) Personalized recommendation method based on clustering PU matrix decomposition
JP2003242160A (en) Image data classifying apparatus
JP5971722B2 (en) Method for determining transformation matrix of hash function, hash type approximate nearest neighbor search method using the hash function, apparatus and computer program thereof
CN117011751A (en) Segmentation of video image sequences using a transformer network
CN115935082A (en) User cold start content recommendation method, computing device and storage medium
JP4302799B2 (en) Document search apparatus, method, and recording medium
CN114254705A (en) Abnormal data detection method and device, storage medium and computer equipment
CN111127485B (en) Method, device and equipment for extracting target area in CT image

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040913

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040913

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070710

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070904

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20071009

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071022

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101109

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111109

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111109

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121109

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121109

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131109

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees