JP6490557B2 - Target detection apparatus, target detection method, and target detection program - Google Patents

Target detection apparatus, target detection method, and target detection program Download PDF

Info

Publication number
JP6490557B2
JP6490557B2 JP2015207996A JP2015207996A JP6490557B2 JP 6490557 B2 JP6490557 B2 JP 6490557B2 JP 2015207996 A JP2015207996 A JP 2015207996A JP 2015207996 A JP2015207996 A JP 2015207996A JP 6490557 B2 JP6490557 B2 JP 6490557B2
Authority
JP
Japan
Prior art keywords
signal
target
detection
evaluation value
determination
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2015207996A
Other languages
Japanese (ja)
Other versions
JP2017078694A (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.)
Toshiba Corp
Toshiba Infrastructure Systems and Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Infrastructure Systems and Solutions Corp
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 Toshiba Corp, Toshiba Infrastructure Systems and Solutions Corp filed Critical Toshiba Corp
Priority to JP2015207996A priority Critical patent/JP6490557B2/en
Publication of JP2017078694A publication Critical patent/JP2017078694A/en
Application granted granted Critical
Publication of JP6490557B2 publication Critical patent/JP6490557B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本実施形態は、目標を観測するセンサからの信号検出結果に基づいて目標を検出する目標検出装置、目標検出方法及び目標検出プログラムに関する。   The present embodiment relates to a target detection apparatus, a target detection method, and a target detection program that detect a target based on a signal detection result from a sensor that observes the target.

従来より、レーダ装置、ソナー装置等の目標を観測して閾値以上の信号を検出するセンサからの信号検出結果に基づいて目標を検出する目標検出装置にあっては、目標を確実に検出するために、SPRT(Sequential Probability Ratio Test:逐次確率比検定)による目標検出処理(非特許文献1参照)が用いられる。このSPRTによる目標検出処理は、「目標が存在しない」とする仮説Hと「目標が存在する」とする仮説Hを設定し、仮説検定により「目標が存在する」とする仮説Hが採択された場合に「目標検出」と判定する方法である。 Conventionally, in a target detection device that detects a target based on a signal detection result from a sensor that detects a signal exceeding a threshold value by observing the target such as a radar device or a sonar device, the target is detected reliably. In addition, a target detection process (see Non-Patent Document 1) by SPRT (Sequential Probability Ratio Test) is used. Target detecting process by the SPRT sets hypotheses H 1 to the hypothesis H 0 is "not a target is present,""there is a target," the hypothesis H 1 to the "target is present" by the hypothesis test This is a method of determining “target detection” when it is adopted.

特開2003−43132号公報JP 2003-43132 A

Samuel S. Blackman, Multiple-Target Tracking with Radar Applications, Artech House, 1986.Samuel S. Blackman, Multiple-Target Tracking with Radar Applications, Artech House, 1986.

従来のSPRTを用いた目標検出装置では、予めサンプルサイズ(「標本の大きさ」と同じ意味)に対応する観測回数を定めないで、信号検出結果が入力される度に評価値を算出し、評価値が上側閾値以上の場合は「目標検出」、評価値が下側閾値以下の場合は「目標不検出」、評価値が下側閾値よりも大きく、上側閾値よりも小さい場合は「判定保留」と判定する。この判定方法は、予めサンプルサイズに対応する観測回数を定めて判定を行う場合と比較して、偽目標と真目標のモデルを規定する二つの規定点において、「目標検出」又は「目標不検出」の判定に要する平均観測回数を削減することができる。しかし、「目標検出」の判定に要する平均観測回数の更なる削減という課題がある。   In the target detection apparatus using the conventional SPRT, an evaluation value is calculated every time a signal detection result is input without previously setting the number of observations corresponding to the sample size (same meaning as “sample size”), “Target detection” when the evaluation value is equal to or higher than the upper threshold, “No target detection” when the evaluation value is equal to or lower than the lower threshold, and “Decision pending” when the evaluation value is larger than the lower threshold and smaller than the upper threshold Is determined. Compared with the case where the determination is performed by determining the number of observations corresponding to the sample size in advance, this determination method uses “target detection” or “target non-detection” at two specified points that define the model of the false target and the true target. The average number of observations required for determination can be reduced. However, there is a problem that the average number of observations required for the determination of “target detection” is further reduced.

本実施形態は上記課題に鑑みなされたもので、「目標検出」の判定に要する平均観測回数を削減することができる目標検出装置、目標検出方法及び目標検出プログラムを提供することを目的とする。   The present embodiment has been made in view of the above problems, and an object thereof is to provide a target detection device, a target detection method, and a target detection program that can reduce the average number of observations required for determination of “target detection”.

上記の課題を解決するために、本実施形態に係る目標検出装置は、評価値算出部と判定部とを備える。評価値算出部は、目標を観測して閾値以上の信号を検出するセンサからの信号検出結果を入力し、前記信号検出結果が信号検出の場合、検出された信号振幅、偽目標の信号振幅の確率密度関数、真目標の信号振幅の確率密度関数に基づいて評価値を算出し、前記信号検出結果が信号不検出の場合、偽目標の信号不検出確率、真目標の信号不検出確率に基づいて評価値を算出する。判定部は、前記評価値算出部で算出される評価値について、前記評価値の上側閾値と下側閾値に基づいて判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する。   In order to solve the above problem, the target detection apparatus according to the present embodiment includes an evaluation value calculation unit and a determination unit. The evaluation value calculation unit inputs a signal detection result from a sensor that observes the target and detects a signal that is equal to or greater than a threshold value. If the signal detection result is signal detection, the detected signal amplitude and the false target signal amplitude An evaluation value is calculated based on a probability density function and a probability density function of a true target signal amplitude, and when the signal detection result is a signal non-detection, based on a false target signal non-detection probability and a true target signal non-detection probability To calculate an evaluation value. The determination unit determines the evaluation value calculated by the evaluation value calculation unit based on the upper threshold value and the lower threshold value of the evaluation value. As a result of the determination, “target detection”, “target non-detection”, Select one of “Pending judgment”.

実施形態に係る目標検出装置の構成を示すブロック図。The block diagram which shows the structure of the target detection apparatus which concerns on embodiment. 実施形態に係る目標検出装置の処理の流れの具体例を示すフローチャート。The flowchart which shows the specific example of the flow of a process of the target detection apparatus which concerns on embodiment. SPRTを用いた目標検出装置の基本構成を示すブロック図。The block diagram which shows the basic composition of the target detection apparatus using SPRT. 図3に示した目標検出装置の処理の流れの具体例を示すフローチャート。The flowchart which shows the specific example of the flow of a process of the target detection apparatus shown in FIG.

以下、本発明に係る実施の形態について、図面を参照して説明する。   Hereinafter, embodiments according to the present invention will be described with reference to the drawings.

まず、本実施形態を説明するに先立ち、SPRTを用いた目標検出装置の基本構成について説明する。   First, prior to describing this embodiment, a basic configuration of a target detection apparatus using SPRT will be described.

図3は、SPRTを用いた目標検出装置の基本構成を示すブロック図である。図3に示す目標検出装置は、閾値算出部21、尤度比算出部22、判定部23を備える。   FIG. 3 is a block diagram showing a basic configuration of a target detection apparatus using SPRT. The target detection apparatus shown in FIG. 3 includes a threshold value calculation unit 21, a likelihood ratio calculation unit 22, and a determination unit 23.

上記閾値算出部21は、評価値である尤度比の上側閾値Tと下側閾値Tを算出する。上記尤度比算出部22は、目標を観測して閾値以上の信号を検出するセンサ(図示せず、例えばレーダ装置、ソナー装置等)からの信号検出結果として観測回数kにおける信号検出回数mを入力し、その信号検出結果に基づいて、観測k回目の尤度比ST(k)を算出する。上記判定部23は、閾値算出部21からの上側閾値Tと下側閾値T、尤度比算出部22からの尤度比ST(k)に基づいて、以下の(1)式により判定を行い、判定結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する。

Figure 0006490557
The threshold calculation unit 21 calculates the upper threshold T U and the lower threshold T L of likelihood ratio is an evaluation value. The likelihood ratio calculation unit 22 determines the signal detection count m at the observation count k as a signal detection result from a sensor (not shown, for example, a radar device, a sonar device, etc.) that observes the target and detects a signal that is equal to or greater than the threshold value. Based on the signal detection result, the likelihood ratio ST (k) for the k-th observation is calculated. The determination unit 23, the upper threshold value from the threshold value calculation unit 21 T U and the lower threshold T L, based on the likelihood ratio ST (k) from the likelihood ratio calculation unit 22, determined by the following formula (1) And select one of “target detection”, “target non-detection”, and “determination pending” as the determination result.
Figure 0006490557

図4は、図3に示した目標検出装置の処理の流れの具体例を示すフローチャートである。同図に沿って、上記目標検出装置の処理の流れを説明する。   FIG. 4 is a flowchart showing a specific example of the processing flow of the target detection apparatus shown in FIG. The process flow of the target detection apparatus will be described with reference to FIG.

上記閾値算出部21は、第一種の過誤率αと第二種の過誤率βに基づいて、尤度比に対する上側閾値Tと下側閾値Tを算出する(ステップS201)。上側閾値Tと下側閾値Tは、以下の(2)式で算出される。

Figure 0006490557
The threshold calculation unit 21, based on the type I error rate α and type II error rates beta, calculates the upper threshold T U and the lower threshold T L for the likelihood ratio (step S201). Upper threshold T U and the lower threshold T L is calculated by the following equation (2).
Figure 0006490557

上記尤度比算出部22は、偽目標の信号検出確率P、真目標の信号検出確率P、センサからの信号検出結果である観測回数kと信号検出回数mに基づいて、観測k回目の尤度比ST(k)を算出する(ステップS202)。観測k回目の尤度比ST(k)は、以下の(3)式で算出される。

Figure 0006490557
The likelihood ratio calculation unit 22 performs the observation k-th time based on the false target signal detection probability P F , the true target signal detection probability P D , the number of observations k as the signal detection result from the sensor, and the number of signal detections m. Likelihood ratio ST (k) is calculated (step S202). The likelihood ratio ST (k) for the k-th observation is calculated by the following equation (3).
Figure 0006490557

上記判定部23は、尤度比算出部22からの観測k回目の尤度比ST(k)と閾値算出部21からの上側閾値Tとを比較し(ステップS203)、尤度比ST(k)が上側閾値T以上の場合に判定結果を「目標検出」とする(ステップS204)。また、尤度比ST(k)が上側閾値Tよりも小さい場合には、尤度比ST(k)と閾値算出部21からの下側閾値Tとを比較し(ステップS205)、尤度比ST(k)が下側閾値T以下の場合に判定結果を「目標不検出」とする(ステップS206)。上記以外の場合(尤度比ST(k)が下側閾値Tよりも大きく、上側閾値Tよりも小さい場合)には、判定結果を「判定保留」とする(ステップS207)。そして、上記ステップS204,S206,S207の判定結果を出力し(ステップS208)、観測k回目の処理を完了する。判定部23で「判定保留」と判定された場合、観測(k+1)回目の信号検出結果に基づいて、ステップS201からの処理が繰り返される(ステップS209)。 The determination unit 23 compares the upper threshold T U from observation k-th likelihood ratio ST (k) and the threshold value calculation unit 21 from the likelihood ratio calculation unit 22 (step S203), the likelihood ratio ST ( k) is the determination result to the case of more than the upper threshold T U will be referred to as a "target detection" (step S204). Further, when the likelihood ratio ST (k) is smaller than the upper threshold T U compares the lower threshold T L from the threshold calculator 21 and the likelihood ratio ST (k) (step S205), likelihood When the degree ratio ST (k) is equal to or lower than the lower threshold value TL , the determination result is “target non-detection” (step S206). Otherwise (likelihood ratio ST (k) is greater than the lower threshold T L, is smaller than the upper threshold T U), the determination result is "indeterminant" (step S207). And the determination result of said step S204, S206, S207 is output (step S208), and the process of observation k-th is completed. When the determination unit 23 determines “determination pending”, the process from step S201 is repeated based on the observation (k + 1) th signal detection result (step S209).

ここで、上記構成による目標検出装置では、目標を観測して閾値以上の信号を検出するセンサからの信号検出結果、偽目標の信号検出確率P、真目標の信号検出確率Pに基づいて観測k回目の尤度比ST(k)が算出されており、より多くの情報量を持つ、閾値以上の信号振幅は、尤度比ST(k)の算出に用いられていない。 Here, in the target detection device having the above configuration, based on the signal detection result from the sensor that observes the target and detects a signal equal to or higher than the threshold, the false target signal detection probability P F , and the true target signal detection probability P D. The k-th likelihood ratio ST (k) has been calculated, and a signal amplitude that has a larger amount of information and is equal to or greater than a threshold value is not used to calculate the likelihood ratio ST (k).

そこで、以下に示す実施形態では、センサ(図示せず、例えばレーダ装置、ソナー装置等)からの信号検出結果を入力し、信号検出結果が信号検出の場合、検出された信号振幅a、偽目標の信号振幅の確率密度関数f(a|a)、真目標の信号振幅の確率密度関数g(a|a)に基づいて評価値として観測k回目の尤度比ST(k)を算出し、信号検出結果が信号不検出の場合、偽目標の信号不検出確率(1−P)、真目標の信号不検出確率(1−P)に基づいて評価値として観測k回目の尤度比ST(k)を算出する。そして、尤度比ST(k)の上側閾値Tと下側閾値Tに基づいて尤度比ST(k)についての判定を行い、その判定結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択することで、「目標検出」の判定に要する平均観測回数を削減するようにしている。 Therefore, in the embodiment described below, when a signal detection result from a sensor (not shown, for example, a radar device, a sonar device, etc.) is input and the signal detection result is signal detection, the detected signal amplitude a, false target The probability ratio ST (k) for the k-th observation is calculated as an evaluation value based on the probability density function f (a | a 0 ) of the signal amplitude and the probability density function g (a | a 1 ) of the true target signal amplitude. If the signal detection result is signal non-detection, the likelihood of observation k times as an evaluation value based on the false target signal non-detection probability (1-P F ) and the true target signal non-detection probability (1-P D ). The degree ratio ST (k) is calculated. Then, a determination about the likelihood ratio ST (k) based on the upper threshold T U and the lower threshold T L of likelihood ratio ST (k), the determination result as "target detection", "target not detected" By selecting either “determination pending”, the average number of observations required for the determination of “target detection” is reduced.

以下、図1及び図2を参照して、本実施形態について説明する。   Hereinafter, the present embodiment will be described with reference to FIGS. 1 and 2.

図1は、本実施形態に係る目標検出装置の構成を示すブロック図である。この目標検出装置は、閾値算出部11、尤度比算出部12、判定部13を備える。   FIG. 1 is a block diagram showing the configuration of the target detection apparatus according to this embodiment. This target detection apparatus includes a threshold value calculation unit 11, a likelihood ratio calculation unit 12, and a determination unit 13.

上記閾値算出部11は、評価値である尤度比の上側閾値Tと下側閾値Tを算出する。 The threshold value calculating section 11 calculates the upper threshold T U and the lower threshold T L of an evaluation value likelihood ratio.

上記尤度比算出部12は、確率密度関数に基づいて尤度比を算出する第1の算出部121と、信号不検出確率に基づいて尤度比を算出する第2の算出部122とを備える。すなわち、センサからの信号検出結果を入力し、信号検出結果が信号検出の場合、第1の算出部121において、検出された信号振幅a、偽目標の信号振幅の確率密度関数f(a|a)、真目標の信号振幅の確率密度関数g(a|a)に基づいて評価値として観測k回目の尤度比ST(k)を算出する。また、センサからの信号検出結果が信号不検出の場合、第2の算出部122において、偽目標の信号不検出確率(1−P)、真目標の信号不検出確率(1−P)に基づいて評価値として観測k回目の尤度比ST(k)を算出する。 The likelihood ratio calculation unit 12 includes a first calculation unit 121 that calculates a likelihood ratio based on a probability density function, and a second calculation unit 122 that calculates a likelihood ratio based on a signal non-detection probability. Prepare. That is, when the signal detection result from the sensor is input and the signal detection result is signal detection, the first calculation unit 121 detects the detected signal amplitude a and the probability density function f (a | a of the false target signal amplitude. 0 ), the likelihood ratio ST (k) for the k-th observation is calculated as an evaluation value based on the probability density function g (a | a 1 ) of the true target signal amplitude. Further, when the signal detection result from the sensor is signal non-detection, the second calculation unit 122 has a false target signal non-detection probability (1-P F ) and a true target signal non-detection probability (1-P D ). The likelihood ratio ST (k) for the k-th observation is calculated as an evaluation value based on the above.

上記判定部13は、閾値算出部11からの上側閾値Tと下側閾値T、尤度比算出部12からの尤度比ST(k)に基づいて、以下の(4)式((1)式と同じ)により判定を行い、判定結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する。

Figure 0006490557
The determination unit 13, the upper threshold value from the threshold value calculation unit 11 T U and the lower threshold T L, based on the likelihood ratio ST (k) from the likelihood ratio calculation unit 12, the following equation (4) (( 1) (same as equation 1), and select “target detection”, “target non-detection”, or “determination pending” as the determination result.
Figure 0006490557

図2は、本実施形態に係る目標検出装置の処理の流れの具体例を示すフローチャートである。同図に沿って、本実施形態に係る目標検出装置の処理の流れを説明する。   FIG. 2 is a flowchart showing a specific example of the processing flow of the target detection apparatus according to the present embodiment. A processing flow of the target detection apparatus according to the present embodiment will be described with reference to FIG.

上記閾値算出部11は、第一種の過誤率αと第二種の過誤率βに基づいて、尤度比に対する上側閾値Tと下側閾値Tを算出する(ステップS101)。上側閾値Tと下側閾値Tの概略値は、以下の(5)式で算出される。

Figure 0006490557
The threshold calculation unit 11, based on the type I error rate α and type II error rates beta, calculates the upper threshold T U and the lower threshold T L for the likelihood ratio (step S101). Approximate value of the upper threshold T U and the lower threshold T L is calculated by the following equation (5).
Figure 0006490557

上記尤度比算出部12は、信号検出結果が信号検出であるか信号不検出であるかを判定し(ステップS102)、信号検出結果が信号検出の場合、検出された信号振幅a、偽目標の信号振幅の確率密度関数f(a|a)、真目標の信号振幅の確率密度関数g(a|a)に基づいて評価値として観測k回目の尤度比ST(k)を算出し(ステップS103)、信号検出結果が信号不検出の場合、偽目標の信号不検出確率(1−P)、真目標の信号不検出確率(1−P)に基づいて評価値として観測k回目の尤度比ST(k)を算出する(ステップS104)。観測k回目の尤度比ST(k)は、以下の(6)式で算出される。

Figure 0006490557
The likelihood ratio calculation unit 12 determines whether the signal detection result is signal detection or signal non-detection (step S102). When the signal detection result is signal detection, the detected signal amplitude a, the false target The probability ratio ST (k) for the k-th observation is calculated as an evaluation value based on the probability density function f (a | a 0 ) of the signal amplitude and the probability density function g (a | a 1 ) of the true target signal amplitude. If the signal detection result is signal non-detection (step S103), observation is made as an evaluation value based on the false target signal non-detection probability (1-P F ) and the true target signal non-detection probability (1-P D ). The kth likelihood ratio ST (k) is calculated (step S104). The likelihood ratio ST (k) for the k-th observation is calculated by the following equation (6).
Figure 0006490557

ここで、aは、偽目標の信号振幅の確率密度関数f(・)のパラメータまたは複数のパラメータからなるパラメータ群を表し、aは、真目標の信号振幅の確率密度関数g(・)のパラメータまたは複数のパラメータからなるパラメータ群を表す。また、偽目標の信号不検出確率(1−P)は、偽目標の信号振幅が閾値未満である確率に対応しており、偽目標の信号振幅変数xの確率密度関数f(x|a)の0から閾値までの積分値として算出することができる。同様に、真目標の信号不検出確率(1−P)は、真目標の信号振幅が閾値未満である確率に対応しており、真目標の信号振幅変数xの確率密度関数g(x|a)の0から閾値までの積分値として算出することができる。 Here, a 0 represents a parameter of the probability density function f (•) of the false target signal amplitude or a parameter group consisting of a plurality of parameters, and a 1 represents a probability density function g (•) of the true target signal amplitude. Represents a parameter group consisting of a plurality of parameters. The false target signal non-detection probability (1-P F ) corresponds to the probability that the false target signal amplitude is less than the threshold, and the probability density function f (x | a) of the false target signal amplitude variable x. 0 ) can be calculated as an integral value from 0 to a threshold value. Similarly, the true target signal non-detection probability (1-P D ) corresponds to the probability that the true target signal amplitude is less than the threshold, and the probability density function g (x |) of the true target signal amplitude variable x. It can be calculated as an integral value from 0 to a threshold value of a 1 ).

なお、真目標の信号振幅の確率密度関数が、偽目標の信号振幅の確率密度関数と同じ分布の場合、真目標の信号振幅の確率密度関数は、f(a|a)で表すことができる。 When the probability density function of the true target signal amplitude has the same distribution as the probability density function of the false target signal amplitude, the probability density function of the true target signal amplitude can be expressed by f (a | a 1 ). it can.

上記判定部13は、尤度比算出部12からの尤度比ST(k)と閾値算出部11からの上側閾値Tとを比較し(ステップS105)、尤度比ST(k)が上側閾値T以上の場合に判定結果を「目標検出」とする(ステップS106)。尤度比ST(k)が上側閾値Tよりも小さい場合には、尤度比ST(k)と閾値算出部11からの下側閾値Tとを比較し(ステップS107)、尤度比ST(k)が下側閾値T以下の場合に判定結果を「目標不検出」とする(ステップS108)。上記以外の場合(尤度比ST(k)が下側閾値Tよりも大きく、上側閾値Tよりも小さい場合)には、判定結果を「判定保留」とする(ステップS109)。そして、上記ステップS106,S108,S109の判定結果を出力し(ステップS110)、観測k回目の処理を完了する。判定部13で「判定保留」と判定された場合、観測(k+1)回目の信号検出結果に基づいて、ステップS101からの処理が繰り返される(ステップS111)。 The determination unit 13 compares the upper threshold T U from likelihood ratio ST (k) and the threshold value calculation unit 11 from the likelihood ratio calculation unit 12 (step S105), the likelihood ratio ST (k) is the upper the determination results in the case of more than the threshold T U will be referred to as a "target detection" (step S106). When the likelihood ratio ST (k) is smaller than the upper threshold T U compares the lower threshold T L from the threshold calculator 11 and the likelihood ratio ST (k) (step S107), the likelihood ratio When ST (k) is equal to or lower than the lower threshold value TL , the determination result is “target not detected” (step S108). Otherwise (likelihood ratio ST (k) is greater than the lower threshold T L, is smaller than the upper threshold T U), the determination result is "indeterminant" (step S109). And the determination result of said step S106, S108, S109 is output (step S110), and the process of observation k time is completed. When the determination unit 13 determines “determination pending”, the processing from step S101 is repeated based on the signal detection result of the observation (k + 1) th (step S111).

なお、上記では、信号検出結果が信号検出の場合、検出された信号振幅a、偽目標の信号振幅の確率密度関数f(a|a)、真目標の信号振幅の確率密度関数g(a|a)に基づいて評価値として尤度比ST(k)を算出する例を示したが、検出された信号振幅a、偽目標の信号振幅の尤度関数L(a)、真目標の信号振幅の尤度関数L(a)に基づいて評価値として尤度比ST(k)を算出することができる。また、検出された信号振幅a、偽目標の信号振幅の尤度関数L(a)と真目標の信号振幅の尤度関数L(a)の尤度比LR(a)(=L(a)/L(a))に基づいて評価値として尤度比ST(k)を算出することができる。 In the above description, when the signal detection result is signal detection, the detected signal amplitude a, the probability density function f (a | a 0 ) of the false target signal amplitude, and the probability density function g (a of the true target signal amplitude Although an example in which the likelihood ratio ST (k) is calculated as an evaluation value based on | a 1 ) has been shown, the detected signal amplitude a, the likelihood function L 0 (a) of the false target signal amplitude, the true target The likelihood ratio ST (k) can be calculated as an evaluation value based on the likelihood function L 1 (a) of the signal amplitude. Further, the detected signal amplitude a, the likelihood ratio LR of false target likelihood function of the signal amplitude of L 0 (a) and the likelihood function L 1 of the signal amplitude of the true target (a) (a) (= L 1 Likelihood ratio ST (k) can be calculated as an evaluation value based on (a) / L 0 (a)).

また、上記では、評価値として尤度比を用いる例を示したが、目標検出装置の基本構成に示したように、それぞれの値を対数変換した尤度比(より正確には対数尤度比)を用いて処理を行うように構成することができる。この場合、上側閾値Tと下側閾値Tの概略値は、以下の(7)式で算出される。

Figure 0006490557
In the above, an example in which the likelihood ratio is used as the evaluation value is shown. However, as shown in the basic configuration of the target detection apparatus, the likelihood ratio obtained by logarithmically converting each value (more precisely, the log likelihood ratio). ) To perform processing. In this case, an approximate value of the upper threshold T U and the lower threshold T L is calculated by the following equation (7).
Figure 0006490557

対応する観測k回目の尤度比ST(k)は、以下の(8)式で算出される。

Figure 0006490557
Corresponding k-th likelihood ratio ST (k) is calculated by the following equation (8).
Figure 0006490557

更に、センサからの信号検出結果を入力する代わりに、特許文献1に記載された相関手段や仮目標登録更新手段で処理された信号検出結果を入力するように構成することができる。これにより、誤警報環境下、複数目標環境下、及びこれらの複合環境下において、誤りの少ない信号検出結果を入力して、判定を行うことができる。   Furthermore, instead of inputting the signal detection result from the sensor, the signal detection result processed by the correlation means and the temporary target registration update means described in Patent Document 1 can be input. Accordingly, it is possible to make a determination by inputting a signal detection result with few errors under a false alarm environment, a multi-target environment, or a complex environment thereof.

また、上記の処理は、1回の信号検出結果が入力される度に処理を行う逐次処理の他に、複数回(例えば、観測k回目から観測(k+2)回目までの3回分)の信号検出結果を纏めて処理を行うミニバッチ処理によって実施するように構成することができる。更に、ミニバッチ処理では、複数回の信号検出結果を用いて、評価値として尤度比を算出し、算出された尤度比について、判定を行うように構成することができる。   In addition to the sequential processing that is performed each time a signal detection result is input, the above-described processing is signal detection multiple times (for example, three times from the observation kth to the observation (k + 2) th). It can comprise so that it may implement by the mini batch process which processes a result collectively. Further, the mini-batch processing can be configured to calculate a likelihood ratio as an evaluation value using a plurality of signal detection results, and to make a determination on the calculated likelihood ratio.

以上説明したように、本実施形態に係る目標検出装置によれば、センサからの信号検出結果を入力し、信号検出結果が信号検出の場合、検出された信号振幅a、偽目標の信号振幅の確率密度関数f(a|a)、真目標の信号振幅の確率密度関数g(a|a)に基づいて評価値として観測k回目の尤度比ST(k)を算出し、信号検出結果が信号不検出の場合、偽目標の信号不検出確率(1−P)、真目標の信号不検出確率(1−P)に基づいて評価値として観測k回目の尤度比ST(k)を算出する。そして、尤度比ST(k)の上側閾値Tと下側閾値Tに基づいて尤度比ST(k)についての判定を行い、その判定結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択することで、「目標検出」の判定に要する平均観測回数を削減することができる。 As described above, according to the target detection apparatus according to the present embodiment, when the signal detection result from the sensor is input and the signal detection result is signal detection, the detected signal amplitude a, the false target signal amplitude Based on the probability density function f (a | a 0 ) and the probability density function g (a | a 1 ) of the true target signal amplitude, the kth likelihood ratio ST (k) is calculated as an evaluation value, and signal detection is performed. When the result is signal non-detection, the observation k-th likelihood ratio ST () as an evaluation value based on the false target signal non-detection probability (1-P F ) and the true target signal non-detection probability (1-P D ) k) is calculated. Then, a determination about the likelihood ratio ST (k) based on the upper threshold T U and the lower threshold T L of likelihood ratio ST (k), the determination result as "target detection", "target not detected" By selecting one of “determination pending”, it is possible to reduce the average number of observations required for the determination of “target detection”.

なお、上記実施形態に係る目標検出処理は、閾値算出部11、尤度比算出部12、判定部13の機能をコンピュータに実現させるプログラムとして構成することができる。   Note that the target detection processing according to the above embodiment can be configured as a program that causes a computer to realize the functions of the threshold value calculation unit 11, the likelihood ratio calculation unit 12, and the determination unit 13.

上記実施形態は、いずれもレーダ装置、ソナー装置等のセンサからの信号検出結果に基づいて、目標を検出する目標検出装置に適用可能である。   All of the above embodiments can be applied to a target detection device that detects a target based on a signal detection result from a sensor such as a radar device or a sonar device.

その他、本実施形態は上記実施形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態にわたる構成要素を適宜組み合わせてもよい。   In addition, the present embodiment is not limited to the above-described embodiment as it is, and can be embodied by modifying the components without departing from the scope of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of components disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined.

11…閾値算出部、
12…尤度比算出部、121…第1の算出部、122…第2の算出部、
13…判定部。
11 Threshold calculation unit,
12 ... Likelihood ratio calculation unit, 121 ... First calculation unit, 122 ... Second calculation unit,
13: Determination unit.

Claims (6)

目標を観測して閾値以上の信号を検出するセンサからの信号検出結果を入力し、前記信号検出結果が信号検出の場合、検出された信号振幅、偽目標の信号振幅の確率密度関数、真目標の信号振幅の確率密度関数に基づいて評価値を算出し、前記信号検出結果が信号不検出の場合、偽目標の信号不検出確率、真目標の信号不検出確率に基づいて評価値を算出する評価値算出部と、
前記評価値算出部で算出される評価値について、前記評価値の上側閾値と下側閾値に基づいて判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する判定部と
を具備する目標検出装置。
Input a signal detection result from a sensor that observes the target and detects a signal that is equal to or greater than the threshold value. If the signal detection result is signal detection, the detected signal amplitude, the probability density function of the false target signal amplitude, the true target An evaluation value is calculated based on the probability density function of the signal amplitude of the signal, and when the signal detection result is signal non-detection, the evaluation value is calculated based on the false target signal non-detection probability and the true target signal non-detection probability. An evaluation value calculation unit;
The evaluation value calculated by the evaluation value calculation unit is determined based on the upper threshold value and the lower threshold value of the evaluation value. As a result of the determination, “target detection”, “target not detected”, “determination pending” A target detection apparatus comprising: a determination unit that selects any of the above.
前記評価値算出部は、前記信号検出結果が信号検出の場合、確率密度関数に基づいて前記評価値として観測k(kは任意の自然数)回目の尤度比を算出し、前記信号検出結果が信号不検出の場合、信号不検出確率に基づいて前記評価値として観測k回目の尤度比を算出し、
前記判定部は、前記評価値算出部で算出された尤度比について判定を行う請求項1記載の目標検出装置。
When the signal detection result is signal detection, the evaluation value calculation unit calculates a likelihood ratio of observation k (k is an arbitrary natural number) times as the evaluation value based on a probability density function, and the signal detection result In the case of signal non-detection, the likelihood ratio of the k-th observation is calculated as the evaluation value based on the signal non-detection probability,
The target detection apparatus according to claim 1, wherein the determination unit determines the likelihood ratio calculated by the evaluation value calculation unit.
前記評価値算出部と前記判定部は、複数回の信号検出結果を纏めて処理を行う請求項1記載の目標検出装置。   The target detection apparatus according to claim 1, wherein the evaluation value calculation unit and the determination unit collectively process a plurality of signal detection results. 前記評価値算出部は、複数回の信号検出結果を用いて前記評価値として尤度比を算出し、
前記判定部は、前記評価値算出部で算出された尤度比について判定を行う請求項1記載の目標検出装置。
The evaluation value calculation unit calculates a likelihood ratio as the evaluation value using a plurality of signal detection results,
The target detection apparatus according to claim 1, wherein the determination unit determines the likelihood ratio calculated by the evaluation value calculation unit.
目標を観測して閾値以上の信号を検出するセンサからの信号検出結果を入力し、前記信号検出結果が信号検出の場合、検出された信号振幅、偽目標の信号振幅の確率密度関数、真目標の信号振幅の確率密度関数に基づいて評価値を算出し、前記信号検出結果が信号不検出の場合、偽目標の信号不検出確率、真目標の信号不検出確率に基づいて評価値を算出し、
前記評価値について、前記評価値の上側閾値と下側閾値に基づいて判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する目標検出方法。
Input a signal detection result from a sensor that observes the target and detects a signal that is equal to or greater than the threshold value. If the signal detection result is signal detection, the detected signal amplitude, the probability density function of the false target signal amplitude, the true target The evaluation value is calculated based on the probability density function of the signal amplitude of the signal, and when the signal detection result is a signal non-detection, the evaluation value is calculated based on the false target signal non-detection probability and the true target signal non-detection probability. ,
Target detection for determining the evaluation value based on the upper threshold value and the lower threshold value of the evaluation value, and selecting any one of “target detection”, “target non-detection”, and “determination pending” as a result of the determination Method.
目標を検出する処理をコンピュータに実行させるための目標検出プログラムであって、
目標を観測して閾値以上の信号を検出するセンサからの信号検出結果を入力し、前記信号検出結果が信号検出の場合、検出された信号振幅、偽目標の信号振幅の確率密度関数、真目標の信号振幅の確率密度関数に基づいて評価値を算出し、前記信号検出結果が信号不検出の場合、偽目標の信号不検出確率、真目標の信号不検出確率に基づいて評価値を算出する評価値算出ステップと、
前記評価値算出ステップで算出される評価値について、前記評価値の上側閾値と下側閾値に基づいて判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する判定ステップと
を具備する目標検出プログラム。
A target detection program for causing a computer to execute processing for detecting a target,
Input a signal detection result from a sensor that observes the target and detects a signal that is equal to or greater than the threshold value. If the signal detection result is signal detection, the detected signal amplitude, the probability density function of the false target signal amplitude, the true target An evaluation value is calculated based on the probability density function of the signal amplitude of the signal, and when the signal detection result is signal non-detection, the evaluation value is calculated based on the false target signal non-detection probability and the true target signal non-detection probability. An evaluation value calculating step;
The evaluation value calculated in the evaluation value calculation step is determined based on the upper threshold value and the lower threshold value of the evaluation value. As a result of the determination, “target detection”, “target not detected”, “determination pending” A target detection program comprising: a determination step for selecting any of the above.
JP2015207996A 2015-10-22 2015-10-22 Target detection apparatus, target detection method, and target detection program Expired - Fee Related JP6490557B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015207996A JP6490557B2 (en) 2015-10-22 2015-10-22 Target detection apparatus, target detection method, and target detection program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015207996A JP6490557B2 (en) 2015-10-22 2015-10-22 Target detection apparatus, target detection method, and target detection program

Publications (2)

Publication Number Publication Date
JP2017078694A JP2017078694A (en) 2017-04-27
JP6490557B2 true JP6490557B2 (en) 2019-03-27

Family

ID=58665284

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015207996A Expired - Fee Related JP6490557B2 (en) 2015-10-22 2015-10-22 Target detection apparatus, target detection method, and target detection program

Country Status (1)

Country Link
JP (1) JP6490557B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3785715B2 (en) * 1997-01-24 2006-06-14 株式会社日立製作所 Target detection device
JP2003043132A (en) * 2001-07-27 2003-02-13 Mitsubishi Electric Corp Radar signal detecting device
US7489265B2 (en) * 2005-01-13 2009-02-10 Autoliv Asp, Inc. Vehicle sensor system and process
US9495778B2 (en) * 2012-08-27 2016-11-15 Kabushiki Kaisha Toshiba Information presenting apparatus and method for confirmed and tentative tracks

Also Published As

Publication number Publication date
JP2017078694A (en) 2017-04-27

Similar Documents

Publication Publication Date Title
JP6470144B2 (en) Target detection apparatus, target detection method, and target detection program
JP5398288B2 (en) Radar signal processing apparatus and target judgment method thereof
CN110501671B (en) Target tracking method and device based on measurement distribution
WO2018062064A1 (en) Submergence prediction system, prediction method, and program
JP2011117845A (en) Apparatus and method for detecting target
Karnatak et al. Early warning signal for interior crises in excitable systems
CN105866748B (en) A kind of long CFAR detection method of fixation window based on detection priori
US11668857B2 (en) Device, method and computer program product for validating data provided by a rain sensor
JP6490557B2 (en) Target detection apparatus, target detection method, and target detection program
CN108196221B (en) Method for removing wild value based on multi-baseline interferometer angle fuzzy interval
JP6342270B2 (en) Target detection apparatus, target detection method, and target detection program
JP2017156146A (en) Target detector, target detection method, and target detection program
JP6486849B2 (en) Target detection apparatus, target detection method, and target detection program
JP6556557B2 (en) Target detection apparatus, target detection method, and target detection program
JP6486812B2 (en) Signal detection apparatus, signal detection method, and signal detection program
Mehanaoui et al. An EVI-ASD-CFAR Processor in a Pareto background and multiple target situations
JP2021522500A (en) Radiation pulse detector input count rate estimation
Ivković et al. False alarm analysis of the CATM-CFAR in presence of clutter edge
US20170307750A1 (en) Waveform estimation device and waveform estimation method
CN113504515B (en) Method and device for parameter estimation and detection threshold formation of echo extremum model
JP5623253B2 (en) Multi-target tracking device
JP6486850B2 (en) Signal detection apparatus, signal detection method, and signal detection program
Mazas et al. Questioning MLE for the estimation of environmental extreme distributions
JP6342271B2 (en) Signal detection apparatus, signal detection method, and signal detection program
JP2017134062A5 (en) Meteorological phenomenon occurrence possibility judgment system and meteorological phenomenon occurrence possibility judgment method

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20170911

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20170911

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180220

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20181210

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190227

R150 Certificate of patent or registration of utility model

Ref document number: 6490557

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees