arXiv:2603.16257cs.CV2026-03被引 1

用点标注替代密集标注,实现红外小目标高精度检测

Point-to-Mask: From Arbitrary Point Annotations to Mask-Level Infrared Small Target Detection

  • 通过物理驱动的掩码生成模块,将点标注转为紧凑掩码和几何线索
  • 在仅需点标注条件下,检测精度接近全监督方法,推理效率更高
  • 适合标注成本敏感的红外小目标检测场景,如军事侦察

红外小目标检测(IRSTD)通常采用像素级分割,需大量密集标注,且对纹理弱、边界模糊的小目标不友好。为此,我们提出Point-to-Mask框架,通过两个组件:物理驱动的自适应掩码生成(PAMG)模块,将点标注转化为紧凑目标掩码和几何线索;以及轻量级半径感知点回归网络(RPR-Net),利用时空运动线索将检测任务重构为目标中心定位与有效半径回归。两模块形成闭环:训练时PAMG生成伪掩码与几何监督,推理时RPR-Net的几何预测反馈给PAMG以恢复像素级掩码。为进一步系统评估,我们构建了带有精修像素级标注的序列数据集SIRSTD-Pixel。实验表明,该框架在点标注设置下实现了高质量伪标签、高检测精度和高效推理,性能接近全监督水平,同时显著降低标注成本。代码与数据集将公开于:https://github.com/GaoScience/point-to-mask。

原文摘要 · Abstract (English)

Infrared small target detection (IRSTD) methods predominantly formulate the task as pixel-level segmentation, which requires costly dense annotations and is not well suited to tiny targets with weak texture and ambiguous boundaries. To address this issue, we propose Point-to-Mask, a framework that bridges low-cost point supervision and mask-level detection through two components: a Physics-driven Adaptive Mask Generation (PAMG) module that converts point annotations into compact target masks and geometric cues, and a lightweight Radius-aware Point Regression Network (RPR-Net) that reformulates IRSTD as target center localization and effective radius regression using spatiotemporal motion cues. The two modules form a closed loop: PAMG generates pseudo masks and geometric supervision during training, while the geometric predictions of RPR-Net are fed back to PAMG for pixel-level mask recovery during inference. To facilitate systematic evaluation, we further construct SIRSTD-Pixel, a sequential dataset with refined pixel-level annotations. Experiments show that the proposed framework achieves strong pseudo-label quality, high detection accuracy, and efficient inference, approaching full-supervision performance under point-supervised settings with substantially lower annotation cost. Code and datasets will be available at: https://github.com/GaoScience/point-to-mask.

红外检测点标注小目标掩码生成

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