JP2017156146A - Target detector, target detection method, and target detection program - Google Patents

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

Info

Publication number
JP2017156146A
JP2017156146A JP2016037755A JP2016037755A JP2017156146A JP 2017156146 A JP2017156146 A JP 2017156146A JP 2016037755 A JP2016037755 A JP 2016037755A JP 2016037755 A JP2016037755 A JP 2016037755A JP 2017156146 A JP2017156146 A JP 2017156146A
Authority
JP
Japan
Prior art keywords
target
determination
detection
signal
result
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.)
Pending
Application number
JP2016037755A
Other languages
Japanese (ja)
Inventor
英俊 古川
Hidetoshi Furukawa
英俊 古川
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
Original Assignee
Toshiba 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 filed Critical Toshiba Corp
Priority to JP2016037755A priority Critical patent/JP2017156146A/en
Publication of JP2017156146A publication Critical patent/JP2017156146A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To reduce the average number of times observation is made as needed for determination of target detection when detecting a target on the basis of a signal detection result from a sensor.SOLUTION: A target detector of the present embodiment calculates an evaluation value on the basis of a detected signal amplitude, the probability density function of signal amplitude of a false target, and the probability density function of signal amplitude of a true target when a signal detection result from a sensor that observes a target and detects a signal equal to or greater than a threshold is "signal detected," and calculates the evaluation value on the basis of the signal nondetection probability of the false target and the signal nondetection probability of the true target when the signal detection result is "signal undetected." Meanwhile, the target detector makes determination as to the evaluation value on the basis of an upper-side threshold and a lower-side threshold, determines the termination of determination as to an observation count in the signal detection result when an observation count threshold is reached and selects one of "determination terminated" and "determination pending," and selects and outputs one of "target detected," "target undetected," and "determination pending" on the basis of the result of determination as to the evaluation value and the result of determination as to the observation count.SELECTED DRAWING: Figure 1

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, a target is detected based on a signal detection result from a sensor that observes a target such as a radar device or a sonar device and detects a signal equal to or greater than a threshold value. At this time, a target detection process (see Non-Patent Document 1) by SPRT (Sequential Probability Ratio Test) is used as a method for reliably detecting the target. 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 method of determining the number of observations corresponding to the sample size in advance, this target detection determination method has two target points that define the model of the false target and the true target. This contributes to the reduction of the average number of observations required for the determination of “target not detected”. However, in actual operation, there is a problem that further reduction of the average number of observations required for determination of “target detection” or “target non-detection” is required. In addition, there is a problem that a case where a very large number of observations are required for the determination of “target detection” or “target non-detection” occurs.

本実施形態は上記課題に鑑みなされたもので、「目標検出」又は「目標不検出」の判定に要する平均観測回数を削減することができ、「目標検出」又は「目標不検出」の判定に非常に多くの観測回数を要するケースの発生を防止することができる目標検出装置、目標検出方法及び目標検出プログラムを提供することを目的とする。   The present embodiment has been made in view of the above problems, and can reduce the average number of observations required for determination of “target detection” or “target non-detection”, and can determine “target detection” or “target non-detection”. An object of the present invention is to provide a target detection apparatus, a target detection method, and a target detection program that can prevent the occurrence of a case that requires a very large number of observations.

実施形態によれば、目標を観測して閾値以上の信号を検出するセンサからの信号検出結果に基づいて目標を検出する目標検出装置であって、評価値算出部と、評価値判定部と、観測回数判定部と、総合判定部とを備える。前記評価値算出部は、前記信号検出結果が「信号検出」の場合には、検出された信号振幅、偽目標の信号振幅の確率密度関数、真目標の信号振幅の確率密度関数に基づいて評価値を算出し、前記信号検出結果が「信号不検出」の場合には、偽目標の信号不検出確率、真目標の信号不検出確率に基づいて評価値を算出する。前記評価値判定部は、前記評価値算出部で算出される評価値について、前記評価値の上側閾値と下側閾値に基づいて判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する。前記観測回数判定部は、前記信号検出結果における観測回数について、前記観測回数が閾値に達した時点で判定終了の判定を行い、その判定の結果として「判定終了」、「判定保留」のいずれかを選択する。前記総合判定部は、前記評価値判定部による判定の結果と前記観測回数判定部による判定の結果に基づいて総合的に判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する。   According to the embodiment, a target detection device that detects a target based on a signal detection result from a sensor that detects a signal that is equal to or greater than a threshold value by observing the target, an evaluation value calculation unit, an evaluation value determination unit, An observation number determination unit and a comprehensive determination unit are provided. When the signal detection result is “signal detection”, the evaluation value calculation unit evaluates based on the detected signal amplitude, the probability density function of the false target signal amplitude, and the probability density function of the true target signal amplitude. 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. The evaluation value determination unit determines the evaluation value calculated by the evaluation value calculation unit based on an upper threshold value and a lower threshold value of the evaluation value. As a result of the determination, “target detection”, “target failure” Select either “Detect” or “Decision pending”. The observation number determination unit determines the end of determination for the number of observations in the signal detection result when the number of observations reaches a threshold value, and the result of the determination is either “end of determination” or “determination pending” Select. The comprehensive determination unit makes a comprehensive determination based on the determination result by the evaluation value determination unit and the determination result by the observation number determination unit, and as a result of the determination, "target detection", "target non-detection" , “Determine pending” is selected.

本実施形態に係る目標検出装置の構成を示すブロック図。The block diagram which shows the structure of the target detection apparatus which concerns on this embodiment. 本実施形態に係る目標検出装置の処理の流れの前半を示すフローチャート。The flowchart which shows the first half of the flow of a process of the target detection apparatus which concerns on this embodiment. 本実施形態に係る目標検出装置の処理の流れの後半を示すフローチャート。The flowchart which shows the second half of the process flow of the target detection apparatus which concerns on this 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)(以下、「観測k回目の尤度比ST(k)」を「尤度比ST(k)」と略する場合がある)を算出する。上記判定部23は、閾値算出部21からの上側閾値Tと下側閾値T、尤度比算出部22からの尤度比ST(k)に基づいて、以下の(1)式により目標検出の判定を行い、判定結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する。

Figure 2017156146
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. Based on the signal detection result, the observation k-th likelihood ratio ST (k) (hereinafter referred to as “observation k-th likelihood ratio ST (k)” is used as the evaluation value. Is sometimes abbreviated as “)”. The determination unit 23 based on the upper threshold value from the threshold value calculation unit 21 T U and the lower threshold T L, likelihood ratio from the likelihood ratio calculation unit 22 ST (k), the target by the following expression (1) The detection is determined, and “target detection”, “target non-detection”, or “determination pending” is selected as the determination result.
Figure 2017156146

図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において、第一種の過誤率αと第二種の過誤率βに基づいて、尤度比ST(k)の上側閾値Tと下側閾値Tを算出する(ステップS201)。上側閾値Tと下側閾値Tは、以下の(2)式で算出される。

Figure 2017156146
First, in the threshold calculating unit 21, errors ratio of Type α and on the basis of the type II error rates beta, calculates the upper threshold T U and the lower threshold T L of likelihood ratio ST (k) ( Step S201). Upper threshold T U and the lower threshold T L is calculated by the following equation (2).
Figure 2017156146

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

Figure 2017156146
Next, in the likelihood ratio calculation unit 22, 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 signal detection number m, A likelihood ratio ST (k) is calculated (step S202). The likelihood ratio ST (k) is calculated by the following equation (3).
Figure 2017156146

次に、上記判定部23において、尤度比算出部22からの尤度比ST(k)と閾値算出部21からの上側閾値Tとを比較し(ステップS203)、尤度比ST(k)が上側閾値T以上の場合(ST(k)≧T)には(YES)、判定結果を「目標検出」とする(ステップS204)。また、尤度比ST(k)が上側閾値Tよりも小さい場合(ST(k)<T)には(NO)、尤度比ST(k)と閾値算出部21からの下側閾値Tとを比較し(ステップS205)、尤度比ST(k)が下側閾値T以下の場合(ST(k)≦T)には(YES)、判定結果を「目標不検出」とする(ステップS206)。上記以外の場合(尤度比ST(k)が下側閾値Tよりも大きく、上側閾値Tよりも小さい場合(T<ST(k)<T))には(NO)、判定結果を「判定保留」とする(ステップS207)。そして、上記の判定結果を出力し(ステップS208)、そのうち判定部23の判定結果が「判定保留」の場合には、観測(k+1)回目の信号検出結果に基づいて、ステップS201からの処理を繰り返し実行する。 Then, in the determination unit 23 compares the likelihood ratio from the likelihood ratio calculation unit 22 ST (k) and an upper threshold value T U from the threshold value calculation unit 21 (step S203), the likelihood ratio ST (k ) is in the case of more than the upper threshold T U (ST (k) ≧ T U) and (YES), the determination result "target detection" (step S204). The lower threshold value from when the likelihood ratio ST (k) is smaller than the upper threshold T U (ST (k) < T U) in (NO), the likelihood ratio ST (k) and the threshold value calculation unit 21 T L is compared (step S205), and when the likelihood ratio ST (k) is equal to or lower than the lower threshold value T L (ST (k) ≦ T L ) (YES), the determination result is “target non-detection”. (Step S206). In cases other than the above (when the likelihood ratio ST (k) is larger than the lower threshold value T L and smaller than the upper threshold value T U (T L <ST (k) <T U )) (NO), determination The result is “determination pending” (step S207). Then, the above determination result is output (step S208). If the determination result of the determination unit 23 is “determination pending”, the processing from step S201 is performed based on the signal detection result of the observation (k + 1) th time. Run repeatedly.

ここで、上記構成による目標検出装置では、尤度比算出部22において、目標を観測して閾値以上の信号を検出するセンサからの信号検出結果である観測回数kと信号検出回数m、偽目標の信号検出確率P、真目標の信号検出確率Pに基づいて尤度比ST(k)を算出するようにしている。この場合、閾値以上の信号振幅に着目してみると、より多くの情報量を持つにもかかわらず、尤度比ST(k)の算出に用いられていない。また、上記構成による目標検出装置では、観測回数についての判定を行っていないため、観測回数の最大値を所定の値に制限することができない。 Here, in the target detection device having the above-described configuration, the likelihood ratio calculation unit 22 observes the target and detects the number of observations k and the number of signal detections m, which are signal detection results from a sensor that detects a signal equal to or greater than the threshold, and the false target. The likelihood ratio ST (k) is calculated based on the signal detection probability P F and the true target signal detection probability P D. In this case, when attention is paid to the signal amplitude equal to or larger than the threshold value, the signal ratio is not used for calculating the likelihood ratio ST (k) despite having a larger amount of information. Further, in the target detection device having the above configuration, since the number of observations is not determined, the maximum value of the number of observations cannot be limited to a predetermined value.

そこで、以下に示す実施形態では、センサ(図示せず、例えばレーダ装置、ソナー装置等)からの信号検出結果が「信号検出」の場合には、検出された信号振幅a、偽目標の信号振幅の確率密度関数f(a|θ)、真目標の信号振幅の確率密度関数g(a|θ)に基づいて、評価値として観測k回目の尤度比ST(k)を算出する。また、信号検出結果が「信号不検出」の場合には、偽目標の信号不検出確率(1−P)、真目標の信号不検出確率(1−P)に基づいて、評価値として観測k回目の尤度比ST(k)を算出する。そして、上側閾値Tと下側閾値Tに基づいて観測k回目の尤度比ST(k)についての判定を行うと共に、観測回数kについての判定を行い、これらの判定に基づいて、総合的に「目標検出」、「目標不検出」及び「判定保留」を判定する。このようにして、目標検出の判定において、「目標検出」又は「目標不検出」の判定に要する平均観測回数を削減すると共に、「目標検出」又は「目標不検出」の判定に非常に多くの観測回数を要するケースの発生を防止するようにしている。 Therefore, in the embodiment shown below, when the signal detection result from a sensor (not shown, for example, a radar device, a sonar device, etc.) is “signal detection”, the detected signal amplitude a, the false target signal amplitude The k-th likelihood ratio ST (k) is calculated as an evaluation value based on the probability density function f (a | θ 0 ) and the probability density function g (a | θ 1 ) of the true target signal amplitude. Further, when the signal detection result is “signal non-detection”, the evaluation value is calculated based on the false target signal non-detection probability (1-P F ) and the true target signal non-detection probability (1-P D ). The likelihood ratio ST (k) for the k-th observation is calculated. Then, with a determination of the upper threshold T U and the lower threshold T L observed k th likelihood ratio ST based on the (k), a determination is made about the number of observations k, based on these decision, overall Specifically, “target detection”, “target non-detection”, and “determination pending” are determined. In this way, in the determination of target detection, the average number of observations required for the determination of “target detection” or “target non-detection” is reduced, and the determination of “target detection” or “target non-detection” is very large. The occurrence of cases that require the number of observations is prevented.

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

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

上記尤度比閾値算出部11は、本実施形態の評価値である尤度比の上側閾値Tと下側閾値Tを算出する。 The likelihood ratio threshold value calculation unit 11 calculates the upper threshold T U and the lower threshold T L of likelihood ratio is an evaluation value of the present embodiment.

上記尤度比算出部12は、確率密度関数に基づいて尤度比を算出する第1の算出部121と、信号不検出確率に基づいて尤度比を算出する第2の算出部122とを備える。すなわち、センサからの信号検出結果を入力し、信号検出結果が「信号検出」の場合(信号振幅が閾値以上)には、第1の算出部121において、検出された信号振幅a、偽目標の信号振幅の確率密度関数f(a|θ)、真目標の信号振幅の確率密度関数g(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 signal amplitude is greater than or equal to the threshold value), the first calculation unit 121 detects the detected signal amplitude a, the false target Based on the probability density function f (a | θ 0 ) of the signal amplitude and the probability density function g (a | θ 1 ) of the true target signal amplitude, the likelihood ratio ST (k) for the k-th observation is calculated as an evaluation value. To do. In addition, when the signal detection result from the sensor is “signal non-detection” (the signal amplitude is less than the threshold value), the second calculation unit 122 determines the false target signal non-detection probability (1−P F ), the true target. The likelihood ratio ST (k) for the k-th observation is calculated as an evaluation value based on the signal non-detection probability (1-P D ).

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

Figure 2017156146
The likelihood ratio determining unit 13, based on the upper threshold T U and the lower threshold T L from the likelihood ratio threshold calculating unit 11, the likelihood ratio from the likelihood ratio calculation unit 12 ST (k), below The target detection is determined by equation (4) (same as equation (1)), and “target detection”, “target non-detection”, and “determination” are determined as the result of determination by likelihood ratio (hereinafter, the likelihood ratio determination result). Select “Hold”.
Figure 2017156146

上記回数閾値選定部14は、観測回数閾値Tを選定する。上記観測回数判定部15は、センサからの信号検出結果として入力した観測回数kと上記回数閾値選定部14で選定された観測回数閾値Tに基づいて、以下の(5)式により判定を行い、観測回数による判定の結果(以下、観測回数判定結果)として「判定終了」、「判定保留」のいずれかを選択する。

