Next Article in Journal
Efficient Ring-Topology Decentralized Federated Learning with Deep Generative Models for Medical Data in eHealthcare Systems
Previous Article in Journal
Receiver Analog Front-End Cascading Transimpedance Amplifier and Continuous-Time Linear Equalizer for Signals of 5 to 30 Gb/s
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Infrared Small-Target Detection Using Multiscale Local Average Gray Difference Measure

1
School of Astronautics, Northwestern Polytechnical University, Xi’an 710072, China
2
School of Information and Communication Engineering, Xi’an Jiaotong University, Xi’an 710049, China
*
Author to whom correspondence should be addressed.
Electronics 2022, 11(10), 1547; https://doi.org/10.3390/electronics11101547
Submission received: 31 March 2022 / Revised: 6 May 2022 / Accepted: 10 May 2022 / Published: 12 May 2022
(This article belongs to the Section Microwave and Wireless Communications)

Abstract

:
In infrared (IR) guidance and target tracking systems, dim target intensity and complex background clutter are some of the typical challenges, especially for the accurate detection of small objects. In this article, we propose a novel IR target detection method based on new local contrast measures. First, the local average gray difference measure (LAGDM) is presented to accentuate the difference between a small object and its local background. Then, an LAGDM map is generated to effectively enhance targets and suppress background clutter. Finally, we use an adaptive segmentation method to separate the object from the background. Experimental results on multiple sequences show that the proposed small-target detection method can effectively improve the signal-to-clutter ratio (SCR) of the image, and it exhibits robust performance against cloudy sky, sea sky, and mountain forest backgrounds.

1. Introduction

The infrared search and tracking (IRST) system has the advantages of strong anti-interference and high resolution, and it is widely used in military, aerospace, and industrial testing fields [1,2]. Accurate detection of IR-weak targets enables the accurate guidance of weapon systems and the early warning of dangerous targets, and it is one of the key technologies of IRST systems [3,4]. Small targets occupy few pixels in the image; therefore, there is a lack of information on shape, size, and texture, and their images are disturbed by complex backgrounds, such as cloudy sky, sea sky and sea clutter. Because of this, small-target detection is a challenging task [5,6]. Therefore, the accurate detection of IR-weak targets has become a popular research topic in recent years and has considerable significance for military and other practical applications.
For the small-object detection method of single-frame images, typically, the spatial information of the image is used to obtain the position of a small target. Several contemporary methods focus on enhancing targets and suppressing the background. Based on the Gaussian model for spatial distribution of the IR small objects, the Laplacian of Gaussian (LoG) [7] and difference of Gaussian (DoG) methods [8] are proposed to enhance low signal-to-clutter ratio (SCR) targets. However, they are sensitive to background noise, especially background edges. In contrast, some methods focus on background features; first, the original image and the estimated image background are used to determine the difference; then, threshold segmentation methods, such as top-hat [9], max/median [10], and PQFT [11], are used to achieve weak target detection. These methods are computationally simple and exhibit fast detection, but they are sensitive to edge information. Some transform domain filtering-based methods have demonstrated good background suppression performance, such as high-pass filtering and wavelet transform filtering methods; however, they are computationally complex.
In some methods, detection operators are designed, and the target extracted, according to the differences in the grayscale, energy, and structure of the target and the background. Inspired by the human visual contrast mechanism, Chen et al. proposed a local contrast measure (LCM) to highlight small targets with grayscale values higher than the surrounding area [12]. In this method, the entire image is traversed pixel by pixel; as a result, the real-time performance is poor. Han et al. improved the LCM method based on the visual attention shift mechanism [13], reducing the false alarm rate (FAR) to some extent; however, it still did not solve the problem of over-enhancement of background highlights. Wei et al. proposed a small-target detection method based on patch differences [14]; it uses a parallel method to improve the computing speed, but in the case of complex background clutter, the detection performance is not adequate. Deng et al. proposed a weighted local difference measure (WLDM) to distinguish between the real target and the background interference object [15]. Han et al. used the difference in the grayscale of the target and the background to reduce the influence of highlight background noise [16]. Xia et al. proposed a new contrast factor (local energy factor, LEF) for small-target detection [17]. Deng et al. proposed the average absolute gray difference (AAGD) to suppress background noise and enhance weak small targets. This method is also sensitive to high-intensity edges [18,19]. This literature review shows that the HVS-based small-target detection method has attracted considerable attention, but it is necessary to improve its real-time performance and adaptability under complex backgrounds.
In this paper, a new IR small-target detection algorithm is proposed using multiscale relative average gray difference measures. The method considered detection as well as real-time performance, and it demonstrated effective performance in the presence of complex background clutter. The main contributions of this study are as follows: (1) An average gray difference metric is proposed that can effectively reflect the prominence of a target on a background; (2) An LAGDM-based multiscale small-target detection algorithm is designed; (3) The calculation method of the LAGDM map is optimized, and adaptive threshold segmentation is used to realize the rapid detection of small targets. Experimental results show that this method has the advantages of high accuracy and fast speed.
The rest of this paper is organized as follows. Section 2 describes the calculation principle of the difference measurement factor LAGDM and discusses its feasibility for target detection. Then, detailed calculation steps of the proposed detection algorithm are given. Section 3 presents comparative experiments to verify the proposed method. Conclusions and perspectives are presented in Section 4.

