arXiv:2604.05363cs.CV2026-04被引 2

用单点标注指导编码器,实现红外小目标精准定位。

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

论文配图:Rethinking IRSTD: Single-Point Supervision Guided Encoder-only Framework is Enough for Infrared Small Target Detection
图 1 · 摘自论文原文
  • 将小目标检测转为中心点回归,仅需单点标注
  • 在SIRST-UAVB和SIRST4上误报率低、计算开销小
  • 无需解码器,保留高分辨率特征,提升训练稳定性

红外小目标检测旨在从杂乱背景中分离出微小目标。现有研究多采用像素级监督的“编码器-解码器”分割范式,但忽视了小目标仅占少数像素且常因背景干扰导致边界模糊的事实。本文认为,小目标检测的核心应是目标定位而非完整区域分割。为此,提出基于单点监督的红外概率响应编码方法(SPIRE),将单点标注转化为符合红外点目标特性的概率响应图,并设计高分辨率概率编码器(HRPE),实现纯编码器端到端回归,无需解码器重建。该方法通过保持高分辨率特征与提高有效监督密度,缓解稀疏目标分布下的优化不稳定性。在SIRST-UAVB和SIRST4等多个基准测试中,SPIRE实现了具有竞争力的目标检测性能,误报率(Fa)持续偏低,且计算成本显著降低。代码已公开于https://github.com/NIRIXIANG/SPIRE-IRSTD。

原文摘要 · Abstract (English)

Infrared small target detection (IRSTD) aims to separate small targets from clutter backgrounds. Extensive research is dedicated to the pixel-level supervision-guided "encoder-decoder" segmentation paradigm. Although having achieved promising performance, they neglect the fact that small targets only occupy a few pixels and are usually accompanied with blurred boundary caused by clutter backgrounds. Based on this observation, we argue that the first principle of IRSTD should be target localization instead of separating all target region accompanied with indistinguishable background noise. In this paper, we reformulate IRSTD as a centroid regression task and propose a novel Single-Point Supervision guided Infrared Probabilistic Response Encoding method (namely, SPIRE), which is indeed challenging due to the mismatch between reduced supervision network and equivalent output. Specifically, we first design a Point-Response Prior Supervision (PRPS), which transforms single-point annotations into probabilistic response map consistent with infrared point-target response characteristics, with a High-Resolution Probabilistic Encoder (HRPE) that enables encoder-only, end-to-end regression without decoder reconstruction. By preserving high-resolution features and increasing effective supervision density, SPIRE alleviates optimization instability under sparse target distributions. Finally, extensive experiments on various IRSTD benchmarks, including SIRST-UAVB and SIRST4 demonstrate that SPIRE achieves competitive target-level detection performance with consistently low false alarm rate (Fa) and significantly reduced computational cost. Code is publicly available at: https://github.com/NIRIXIANG/SPIRE-IRSTD.

小目标检测红外图像单点监督编码器结构

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。