Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Mapping Degeneration Meets Label Evolution: Learning Infrared Small Target Detection with Single Point Supervision

About

Training a convolutional neural network (CNN) to detect infrared small targets in a fully supervised manner has gained remarkable research interests in recent years, but is highly labor expensive since a large number of per-pixel annotations are required. To handle this problem, in this paper, we make the first attempt to achieve infrared small target detection with point-level supervision. Interestingly, during the training phase supervised by point labels, we discover that CNNs first learn to segment a cluster of pixels near the targets, and then gradually converge to predict groundtruth point labels. Motivated by this "mapping degeneration" phenomenon, we propose a label evolution framework named label evolution with single point supervision (LESPS) to progressively expand the point label by leveraging the intermediate predictions of CNNs. In this way, the network predictions can finally approximate the updated pseudo labels, and a pixel-level target mask can be obtained to train CNNs in an end-to-end manner. We conduct extensive experiments with insightful visualizations to validate the effectiveness of our method. Experimental results show that CNNs equipped with LESPS can well recover the target masks from corresponding point labels, {and can achieve over 70% and 95% of their fully supervised performance in terms of pixel-level intersection over union (IoU) and object-level probability of detection (Pd), respectively. Code is available at https://github.com/XinyiYing/LESPS.

Xinyi Ying, Li Liu, Yingqian Wang, Ruojing Li, Nuo Chen, Zaiping Lin, Weidong Sheng, Shilin Zhou• 2023

Related benchmarks

TaskDatasetResultRank
Infrared Small Target DetectionIRSTD-1K
Pd93.27
56
Infrared Small Target DetectionIRSTD-1K (test)
IoU62.73
38
Infrared Small Target DetectionNUDT-SIRST (test)
mIoU87.42
27
Infrared Small Target DetectionSIRST (test)
IoU76.86
24
Infrared Small Target DetectionAverage (SIRST, NUDT-SIRST, IRSTD-1K) Combined (test)
mIoU75.67
24
Single Image Small Target DetectionSIRST, NUDT-SIRST, and IRSTD-1K Average
IoU75.67
22
Infrared Small Target DetectionSIRST
IoU76.86
18
Infrared Small Target DetectionNUDT-SIRST
IoU87.42
18
Target DetectionIRBFD-syn
Precision3.3
17
Showing 9 of 9 rows

Other info

Code

Follow for update