Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP4740889B2 - Parameter estimation device, parameter estimation method, program implementing the method, and recording medium recording the program - Google Patents
[go: Go Back, main page]

JP4740889B2 - Parameter estimation device, parameter estimation method, program implementing the method, and recording medium recording the program - Google Patents

Parameter estimation device, parameter estimation method, program implementing the method, and recording medium recording the program Download PDF

Info

Publication number
JP4740889B2
JP4740889B2 JP2007055293A JP2007055293A JP4740889B2 JP 4740889 B2 JP4740889 B2 JP 4740889B2 JP 2007055293 A JP2007055293 A JP 2007055293A JP 2007055293 A JP2007055293 A JP 2007055293A JP 4740889 B2 JP4740889 B2 JP 4740889B2
Authority
JP
Japan
Prior art keywords
parameter estimation
parameter
subspace
feature
value
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.)
Active
Application number
JP2007055293A
Other languages
Japanese (ja)
Other versions
JP2008217521A (en
Inventor
慎吾 安藤
章 鈴木
貴之 安野
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.)
NTT Inc
NTT Inc USA
Original Assignee
Nippon Telegraph and Telephone Corp
NTT Inc USA
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 Nippon Telegraph and Telephone Corp, NTT Inc USA filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2007055293A priority Critical patent/JP4740889B2/en
Publication of JP2008217521A publication Critical patent/JP2008217521A/en
Application granted granted Critical
Publication of JP4740889B2 publication Critical patent/JP4740889B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Analysis (AREA)

Description

本発明は、画像中に含まれるオブジェクトのパラメータを推定するパラメータ推定装置,パラメータ推定方法,その方法を実装したプログラム及びそのプログラムを記録した記録媒体に関するものである。   The present invention relates to a parameter estimation apparatus that estimates parameters of an object included in an image, a parameter estimation method, a program that implements the method, and a recording medium that records the program.

カメラで撮像したオブジェクトには、どの向きから撮ったものか、どこから照明をあてているか等、さまざまなパラメータが含まれている。例えば図4は、撮影角度(水平方向)をパラメータとして考えた場合の画像とパラメータの関係である。これらのパラメータ情報を画像のみから推定することは、工業部品の分類、移動物体の監視といった幅広い応用が考えられ、工学的価値は高い。これを実現する方法として、線形部分空間法とサポートベクトル回帰を組み合わせた手法が提案されている(非特許文献1参照)。   The object imaged by the camera includes various parameters such as from which direction the object is taken and from where the illumination is applied. For example, FIG. 4 shows the relationship between an image and parameters when the shooting angle (horizontal direction) is considered as a parameter. Estimating these parameter information only from images is considered to have a wide range of applications such as industrial part classification and moving object monitoring, and has high engineering value. As a method for realizing this, a method combining a linear subspace method and support vector regression has been proposed (see Non-Patent Document 1).

これは、パラメータをさまざまに変えたときの画像とパラメータとの関係を、特徴空間における入出力関数として表現し、その関数を用いてパラメータを推定する手法である。この方法は、「パラメトリック固有空間法」(非特許文献2参照)のようにサンプル点を全て保存する方法ではなく、関数の基底ベクトルに相当するベクトル(サポートベクトル)だけ保存すれば良いため、メモリ空間を圧迫する心配が少ない。   This is a technique for expressing the relationship between an image and a parameter when the parameters are changed in various ways as an input / output function in the feature space, and estimating the parameter using the function. This method is not a method of storing all the sample points as in the “parametric eigenspace method” (see Non-Patent Document 2), but only a vector (support vector) corresponding to the basis vector of the function needs to be stored. There is little worry to squeeze the space.

尚、関連技術として、部分空間法(例えば非特許文献3参照)が広く知られている。
安藤慎吾、草地良規、鈴木 章、荒川賢一“サポートベクトル回帰を用いた三次元物体の姿勢推定法”,信学論 D,Vol.J89−D,No8,pp.1840−1847,2006 村瀬 洋、Shree K.NAYAR“2次元照合による3次元物体認識−パラメトリック固有空間法−”,電子情報通信学会論文誌D−II,Vol.J77−D−II,No.11,pp.2179−2187,1994 石井健一郎,上田修功,前田英作,村瀬洋共著,”わかりやすいパターン認識”,オーム社,1998
As a related technique, a subspace method (see, for example, Non-Patent Document 3) is widely known.
Shingo Ando, Yoshinori Kusachi, Akira Suzuki, Kenichi Arakawa “3D Object Pose Estimation Using Support Vector Regression”, Science Theory D, Vol. J89-D, No8, pp. 1840-1847, 2006 Hiroshi Murase, Shree K. NAYAR “3D Object Recognition by 2D Matching—Parametric Eigenspace Method”, IEICE Transactions D-II, Vol. J77-D-II, No. 11, pp. 2179-2187, 1994 Kenichiro Ishii, Noriyoshi Ueda, Eisaku Maeda, Hiroshi Murase, “Intuitive Pattern Recognition”, Ohmsha, 1998

しかしながら非特許文献1,2に記載の方法では、背景がさまざまに変化したり、オクルージョンが発生するような状況下に弱いという問題がある。   However, the methods described in Non-Patent Documents 1 and 2 have a problem that they are weak in situations where the background changes variously or occlusion occurs.

本発明は上記の点に鑑みてなされたものでその目的は、画像内オブジェクトのパラメータ推定において、背景変化とオクルージョンに頑健なパラメータ推定が実現できるパラメータ推定装置,パラメータ推定方法,その方法を実装したプログラム及びそのプログラムを記録した記録媒体を提供することにある。   The present invention has been made in view of the above points, and an object of the present invention is to implement a parameter estimation apparatus, a parameter estimation method, and a method that can realize parameter estimation robust to background change and occlusion in parameter estimation of an object in an image. An object is to provide a program and a recording medium on which the program is recorded.

上記目的を達成するために、本発明ではまず、例えば図1に示すように、入力画像の領域内を複数の部分領域に分割する。この時、完全に排他的に領域分割するのではなく、オーバーラップを許して複数領域を設定してもよい。この図1の例では、入力画像の左上、左下、右上、右下、中央の5つの領域を設定しており、中央の領域5は、他の領域1〜4とオーバーラップしている。   In order to achieve the above object, the present invention first divides the area of the input image into a plurality of partial areas, for example, as shown in FIG. At this time, instead of completely dividing the area completely, a plurality of areas may be set by allowing overlap. In the example of FIG. 1, five areas of the upper left, lower left, upper right, lower right, and center of the input image are set, and the center area 5 overlaps with the other areas 1 to 4.

そして、学習処理において、各領域における画像とパラメータの関係を関数表現する。またパラメータ推定処理では、各領域においてパラメータを推定し、その中から最適なパラメータ値を選択する。選択法はメディアン(中央値)、重み付きのメディアン、平均値、重み付き平均値などが考えられる。重み付きのメディアンや重み付き平均値を用いる場合、予め定義された何らかの信頼度で重み付けすることにする。例えば、学習画像を用いて作成された部分空間と入力ベクトルとの距離の逆数等が信頼度として利用できる(勿論、信頼度の算出法はこれに限定されるものではない。)これにより、オクルージョン領域に関する影響を低減することができる。   In the learning process, the relationship between the image and the parameter in each region is expressed as a function. In the parameter estimation process, a parameter is estimated in each region, and an optimum parameter value is selected from the parameters. As the selection method, median (median value), weighted median, average value, weighted average value, and the like can be considered. In the case of using a weighted median or a weighted average value, weighting is performed with some predetermined reliability. For example, the reciprocal of the distance between the subspace created using the learning image and the input vector can be used as the reliability (of course, the method of calculating the reliability is not limited to this). The influence on the area can be reduced.

また、画像の特徴量として輝度そのものを用いるのではなく、各位置のグラジェントに関する特徴量を利用する。このときの特徴ベクトルを以下の式(1)〜式(5)のものとする。   Further, instead of using the luminance itself as the feature amount of the image, the feature amount relating to the gradient at each position is used. The feature vectors at this time are assumed to be those of the following formulas (1) to (5).

ここで、xα,k、xβ,k、xχ,kおよびxδ,kは特徴ベクトルxのk番目の要素、akはk番目に対応する位置の横方向の微分値、bkはk番目に対応する位置の縦方向の微分値である。また、ckはk番目に対応する位置のななめ右上方向の微分値、dkはk番目に対応する位置のななめ右下方向の微分値である。 Here, x α, k , x β, k , x χ, k and x δ, k are the k-th element of the feature vector x, a k is the lateral differential value of the k-th corresponding position, b k Is a differential value in the vertical direction of the k-th corresponding position. In addition, ck is a differential value in the upper right direction of the lick corresponding to the kth position, and d k is a differential value in the lower right direction of the lick corresponding position.

微分値はもともとスパースな特徴量なので、基本的に、背景の変化に頑健な特徴量と言える。しかし、背景と物体の境目である輪郭部分に関しては、背景が変化することによって微分の強さが変化したり、微分方向が反転することもあり、必ずしも安定しているとは言えない。その点、上記特徴量は、微分の強さの変化と微分方向の反転に関して不変であるため、背景の変化に対してよりロバストな特徴量であると言える。   Since the differential value is originally a sparse feature, it can be said that it is basically a feature that is robust against changes in the background. However, the contour portion that is the boundary between the background and the object is not necessarily stable because the strength of the differential changes or the differential direction is reversed by the change of the background. In this respect, the feature amount is invariant with respect to the change in the strength of the differentiation and the inversion of the differentiation direction, and thus can be said to be a more robust feature amount with respect to the change in the background.

上記のように、画像の各位置での4方向の微分をベースとした特徴量を用いると同時に、複数の局所領域において導出されたパラメータ推定関数を利用し、メディアンまたは信頼度で重み付けされたメディアンを用いて最適なパラメータ値を選択すれば、特徴量の一部が変化したときの影響を小さくできるため、背景変化とオクルージョンに頑健なパラメータ推定を実現できる。   As described above, the median or the median weighted by the reliability using the parameter estimation function derived in a plurality of local regions at the same time using the feature amount based on the differentiation in the four directions at each position of the image. If an optimal parameter value is selected by using, the influence when a part of the feature amount changes can be reduced, so that parameter estimation robust to background change and occlusion can be realized.

本発明の請求項1に記載のパラメータ推定装置は、画像データに含まれるオブジェクトのパラメータを推定するパラメータ推定装置であって、デジタル画像データを入力する入力手段と、前記入力手段によって入力されたデジタル画像データから、その画像の各位置での縦、横、ななめ上、ななめ下方向の微分値を抽出し、各位置でグラジェントの強さを正規化して絶対値をとった値をオブジェクトの特徴として抽出する特徴抽出手段と、前記特徴抽出手段により抽出されたオブジェクトの特徴をもとに、予め決められた複数の領域においてそれぞれ、主成分分析によりオブジェクトの部分空間を算出する部分空間群作成手段と、前記複数の領域においてそれぞれ、サポートベクトル回帰によりパラメータを推定するための関数を作成するパラメータ推定関数群作成手段と、前記部分空間群作成手段により算出されたオブジェクトの部分空間をメモリに記憶する部分空間群記憶手段と、前記パラメータ推定関数群作成手段により作成されたオブジェクトのパラメータ推定関数をメモリに記憶するパラメータ推定関数群記憶手段と、パラメータ推定対象のオブジェクトを撮像したときの画像データから抽出した特徴量を、前記各領域において前記部分空間群記憶手段に記憶された部分空間に射影する部分空間射影手段と、前記パラメータ推定関数群記憶手段に記憶された関数をもとに、前記各領域で、前記部分空間群射影手段により射影された特徴量のパラメータを推定するパラメータ推定手段と、前記パラメータ推定手段により前記各領域で推定されたパラメータ値から最も確からしい値を選択する推定結果統合手段と、前記推定結果統合手段により選択された推定結果を出力する出力手段とを備え、前記オブジェクトの特徴を表す特徴ベクトルxを、特徴ベクトルxのk番目の要素をx α,k 、x β,k 、x χ,k およびx δ,k とし、a k はk番目に対応する位置の横方向の微分値、b k はk番目に対応する位置の縦方向の微分値、c k はk番目に対応する位置のななめ右上方向の微分値、d k はk番目に対応する位置のななめ右下方向の微分値とし、
の式のものとすることを特徴としている。
A parameter estimation apparatus according to claim 1 of the present invention is a parameter estimation apparatus for estimating a parameter of an object included in image data, and includes an input means for inputting digital image data, and a digital signal input by the input means. From the image data , the differential values in the vertical, horizontal, tanned and licked down directions at each position of the image are extracted, and the gradient strength is normalized at each position to obtain the absolute value. a feature extraction means for extracting as the features on the basis of the characteristics of the extracted objects by extracting means, respectively, in a plurality of regions previously determined, subspace group creation means for calculating a subspace of the object by principal component analysis And a parameter for creating a parameter for estimating the parameter by support vector regression in each of the plurality of regions. Meter estimation function group creation means, subspace group storage means for storing the subspace of the object calculated by the subspace group creation means in a memory, and parameter estimation function for the object created by the parameter estimation function group creation means Parameter estimation function group storage means for storing the image in the memory, and the feature quantity extracted from the image data obtained when the object to be parameter estimated is imaged onto the partial space stored in the partial space group storage means in each area And a parameter estimation unit that estimates the parameter of the feature amount projected by the subspace group projection unit in each region based on the function stored in the parameter estimation function group storage unit. From the parameter values estimated in the respective areas by the parameter estimation means, An estimation result integration means for selecting have value, e Bei and output means for outputting the estimation result selected by the estimation result integration means, the feature vector x representing a characteristic of the object, k-th feature vector x The elements are x α, k , x β, k , x χ, k and x δ, k , a k is the lateral differential value of the k-th corresponding position , and b k is the vertical position of the k-th corresponding position. A differential value in the direction, ck is a differential value in the upper right direction of the lick corresponding to the kth position, and d k is a differential value in the lower right direction of the lick corresponding to the position corresponding to the kth,
It is characterized by being of the formula of

