arXiv:2603.05071cs.CV2026-03

用仿生运动感知提升红外小目标检测,性能显著优于现有方法。

MI-DETR: A Strong Baseline for Moving Infrared Small Target Detection with Bio-Inspired Motion Integration

  • 双路径结构分别处理外观与运动信息,通过生物启发的运动图实现显式建模。
  • 在三个基准上达到最高72.7% F1和98.0% mAP@50,超越最优基线26.35点。
  • 无需额外运动标注或对齐模块,适合红外小目标实时检测场景。

红外小目标检测(ISTD)因目标微小、对比度低,易被复杂动态背景遮蔽而极具挑战。传统多帧方法通常通过深度网络隐式学习运动,常需额外运动监督或显式对齐模块。本文提出生物启发的运动融合检测框架MI-DETR,每时间步处理一帧红外图像,显式建模运动信息。首先,类视网膜细胞自动机(RCA)将原始帧序列转换为与外观图像同像素网格的运动图,实现副网状细胞型外观与大细胞型运动通路的统一边界框监督,无需额外运动标签或对齐操作。其次,副-大细胞互连(PMI)模块促进两通路间双向特征交互,提供生物合理中间连接机制。最后,基于RT-DETR解码器融合双路径特征输出检测结果。令人惊讶的是,该简单有效方法在三个常用基准上表现优异:IRDST-H上达70.3% mAP@50与72.7% F1(较最优多帧基线提升26.35点),DAUB-R上98.0% mAP@50,ITSDT-15K上88.3% mAP@50,验证了生物启发运动-外观融合的有效性。代码已开源。

原文摘要 · Abstract (English)

Infrared small target detection (ISTD) is challenging because tiny, low-contrast targets are easily obscured by complex and dynamic backgrounds. Conventional multi-frame approaches typically learn motion implicitly through deep neural networks, often requiring additional motion supervision or explicit alignment modules. We propose Motion Integration DETR (MI-DETR), a bio-inspired dual-pathway detector that processes one infrared frame per time step while explicitly modeling motion. First, a retina-inspired cellular automaton (RCA) converts raw frame sequences into a motion map defined on the same pixel grid as the appearance image, enabling parvocellular-like appearance and magnocellular-like motion pathways to be supervised by a single set of bounding boxes without extra motion labels or alignment operations. Second, a Parvocellular-Magnocellular Interconnection (PMI) Block facilitates bidirectional feature interaction between the two pathways, providing a biologically motivated intermediate interconnection mechanism. Finally, a RT-DETR decoder operates on features from the two pathways to produce detection results. Surprisingly, our proposed simple yet effective approach yields strong performance on three commonly used ISTD benchmarks. MI-DETR achieves 70.3% mAP@50 and 72.7% F1 on IRDST-H (+26.35 mAP@50 over the best multi-frame baseline), 98.0% mAP@50 on DAUB-R, and 88.3% mAP@50 on ITSDT-15K, demonstrating the effectiveness of biologically inspired motion-appearance integration. Code is available at https://github.com/nliu-25/MI-DETR.

红外检测小目标生物启发检测模型

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