菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-07
📄 Abstract - Rethinking IRSTD: Single-Point Supervision Guided Encoder-only Framework is Enough for Infrared Small Target Detection

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: this https URL.

顶级标签: computer vision model training model evaluation
详细标签: infrared target detection single-point supervision centroid regression probabilistic response encoding encoder-only architecture 或 搜索:

重新思考红外小目标检测:单点监督引导的纯编码器框架足以胜任 / Rethinking IRSTD: Single-Point Supervision Guided Encoder-only Framework is Enough for Infrared Small Target Detection


1️⃣ 一句话总结

这篇论文提出了一种新思路,将红外图像中小目标的检测任务从传统的像素级分割转变为目标中心点回归,并设计了一个仅需单点标注、无需解码器的轻量级纯编码器模型,在保证高检测率的同时显著降低了计算成本和误报率。

源自 arXiv: 2604.05363