また請求項4に記載のパラメータ推定方法は、画像データに含まれるオブジェクトのパラメータを推定するパラメータ推定方法であって、入力手段が、学習用のデジタル画像データを入力する学習画像入力ステップと、特徴抽出手段が、前記学習画像入力ステップにより入力されたデジタル画像データから、その画像の各位置での縦、横、ななめ上、ななめ下方向の微分値を抽出し、各位置でグラジェントの強さを正規化して絶対値をとった値をオブジェクトの特徴として抽出する第1の特徴抽出ステップと、部分空間群作成手段が、前記第1の特徴抽出ステップにより抽出されたオブジェクトの特徴をもとに、予め決められた複数の領域においてそれぞれ、主成分分析によりオブジェクトの部分空間を算出する部分空間群作成ステップと、パラメータ推定関数群作成手段が、前記複数の領域においてそれぞれ、サポートベクトル回帰によりパラメータを推定するための関数を作成するパラメータ推定関数群作成ステップと、部分空間群記憶手段が、前記部分空間群作成ステップにより算出されたオブジェクトの部分空間をメモリに記憶する部分空間群記憶ステップと、パラメータ推定関数群記憶手段が、前記パラメータ推定関数群作成ステップにより作成されたオブジェクトのパラメータ推定関数をメモリに記憶するパラメータ推定関数群記憶ステップと、入力手段が、パラメータ推定対象のデジタル画像データを入力する対象画像入力ステップと、特徴抽出手段が、前記対象画像入力ステップにより入力されたデジタル画像データから、その画像の各位置での縦、横、ななめ上、ななめ下方向の微分値を抽出し、各位置でグラジェントの強さを正規化して絶対値をとった値をオブジェクトの特徴として抽出する第2の特徴抽出ステップと、部分空間群射影手段が、前記第2の特徴抽出ステップにより抽出された特徴量を、前記各領域において前記部分空間群記憶手段に記憶された部分空間に射影する部分空間射影ステップと、パラメータ推定手段が、前記パラメータ推定関数群記憶手段に記憶された関数をもとに、前記各領域で、前記部分空間群射影ステップにより射影された特徴量のパラメータを推定するパラメータ推定ステップと、推定結果統合手段が、前記パラメータ推定ステップにより前記各領域で推定されたパラメータ値から最も確からしい値を選択する推定結果統合ステップと、出力手段が、前記推定結果統合ステップにより選択された推定結果を出力する出力ステップとを備え、
前記オブジェクトの特徴を表す特徴ベクトルxを、特徴ベクトルxのk番目の要素をx α,k 、x β,k 、x χ,k およびx δ,k とし、a k はk番目に対応する位置の横方向の微分値、b k はk番目に対応する位置の縦方向の微分値、c k はk番目に対応する位置のななめ右上方向の微分値、d k はk番目に対応する位置のななめ右下方向の微分値とし、
の式のものとすることを特徴としている。
The parameter estimation method according to claim 4 is a parameter estimation method for estimating a parameter of an object included in image data, wherein the input means inputs a learning image input step for inputting learning digital image data; Extraction means extracts from the digital image data input in the learning image input step the differential values in the vertical, horizontal, tanning and tanning directions at each position of the image, and the gradient strength at each position. A first feature extracting step for extracting a value obtained by normalizing and extracting the absolute value as a feature of the object, and a subspace group creating means based on the feature of the object extracted by the first feature extracting step A subspace group creation step for calculating a subspace of the object by principal component analysis in each of a plurality of predetermined regions; A parameter estimation function group creating unit creates a parameter estimation function group creating step for creating a function for estimating a parameter by support vector regression in each of the plurality of regions, and a subspace group storing unit is the subspace group creating step A subspace group storage step for storing the subspace of the object calculated by the above in a memory, and a parameter for storing the parameter estimation function for the object created by the parameter estimation function group creation step in the memory An estimation function group storage step, an input means for inputting digital image data for parameter estimation, and a feature extraction means for each of the images from the digital image data input in the target image input step Vertical, horizontal, tanned on position Extracting the differential value of the oblique downward direction, and the second feature extraction step of extracting a value taking the absolute value normalized as a feature of the object the intensity of the gradient at each position, the subspace group projection means, A subspace projection step of projecting the feature amount extracted in the second feature extraction step onto a subspace stored in the subspace group storage unit in each region; and a parameter estimation unit including the parameter estimation function group Based on the function stored in the storage means, the parameter estimation step for estimating the parameter of the feature amount projected by the subspace group projection step in each region, and the estimation result integration means include the parameter estimation step, An estimation result integration step of selecting the most probable value from the parameter values estimated in each region, and an output means, E Bei and an output step of outputting the estimation result selected by integration step,
The feature vector x representing the feature of the object is set to x α, k , x β, k , x χ, k and x δ, k as the k th element of the feature vector x , and a k corresponds to the k th position. Differential value in the horizontal direction, b k is the vertical differential value of the k-th corresponding position , c k is the slanted upper right differential value of the k-th corresponding position , and d k is the k-th corresponding position. The differential value of the licked lower right direction,
It is characterized by being of the formula of

上記構成によれば、画像中に含まれるオブジェクトに対し、背景変化およびオクルージョンに頑健かつ精度の良いパラメータ推定が可能となる。さらに、特徴抽出手段(ステップ)で抽出されたオブジェクトの特徴量は、微分の強さの変化と微分方向の反転に関して不変となり、背景の変化に対してよりロバストな特徴量となる。 According to the above configuration, parameter estimation that is robust against background change and occlusion and accurate can be performed on an object included in an image. Furthermore, the feature quantity of the object extracted by the feature extraction means (step) becomes invariant with respect to the change in the strength of differentiation and the inversion of the differentiation direction, and becomes a more robust feature quantity with respect to changes in the background.

また、請求項2に記載のパラメータ推定装置は、請求項1において、前記推定結果統合手段は、メディアンを用いることを特徴としている。 The parameter estimation device according to claim 2 is characterized in that, in claim 1 , the estimation result integrating means uses a median.

また、請求項5に記載のパラメータ推定方法は、請求項4において、前記推定結果統合ステップは、メディアンを用いることを特徴としている。 The parameter estimation method according to claim 5 is characterized in that, in claim 4 , the estimation result integration step uses a median.

また、請求項3に記載のパラメータ推定装置は、請求項1において、前記推定結果統合手段は、重み付きメディアンを用いることを特徴とし、重みとして予め定義された信頼度を利用することを特徴としている。 According to a third aspect of the present invention, there is provided the parameter estimation apparatus according to the first aspect , wherein the estimation result integration unit uses a weighted median and uses a reliability defined in advance as a weight. Yes.

また、請求項6に記載のパラメータ推定方法は、請求項4において、前記推定結果統合ステップは、重み付きメディアンを用いることを特徴とし、重みとして予め定義された信頼度を利用することを特徴としている。 The parameter estimation method according to claim 6 is characterized in that, in claim 4 , the estimation result integration step uses a weighted median, and uses a reliability defined in advance as a weight. Yes.

上記構成によれば、オクルージョン領域に関する影響が低減され、より確実なパラメータ値を選択することができる。   According to the above configuration, the influence on the occlusion area is reduced, and a more reliable parameter value can be selected.

また、請求項7に記載のパラメータ推定プログラムは、コンピュータに請求4乃至6のいずれか1項に記載の各ステップを実行させることを特徴としている。 A parameter estimation program according to a seventh aspect causes a computer to execute the steps according to any one of the fourth to sixth aspects .

また、請求項8に記載の記録媒体は、コンピュータに請求4乃至6のいずれか1項に記載の各ステップを実行させるパラメータ推定プログラムを記録したコンピュータ読み取り可能な記録媒体を特徴としている。 A recording medium according to an eighth aspect is characterized by a computer-readable recording medium in which a parameter estimation program for causing a computer to execute each step according to any one of the fourth to sixth aspects is recorded .

また本発明では、前記予め決められた複数の領域を、重複を許して定義することを特徴とする。また、推定結果統合手段、推定結果統合ステップにおいて、重み付きメディアンを用いることを特徴とし、重みとして予め定義された信頼度を利用することを特徴とし、信頼度として「オブジェクトの部分空間と、新たに入力された画像から得られる特徴ベクトルとの距離の逆数」を利用することを特徴とする。   Further, the present invention is characterized in that the plurality of predetermined areas are defined while allowing duplication. Further, the estimation result integration means and the estimation result integration step are characterized in that weighted medians are used, and a reliability defined in advance is used as the weight. The reciprocal of the distance from the feature vector obtained from the image input to “is used”.

(1)請求項1〜8に記載の発明によれば、画像中に含まれるオブジェクトに対し、背景変化およびオクルージョンに頑健かつ精度の良いパラメータ推定が可能となる。さらに、特徴抽出手段(ステップ)で抽出されたオブジェクトの特徴量は、微分の強さの変化と微分方向の反転に関して不変となり、背景の変化に対してよりロバストな特徴量が得られる。
(2)また請求項2,3,5,6に記載の発明によれば、オクルージョン領域に関する影響が低減され、より確実なパラメータ値を選択することができる。
(3)また請求項7に記載の発明によれば、請求項4乃至6のいずれか1項に記載の各ステップを実行させるコンピュータプログラムを提供することができる。
(4)また請求項8に記載の発明によれば、請求項4乃至6のいずれか1項に記載の各ステップを実行させるコンピュータプログラムを記録した記録媒体を提供することができる。
(1) According to the first to eighth aspects of the present invention, parameter estimation that is robust against background change and occlusion and has high accuracy can be performed on an object included in an image. Further, the feature amount of the object extracted by the feature extraction means (step) becomes invariant with respect to the change in the strength of the differentiation and the inversion of the differentiation direction, and a feature amount that is more robust against the change in the background is obtained.
(2) According to the inventions described in claims 2 , 3 , 5, and 6 , the influence on the occlusion region is reduced, and a more reliable parameter value can be selected.
(3) According to the invention described in claim 7 , it is possible to provide a computer program for executing each step described in any one of claims 4 to 6 .
(4) According to the invention described in claim 8 , it is possible to provide a recording medium in which a computer program for executing each step described in any one of claims 4 to 6 is recorded.

以下、図面を参照しながら本発明の実施の形態を詳細に説明するが、本発明は下記実施形態例に限定されるものではない。図2は本発明に係る実施形態のパラメータ推定装置の構成を示すブロック図であり、図3は、本発明に係る実施形態のパラメータ推定方法のフローチャートである。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. However, the present invention is not limited to the following embodiments. FIG. 2 is a block diagram showing the configuration of the parameter estimation apparatus according to the embodiment of the present invention, and FIG. 3 is a flowchart of the parameter estimation method of the embodiment according to the present invention.

図2において、学習画像データ入力部101(入力手段)はデジタルカメラ等で撮像された学習用のオブジェクト画像データおよびその正解パラメータ値を入力し、特徴抽出部102(特徴抽出手段)に伝送する。   In FIG. 2, a learning image data input unit 101 (input unit) inputs learning object image data captured by a digital camera or the like and a correct parameter value thereof, and transmits them to a feature extraction unit 102 (feature extraction unit).

特徴抽出部102は入力されたデジタル画像データから、そのオブジェクトの特徴ベクトルを抽出し、部分空間群作成部103(部分空間群作成手段)へ伝送する。特徴ベクトルは基本的に何を用いても良いが、前述した式(1)〜(5)を用いて抽出すると、背景変化にロバストな特徴が利用できる。また、これ以後は、予め定義された各領域(例えば図1の各領域)で並列的に処理が行われるので、抽出された特徴ベクトルは対応する各領域に割り当てられる。   The feature extraction unit 102 extracts the feature vector of the object from the input digital image data and transmits it to the subspace group creation unit 103 (subspace group creation means). Any feature vector may be used basically, but if it is extracted using the above-described equations (1) to (5), a feature robust to background changes can be used. Thereafter, since processing is performed in parallel in each predefined region (for example, each region in FIG. 1), the extracted feature vector is assigned to each corresponding region.

部分空間群作成部103は、学習用のオブジェクト画像から抽出された特徴ベクトルの集合をもとに、各領域での部分空間を作成する。部分空間は、各領域で特徴ベクトルの共分散行列の固有値および固有ベクトルを算出する(主成分分析する)ことにより、求めることができる。この部分空間に学習用の特徴ベクトル集合を全て射影することにより、オブジェクトの特徴ベクトルがより低次元に圧縮され、メモリ節約に貢献することとなる。   The partial space group creation unit 103 creates a partial space in each region based on a set of feature vectors extracted from the learning object image. The partial space can be obtained by calculating (principal component analysis) eigenvalues and eigenvectors of the covariance matrix of the feature vectors in each region. By projecting all the learning feature vector sets to this subspace, the feature vector of the object is compressed to a lower dimension, which contributes to memory saving.

パラメータ推定関数群作成部104(パラメータ推定関数群作成手段)では、サポートベクトル回帰により、各領域でのパラメータ推定関数を生成する。サポートベクトル回帰では、カーネル関数k(xi,xj)(xは部分空間作成部103により低次元圧縮された特徴ベクトル)を用いて、推定式を以下のように表す。 The parameter estimation function group creation unit 104 (parameter estimation function group creation means) generates a parameter estimation function in each region by support vector regression. In support vector regression, an estimation equation is expressed as follows using a kernel function k (x i , x j ) (x is a feature vector low-dimensionally compressed by the subspace creation unit 103).