2. Methodology

This study introduces a new scheme for IR small-target detection that uses a new difference measure factor LAGDM to highlight targets on complex backgrounds. The calculation principle of LAGDM is shown in Figure 1a; it then uses adaptive threshold segmentation to extract real targets. Furthermore, the calculation process of the detection algorithm is optimized.

2.1. Local Average Gray Difference Measure

The energies and structures of small targets and their surrounding regions show subtle to considerable differences. Because of this, a large number of HSV-based IR small-target detection algorithms have been proposed, and these are robust and accurate. In this section, we propose a new local difference measure. First, we define the target and its local background area as shown in Figure 1b. T represents the target area, and B represents the local background area.
Relative local contrast has better results in small-target detection applications. Therefore, we use the smallest pixel of the local background as a benchmark to construct the relative gray index, Δ E T , of the target area, and it is defined as follows:
Δ E T = ( T max B min ) 2
where T max is the maximum grayscale value of the target area, and B min is the minimum grayscale value of the background area. To avoid the influence of large surrounding area selection on target detection, we define the weighted average relative gray index of the background area as follows, to weaken the influence of pixels in long-distance areas:
Δ E B = k = 1 N G ( d k , G s t d ) × ( B k B min ) 2
where N is the number of pixels of the local background, and B k is the grayscale value of the local background area. dk is the distance from a pixel, with a value of B k , to the center of the target. G is a Gaussian function with standard deviation, G s t d , and k = 1 N G k = 1 . Then, based on the relative gray index of the target and background, we propose a simple and effective metric:
L A G D M = Δ E T Δ E B + E 0
where E 0 is a positive constant to prevent the denominator from being 0. The LAGDM can reflect the extent of protrusion of the target on a background; for a more prominent target, the value of LAGDM is larger. For detecting small and weak IR targets, different types of interference can be encountered, such as high brightness and sea sky, among other complex backgrounds. We select several groups of challenging IR small target images to analyze the effectiveness and reliability of LAGDM, as shown in Figure 2.
For a typical scene shown in Figure 2, the LAGDM values of the target and background clutter are calculated. According to the histogram on the right, the LAGDM value of the target is significantly greater than the LAGDM value of the background. Whether there is sea background clutter or a high-brightness area, it can be distinguished from the target region using LAGDM values. To some extent, the LAGDM enhances the difference between the target and the background, which is also beneficial for small-target detection.

2.2. Multiscale LAGDM Map

To suppress the high brightness noise in the background, the average value of the central area is substituted for its maximum value, and a new target relative gray index is constructed as follows:
Δ E T = ( T mean B min ) 2
where T mean is the mean of the center sub-patch. The center sub-patch is slid pixel by pixel from left to right and from top to bottom on the original image, as shown in Figure 3b, and the LAGDM value of the center block at each position is calculated using Equation (3). Ideally, the size of the center sub-patch should be consistent with the target size. However, in practical applications, the sizes of small targets may vary with time, making prediction difficult. Therefore, we use center sub-patches with different sizes to traverse an image, calculate the corresponding LAGDM values, and obtain multiple different LAGDM-based saliency maps. At this time, w and h are unknown, and we assume w = h = l, where l is the size of the center sub-patch. The calculation principle of the LAGDM-based saliency map is shown in Figure 3.
Algorithm 1 presents the calculation process of the multiscale LAGDM map, where rows and cols are the size of the original image, and (i, j) is the position of the center sub-patch of the input image.
Algorithm 1: Multiscale LAGDM Map
Input: Given Image.
Output:   The   final   LAGDM   Map :   M
1. Define the scale set of the central patch: l
2. for l = l1: lmax do
3.  for i = 1: rows do
4.   for j = 1: cols do
5.    Compute LAGDM (i, j, l) according to Equation (3)
6.   end for
7.  end for
8 .   M = max l = 1 , 2 , , l max L A E D M ( :   ,   :   ,   l )
Algorithm 1 has a large number of “for loops”, which increases the computational complexity of the algorithm and is time-consuming. Accordingly, we transform Equation (2) as follows:
Δ E B = k = 1 N G k ( B k 2 2 B k B min + B min 2 ) = k = 1 N G k B k 2 2 B min ( k = 1 N G k B k ) + B min 2
where N = 8 × l 2 , and l × l is the size of a sliding patch. The fast calculation of the LAGDM map can be completed by designing three filters, f 1 , f 2 , and f 3 , which are defined as follows:
{ f 1 = ones ( l , l ) , f 3 = G l ( 3 l × 3 l , l / 2 ) f 2 f 2 = [ ones ( l , l ) ones ( l , l ) ones ( l , l ) ones ( l , l ) zeros ( l , l ) ones ( l , l ) ones ( l , l ) ones ( l , l ) ones ( l , l ) ]
where ones ( l , l ) is a full 1-matrix of l × l , and zeros ( l , l ) is a full 0-matrix of l × l . G l is a Gaussian matrix of size 3 l × 3 l and standard deviation l / 2 . Based on the typical functions “imfilter” and “ordfilt2” in Matlab, we present the fast calculation process of the LAGDM map, as shown in Algorithm 2.
Algorithm 2: Fast Calculation Process of LAGDM Map
Input: Given Image
Output:   the   LAGDM   map :   M
1. Compute the Gaussian matrix G l ,
G l = fspecial ( ' gaussian ' , [ 3 l , 3 l ] , l / 2 )
1 .   Compute   mean   map   of   target   region :   m a p T m e a n
f 1 = f 1 / sum ( f 1 , ' All ' ) , m a p T m e a n = imfilter ( I m a g e ,   f 1 , ' r e p l i c a t e ' )
2 .   Compute   minimum   map   of   surrounding   region :   m a p B min
m a p B min = ordfilt 2 ( I m a g e , 1 , f 2 )
3. Compute   mean   map   of   the   surrounding   region :   m a p B m e a n
f 3 = f 3 / sum ( f 3 , ' All ' ) , m a p B m e a n = imfilter ( I m a g e ,   f 3 , ' r e p l i c a t e ' )
4 .   Compute   square   mean   map   of   target   region :   m a p B 2
m a p B m e a n 2 = Imfilter ( I m a g e . I m a g e ,   f 3 , ' r e p l i c a t e ' )
5 .   Calculate   the   relative   gray   map   of   the   target   region :   m a p Δ E T
m a p Δ E T = ( m a p T m e a n m a p B min ) . 2
6 .   Calculate   the   relative   gray   map   of   the   surrounding   region :   m a p Δ E B
m a p Δ E B = m a p B m e a n 2 2 m a p B min . m a p B m e a n + m a p B min . 2
7 .   Calculate   the   LAGDM   map :   M
M = ( m a p Δ E T ) . / ( m a p Δ E B + E 0 )

2.3. LAGDM-Based Small-Target Detection

Using the proposed local average gray difference measurement, the contrast between the small target and the background is considerably enhanced. To make the target more prominent on the background, we use the average value of grayscale difference between the target and the background to improve the LAGDM map:
M = | m a p T mean m a p B mean | . ( M I ) ,   a n d   M ( M < 0 ) = 0
where I is a unit matrix with the same size as matrix M . Once the LAGDM map is calculated, the target is identified using the adaptive threshold segmentation method. In this study, the segmentation threshold is defined as follows:
M t h = μ M + κ t h σ M
where μ M and σ M are the mean and standard deviation of the LAGDM map, respectively. κ t h is an empirical constant, and it changes as the IR scene changes. Our experiments show that the optimal range of κ t h is [5,20].

3. Experiments

Several sets of comparative experiments are carried out to examine the performance of the proposed algorithm. First, we introduce the evaluation index of the small-target detection algorithm. Then, we use multiple infrared image sequences of different scenes to compare the proposed algorithm with contemporary algorithms. All simulations and experiments are performed on a PC with 16 GB memory and a 2.70 GHz Intel i7 processor, and all codes are completed on matlab2020b.

3.1. Evaluation Metrics

The detection performance of IR small targets is mainly determined by two aspects, namely, target enhancement and background suppression. For a single-frame image, typically, the signal-to-clutter ratio gain (SCRG) and background suppression factor (BSF) reflect the performance of an algorithm [20]. Large values of SCRG and BSF imply better algorithm performance. They are defined as follows:
{ B S F = σ i n σ o u t , S C R G = S C R o u t S C R i n ,   S C R = | μ t μ b | σ b .
where σ i n and σ o u t denote the standard deviation of the full image before and after processing, respectively. S C R o u t and S C R i n are the signal-to-clutter ratios of the original image and the processed image, respectively. μ t is the average of the target region, and μ b and σ b are the average and standard deviation of the neighboring region, respectively. The size of the surrounding area is 3 w × 3 h . However, in practical applications, the local background of the processed image may be 0, and the effective SCR cannot be calculated. For such situations, we use a new metric, C G = | μ t μ b | , instead of SCR [20].
For IR image sequences, we evaluate the detection performance using the probability of detection (PD) and the FAR [21].
{ PD = the   number   of   ture   detections the   number   of   actual   targets FAR = the   number   of   false   detections the   number   of   sequence   frames

3.2. Enhancement Performance

To demonstrate the applicability of the proposed method, it is compared with MPCM [14], PQFT, and ILCM [15]. Figure 4 shows the results of the proposed algorithm on a sample image. Small targets can be clearly identified from the processed image. The highlight areas and edges in the background are filtered, visually verifying the effectiveness of the proposed algorithm. The SCRG and BSF of each image are determined as shown in Figure 5. Statistical results of the proposed algorithm are optimal in most of the images, indicating that the proposed method achieves better target enhancement as well as background inhibition.

3.3. Detection Performance

Four sets of sequences (Seq 1, Seq 2, Seq 3 and Seq 4) are used to comprehensively assess the detection performance of the algorithm, and the benchmark algorithms are MPCM, PQFT, ILCM, TLLCM [22] and ADMD [23]. These sequences contain 48, 49, 201, and 67 images, respectively. When the target detection position is within 5 pixels of the labeling position, the real target is detected. The sample detection results of different algorithms are presented in Figure 6, which demonstrates the better target enhancement performance of the proposed algorithm.
Figure 7 shows the receiver operating characteristic (ROC) [21] curve obtained by testing all methods on the image set. Compared with the baseline method, the proposed method showed better detection performance. Therefore, we can conclude that the proposed algorithm can be applied for small-target detection on different types of backgrounds, and it demonstrates good background suppression and target enhancement performance.

3.4. Computational Complexity

We measured the runtime of the proposed detection algorithm for the different images in Figure 4 and Figure 5, as shown in Table 1.
Table 1 shows that the speed of the algorithm is simultaneously related to the size of the image and the scale of the sliding patch, and it is very time-saving. The real-time nature of the algorithm makes it a good application prospect for engineering practice.

4. Conclusions

This study proposes a small-target detection algorithm based on LAGDM. This method highlights the target and suppresses the background by measuring the relative gray difference between the target and its local region. The computational speed is optimized on the basis of convolutional filtering. The effectiveness and robustness of the proposed algorithm are demonstrated in different scenarios. The proposed method has the advantages of fast detection speed and high detection accuracy in most cases; however, on images with discrete noise, detection performance needs to be improved. This will be the focus of our future research.

Author Contributions

Conceptualization, F.X. and X.W.; methodology, F.X. and M.D.; software, F.X.; validation, M.D. and J.Y.; formal analysis, X.W and J.Y.; investigation, F.X.; resources, F.X. and M.D.; data curation, X.W. and F.X.; writing—original draft preparation, F.X. and M.D.; writing—review and editing, M.D. and F.X.; visualization, F.X. and M.D.; supervision, J.Y. and X.W. project administration, F.X., X.W. and J.Y.; funding acquisition, X.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research is funded by the National Natural Science Foundation of China 6210020834 and the Key Laboratory of Electro-Optical Countermeasures Test & Evaluation Technology Fund under Grant No. GKCP2021002.

Conflicts of Interest

There are no conflicts of interest declared by the authors.

References

  1. Bi, Y.G.; Bai, X.Z.; Jin, T.; Guo, S. Multiple Feature Analysis for Infrared Small Target Detection. IEEE Geosci. Remote Sens. Lett. 2017, 14, 1333–1337. [Google Scholar] [CrossRef]
  2. Zhang, B.H.; Zhu, J.; Lu, X.; Gu, Y.; Li, J.; Liu, X.; Zhang, M. An infrared dim target detection algorithm based on density peak search and region consistency. Opt. Quantum Electron. 2021, 53, 396. [Google Scholar] [CrossRef]
  3. Gao, J.Y.; Guo, Y.L.; Lin, Z.P.; An, W.; Li, J. Robust Infrared Small Target Detection Using Multiscale Gray and Variance Difference Measures. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2018, 11, 5039–5052. [Google Scholar] [CrossRef]
  4. McIntosh, B.; Venkataramanan, S.; Mahalanobis, A. Infrared Target Detection in Cluttered Environments by Maximization of a Target to Clutter Ratio (TCR) Metric Using a Convolutional Neural Network. IEEE Trans. Aerosp. Electron. Syst. 2021, 57, 485–496. [Google Scholar] [CrossRef]
  5. Deng, H.; Sun, X.P.; Zhou, X. A Multiscale Fuzzy Metric for De-tecting Small Infrared Targets Against Chaotic Cloudy/Sea-Sky Back-grounds. IEEE Trans. Cybern. 2019, 49, 1694–1707. [Google Scholar] [CrossRef]
  6. Li, Y.; Song, Y.; Zhao, Y.; Zhao, S.; Li, X.; Li, L.; Tang, S. An infrared target detection algorithm based on lateral inhibition and singular value decomposition. J. Infrared Millim. Terahertz Waves 2017, 85, 238–245. [Google Scholar] [CrossRef]
  7. Kim, S.; Yang, Y.Y.; Lee, J.; Park, Y. Small Target Detection Utilizing Robust Methods of the Human Visual System for IRST. J. Infrared Millim. Terahertz Waves 2009, 30, 994–1011. [Google Scholar] [CrossRef]
  8. Wang, X.; Lv, G.F.; Xu, L.Z. Infrared dim target detection based on visual attention. Infrared Phys. Technol. 2012, 55, 513–521. [Google Scholar] [CrossRef]
  9. Bai, X.Z.; Zhou, F.G. Analysis of new top-hat transformation and the application for infrared dim small target detection. Pattern Recogn. 2010, 43, 2145–2156. [Google Scholar] [CrossRef]
  10. Deshpande, S.D.; Meng, H.E.; Ronda, V.; Chan, P. Max-Mean and Max-Median Filters for Detection of Small-Targets. In Proceedings of the SPIE—The International Society for Optical Engineering, Denver, CO, USA, 18–23 July 1999; Volume 3809. [Google Scholar]
  11. Qi, S.X.; Ma, J.; Li, H.; Zhang, S.P.; Tian, J.W. Infrared small target enhancement via phase spectrum of Quaternion Fourier Transform. Infrared Phys. Technol. 2014, 62, 50–58. [Google Scholar] [CrossRef]
  12. Chen, C.L.P.; Li, H.; Wei, Y.T.; Xia, T.; Tang, Y.Y. A Local Contrast Method for Small Infrared Target Detection. IEEE Trans. Geosci. Remote Sens. 2014, 52, 574–581. [Google Scholar] [CrossRef]
  13. Han, J.H.; Ma, Y.; Zhou, B.; Fan, F.; Liang, K.; Fang, Y. A Robust Infrared Small Target Detection Algorithm Based on Human Visual System. IEEE Geosci. Remote Sens. Lett. 2014, 11, 2168–2172. [Google Scholar] [CrossRef]
  14. Wei, Y.T.; You, X.G.; Li, H. Multiscale patch-based contrast measure for small infrared target detection. Pattern Recogn. 2016, 58, 216–226. [Google Scholar] [CrossRef]
  15. Deng, H.; Sun, X.P.; Liu, M.L.; Ye, C.H.; Zhou, X. Small Infrared Target Detection Based on Weighted Local Difference Measure. IEEE Trans. Geosci. Remote Sens. 2016, 54, 4204–4214. [Google Scholar] [CrossRef]
  16. Han, J.H.; Liang, K.; Zhou, B.; Zhu, X.Y.; Zhao, J.; Zhao, L.L. Infrared Small Target Detection Utilizing the Multiscale Relative Local Contrast Measure. IEEE Geosci. Remote Sens. Lett. 2018, 15, 612–616. [Google Scholar] [CrossRef]
  17. Xia, C.Q.; Li, X.R.; Zhao, L.Y.; Shu, R. Infrared Small Target Detec-tion Based on Multiscale Local Contrast Measure Using Local Energy Factor. IEEE Geosci. Remote Sens. Lett. 2020, 17, 157–161. [Google Scholar] [CrossRef]
  18. Deng, H.; Sun, X.P.; Liu, M.L.; Ye, C.H.; Zhou, X. Infrared Small-Target Detection Using Multiscale Gray Difference Weighted Image Entropy. IEEE Trans. Aerosp. Electron. Syst. 2016, 52, 60–72. [Google Scholar] [CrossRef]
  19. Aghaziyarati, S.; Moradi, S.; Talebi, H. Small infrared target detection using absolute average difference weighted by cumulative directional derivatives. Infrared Phys. Technol. 2019, 101, 78–87. [Google Scholar] [CrossRef]
  20. Gao, C.Q.; Wang, L.; Xiao, Y.X.; Zhao, Q.; Meng, D.Y. Infrared small-dim target detection based on Markov random field guided noise modeling. Pattern Recogn. 2018, 76, 463–475. [Google Scholar] [CrossRef]
  21. Davis, J.; Goadrich, M. The relationship between Precision-Recall and ROC curves. In Proceedings of the 23rd international conference on Machine learning, Pittsburgh, PA, USA, 25–29 June 2006. [Google Scholar] [CrossRef] [Green Version]
  22. Han, J.H.; Moradi, S.; Faramarzi, I.; Liu, C.Y.; Zhang, H.H.; Zhao, Q. A Local Contrast Method for Infrared Small-Target Detection Utilizing a Tri-Layer Window. IEEE Geosci. Remote Sens. Lett. 2020, 17, 1822–1826. [Google Scholar] [CrossRef]
  23. Moradi, S.; Moallem, P.; Sabahi, M.F. Fast and robust small infrared target detection using absolute directional mean difference algorithm. Signal Process. 2020, 177, 107727. [Google Scholar] [CrossRef]
Figure 1. The calculation principle of LAGDM. (a) the mesh map of local area around the target, where ΔET and ΔEB are the relative gray indexes of local area and target, respectively, which are defined in Equation (1) and Equation (2). (b) The schematic diagram of the local area around the target. Here, w and h are the width and height of the target area, respectively.
Figure 1. The calculation principle of LAGDM. (a) the mesh map of local area around the target, where ΔET and ΔEB are the relative gray indexes of local area and target, respectively, which are defined in Equation (1) and Equation (2). (b) The schematic diagram of the local area around the target. Here, w and h are the width and height of the target area, respectively.
Electronics 11 01547 g001
Figure 2. Typical scene of IR dim target detection and the LAGDM value of the corresponding area. The red box is the target (T), and the green box is the background interference (B).
Figure 2. Typical scene of IR dim target detection and the LAGDM value of the corresponding area. The red box is the target (T), and the green box is the background interference (B).
Electronics 11 01547 g002
Figure 3. Calculation principle of LAGDM-based saliency map. The red box is the center sub-patch, the patches are the local area around target, and we set the size of all patches as l × l ( l = 3 , 5 , 7 , 9 in this paper). (a) Local window region; (b) The traversal process of the center sub-patch in the whole image.
Figure 3. Calculation principle of LAGDM-based saliency map. The red box is the center sub-patch, the patches are the local area around target, and we set the size of all patches as l × l ( l = 3 , 5 , 7 , 9 in this paper). (a) Local window region; (b) The traversal process of the center sub-patch in the whole image.
Electronics 11 01547 g003
Figure 4. Enhancement results of the proposed method on representative images (im0–im9) in SIRST dataset.
Figure 4. Enhancement results of the proposed method on representative images (im0–im9) in SIRST dataset.
Electronics 11 01547 g004
Figure 5. Values of SCRG and BSF for frames in Figure 3.
Figure 5. Values of SCRG and BSF for frames in Figure 3.
Electronics 11 01547 g005
Figure 6. Comparison of detection results of different algorithms. From top to bottom: original images, results of proposed algorithm, results of MPCM, results of PQFT, results of ILCM, results of TLLCM and results of ADMD.
Figure 6. Comparison of detection results of different algorithms. From top to bottom: original images, results of proposed algorithm, results of MPCM, results of PQFT, results of ILCM, results of TLLCM and results of ADMD.
Electronics 11 01547 g006aElectronics 11 01547 g006b
Figure 7. ROC curves of the proposed method and baseline methods in Seq 1–4.
Figure 7. ROC curves of the proposed method and baseline methods in Seq 1–4.
Electronics 11 01547 g007aElectronics 11 01547 g007b
Table 1. The running time (millisecond) of the proposed method.
Table 1. The running time (millisecond) of the proposed method.
Image Size256 × 256256 × 320368 × 267640 × 512
l3 × 39.60510.74041.90012.804
5 × 517.47020.45094.66723.274
7 × 724.83632.244157.74841.641
9 × 940.13549.737230.28961.626
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Xie, F.; Dong, M.; Wang, X.; Yan, J. Infrared Small-Target Detection Using Multiscale Local Average Gray Difference Measure. Electronics 2022, 11, 1547. https://doi.org/10.3390/electronics11101547

AMA Style

Xie F, Dong M, Wang X, Yan J. Infrared Small-Target Detection Using Multiscale Local Average Gray Difference Measure. Electronics. 2022; 11(10):1547. https://doi.org/10.3390/electronics11101547

Chicago/Turabian Style

Xie, Feng, Minzhou Dong, Xiaotian Wang, and Jie Yan. 2022. "Infrared Small-Target Detection Using Multiscale Local Average Gray Difference Measure" Electronics 11, no. 10: 1547. https://doi.org/10.3390/electronics11101547

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop