Accepted by the 19th European Conference on Computer Vision (ECCV 2026)

SPIRE

Rethinking IRSTD: Single-Point Supervision Guided Encoder-Only Framework Is Enough for Infrared Small Target Detection

重新思考红外小目标检测:单点监督引导的纯编码器框架足以实现红外小目标检测

倪日祥(Rixiang Ni) 陈军(Jun Chen) 李博扬(Boyang Li) et al.

College of Electronic Science and Technology

National University of Defense Technology · Wei An Research Group

TL;DR: SPIRE turns centroid points into physically grounded probabilistic targets, regresses them with a lightweight high-resolution encoder, and localizes targets by peak extraction.

Overview

Infrared small target detection is commonly framed as dense mask reconstruction, with a decoder progressively restoring spatial resolution. SPIRE revisits that choice: when the operational goal is reliable centroid localization, supervision, representation, and output can all be centered on a probabilistic response instead of a reconstructed contour.

The method follows three steps: construct a structured response target from each centroid annotation, regress the response map on a fixed high-resolution branch, and recover target coordinates through local-maximum detection and sub-pixel refinement. The paper figure above opens at full resolution.

01 Single-Point Supervision

Construct a compact, center-enhanced regression target from each annotated centroid.

02 Probabilistic Response Encoding

Regress the response on a fixed high-resolution branch without a decoder or skip connections.

03 Peak-Based Localization

Read target centroids directly through local maxima and sub-pixel refinement.

How PRPS Constructs the Regression Target

PRPS uses the normalized local radiometric profile Ck to modulate an unchanged Gaussian point-response prior Gk. Panel I uses an enlarged three-dimensional UAV-like surface to make this weighting visually explicit; during training, Ck is computed from the original infrared image patch.

I Illustrative UAV Radiometric Profile

A magnified three-dimensional surface of local target radiometry—not a mask or measured network response.

Ck
II Gaussian Point-Response Prior

The unchanged unit-peak isotropic Gaussian is centered at the refined radiometric peak.

Gk
III Gaussian-Weighted PRPS Target

The weighted response retains local radiometric asymmetry while concentrating near the center.

Hk = Norm(Gk ⊙ Ck)
Ck × Gk → Hk

Schematic visualization of the paper-defined construction. In training, Ck comes from the min-max normalized local image patch; σ=2 and r=6 follow the paper. No target contour is reconstructed.

View figure provenance

Qualitative Results Visualization

Explore verified, precomputed SPIRE outputs on three selected samples from the official SIRST-UAVB test split. All results use the released checkpoint and the same fixed evaluation settings.

Verified precomputed results
InputOfficial test image
SIRST-UAVB sample 2434 input infrared image
PredictionBlue cross: SPIRE-predicted centroid

Matched Loading verified localization record

View run manifest

Fixed settings: 640 × 640 · threshold 0.35 · δ = 5 px

Unseen real scenes

Real-World Video Demonstrations

Both videos use the SPIRE checkpoint trained on the SIRST-UAVB (2400:600) train/test split. Neither real-scene sequence was included in training. The successful detections provide qualitative evidence of cross-scene generalization beyond the benchmark; these clips are not part of the benchmark evaluation.

Real Scene I · Structured Background Unseen during training

A small target is localized amid dense texture and a strong linear background feature.

Real Scene II · Mountainous Terrain Unseen during training

A bright airborne target is localized against a high-contrast terrain background.

Red marker: SPIRE-predicted target location

Reported Results

Tables 1 and 2 reproduce all cross-method comparisons reported in the final paper. Table 1 follows the unified centroid protocol at δ = 5 pixels. Table 2 evaluates matching-threshold robustness on SIRST4 and reports throughput under the same input and hardware setting. In Table 1, bold and underlined values mark the best and second-best entries computed from the reported numbers.

Table 1 · Main benchmark

Comparison with representative methods

Pre, Rec (Pd), and F1 are reported in %. Fa is reported in units of 10−8. FLOPs and Params are measured at 640 × 640 input resolution.

Comparison with representative methods on SIRST-UAVB and SIRST4 under the unified centroid protocol.
Method Venue SIRST-UAVB (2400:600) SIRST4 (2285:1067) FLOPs (G) Params (M)
Pre Rec (Pd) F1 ↑ Fa Pre Rec (Pd) F1 ↑ Fa
ACM [11] WACV '21 87.0171.1678.2934.04 90.1770.3879.0544.08 2.510.40
ALCNet [12] TGRS '21 95.0681.1187.5312.72 91.4572.4180.8238.90 2.360.43
ISTDU-Net [16] GRSL '22 79.2878.0878.6761.54 93.2872.0381.2929.83 49.652.75
RDIAN [24] TGRS '23 52.6877.9162.86211.08 90.6480.8385.4547.98 23.240.22
DNANet [17] TIP '23 94.4889.5491.9515.77 93.9981.2087.13 29.8289.134.70
SCTransNet [37] TGRS '24 98.27 95.9597.09 5.09 81.2086.3983.72114.98 63.2211.19
MSHNet [21] CVPR '24 71.9088.0279.09104.27 90.6892.86 91.4760.5138.164.07
SDSNet [38] TGRS '25 97.6096.2996.947.12 87.3588.2787.8173.48 42.422.49
L2SKNet [28] TGRS '25 95.8389.0492.3111.70 92.8991.4292.16 40.2043.090.90
SPIRE (Ours) 99.8294.44 97.051.02 95.0094.21 94.6028.53 7.680.29

Table 2 · Robustness and speed

Multi-threshold comparison on SIRST4

Rec (Pd) and F1 are reported in %. Fa is reported in units of 10−8. Results at δ = 5, 8, and 10 are identical; FPS follows the paper's shared input and hardware setting.

Multi-threshold robustness and inference speed comparison on SIRST4.
Method δ = 3 px δ = 5, 8, 10 px FPS ↑
Rec (Pd) F1 ↑Fa Rec (Pd) F1 ↑Fa
DNANet [17] 80.5286.4133.72 81.2087.1329.8280.86
SCTransNet [37] 80.1581.1899.42 86.3983.72114.9867.09
SDSNet [38] 86.3987.2167.43 88.2787.8173.4846.97
SPIRE (Ours) 92.9394.7418.61 94.2194.6028.53 261.2
0.29MParameters
7.68GFLOPs · 640²
261.2FPS · paper setting

All values are transcribed from the final paper. FLOPs and Params use 640 × 640 input resolution; Table 2 throughput is paper-reported and is not re-measured in the browser.

Citation

If this work supports your research, please consider citing the paper. See the Paper and Code.

@inproceedings{ni2026spire,
  title={Rethinking IRSTD: Single-Point Supervision Guided
         Encoder-Only Framework Is Enough for Infrared
         Small Target Detection},
  author={Ni, Rixiang and Chen, Jun and Li, Boyang and
          Li, Yonghao and He, Wujiao and Wang, Yuji and
          Ren, Feiyu and Yuan, Haoyang and An, Wei},
  booktitle={European Conference on Computer Vision},
  year={2026}
}