ここで、xiは学習用の特徴ベクトル、mはその数である。(αi*−αi)≠0となるxiをサポートベクトルと呼ぶ。この式中のαi*、αiおよびbを、以下の最適化問題を解くことにより得ることができる。 Here, x i is a feature vector for learning, and m is the number thereof. X i where (α i * −α i ) ≠ 0 is called a support vector. Α i *, α i and b in this equation can be obtained by solving the following optimization problem.

ここで、εはinsensitive band(誤差を許容する範囲)の大きさ、yiはxiに対応する正解パラメータ値である。最適化は、凸二次計画法を用いて解くことができる。また、カーネル関数は多項式カーネル Here, ε is the magnitude of an insensitive band (range in which an error is allowed), and y i is a correct parameter value corresponding to x i . The optimization can be solved using convex quadratic programming. The kernel function is a polynomial kernel

等がある。ここで、pとσは予め設定すべきカーネル関数のパラメータである。パラメータ推定関数も、部分空間と同様、各領域で独立に導出される。   Etc. Here, p and σ are kernel function parameters to be set in advance. The parameter estimation function is derived independently in each region, as in the subspace.

部分空間群記憶部105(部分空間群記憶手段)では、部分空間群作成部103にて作成された、全ての領域でのオブジェクトの部分空間(部分空間を構成する固有ベクトル)をメモリに記憶する。   The subspace group storage unit 105 (subspace group storage unit) stores the subspaces of the objects in all regions (eigenvectors constituting the subspace) created by the subspace group creation unit 103 in the memory.

パラメータ推定関数群記憶部106(パラメータ推定関数群記憶手段)では、パラメータ推定関数群作成部104にて作成された、全ての領域でのオブジェクトのパラメータ推定関数((6)式に関する全ての数値)をメモリに記憶する。   In the parameter estimation function group storage unit 106 (parameter estimation function group storage unit), the parameter estimation function of the object in all regions (all numerical values related to the equation (6)) created by the parameter estimation function group creation unit 104 Is stored in the memory.

対象画像データ入力部107(入力手段)では、デジタルカメラ等で撮像されたパラメータ推定対象となるオブジェクト画像データを入力し、特徴抽出部108(特徴抽出手段)に伝送する。もし、対象となるオブジェクトが画像上のどこにあるか分からない場合は、部分空間法(非特許文献3参照)等の手段で画像上を探索することになる。   The target image data input unit 107 (input unit) inputs object image data that is a parameter estimation target imaged by a digital camera or the like, and transmits the object image data to the feature extraction unit 108 (feature extraction unit). If it is not known where the target object is on the image, the image is searched by means such as a subspace method (see Non-Patent Document 3).

特徴抽出部108は特徴抽出部102と同様、オブジェクトの特徴ベクトルを抽出し、部分空間群射影部109へ伝送する。   Similar to the feature extraction unit 102, the feature extraction unit 108 extracts a feature vector of an object and transmits it to the subspace group projection unit 109.

部分空間群射影部109(部分空間群射影手段)では、部分空間群記憶部105によりメモリに記憶されたオブジェクトの部分空間を読み出し、各領域において、部分空間に入力画像の特徴ベクトルを射影する。   The subspace group projection unit 109 (subspace group projection unit) reads the subspace of the object stored in the memory by the subspace group storage unit 105, and projects the feature vector of the input image in the subspace in each region.

パラメータ推定部110(パラメータ推定手段)では、パラメータ推定関数群記憶部106によりメモリに記憶されたパラメータ推定関数を読み出し、各領域においてパラメータを推定する。前述した(6)式が推定回帰式となる。そして、全ての領域で推定されたパラメータ値を推定結果統合部111(推定結果統合手段)に伝送する。   The parameter estimation unit 110 (parameter estimation means) reads the parameter estimation function stored in the memory by the parameter estimation function group storage unit 106 and estimates parameters in each region. The above-described equation (6) is an estimated regression equation. And the parameter value estimated in all the areas | regions is transmitted to the estimation result integration part 111 (estimation result integration means).

推定結果統合部111では、各領域で推定されたパラメータ値の集合から、メディアンあるいは信頼度で重み付けされたメディアンで最適なパラメータ値を選択する。重み付きメディアンMfは以下の式(10)で表される。 The estimation result integration unit 111 selects an optimum parameter value for a median or a median weighted by reliability from a set of parameter values estimated in each region. The weighted median M f is expressed by the following equation (10).

ここで、Yは解空間を表し、ft(x)は領域tで推定されたパラメータ値、Ctは領域tの信頼度を表す。信頼度Ctは、例えば以下のような式で定義することができる。 Here, Y represents the solution space, f t (x) represents the parameter value estimated in the region t, and C t represents the reliability of the region t. The reliability C t can be defined by the following equation, for example.

ここで、Dtは領域tにおける部分空間(at、et,kはそれぞれ部分空間を構成する平均ベクトル、固有ベクトルを表し、dは部分空間次元数である。)と入力ベクトルxtとの距離を表す。つまり、この距離Dtが近いほど、推定されたパラメータ値ft(x)の信頼度が高いということになる。また、普通のメディアンを採用する場合は、全てのCtに1を代入すればよい。 Here, D t subspace in the region t (a t, e t, k is the mean vector constituting the subspace each represent eigenvectors, d is the subspace rank.) And the input vector x t Represents distance. That is, the closer the distance D t is, the higher the reliability of the estimated parameter value f t (x) is. If ordinary medians are used, 1 may be substituted for all C t .

出力部112(出力手段)は、推定結果統合部111で求められた結果を出力する。   The output unit 112 (output unit) outputs the result obtained by the estimation result integration unit 111.

次に図3とともに本発明の実施形態のパラメータ推定方法を説明する。図3は図2のパラメータ推定装置を用いてパラメータを推定する方法を示している。まず図3(a)の学習処理では、ステップS101においてデジタルカメラ等で撮像された学習用のオブジェクト画像データおよびその正解パラメータ値を入力する(学習画像入力ステップ)。   Next, the parameter estimation method according to the embodiment of the present invention will be described with reference to FIG. FIG. 3 shows a method for estimating parameters using the parameter estimation apparatus of FIG. First, in the learning process of FIG. 3A, learning object image data captured by a digital camera or the like in step S101 and correct parameter values thereof are input (learning image input step).

次にステップS102において、前記入力されたデジタル画像データから、そのオブジェクトの特徴ベクトルを、例えば前記式(1)〜(5)を用いて抽出する(第1の特徴抽出ステップ)。   Next, in step S102, feature vectors of the object are extracted from the input digital image data using, for example, the equations (1) to (5) (first feature extraction step).

次にステップS103において、前記学習用のオブジェクト画像から抽出された特徴ベクトルをもとに、各領域での部分空間を作成する。   In step S103, a partial space in each area is created based on the feature vector extracted from the learning object image.

次にステップS104において、前記ステップS103で作成された全ての領域での部分空間をメモリに記憶する。   Next, in step S104, the partial spaces in all the areas created in step S103 are stored in the memory.

次にステップS105において、前述した式(6)〜式(9)を用いて、サポートベクトル回帰により各領域でのパラメータ推定関数を生成する。   In step S105, a parameter estimation function in each region is generated by support vector regression using the above-described equations (6) to (9).

次にステップS106において、前記ステップS105で生成したパラメータ推定関数をメモリに記憶する。   In step S106, the parameter estimation function generated in step S105 is stored in the memory.

そして、全ての領域の推定関数を作成し終わるまで、ステップS105,S106を繰り返し実行し、さらに全てのパラメータの推定関数を作成し終わるまで、ステップS105,S106を繰り返し実行した後、この学習処理を終了する。   Then, steps S105 and S106 are repeatedly executed until the estimation functions for all regions are created, and steps S105 and S106 are repeated until creation of all the parameter estimation functions is completed. finish.

また図3(b)のパラメータ推定処理では、ステップS107において、デジタルカメラ等で撮像されたパラメータ推定対象となるオブジェクト画像データを入力する(対象画像入力ステップ)。   In the parameter estimation process of FIG. 3B, in step S107, object image data that is a parameter estimation target imaged by a digital camera or the like is input (target image input step).

次にステップS108において、前記入力されたデジタル画像データから、そのオブジェクトの特徴ベクトルを、例えば前記式(1)〜(5)を用いて抽出する(第2の特徴抽出ステップ)。   Next, in step S108, the feature vector of the object is extracted from the input digital image data using, for example, the equations (1) to (5) (second feature extraction step).

次にステップS109において、前記ステップS104でメモリに記憶されたオブジェクトの部分空間を読み出し、各領域において、部分空間に対象入力画像の特徴ベクトルを射影する。   Next, in step S109, the partial space of the object stored in the memory in step S104 is read, and the feature vector of the target input image is projected onto the partial space in each region.

次にステップS110において、前記ステップS106でメモリに記憶されたパラメータ推定関数を読み出し、前記式(6)を推定回帰式としてパラメータを推定する。   Next, in step S110, the parameter estimation function stored in the memory in step S106 is read, and the parameter is estimated using equation (6) as an estimated regression equation.

そして全ての領域で推定し終わるまでステップS110を実行した後、ステップS111において、各領域で推定されたパラメータ値の集合から、前記式(10)〜式(12)を用いて最適なパラメータ値を選択する。   Then, after executing step S110 until the estimation is completed for all the regions, in step S111, an optimal parameter value is calculated from the set of parameter values estimated for each region using the equations (10) to (12). select.

そして全てのパラメータを推定し終わるまでステップS110〜S111を実行した後、ステップS112において推定結果のパラメータを出力し、このパラメータ推定処理を終了する。   Then, after steps S110 to S111 are executed until all parameters are estimated, the parameter of the estimation result is output in step S112, and this parameter estimation process is terminated.

尚、前記実施形態例においては、入力手段として学習画像データ入力部101および対象画像データ入力部107を用いていたが、これに限らず、1つの画像データ入力部で構成した良い。   In the embodiment, the learning image data input unit 101 and the target image data input unit 107 are used as input means. However, the present invention is not limited to this, and the image data input unit may be configured by one image data input unit.

同様に、特徴抽出手段として2つの特徴抽出部102、108を用いたが、これに限らず、1つの特徴抽出部で構成しても良い。   Similarly, although the two feature extraction units 102 and 108 are used as the feature extraction means, the present invention is not limited to this, and a single feature extraction unit may be used.

また、本実施形態のパラメータ推定装置における各手段の一部もしくは全部の機能をコンピュータのプログラムで構成し、そのプログラムをコンピュータを用いて実行して本発明を実現することができること、本実施形態のパラメータ推定方法における手順をコンピュータのプログラムで構成し、そのプログラムをコンピュータに実行させることができることは言うまでもなく、コンピュータでその機能を実現するためのプログラムを、そのコンピュータが読み取り可能な記録媒体、例えばFD(Floppy(登録商標) Disk)や、MO(Magneto−Optical disk)、ROM(Read Only Memory)、メモリカード、CD(Compact Disk)−ROM、DVD(Digital Versatile Disk)−ROM、CD−R,、CD−RW,HDD,リムーバブルディスクなどに記録して、保存したり、配布したりすることが可能である。また、上記のプログラムをインターネットや電子メールなど、ネットワークを通して提供することも可能である。   Further, a part or all of the functions of each means in the parameter estimation apparatus of the present embodiment can be configured by a computer program, and the program can be executed using the computer to realize the present invention. Needless to say, the procedure in the parameter estimation method can be configured by a computer program and the program can be executed by the computer. (Floppy (registered trademark) Disk), MO (Magneto-Optical disk), ROM (Read Only Memory), memory card, CD (Compact Disk) -ROM, DVD (Digital Versa ile Disk) -ROM, CD-R ,, CD-RW, HDD, and recorded in a removable disk, or stored, it is possible to or distribute. It is also possible to provide the above program through a network such as the Internet or electronic mail.

さらに、上述のパラメータ推定装置に関する方法を記述したコンピュータプログラムを、パラメータ推定装置に関する方法に必要とされる入出力データを格納したメモリや外部記憶装置等にアクセスするように実装してもよい。   Further, a computer program describing a method related to the parameter estimation device described above may be mounted so as to access a memory or an external storage device that stores input / output data required for the method related to the parameter estimation device.

本発明の一実施形態例を表し、入力画像を部分領域に分割するようすを示す説明図。Explanatory drawing showing the example of 1 embodiment of this invention, and dividing an input image into partial areas. 本発明の一実施形態例を示すブロック図。The block diagram which shows one embodiment of this invention. 本発明の一実施形態例を示すフローチャート。The flowchart which shows one embodiment of this invention. 撮影角度をパラメータとして考えた場合の画像とパラメータの関係を示す説明図。Explanatory drawing which shows the relationship between an image and a parameter at the time of considering imaging | photography angle as a parameter.

符号の説明Explanation of symbols

101…学習画像データ入力部
102…特徴抽出部
103…部分空間群作成部
104…パラメータ推定関数群作成部
105…部分空間群記憶部
106…パラメータ推定関数群記憶部
107…対象画像データ入力部
108…特徴抽出部
109…部分空間群射影部
110…パラメータ推定部
111…推定結果統合部
112…出力部
DESCRIPTION OF SYMBOLS 101 ... Learning image data input part 102 ... Feature extraction part 103 ... Subspace group creation part 104 ... Parameter estimation function group creation part 105 ... Subspace group memory | storage part 106 ... Parameter estimation function group memory | storage part 107 ... Target image data input part 108 ... Feature extraction unit 109 ... Subspace group projection unit 110 ... Parameter estimation unit 111 ... Estimation result integration unit 112 ... Output unit

Claims (8)

画像データに含まれるオブジェクトのパラメータを推定するパラメータ推定装置であって、
デジタル画像データを入力する入力手段と、
前記入力手段によって入力されたデジタル画像データから、その画像の各位置での縦、横、ななめ上、ななめ下方向の微分値を抽出し、各位置でグラジェントの強さを正規化して絶対値をとった値をオブジェクトの特徴として抽出する特徴抽出手段と、
前記特徴抽出手段により抽出されたオブジェクトの特徴をもとに、予め決められた複数の領域においてそれぞれ、主成分分析によりオブジェクトの部分空間を算出する部分空間群作成手段と、
前記複数の領域においてそれぞれ、サポートベクトル回帰によりパラメータを推定するための関数を作成するパラメータ推定関数群作成手段と、
前記部分空間群作成手段により算出されたオブジェクトの部分空間をメモリに記憶する部分空間群記憶手段と、
前記パラメータ推定関数群作成手段により作成されたオブジェクトのパラメータ推定関数をメモリに記憶するパラメータ推定関数群記憶手段と、
パラメータ推定対象のオブジェクトを撮像したときの画像データから抽出した特徴量を、前記各領域において前記部分空間群記憶手段に記憶された部分空間に射影する部分空間射影手段と、
前記パラメータ推定関数群記憶手段に記憶された関数をもとに、前記各領域で、前記部分空間群射影手段により射影された特徴量のパラメータを推定するパラメータ推定手段と、
前記パラメータ推定手段により前記各領域で推定されたパラメータ値から最も確からしい値を選択する推定結果統合手段と、
前記推定結果統合手段により選択された推定結果を出力する出力手段とを備え、
前記オブジェクトの特徴を表す特徴ベクトルxを、特徴ベクトルxのk番目の要素をx α,k 、x β,k 、x χ,k およびx δ,k とし、a k はk番目に対応する位置の横方向の微分値、b k はk番目に対応する位置の縦方向の微分値、c k はk番目に対応する位置のななめ右上方向の微分値、d k はk番目に対応する位置のななめ右下方向の微分値とし、
の式のものとすることを特徴とするパラメータ推定装置。
A parameter estimation device that estimates parameters of an object included in image data,
Input means for inputting digital image data;
From the digital image data input by the input means, the differential values in the vertical, horizontal, tanning and tanning down directions at each position of the image are extracted, and the absolute value is obtained by normalizing the gradient strength at each position. A feature extraction means for extracting the value obtained by taking as a feature of the object;
Subspace group creation means for calculating a subspace of the object by principal component analysis in each of a plurality of predetermined regions based on the features of the object extracted by the feature extraction means;
A parameter estimation function group creating means for creating a function for estimating a parameter by support vector regression in each of the plurality of regions;
Subspace group storage means for storing the subspace of the object calculated by the subspace group creation means in a memory;
Parameter estimation function group storage means for storing the parameter estimation function of the object created by the parameter estimation function group creation means in a memory;
A subspace projection means for projecting the feature amount extracted from the image data when the parameter estimation target object is imaged onto the subspace stored in the subspace group storage means in each area;
Based on the function stored in the parameter estimation function group storage means, parameter estimation means for estimating the parameter of the feature amount projected by the subspace group projection means in each region;
An estimation result integrating means for selecting the most probable value from the parameter values estimated in the respective areas by the parameter estimating means;
E Bei and output means for outputting the estimation result selected by the estimation result integration unit,
The feature vector x representing the feature of the object is set to x α, k , x β, k , x χ, k and x δ, k as the k th element of the feature vector x , and a k corresponds to the k th position. Differential value in the horizontal direction, b k is the vertical differential value of the k-th corresponding position , c k is the slanted upper right differential value of the k-th corresponding position , and d k is the k-th corresponding position. The differential value of the licked lower right direction,
A parameter estimation device characterized by the formula
前記推定結果統合手段は、メディアンを用いることを特徴とする請求項1に記載のパラメータ推定装置。 The parameter estimation apparatus according to claim 1 , wherein the estimation result integration unit uses a median. 前記推定結果統合手段は、重み付きメディアンを用いることを特徴とし、重みとして予め定義された信頼度を利用することを特徴とする請求項1に記載のパラメータ推定装置。 The parameter estimation apparatus according to claim 1 , wherein the estimation result integration unit uses a weighted median, and uses a reliability defined in advance as a weight. 画像データに含まれるオブジェクトのパラメータを推定するパラメータ推定方法であって、
入力手段が、学習用のデジタル画像データを入力する学習画像入力ステップと、
特徴抽出手段が、前記学習画像入力ステップにより入力されたデジタル画像データから、その画像の各位置での縦、横、ななめ上、ななめ下方向の微分値を抽出し、各位置でグラジェントの強さを正規化して絶対値をとった値をオブジェクトの特徴として抽出する第1の特徴抽出ステップと、
部分空間群作成手段が、前記第1の特徴抽出ステップにより抽出されたオブジェクトの特徴をもとに、予め決められた複数の領域においてそれぞれ、主成分分析によりオブジェクトの部分空間を算出する部分空間群作成ステップと、
パラメータ推定関数群作成手段が、前記複数の領域においてそれぞれ、サポートベクトル回帰によりパラメータを推定するための関数を作成するパラメータ推定関数群作成ステップと、
部分空間群記憶手段が、前記部分空間群作成ステップにより算出されたオブジェクトの部分空間をメモリに記憶する部分空間群記憶ステップと、
パラメータ推定関数群記憶手段が、前記パラメータ推定関数群作成ステップにより作成されたオブジェクトのパラメータ推定関数をメモリに記憶するパラメータ推定関数群記憶ステップと、
入力手段が、パラメータ推定対象のデジタル画像データを入力する対象画像入力ステップと、
特徴抽出手段が、前記対象画像入力ステップにより入力されたデジタル画像データから、その画像の各位置での縦、横、ななめ上、ななめ下方向の微分値を抽出し、各位置でグラジェントの強さを正規化して絶対値をとった値をオブジェクトの特徴として抽出する第2の特徴抽出ステップと、
部分空間群射影手段が、前記第2の特徴抽出ステップにより抽出された特徴量を、前記各領域において前記部分空間群記憶手段に記憶された部分空間に射影する部分空間射影ステップと、
パラメータ推定手段が、前記パラメータ推定関数群記憶手段に記憶された関数をもとに、前記各領域で、前記部分空間群射影ステップにより射影された特徴量のパラメータを推定するパラメータ推定ステップと、
推定結果統合手段が、前記パラメータ推定ステップにより前記各領域で推定されたパラメータ値から最も確からしい値を選択する推定結果統合ステップと、
出力手段が、前記推定結果統合ステップにより選択された推定結果を出力する出力ステップとを備え、
前記オブジェクトの特徴を表す特徴ベクトルxを、特徴ベクトルxのk番目の要素をx α,k 、x β,k 、x χ,k およびx δ,k とし、a k はk番目に対応する位置の横方向の微分値、b k はk番目に対応する位置の縦方向の微分値、c k はk番目に対応する位置のななめ右上方向の微分値、d k はk番目に対応する位置のななめ右下方向の微分値とし、
の式のものとすることを特徴とするパラメータ推定方法。
A parameter estimation method for estimating a parameter of an object included in image data,
A learning image input step in which the input means inputs digital image data for learning; and
The feature extraction means extracts, from the digital image data input in the learning image input step , differential values in the vertical, horizontal, tanned, and licked down directions at each position of the image, and the gradient strength at each position. A first feature extracting step of extracting a value obtained by normalizing the value and taking an absolute value as a feature of the object;
A subspace group in which the subspace group creation means calculates a subspace of the object by principal component analysis in each of a plurality of predetermined regions based on the feature of the object extracted in the first feature extraction step Creation steps,
A parameter estimation function group creating means for creating a function for estimating a parameter by support vector regression in each of the plurality of regions; and
A subspace group storage means for storing a subspace of the object calculated in the subspace group creation step in a memory;
A parameter estimation function group storage means for storing a parameter estimation function of the object created in the parameter estimation function group creation step in a memory;
A target image input step in which the input means inputs the digital image data of the parameter estimation target;
The feature extraction means extracts, from the digital image data input in the target image input step , differential values in the vertical, horizontal, tanned, and licked down directions at each position of the image, and the gradient strength at each position. A second feature extracting step of extracting a value obtained by normalizing the value and taking an absolute value as a feature of the object;
A subspace group projecting means for projecting the feature amount extracted in the second feature extracting step onto the subspace stored in the subspace group storing means in each region;
A parameter estimation unit that estimates a parameter of the feature amount projected by the subspace group projection step in each region based on the function stored in the parameter estimation function group storage unit;
An estimation result integration means for selecting a most probable value from the parameter values estimated in the respective regions by the parameter estimation step; and
Output means, Bei example and an output step of outputting the estimation result selected by the estimation result integration step,
The feature vector x representing the feature of the object is set to x α, k , x β, k , x χ, k and x δ, k as the k th element of the feature vector x , and a k corresponds to the k th position. Differential value in the horizontal direction, b k is the vertical differential value of the k-th corresponding position , c k is the slanted upper right differential value of the k-th corresponding position , and d k is the k-th corresponding position. The differential value of the licked lower right direction,
A parameter estimation method characterized by being of the formula:
前記推定結果統合ステップは、メディアンを用いることを特徴とする請求項4に記載のパラメータ推定方法。 The parameter estimation method according to claim 4 , wherein the estimation result integration step uses a median. 前記推定結果統合ステップは、重み付きメディアンを用いることを特徴とし、重みとして予め定義された信頼度を利用することを特徴とする請求項4に記載のパラメータ推定方法。 The parameter estimation method according to claim 4 , wherein the estimation result integration step uses a weighted median, and uses a reliability defined in advance as a weight. コンピュータに請求4乃至6のいずれか1項に記載の各ステップを実行させるパラメータ推定プログラム。 The parameter estimation program which makes a computer perform each step of any one of Claims 4 thru | or 6 . コンピュータに請求4乃至6のいずれか1項に記載の各ステップを実行させるパラメータ推定プログラムを記録したコンピュータ読み取り可能な記録媒体。 A computer-readable recording medium having recorded thereon a parameter estimation program for causing a computer to execute the steps according to any one of claims 4 to 6 .
JP2007055293A 2007-03-06 2007-03-06 Parameter estimation device, parameter estimation method, program implementing the method, and recording medium recording the program Active JP4740889B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007055293A JP4740889B2 (en) 2007-03-06 2007-03-06 Parameter estimation device, parameter estimation method, program implementing the method, and recording medium recording the program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007055293A JP4740889B2 (en) 2007-03-06 2007-03-06 Parameter estimation device, parameter estimation method, program implementing the method, and recording medium recording the program

Publications (2)

Publication Number Publication Date
JP2008217521A JP2008217521A (en) 2008-09-18
JP4740889B2 true JP4740889B2 (en) 2011-08-03

Family

ID=39837476

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007055293A Active JP4740889B2 (en) 2007-03-06 2007-03-06 Parameter estimation device, parameter estimation method, program implementing the method, and recording medium recording the program

Country Status (1)

Country Link
JP (1) JP4740889B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103516956B (en) * 2012-06-26 2016-12-21 郑州大学 Pan/Tilt/Zoom camera monitoring intrusion detection method
CN109858496A (en) * 2019-01-17 2019-06-07 广东工业大学 A kind of image characteristic extracting method based on weighting depth characteristic
US11937040B2 (en) 2019-09-12 2024-03-19 Nec Corporation Information processing device, information processing method, and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4131392B2 (en) * 2003-01-28 2008-08-13 ソニー株式会社 Robot apparatus, robot control method, recording medium, and program
JP4394930B2 (en) * 2003-11-13 2010-01-06 日本電信電話株式会社 Parameter estimation method and apparatus, program and recording medium
JP4383990B2 (en) * 2004-09-09 2009-12-16 日本電信電話株式会社 Parameter estimation apparatus, parameter estimation method, parameter estimation program, and parameter estimation program recording medium

Also Published As

Publication number Publication date
JP2008217521A (en) 2008-09-18

Similar Documents

Publication Publication Date Title
US20240282095A1 (en) Image processing apparatus, training apparatus, image processing method, training method, and storage medium
US9934446B2 (en) Object detecting apparatus and method
US9213909B2 (en) Object detection method, object detection apparatus, and program
US10311595B2 (en) Image processing device and its control method, imaging apparatus, and storage medium
JP4772839B2 (en) Image identification method and imaging apparatus
JP5549345B2 (en) Sky detection apparatus and method used in image acquisition apparatus
JP6456031B2 (en) Image recognition apparatus, image recognition method, and program
JP5361664B2 (en) Image processing apparatus and image processing method
JP6684475B2 (en) Image processing apparatus, image processing method and program
EP3093822A1 (en) Displaying a target object imaged in a moving picture
JP6116765B1 (en) Object detection apparatus and object detection method
JP5241606B2 (en) Object identification device and object identification method
JP4740889B2 (en) Parameter estimation device, parameter estimation method, program implementing the method, and recording medium recording the program
JP2015148895A (en) object number distribution estimation method
JP4383990B2 (en) Parameter estimation apparatus, parameter estimation method, parameter estimation program, and parameter estimation program recording medium
CN117739821A (en) Method and device for determining target displacement, laser detection device and storage medium
JP5310402B2 (en) Image conversion parameter calculation apparatus, image conversion parameter calculation method, and program
JP2018205858A (en) Learning device, recognition device, learning method, and program
JP2014010633A (en) Image recognition device, image recognition method, and image recognition program
KR101521136B1 (en) Method of recognizing face and face recognition apparatus
WO2015136716A1 (en) Image processing device, image sensor, and image processing method
JPWO2020075237A1 (en) Image processing device and image processing method
JP4394930B2 (en) Parameter estimation method and apparatus, program and recording medium
JP2009157766A (en) Face recognition device, face recognition method, face recognition program, and recording medium recording the program
CN114913404A (en) Model training method, face image living body detection method, electronic device and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090122

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20090611

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20100525

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110125

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110328

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: 20110426

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110502

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4740889

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20140513

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

R371 Transfer withdrawn

Free format text: JAPANESE INTERMEDIATE CODE: R371

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350