Figure 2017156146
The count threshold selecting unit 14 selects a number of observations threshold T k. The observation frequency determination unit 15 performs a determination according to the following equation (5) based on the observation frequency k input as a signal detection result from the sensor and the observation frequency threshold T k selected by the frequency threshold selection unit 14. As a result of determination based on the number of observations (hereinafter referred to as observation number determination result), either “end of determination” or “pending determination” is selected.
Figure 2017156146

上記総合判定部16は、尤度比判定部13からの尤度比判定結果と観測回数判定部15からの観測回数判定結果に基づいて、総合的な判定の結果(以下、総合判定結果)として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する。総合判定の具体例を表1に示す。

Figure 2017156146
Based on the likelihood ratio determination result from the likelihood ratio determination unit 13 and the observation number determination result from the observation number determination unit 15, the comprehensive determination unit 16 performs a comprehensive determination result (hereinafter referred to as a comprehensive determination result). Select one of “target detection”, “target non-detection”, and “determination pending”. A specific example of comprehensive determination is shown in Table 1.
Figure 2017156146

なお、上記表1に示す具体例では、尤度比判定部13からの尤度比判定結果が「判定保留」であり、観測回数判定部15からの観測回数判定結果が「判定終了」の場合、総合判定結果を「目標検出」とする例を示したが、総合判定結果を「目標不検出」とするように構成することや、「判定終了」時の尤度比ST(k)と判定終了用閾値に基づいて「目標検出」と「目標不検出」のいずれかを選択するように構成することもできる。また、上記以外の対応関係に設定することもできる。   In the specific example shown in Table 1, the likelihood ratio determination result from the likelihood ratio determination unit 13 is “determination pending”, and the observation number determination result from the observation number determination unit 15 is “determination completed”. Although the example in which the comprehensive determination result is “target detection” has been shown, it is configured that the comprehensive determination result is “target non-detection”, or the likelihood ratio ST (k) at the time of “end of determination” is determined. It may be configured to select either “target detection” or “target non-detection” based on the end threshold. It is also possible to set a correspondence other than the above.

図2A、同図Bは、それぞれ本実施形態に係る目標検出装置の前半、後半の処理の流れを示すフローチャートである。同図に沿って、本実施形態に係る目標検出装置の処理の流れを説明する。   FIG. 2A and FIG. 2B are flowcharts showing the processing flow of the first half and second half of the target detection apparatus according to this embodiment, respectively. 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の概略値は、以下の(6)式で算出される。

Figure 2017156146
First, in the likelihood ratio threshold value calculation unit 11, errors ratio of Type α and on the basis of the type II error rates beta, calculates the upper threshold T U and the lower threshold T L (step S101). Approximate value of the upper threshold T U and the lower threshold T L is calculated by the following equation (6).
Figure 2017156146

次に、上記尤度比算出部12において、信号検出結果が「信号検出」か否か(信号振幅が閾値以上か否か)を判定する(ステップS102)。この判定で、信号検出結果が「信号検出」の場合には(YES)、検出された信号振幅a、偽目標の信号振幅の確率密度関数f(a|θ)、真目標の信号振幅の確率密度関数g(a|θ)に基づいて、評価値として尤度比ST(k)を算出する(ステップS103)。また、信号検出結果が「信号検出でない」(信号振幅が閾値未満で「信号不検出」)の場合には(NO)、偽目標の信号不検出確率(1−P)、真目標の信号不検出確率(1−P)に基づいて、評価値として尤度比ST(k)を算出する(ステップS104)。尤度比ST(k)は、以下の(7)式で算出される。

Figure 2017156146
Next, the likelihood ratio calculation unit 12 determines whether or not the signal detection result is “signal detection” (whether or not the signal amplitude is greater than or equal to a threshold value) (step S102). In this determination, when the signal detection result is “signal detection” (YES), the detected signal amplitude a, the probability density function f (a | θ 0 ) of the false target signal amplitude, the true target signal amplitude Based on the probability density function g (a | θ 1 ), a likelihood ratio ST (k) is calculated as an evaluation value (step S103). Further, "non-signal detection" signal detection result in the case (less than the signal amplitude threshold "signal not detected") of (NO), the signal non-detection probability of false targets (1-P F), the true target signals Based on the non-detection probability (1-P D ), a likelihood ratio ST (k) is calculated as an evaluation value (step S104). The likelihood ratio ST (k) is calculated by the following equation (7).
Figure 2017156146

ここで、θは、偽目標の信号振幅の確率密度関数f(・)のパラメータ又は複数のパラメータからなるパラメータ群を表し、θは、真目標の信号振幅の確率密度関数g(・)のパラメータ又は複数のパラメータからなるパラメータ群を表す。また、偽目標の信号不検出確率(1−P)は、偽目標の信号振幅が閾値未満である確率に対応しており、偽目標の信号振幅変数xの確率密度関数f(x|θ)の0から閾値までの積分値として算出することができる。同様に、真目標の信号不検出確率(1−P)は、真目標の信号振幅が閾値未満である確率に対応しており、真目標の信号振幅変数xの確率密度関数g(x|θ)の0から閾値までの積分値として算出することができる。 Here, θ 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 θ 1 represents the probability density function g (•) of the true target signal amplitude. Or a parameter group composed of a plurality of parameters. Further, 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 | θ) 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 θ 1 ).

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

次に、上記尤度比判定部13において、尤度比算出部12からの尤度比ST(k)と尤度比閾値算出部11からの上側閾値Tとを比較する(ステップS105)。比較の結果、尤度比ST(k)が上側閾値T以上の場合(ST(k)≧T)には(YES)、尤度比判定結果を「目標検出」とする(ステップS106)。尤度比ST(k)が上側閾値Tよりも小さい場合(ST(k)<T)には(NO)、尤度比ST(k)と尤度比閾値算出部11からの下側閾値Tとを比較する(ステップS107)。比較の結果、尤度比ST(k)が下側閾値T以下の場合(ST(k)≦T)には(YES)、尤度比判定結果を「目標不検出」とする(ステップS108)。上記以外の場合(尤度比ST(k)が下側閾値Tよりも大きく、上側閾値Tよりも小さい場合(T<ST(k)<T))には(NO)、尤度比判定結果を「判定保留」とする(ステップS109)。 Then, in the likelihood ratio determination unit 13 compares the likelihood ratio from the likelihood ratio calculation unit 12 ST (k) and an upper threshold value T U from likelihood ratio threshold value calculation unit 11 (step S105). Result of the comparison, when the likelihood ratio ST (k) is not less than the upper threshold T U (ST (k) ≧ T U) and (YES), the likelihood ratio determination result "target detection" (step S106) . If the likelihood ratio ST (k) is smaller than the upper threshold T U (ST (k) < T U) in (NO), the underside of the likelihood ratio ST (k) and likelihood ratio threshold value calculation unit 11 The threshold value TL is compared (step S107). As a result of the comparison, if the likelihood ratio ST (k) is equal to or lower than the lower threshold value TL (ST (k) ≦ TL ) (YES), the likelihood ratio determination result is “target non-detection” (step S108). In cases other than the above (when the likelihood ratio ST (k) is larger than the lower threshold value T L and smaller than the upper threshold value T U (T L <ST (k) <T U )) (NO), the likelihood The degree ratio determination result is set to “determination pending” (step S109).

次に、上記回数閾値選定部14において、観測回数閾値Tを選定する(ステップS110)。次に、上記観測回数判定部15において、センサからの信号検出結果である観測回数kと選定された観測回数閾値Tとを比較する(ステップS111)。比較の結果、観測回数kが観測回数閾値T以上の場合(k≧T)には(YES)、観測回数判定結果を「判定終了」とする(ステップS112)。上記以外の場合(観測回数kが観測回数閾値Tよりも小さい場合(k<T))には(NO)、観測回数判定結果を「判定保留」とする(ステップS113)。 Then, in the number of threshold selection unit 14 selects a number of observations threshold T k (step S110). Next, the observation frequency determination unit 15 compares the observation frequency k, which is a signal detection result from the sensor, with the selected observation frequency threshold value T k (step S111). As a result of the comparison, if the number of observations k is equal to or greater than the observation number threshold value T k (k ≧ T k ) (YES), the observation number determination result is set to “end of determination” (step S112). In cases other than the above (when the number of observations k is smaller than the observation number threshold value T k (k <T k )) (NO), the observation number determination result is set to “determination pending” (step S113).

次に、上記総合判定部16において、尤度比判定部13からの尤度比判定結果と観測回数判定部15からの観測回数判定結果に基づいて、総合判定結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択し(ステップS114)、選択された総合判定結果を出力する(ステップS115)。総合判定部16の総合判定結果が「判定保留」の場合には、観測(k+1)回目の信号検出結果に基づいて、ステップS101からの処理を繰り返し実行する。   Next, in the comprehensive determination unit 16, based on the likelihood ratio determination result from the likelihood ratio determination unit 13 and the observation number determination result from the observation number determination unit 15, “target detection”, “target” Either “not detected” or “determination pending” is selected (step S114), and the selected comprehensive determination result is output (step S115). When the comprehensive determination result of the comprehensive determination unit 16 is “determination pending”, the processing from step S101 is repeatedly executed based on the observation (k + 1) th signal detection result.

なお、上記の実施形態では、信号検出結果が「信号検出」の場合、検出された信号振幅a、偽目標の信号振幅の確率密度関数f(a|θ)、真目標の信号振幅の確率密度関数g(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-described embodiment, when the signal detection result is “signal detection”, the detected signal amplitude a, the probability density function f (a | θ 0 ) of the false target signal amplitude, and the probability of the true target signal amplitude Although an example of calculating the likelihood ratio ST (k) as an evaluation value based on the density function g (a | θ 1 ) has been shown, the likelihood function L 0 of the detected signal amplitude a and the false target signal amplitude is shown. (A) The likelihood ratio ST (k) can be calculated as an evaluation value based on the likelihood function L 1 (a) of the true target 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 Based on (a) / L 0 (a)), the likelihood ratio ST (k) can be calculated as an evaluation value.

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

Figure 2017156146
In the above embodiment, an example is shown in which the likelihood ratio is used as the evaluation value. However, as shown in the basic configuration of the target detection device, the likelihood ratio obtained by logarithmically converting each value (more precisely, the logarithm) The processing can be performed using the likelihood ratio. In this case, an approximate value of the upper threshold T U and the lower threshold T L is calculated by the following equation (8).
Figure 2017156146

対応する尤度比ST(k)は、以下の(9)式で算出される。

Figure 2017156146
The corresponding likelihood ratio ST (k) is calculated by the following equation (9).
Figure 2017156146

更に、センサからの信号検出結果を入力する代わりに、特許文献1に記載された相関手段や仮目標登録更新手段で処理された信号検出結果(検出信号に対し、仮目標の運動諸元を用いて相関ゲートによる判定を行った結果)を入力するように構成することができる。これにより、誤警報環境下、複数目標環境下、及びこれらの複合環境下において、誤りの少ない信号検出結果を入力して、判定を行うことができる。   Furthermore, instead of inputting the signal detection result from the sensor, the signal detection result processed by the correlating means and the temporary target registration updating means described in Patent Document 1 (the motion data of the temporary target is used for the detection signal). The result of the determination by the correlation gate) 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|θ)、真目標の信号振幅の確率密度関数g(a|θ)に基づいて、評価値として観測k回目の尤度比ST(k)を算出する。また、信号検出結果が「信号不検出」の場合、偽目標の信号不検出確率(1−P)、真目標の信号不検出確率(1−P)に基づいて、評価値として観測k回目の尤度比ST(k)を算出する。そして、上側閾値Tと下側閾値Tに基づいて観測k回目の尤度比ST(k)についての判定を行うと共に、観測回数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 Based on the probability density function f (a | θ 0 ) of the amplitude and the probability density function g (a | θ 1 ) of the true target signal amplitude, the likelihood ratio ST (k) for the k-th observation is calculated as an evaluation value. . In addition, when the signal detection result is “signal non-detection”, the evaluation value is observed based on the false target signal non-detection probability (1-P F ) and the true target signal non-detection probability (1-P D ). The likelihood ratio ST (k) for the second time is calculated. Then, with a determination of the upper threshold T U and the lower threshold T L observed k th likelihood ratio ST based on the (k), a determination is made about the number of observations k, based on these decision, overall Specifically, “target detection”, “target non-detection”, and “determination pending” are determined. By doing in this way, the average number of observations required for the determination of “target detection” or “target non-detection” can be reduced.

なお、「目標検出」又は「目標不検出」の判定に要する平均観測回数を削減する代わりに、第一種の過誤率αや第二種の過誤率βを低く抑えるようにすることもできる。   Instead of reducing the average number of observations required for the determination of “target detection” or “target non-detection”, the first type error rate α and the second type error rate β can be kept low.

また、本実施形態に係る目標検出装置によれば、観測回数についての判定を行うため、「目標検出」又は「目標不検出」の判定に要する観測回数の最大値を所定の値に制限することができる。その結果、「目標検出」又は「目標不検出」の判定に非常に多くの観測回数を要するケースの発生を防止することができる。   In addition, according to the target detection apparatus according to the present embodiment, in order to determine the number of observations, the maximum number of observations required for the determination of “target detection” or “target non-detection” is limited to a predetermined value. Can do. As a result, it is possible to prevent the occurrence of a case that requires a very large number of observations for the determination of “target detection” or “target non-detection”.

なお、上記実施形態に係る目標検出処理は、尤度比閾値算出部11、尤度比算出部12、尤度比判定部13、回数閾値選定部14、観測回数判定部15、総合判定部16それぞれの処理機能をコンピュータに実行させるプログラムとして構成することができる。   Note that the target detection processing according to the above embodiment includes the likelihood ratio threshold calculation unit 11, the likelihood ratio calculation unit 12, the likelihood ratio determination unit 13, the frequency threshold selection unit 14, the observation frequency determination unit 15, and the comprehensive determination unit 16. It can be configured as a program for causing a computer to execute each processing function.

上記実施形態は、いずれもレーダ装置、ソナー装置等のセンサからの信号検出結果に基づいて、目標を検出する目標検出装置に適用可能である。   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…尤度比判定部、
14…回数閾値選定部、
15…観測回数判定部、
16…総合判定部。
11 ... Likelihood ratio threshold value calculation part,
12 ... Likelihood ratio calculation unit, 121 ... First calculation unit, 122 ... Second calculation unit,
13 ... Likelihood ratio determination unit,
14: Number of times threshold selection unit,
15 ... Observation frequency determination unit,
16: Comprehensive determination unit.

Claims (3)

目標を観測して閾値以上の信号を検出するセンサからの信号検出結果に基づいて目標を検出する目標検出装置であって、
前記信号検出結果が「信号検出」の場合には、検出された信号振幅、偽目標の信号振幅の確率密度関数、真目標の信号振幅の確率密度関数に基づいて評価値を算出し、前記信号検出結果が「信号不検出」の場合には、偽目標の信号不検出確率、真目標の信号不検出確率に基づいて評価値を算出する評価値算出部と、
前記評価値算出部で算出される評価値について、前記評価値の上側閾値と下側閾値に基づいて判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する評価値判定部と、
前記信号検出結果における観測回数について、前記観測回数が閾値に達した時点で判定終了の判定を行い、その判定の結果として「判定終了」、「判定保留」のいずれかを選択する観測回数判定部と、
前記評価値判定部による判定の結果と前記観測回数判定部による判定の結果に基づいて総合的に判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する総合判定部と
を具備する目標検出装置。
A target detection device that detects a target based on a signal detection result from a sensor that observes the target and detects a signal that is equal to or greater than a threshold,
When the signal detection result is “signal detection”, an evaluation value is calculated based on the detected signal amplitude, the probability density function of the false target signal amplitude, the probability density function of the true target signal amplitude, and the signal When the detection result is “signal non-detection”, an evaluation value calculation unit that calculates an evaluation value based on a false target signal non-detection probability, a true target signal non-detection probability;
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” An evaluation value determination unit that selects any one of
Regarding the number of observations in the signal detection result, determination of the end of determination is performed when the number of observations reaches a threshold value, and an observation number determination unit that selects either “end of determination” or “determination pending” as a result of the determination When,
Comprehensive determination is made based on the determination result by the evaluation value determination unit and the determination result by the observation number determination unit, and as a result of the determination, “target detection”, “target non-detection”, “determination pending” A target detection apparatus comprising: a comprehensive determination unit that selects one of them.
目標を観測して閾値以上の信号を検出するセンサからの信号検出結果に基づいて目標を検出する目標検出方法であって、
前記信号検出結果が「信号検出」の場合には、検出された信号振幅、偽目標の信号振幅の確率密度関数、真目標の信号振幅の確率密度関数に基づいて評価値を算出し、前記信号検出結果が「信号不検出」の場合には、偽目標の信号不検出確率、真目標の信号不検出確率に基づいて評価値を算出し、
前記評価値について、前記評価値の上側閾値と下側閾値に基づいて判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択し、
前記信号検出結果における観測回数について、観測回数閾値に達した時点で判定終了の判定を行い、その判定の結果として「判定終了」、「判定保留」のいずれかを選択し、
前記評価値について判定を行った結果と前記観測回数について判定を行った結果に基づいて総合的に判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する目標検出方法。
A target detection method for detecting a target based on a signal detection result from a sensor for observing a target and detecting a signal equal to or higher than a threshold,
When the signal detection result is “signal detection”, an evaluation value is calculated based on the detected signal amplitude, the probability density function of the false target signal amplitude, the probability density function of the true target signal amplitude, and the signal When the 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,
The evaluation value is determined based on the upper threshold value and the lower threshold value of the evaluation value, and as a result of the determination, one of “target detection”, “target non-detection”, and “determination pending” is selected,
For the number of observations in the signal detection result, determine the end of determination when the observation number threshold is reached, and select either `` end of determination '' or `` determination pending '' as the result of the determination,
Comprehensive determination is made based on the result of determination on the evaluation value and the result of determination on the number of observations. As a result of the determination, “target detection”, “target non-detection”, “determination pending” Target detection method to select one.
目標を観測して閾値以上の信号を検出するセンサからの信号検出結果に基づいて目標を検出する処理をコンピュータに実行させるための目標検出プログラムであって、
前記信号検出結果が「信号検出」の場合には、検出された信号振幅、偽目標の信号振幅の確率密度関数、真目標の信号振幅の確率密度関数に基づいて評価値を算出し、前記信号検出結果が「信号不検出」の場合には、偽目標の信号不検出確率、真目標の信号不検出確率に基づいて評価値を算出する評価値算出ステップと、
前記評価値算出ステップで算出される評価値について、前記評価値の上側閾値と下側閾値に基づいて判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する評価値判定ステップと、
前記信号検出結果における観測回数について、観測回数閾値に達した時点で判定終了の判定を行い、その判定の結果として「判定終了」、「判定保留」のいずれかを選択する観測回数判定ステップと、
前記評価値判定ステップによる判定の結果と前記観測回数判定ステップによる判定の結果に基づいて総合的に判定を行い、その判定の結果として「目標検出」、「目標不検出」、「判定保留」のいずれかを選択する総合判定ステップと
を具備する目標検出プログラム。
A target detection program for causing a computer to execute a process of detecting a target based on a signal detection result from a sensor that detects a signal equal to or higher than a threshold value by observing the target,
When the signal detection result is “signal detection”, an evaluation value is calculated based on the detected signal amplitude, the probability density function of the false target signal amplitude, the probability density function of the true target signal amplitude, and the signal When the detection result is “signal non-detection”, an evaluation value calculation step for calculating an evaluation value based on the false target signal non-detection probability and the true target signal non-detection probability;
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” An evaluation value determination step for selecting one of the following:
For the number of observations in the signal detection result, determine the end of determination at the time when the observation number threshold is reached, and the number of observations determination step for selecting either `` end of determination '' or `` determination pending '' as a result of the determination;
Comprehensive determination is performed based on the determination result in the evaluation value determination step and the determination result in the observation number determination step. As the determination result, “target detection”, “target non-detection”, “determination pending” A target detection program comprising: a comprehensive determination step for selecting one of them.
JP2016037755A 2016-02-29 2016-02-29 Target detector, target detection method, and target detection program Pending JP2017156146A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016037755A JP2017156146A (en) 2016-02-29 2016-02-29 Target detector, target detection method, and target detection program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016037755A JP2017156146A (en) 2016-02-29 2016-02-29 Target detector, target detection method, and target detection program

Publications (1)

Publication Number Publication Date
JP2017156146A true JP2017156146A (en) 2017-09-07

Family

ID=59808582

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016037755A Pending JP2017156146A (en) 2016-02-29 2016-02-29 Target detector, target detection method, and target detection program

Country Status (1)

Country Link
JP (1) JP2017156146A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024013848A1 (en) * 2022-07-12 2024-01-18 日本電気株式会社 Image processing device, image processing method, and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10206523A (en) * 1997-01-24 1998-08-07 Hitachi Ltd Target detector
JP2003043132A (en) * 2001-07-27 2003-02-13 Mitsubishi Electric Corp Radar signal detecting device
JP2005337732A (en) * 2004-05-24 2005-12-08 Mitsubishi Electric Corp Radar device
US20060031015A1 (en) * 2004-08-09 2006-02-09 M/A-Com, Inc. Imminent-collision detection system and process
US20060152405A1 (en) * 2005-01-13 2006-07-13 M/A Com, Inc. Vehicle sensor system and process

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10206523A (en) * 1997-01-24 1998-08-07 Hitachi Ltd Target detector
JP2003043132A (en) * 2001-07-27 2003-02-13 Mitsubishi Electric Corp Radar signal detecting device
JP2005337732A (en) * 2004-05-24 2005-12-08 Mitsubishi Electric Corp Radar device
US20060031015A1 (en) * 2004-08-09 2006-02-09 M/A-Com, Inc. Imminent-collision detection system and process
US20060152405A1 (en) * 2005-01-13 2006-07-13 M/A Com, Inc. Vehicle sensor system and process
JP2006194887A (en) * 2005-01-13 2006-07-27 Ma Com Inc Vehicular sensor system and method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
古川 英俊 HIDETOSHI FURUKAWA: "打切りを伴う逐次検定を用いた航跡確立", 電子情報通信学会2015年通信ソサイエティ大会講演論文集1 PROCEEDINGS OF THE 2015 IEICE COMMUNICAT, JPN6019000448, 9 September 2015 (2015-09-09), pages 1 - 2 *
古川 英俊 HIDETOSHI FURUKAWA: "検出信号の振幅情報を用いる航跡確立のための逐次検定 Sequential Test Using the Amplitude Information", 電子情報通信学会技術研究報告 VOL.115 NO.282 IEICE TECHNICAL REPORT, vol. 第115巻, JPN6019000447, 16 November 2015 (2015-11-16), JP, pages 19 - 24 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024013848A1 (en) * 2022-07-12 2024-01-18 日本電気株式会社 Image processing device, image processing method, and storage medium

Similar Documents

Publication Publication Date Title
JP5398288B2 (en) Radar signal processing apparatus and target judgment method thereof
JP6470144B2 (en) Target detection apparatus, target detection method, and target detection program
Liu et al. New analytical approach to detection threshold of a dynamic programming track‐before‐detect algorithm
CN105866748B (en) A kind of long CFAR detection method of fixation window based on detection priori
KR101770742B1 (en) Apparatus and method for detecting target with suppressing clutter false target
JP2017156146A (en) Target detector, target detection method, and target detection program
CN110531362A (en) A kind of object detection method of high-resolution moving sonar Knowledge-based
CA2741202A1 (en) Dynamic clustering of transient signals
CN109444899B (en) Track association method based on pure angle information
JP6486849B2 (en) Target detection apparatus, target detection method, and target detection program
JP6490557B2 (en) Target detection apparatus, target detection method, and target detection program
Ivković et al. False alarm analysis of the CATM-CFAR in presence of clutter edge
JP6342270B2 (en) Target detection apparatus, target detection method, and target detection program
Mehanaoui et al. An EVI-ASD-CFAR Processor in a Pareto background and multiple target situations
Zheng et al. Optimization and analysis of PDAF with Bayesian detection
JP6556557B2 (en) Target detection apparatus, target detection method, and target detection program
CN113504515B (en) Method and device for parameter estimation and detection threshold formation of echo extremum model
JP6486812B2 (en) Signal detection apparatus, signal detection method, and signal detection program
Yap et al. False alarms in multi-target radar detection within a sparsity framework
JP6486850B2 (en) Signal detection apparatus, signal detection method, and signal detection program
Jiang et al. Automatic censoring CFAR detector based on ordered data difference with noncoherent integration
Ray et al. Radar target detection framework based on false discovery rate
JP2012112807A (en) Multi-target tracking device
Mehanaoui et al. Trimmed mean-based automatic censoring and detection in Pareto background
Volovach et al. Detection of signals with a random moment of occurrence using the cumulative sum algorithm

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20170911

Free format text: JAPANESE INTERMEDIATE CODE: A712

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

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190115

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20190806