CN111461011B - Weak and small target detection method based on probabilistic pipeline filtering - Google Patents

Weak and small target detection method based on probabilistic pipeline filtering Download PDF

Info

Publication number
CN111461011B
CN111461011B CN202010248459.9A CN202010248459A CN111461011B CN 111461011 B CN111461011 B CN 111461011B CN 202010248459 A CN202010248459 A CN 202010248459A CN 111461011 B CN111461011 B CN 111461011B
Authority
CN
China
Prior art keywords
target
pipeline
image
frame
candidate
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
CN202010248459.9A
Other languages
Chinese (zh)
Other versions
CN111461011A (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.)
Xidian University
Original Assignee
Xidian University
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 Xidian University filed Critical Xidian University
Priority to CN202010248459.9A priority Critical patent/CN111461011B/en
Publication of CN111461011A publication Critical patent/CN111461011A/en
Application granted granted Critical
Publication of CN111461011B publication Critical patent/CN111461011B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/02Preprocessing
    • G06F2218/04Denoising
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/26Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion
    • G06V10/267Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion by performing operations on regions, e.g. growing, shrinking or watersheds
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/08Feature extraction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V2201/00Indexing scheme relating to image or video recognition or understanding
    • G06V2201/07Target detection

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Signal Processing (AREA)
  • General Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a weak and small target detection method based on probabilistic pipeline filtering. The method mainly solves the problem that the existing small target detection technology is low in precision and robustness. The implementation scheme is as follows: firstly, preprocessing an input sequence image for background suppression, and obtaining a binary image by using a maximum inter-class variance method; then initializing pipeline parameters, and establishing a filtering pipeline by using the existing N frames of binary images; and then, detecting the preprocessed image by using probabilistic pipeline filtering, namely, eliminating easily distinguished noise points by space constraint, calculating the probability of the candidate target which belongs to a real target by using gray distribution, regional characteristics and the like for the candidate target which is difficult to distinguish, and outputting the candidate target with the maximum probability as the real target. Compared with the traditional pipeline filtering, the method effectively solves the problem that the class target noise interferes with a real target, improves the precision and robustness of target detection, reduces the omission factor and the false alarm rate, and can be used for detecting and tracking weak and small targets under a complex background.

Description

