Infrared-Small-Target-detection-Summary

This is a summary of infrared small target detection algorithms in single-frame infrared images.

DataSets

  • SIRST: SIRST is a dataset for single-frame infrared small target detection. As far as I know, it is the only open dataset and they provided the images with five kinds of annotations to support image classification, instance segmentation, bounding box regression, semantic segmentation, and instance spoting.

    • Yimian Dai, Yiquan Wu, Fei Zhou, Kobus Barnard; Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), 2021, pp. 950-959.
  • Dataset for infrared image dim-small aircraft target detection and tracking under ground / air background: The dataset is provided by the National University of Defense Technology(NUDT).

  • Others

    I have collected some infrared images containing small targets from Github, and have uploaded them to this repository. You can download and use them, but please don't forget to cite the original authors' literatures.

Papers

I. Background Characteristics-Based methods

These methods are widely used to estimate the background so as to achieve target detection according to the difference between the original infrared images and the evaluated background.

  1. Top-hat

    • Victor T. Tom, Tamar Peli, et al.. The morphology-based algorithm for point target detection in infrared backgrounds[J].Signal and Data Processing of Small Targets,1993.
    • Xiangzhi Bai, Fugen Zhou. Analysis of new top-hat transfromation and the application for infrared dim small target detection[J]. Pattern recognition, 2010.
  2. Max-mean/ Max-median

    • Suyog D. Deshpande, et al.. Max-mean and max-median filters for detection of small targets[J]. Signal and Data Processing of Small Targets, 1999.
  3. Two-Dimensional Least Mean Square(TDLMS)

    • Yuan Cao, RuiMing Liu, Jie Yang. Small Target Detection Using Two-Dimensional Least Mean Square (TDLMS) Filter Based on Neighborhood Analysis[J]. International Journal of Infrared Millimeter Waves, 2008.
    • Pingyue Lv, Shengli Sun, et all.. Space moving target detection and tracking method in complex background[J]. Infrared Physics & Technology, 2018.

II. Target Characteristics-Based Methods

The main idea of these methods is to use the local information in the spatial domain to construct a saliency map.

Local contrast method and its improved versions

  1. LCM

    • C.L.Philip Chen, Hong Li, et al.. A Local Contrast Method for Small Infrared Target Detection[J]. IEEE Transactions on Geoscience and Remote Sensing, 2013.
  2. ILCM

    • Jinhui Han, Yong Ma, et al.. A Robust Infrared Small Target Detection Algorithm Based on HUman Visual System[J]. IEEE Geoscience and Remote Sensing Letters, 2014.
  3. MPCM

    • Yantao Wei, Xinge You, Hong Li. Multiscale patch-based contrast measure for small infrared target detection[J]. Pattern Recognition, 2016.
  4. RLCM

    • Jinhui Han, Kun Liang, et al.. Infrared Small Target Detection Utilizing the Multiscale Relative Local Contrast Measure[J]. IEEE Geoscience and Remote Sensing Letters, 2014.
  5. WLDM

    • He Deng, Xianping Sun, et al.. Small Infrared Target Detection Based on Weighted Local Difference Measure[J]. IEEE Transactions on Geoscience and Remote Sensing, 2013.

Filter-kernel

  1. LoG

    • Sungho Kim, Yukyung Yang, et al.. Small Target Detection Utilizing Robust Methods of the Human Visual System for IRST[J]. Journal of Infrared, Millimeter, and Terahertz Waves, 2009.
  2. DoG

  • Xin Wang, Guofang Lv, Lizhong Xu. Infrared dim target detection based on visual attention[J]. Infrared Physics & Technology, 2018.
  1. IDoGb
    • Jinhui Han, Yong Ma, et al.. An Infrared Small Target Detecting Algorithm Based on Human Visual System[J]. IEEE Geoscience and Remote Sensing Letters, 2014.

Gray-difference

  1. ADMD
    • Saed Moradi, Payman Moallem, et al.. Fast and robust small infrared target detection using absolute directional mean difference algorithm[J]. Signal Processing, 2020.

III. Matrix-Optimal Based Methods

  1. IPI

    • Chenqiang Gao, Deyu Meng, et al.. Infrared Patch-Image Model for Small Target Detection in a Single Image[J].

  2. RIPT

    • Yimian Dai, Yiquan Wu. Reweighted Infrared Patch-Tensor Model With Both Nonlocal and Local Priors for Single-Frame Small Target Detection[J]. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 2017.

Someone else

Awesome Infrared Small Target