Weak and small target detection method based on probabilistic pipeline filtering
Technical Field
The invention belongs to the technical field of pattern recognition, and particularly relates to a target detection method which can be used for detecting and tracking weak and small targets under a complex background.
Background
The detection of weak and small targets is one of the hot problems in the field of photoelectric detection and tracking, the energy of the targets is far less than that of the background due to the imaging principle, the imaging distance and the like, and meanwhile, a large amount of noise interference is introduced due to the wide visual field. Due to the fact that the background is complex, the target is weak and is often submerged in noise, image contrast is low, the signal-to-noise ratio is high, and due to the fact that the occupation ratio of target pixels is small, the target is lack of pixel characteristics such as textures, and the characteristics which can be used for target detection are few.
At present, most of classical detection algorithms for weak and small targets are based on single-frame detection, but due to the fact that interference of a large number of similar targets exists in the background, satisfactory effects of single-frame detection are difficult to achieve, and if the detection accuracy is to be improved, correlation and continuity among multiple frames of targets need to be fully utilized. Due to the fact that noise is random, false targets can be removed well through multi-frame detection, and real target tracks are output. The pipeline filtering is a commonly used multi-frame detection algorithm, and liu man et al 2007 reported in the university of western's electronics science and technology "infrared small object detection based on mobile weighted pipeline filtering" in an algorithm that introduces weighted pipeline center coordinate displacement when modifying the pipeline center coordinate position. Xuzhiyong et al propose a pipe diameter adaptive pipeline filtering algorithm in a patent (patent No. CN 106469313B) of a weak target detection method of pipe diameter adaptive time-space domain filtering, the method modifies the pipe diameter according to target scale change, but the algorithm cannot effectively overcome strong noise interference due to the fact that the consistency constraint of multi-frame target characteristics is not fully utilized, so that pipe diameter tracking errors occur, and the detection robustness and precision are further influenced.
The methods only improve the method for updating the sizes of the center and the pipe diameter of the pipeline from the perspective of pipeline design, do not fully satisfy the correlation and continuity between multi-frame targets and characteristics thereof, cause low target detection precision and poor robustness, and cannot better adapt to the actual needs of the current engineering.
Disclosure of Invention
The invention aims to provide a weak and small target detection method based on probabilistic pipeline filtering aiming at the defects of the prior art, so that the precision and robustness of target detection are effectively improved by utilizing the relevance and continuity between multi-frame targets and the characteristics thereof while the pipeline parameters are adaptively changed along with the target change, and the actual requirements of the current engineering are met.
In order to achieve the above purpose, the implementation steps of the invention comprise:
(1) The method comprises the steps of inputting an M frame target image to be detected, wherein M =1, 2., M, preprocessing the M frame target image by using a RobinsonGuard spatial filter, and M is the total frame number of a sequence image to be processed;
(2) Performing target segmentation on the preprocessed input image by using a maximum inter-class variance method to obtain a binary image;
(3) Building a pipeline: if the current input frame is a first frame, namely m =1, defining the length of the pipeline to be N and the pipe diameter to be 2-3 times of the target size, copying N parts of binary images of the first frame to establish the pipeline, and skipping (6);
(4) And utilizing the established pipeline to perform target detection on the input image by using a probabilistic algorithm:
(4a) Obtaining parameters of the size, the position and the characteristics of a corresponding target according to the existing N frames of images in the pipeline;
(4b) For the current input frame image, eliminating false targets which are not in the pipeline receptive field completely through space constraint;
(4c) And (3) further eliminating false targets by using gray distribution constraint, namely calculating gray distribution characteristic vectors of the residual candidate targets of the mth frame: gamma ray t =(max t ,min t ,mean t ,var t ,sum t ) T =1,2.., T, only remains satisfied with dist (γ, γ) t )≤δ gray Conditional candidate objects, where γ represents the gray-scale distribution feature vector of the real object, T represents the number of remaining candidate objects in the mth frame, max t ,min t ,mean t ,var t ,sum t Respectively representing the maximum, minimum, mean, variance and cumulative sum of the t-th candidate target gray value, delta gray A threshold value representing a gray distribution constraint;
(4d) Computing the remaining candidates in the mth frameCredibility between the target and the real target of the N frames of images in the pipeline is as follows: p is a radical of t =[λ 1 dist(α,α t )+λ 2 dist(β,β t )] -1 Obtaining the credibility that a plurality of candidate targets of the mth frame belong to the real target, and carrying out data normalization processing on the credibility scores to obtain the probability q that the candidate targets belong to the real target t =softmax(p t ) Wherein λ is 1 Representing the correlation coefficient, λ, between the true object and the candidate in terms of the shape characteristics of the object 2 Representing the correlation coefficient of the real target and the candidate target in terms of spatial features, dist (-) representing the distance between two vectors, α and α t A shape feature vector representing a real object and a shape feature vector representing a candidate object, respectively, beta and beta t Respectively representing a real target space characteristic vector and a space characteristic vector of a candidate target;
(4f) Output probability q t The largest candidate target is used as a real target of the mth frame;
(5) Updating the pipeline: updating the image to be processed in the pipeline by adopting a first-in first-out storage rule, namely moving out the image of the first frame in the pipeline, and moving the detection result of the mth frame into the pipeline finally;
(6) Let m = m +1: if M < M +1, returning to (1); otherwise, ending the target detection task and outputting M frames of target detection results.
Because the invention fully utilizes the known N frame target detection results to establish the filtering pipeline, compared with the prior method, the invention has the following advantages:
1) The invention updates the central coordinate of the pipeline in real time by using the position of the target, is beneficial to inhibiting the interference of edge noise on target detection and improves the signal-to-noise ratio in the reception field of the pipeline.
2) The pipeline reception field is automatically updated along with the change of the target size, namely the shape of the pipeline reception field is more flexible by using the target mask, and compared with the traditional pipeline filtering with fixed pipe diameter, the detection result is more accurate.
3) The method can fully utilize the continuity of the motion track of the real target and the correlation between the characteristics of the multi-frame target, improve the precision and the robustness of target detection and reduce the omission factor and the false alarm rate.
In the target detection image sequence, the target motion track has continuity, the correlation exists between the characteristics of continuous frame targets, and the noise has randomness, so that the correlation between a plurality of candidate targets and a real target in a current frame in a characteristic space can be calculated by constructing a method for embedding a target characteristic vector into a space, the probability that the candidate targets belong to the real target is obtained, and the candidate target with the maximum probability is output as the real target of the current frame.
Drawings
FIG. 1 is an overall flow chart of a probabilistic pipeline filtering algorithm of the present invention;
FIG. 2 is a 15 th frame detection process and result chart of the present invention for a small target sequence in a scene with multiple strong noise points;
FIG. 3 is a diagram showing the detection results of all frames of a small target sequence in a scene with multiple noise points according to the present invention;
FIG. 4 is a diagram of the detection process and results of the 15 th frame of the ground background small target sequence according to the present invention;
fig. 5 is a schematic diagram of the detection results of all frames of a ground background small target sequence.
Detailed Description
The invention establishes the filtering pipeline by fully utilizing the target information of the existing frame, not only can lead the pipeline receptive field to change in a self-adaptive way along with the change of the target size, but also can fully utilize the continuity of the real target motion track and the correlation among the characteristics of the multi-frame target, thereby effectively solving the interference of class target noise on the real target, improving the target detection precision and robustness and reducing the omission ratio and the false alarm ratio.
The following description of the embodiments of the present invention will be made with reference to the accompanying drawings.
Referring to fig. 1, the implementation steps of this example are as follows:
step 1, inputting an mth frame of target image to be detected, wherein M =1, 2., M, and preprocessing the mth frame of target image to be detected by using a Robinson Guard spatial filter, wherein M is the total frame number of sequence images to be processed.
The Robinson Guard filtering is a nonlinear nonparametric filter, realizes background suppression by comparing the difference between the extreme values of a central pixel and the extreme values of adjacent pixels of the central pixel, and effectively retains complete information of weak and small targets by setting a Guard band based on template operation. The specific implementation of this step is as follows:
1.1 Input target image, compare the difference between the central pixel and its neighborhood pixel extremum:
take a filter template Z of size 7 × 7 as an example.
Figure BDA0002434634890000041
In the table, the numbers A1 to a24 are the outermost region of the filter template, i.e., the background region around the object.
For any pixel X on the input image, pass through with its surrounding pixels A i The filtering of the pixel X is realized by maximum value comparison, and the specific formula is as follows:
Figure BDA0002434634890000042
wherein X pixels to be detected, A i I =1, 2.., 24 for the input image corresponding position pixel values;
1.2 Set guard band effectively preserves weak targets:
assuming that the target is an extremum signal of a local area, the extremum of the pixels outside the guard band is used to determine whether the central point X is the extremum signal of the local area, so as to distinguish the target pixel from noise, the target pixel is enhanced, and the weak and small target is maintained. That is, the Robinson guard filter compares the gray value X of the pixel to be processed with the gray extremum of the outermost region of the filtering template, and sets the window size of the filter suitable for the target size, that is, the width of the guard band, so that when the target size is equivalent to the size of the guard band, the pixels inside and at the edge of the target pixel are better maintained, and meanwhile, the noise smaller than the window size can be filtered, so as to obtain the pre-processed noise-reduced image, as shown in fig. 2 (a) and fig. 4 (a), where fig. 2 (a) is a schematic diagram of the Robinson guard filtering result of the 15 th frame of the small target sequence in the multiple noisy-point scene in this example, and fig. 4 (a) is a schematic diagram of the Robinson guard filtering result of the 15 th frame of the small target sequence in the ground background in this example.
And 2, performing target segmentation on the noise reduction image obtained by preprocessing to obtain a binary image.
The step is carried out by a maximum inter-class variance method, which is realized as follows:
2.1 Computing the ratio of the target and background pixels in the overall image:
assuming that the size of the gray picture I is W × H, the division threshold of the foreground and the background is thr, setting the pixels with the gray values larger than the division threshold as the foreground, and setting the pixels smaller than the division threshold as the background, so as to obtain a binary image BW, where the value of the ith pixel in the binary image is represented as:
Figure BDA0002434634890000051
respectively calculating the proportion p of the foreground pixels in the whole image according to the parameters 1 And mean value mu of foreground pixels 1
Figure BDA0002434634890000052
Figure BDA0002434634890000053
Wherein ". X" denotes the multiplication of matrices by elements;
according to the proportion p of the foreground pixel to the whole image 1 And obtaining the proportion of the background pixel in the whole image as follows: p is a radical of 0 =1-p 1 (ii) a Calculating the overall image mean value mu as:
Figure BDA0002434634890000054
2.2 Calculate the inter-class variance of the target and background:
calculating the variance Vc between the foreground and the background according to the mean value and the proportion of the foreground pixel and the background pixel and the mean value of the whole image, wherein the formula is as follows:
Vc=p 0 ×(μ-μ 0 ) 2 +p 1 ×(μ-μ 1 ) 2
will mu = p 0 μ 0 +p 1 μ 1 Substituting into the between-class variance formula to obtain the following between-class variance expression:
Vc=2p 0 p 110 ) 2
2.3 Determine an image segmentation threshold:
using an optimization method, find the optimal threshold thr that maximizes the inter-class variance Vc *
thr * =max Vc;
2.4 Segment the image by using the optimal threshold value to obtain the binary image BW of the mth frame *
Figure BDA0002434634890000061
The image segmentation result is shown in fig. 2 (b) and fig. 4 (b), where fig. 2 (b) is a schematic diagram of the result of performing the object segmentation on the preprocessed image of the 15 th frame of the small target sequence in the scene with multiple strong noise points in this example, and fig. 4 (b) is a schematic diagram of the result of performing the object segmentation on the preprocessed image of the 15 th frame of the small target sequence in the ground background in this example.
And step 3, establishing a pipeline.
Judging whether the current input frame is a first frame:
if the current input frame is a first frame, namely m =1, defining the length of the pipeline as N and the pipe diameter as 2-3 times of the target size, copying N parts of the first frame binary image to establish the pipeline, and skipping to the step 6;
if the current input frame is not the first frame, i.e. the pipe has been established, step 4 is performed.
And 4, probabilistic pipeline filtering.
4.1 Define the pipe parameters:
4.1 a) defining the connected region of the N frames of targets in the pipeline and the centroid of the targets, and the formula is as follows:
mask k (i,j)={1,0}
Q k =(x k ,y k )
wherein, mask k Representing a connected region of a target in a k frame in a pipeline, namely a binary image with a background of 0 and a target of 1; q k Representing the centroid coordinates of the kth frame of objects in the pipeline, k =1,2, ·, N;
4.1 b) will target mask k The result after morphological dilation treatment is used as the visual field bbox of the pipeline k The definition is as follows:
bbox k =dilate(mask k )
4.1 c) according to mask k ,Q k And bbox k Calculating a feature matrix of the target, defined as follows:
Figure BDA0002434634890000062
wherein alpha is k Shape feature vector, β, representing the k frame object in the pipeline k Representing the k frame target space feature vector, gamma, in the pipeline k Feature vector, w, representing the gray distribution of the k frame object in the pipeline k ,h k Representing mask k Width and height of (max) k ,min k ,mean k ,var k ,sum k Respectively representing the maximum value, the minimum value, the mean value, the variance and the accumulated value of the target gray scale of the kth frame in the pipeline;
4.2 Calculate pipe parameters:
4.2 a) the pipeline receptive field:
mask=∪bbox k
4.2 b) true target center position in the pipeline:
Q=mean(Q k )
4.2 c) feature vectors of real targets in the pipeline:
(α,β,γ) T =mean(α kkk ) T
wherein (·) T Representing a matrix transposition;
4.3 Spatial constraints):
eliminating false targets which are not in the pipeline receptive field completely by using space constraint, calculating the intersection of the candidate targets and the pipeline receptive field by traversing all candidate targets of the input frame binary image BW, and judging the intersection:
if the intersection is not empty, the target is retained,
otherwise, the target is culled, i.e., only mask is retained t N mask ≠ phi of the candidate objects,
wherein the mask t Representing a binary image of a tth candidate target of an input frame, wherein a mask represents a binary image receptive field of a real target accumulated in a pipeline, and phi represents that an intersection is empty;
4.4 Use gray distribution constraints to further cull false targets:
calculating the gray distribution characteristic vector of the residual candidate target of the mth frame: gamma ray t =(max t ,min t ,mean t ,var t ,sum t ) Only the requirement of dist (gamma ) remains t )≤δ gray The candidate targets for the condition(s) are,
where γ represents the gray-scale distribution feature vector of the real target, max t ,min t ,mean t ,var t ,sum t Respectively representing the maximum, minimum, mean, variance and cumulative sum of the t-th candidate target gray value, delta gray A threshold value representing a gray distribution constraint;
4.5 Probabilistic target decision:
4.5 a) calculating the confidence level between the remaining candidate targets in the input frame that meet the gray distribution constraint and the true target of the N-frame image in the pipeline:
Figure BDA0002434634890000081
wherein λ is 1 Representing the correlation coefficient, λ, between the true object and the candidate in terms of the shape characteristics of the object 2 Representing the correlation coefficient of the real target and the candidate target in terms of spatial features, dist (-) representing the distance between the two vectors, α and α t A shape feature vector representing a real object and a shape feature vector representing a candidate object, respectively, beta and beta t Respectively representing a real target space characteristic vector and a space characteristic vector of a candidate target;
4.5 b) carrying out data normalization processing on the credibility scores of the candidate targets to obtain the probability that the candidate targets belong to the real targets:
q t =softmax(p t ),
4.5 c) output probability q t The detection result of the largest candidate target as the real target of the mth frame is shown in fig. 2 (c) and fig. 4 (c), where fig. 2 (c) is a diagram of the detection result of the example on the 15 th frame of the small target sequence in the multiple noisy scenes, and fig. 4 (c) is a diagram of the detection result of the example on the 15 th frame of the ground background small target sequence.
And 5, updating the pipeline.
And updating the image to be processed in the pipeline by adopting a first-in first-out storage rule, namely moving out the first frame image in the pipeline, and moving the result of input frame target detection into the pipeline to the end.
And 6, detecting a task ending trigger.
Let m = m +1, judge whether all of the image sequences complete the target detection:
if the input frame is not the last frame of the image sequence, namely M < M +1, returning to the step 1, and performing target detection on the next frame by using the updated pipeline;
if the input frame is the last frame of the image sequence, all frames of the image sequence have completed the target detection task, and the M-frame target detection results are output, as shown in fig. 3 and 5, where fig. 3 is a schematic diagram of the target detection results of all frames of the small target sequence in the multi-noisy-point scene in the present example, and fig. 5 is a schematic diagram of the target detection results of all frames of the small target sequence in the ground background in the present example.
The above description is only for the preferred embodiment of the present invention and does not limit the present invention in any way, and it is obvious that those skilled in the art can make any known variations on the main technical idea of the present invention, which fall within the technical scope of the present invention to be protected.

Claims (4)

1. A weak and small target detection method based on probabilistic pipeline filtering comprises the following steps:
(1) The method comprises the steps of inputting an M frame target image to be detected, wherein M =1, 2., M, preprocessing the M frame target image by using a Robinson Guard spatial filter, and M is the total frame number of a sequence image to be processed;
(2) Performing target segmentation on the preprocessed input image by using a maximum inter-class variance method to obtain a binary image;
(3) Building a pipeline: if the current input frame is a first frame, namely m =1, defining the length of the pipeline as N and the pipe diameter as 2-3 times of the target size, copying N parts of binary images of the first frame to establish the pipeline, and jumping (6); otherwise, executing (4);
(4) And utilizing the established pipeline to perform target detection on the input image by using a probabilistic algorithm:
(4a) Obtaining parameters of the size, the position and the characteristics of a corresponding target according to the existing N frames of images in the pipeline;
(4b) For the current input frame image, eliminating false targets which are not in the pipeline receptive field completely through space constraint;
(4c) And (3) further eliminating false targets by using gray distribution constraint, namely calculating gray distribution characteristic vectors of the residual candidate targets of the mth frame: gamma ray t =(max t ,min t ,mean t ,var t ,sum t ) T =1,2.., T, only remains satisfied with dist (γ, γ) t )≤δ gray Conditional candidate objects, where γ denotes the gray-scale distribution feature vector of the real object and T denotesThe number of remaining candidate objects in the mth frame, max t ,min t ,mean t ,var t ,sum t Respectively representing the maximum, minimum, mean, variance and cumulative sum of the t-th candidate target gray values, delta gray A threshold value representing a gray distribution constraint;
(4d) Calculating the credibility between the residual candidate targets in the mth frame and the real targets of the N frames of images in the pipeline: p is a radical of t =[λ 1 dist(α,α t )+λ 2 dist(β,β t )] -1 Obtaining the credibility of a plurality of candidate targets of the mth frame belonging to the real target, and carrying out data normalization processing on the credibility scores to obtain the probability q of the candidate targets belonging to the real target t =softmax(p t ) Wherein λ is 1 Representing the correlation coefficient, λ, between the true object and the candidate in terms of the shape characteristics of the object 2 Representing the correlation coefficient of the real target and the candidate target in terms of spatial features, dist (-) representing the distance between the two vectors, α and α t A shape feature vector representing a real object and a shape feature vector representing a candidate object, respectively, beta and beta t Respectively representing a real target space characteristic vector and a space characteristic vector of a candidate target;
(4f) Output probability q t The largest candidate target is used as the real target of the mth frame;
(5) Updating the pipeline: updating the image to be processed in the pipeline by adopting a first-in first-out storage rule, namely moving out the image of the first frame in the pipeline, and moving the detection result of the mth frame into the pipeline finally;
(6) Let m = m +1: if M < M +1, returning to (1); otherwise, ending the target detection task and outputting M frames of target detection results.
2. The method according to claim 1, wherein in (1) the object to be detected is preprocessed by using a Robinson Guard space filter, and the difference between the extreme values of the central pixel and the neighboring pixels is compared to realize background suppression and object enhancement so as to improve the signal-to-noise ratio of the input image; meanwhile, complete information of the weak and small targets is effectively reserved by setting a guard band based on template operation.
3. The method according to claim 1, wherein in (2), the target segmentation is performed on the preprocessed input image by using a maximum inter-class variance method, and the following is implemented:
(2a) Obtaining the proportion of target and background pixels in the whole image: assuming that the division threshold value of the target and the background is thr, the pixels with the gray values larger than the division threshold value are the target, and the pixels with the gray values smaller than the division threshold value are the background, the proportion p of the target pixels in the whole image can be obtained 1 And target pixel mean μ 1 Background pixels in the proportion p of the whole image 0 And background pixel mean μ 0 Calculating to obtain the integral image mean value mu = p 0 μ 0 +p 1 μ 1
(2b) Calculating the inter-class variance Vc = p between the target and the background 0 ×(μ-μ 0 ) 2 +p 1 ×(μ-μ 1 ) 2
(2c) Determining an optimal threshold value of image segmentation: finding the optimal threshold thr * Making the inter-class variance Vc maximum;
(2d) And segmenting the image by using the optimal threshold value to obtain a binary image.
4. The method of claim 1, wherein: (4b) In the method, false targets which are not in the pipeline sensing field at all are removed through space constraint, namely, binary images are input into a probabilistic pipeline filter, suspicious targets which are not in the pipeline sensing field at all are removed, namely, masks are reserved t N mask ≠ phi of candidate targets, where mask t And representing a binary image of the tth candidate target, wherein the mask represents a binary image receptive field of the accumulated real target in the pipeline, and phi represents that the intersection is empty.
CN202010248459.9A 2020-04-01 2020-04-01 Weak and small target detection method based on probabilistic pipeline filtering Active CN111461011B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010248459.9A CN111461011B (en) 2020-04-01 2020-04-01 Weak and small target detection method based on probabilistic pipeline filtering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010248459.9A CN111461011B (en) 2020-04-01 2020-04-01 Weak and small target detection method based on probabilistic pipeline filtering

Publications (2)

Publication Number Publication Date
CN111461011A CN111461011A (en) 2020-07-28
CN111461011B true CN111461011B (en) 2023-03-24

Family

ID=71684343

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010248459.9A Active CN111461011B (en) 2020-04-01 2020-04-01 Weak and small target detection method based on probabilistic pipeline filtering

Country Status (1)

Country Link
CN (1) CN111461011B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111983629B (en) * 2020-08-14 2024-03-26 西安应用光学研究所 Linear array signal target extraction device and extraction method
CN112016537B (en) * 2020-10-27 2021-01-08 成都考拉悠然科技有限公司 Comprehensive mouse detection method based on computer vision
CN112435249B (en) * 2020-11-30 2024-04-16 天津津航技术物理研究所 Dynamic small target detection method based on circumferential scanning infrared search system
CN113379639B (en) * 2021-06-25 2022-08-05 武汉大学 Anti-interference detection tracking method for infrared target in complex environment
CN114693732B (en) * 2022-03-07 2022-11-25 四川大学华西医院 Weak and small target detection and tracking method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102074022A (en) * 2011-01-10 2011-05-25 南京理工大学 Infrared image-based weak and small moving target detecting method
WO2016165064A1 (en) * 2015-04-14 2016-10-20 中国科学院自动化研究所 Robust foreground detection method based on multi-view learning
CN106469313A (en) * 2016-09-30 2017-03-01 中国科学院光电技术研究所 Weak and small target detection method for pipe diameter self-adaptive time-space domain filtering
CN109003277A (en) * 2017-06-07 2018-12-14 中国航空工业集团公司洛阳电光设备研究所 A kind of infrared small target in complex background detection method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102074022A (en) * 2011-01-10 2011-05-25 南京理工大学 Infrared image-based weak and small moving target detecting method
WO2016165064A1 (en) * 2015-04-14 2016-10-20 中国科学院自动化研究所 Robust foreground detection method based on multi-view learning
CN106469313A (en) * 2016-09-30 2017-03-01 中国科学院光电技术研究所 Weak and small target detection method for pipe diameter self-adaptive time-space domain filtering
CN109003277A (en) * 2017-06-07 2018-12-14 中国航空工业集团公司洛阳电光设备研究所 A kind of infrared small target in complex background detection method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于复杂融合特征与灰度-纹理直方图描述子的红外弱小目标检测追踪算法;闻凯;《科学技术与工程》;20161208(第34期);全文 *
天空背景下红外弱小目标检测算法研究;丁云等;《现代电子技术》;20150115(第02期);全文 *

Also Published As

Publication number Publication date
CN111461011A (en) 2020-07-28

Similar Documents

Publication Publication Date Title
CN111461011B (en) Weak and small target detection method based on probabilistic pipeline filtering
CN101567087B (en) Method for detecting and tracking small and weak target of infrared sequence image under complex sky background
CN109658424B (en) Improved robust two-dimensional OTSU threshold image segmentation method
CN111723644A (en) Method and system for detecting occlusion of surveillance video
CN110909591B (en) Self-adaptive non-maximum suppression processing method for pedestrian image detection by using coding vector
CN104835145B (en) Foreground detection method based on adaptive Codebook background models
CN111681174A (en) Joint filtering method for inhibiting salt and pepper/Gaussian noise mixing target image
CN110400294B (en) Infrared target detection system and detection method
CN110555868A (en) method for detecting small moving target under complex ground background
CN110580709A (en) Target detection method based on ViBe and three-frame differential fusion
CN113888461A (en) Method, system and equipment for detecting defects of hardware parts based on deep learning
CN110827262A (en) Weak and small target detection method based on continuous limited frame infrared image
CN115359258A (en) Weak and small target detection method and system for component uncertainty measurement
CN110502968B (en) Method for detecting infrared small and weak moving target based on track point space-time consistency
CN111881837A (en) Video SAR moving target detection method based on shadow extraction
CN115511804A (en) Offshore infrared dim target detection method based on pipeline adaptive filtering
CN116777956A (en) Moving target screening method based on multi-scale track management
CN108038872B (en) Dynamic and static target detection and real-time compressed sensing tracking research method
CN114764820A (en) Infrared dim target detection and tracking method and system based on contrast
CN114155425B (en) Weak and small target detection method based on Gaussian Markov random field motion direction estimation
CN113724290B (en) Multi-level template self-adaptive matching target tracking method for infrared image
CN111915647B (en) Object label guided self-adaptive video target tracking method
CN112164097B (en) Ship video detection sample collection method
CN110211124B (en) Infrared imaging frozen lake detection method based on MobileNet V2
CN113379639A (en) Anti-interference detection tracking method for infrared target in complex environment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant