Infrared small object detection (ISOS) aims to segment small objects only covered with several pixels from clutter background in infrared images. It's of great challenge due to: 1) small objects lack of sufficient intensity, shape and texture information; 2) small objects are easily lost in the process where detection models, say deep neural networks, obtain high-level semantic features and image-level receptive fields through successive downsampling. This paper proposes a reliable detection model for ISOS, dubbed UCFNet, which can handle well the two issues. It builds upon central difference convolution (CDC) and fast Fourier convolution (FFC). On one hand, CDC can effectively guide the network to learn the contrast information between small objects and the background, as the contrast information is very essential in human visual system dealing with the ISOS task. On the other hand, FFC can gain image-level receptive fields and extract global information while preventing small objects from being overwhelmed.Experiments on several public datasets demonstrate that our method significantly outperforms the state-of-the-art ISOS models, and can provide useful guidelines for designing better ISOS deep models. Code are available at https://github.com/wcyjerry/BasicISOS.
翻译:红外小目标检测(ISOS)旨在从红外图像的杂波背景中分割出仅覆盖数个像素的小目标。该任务极具挑战性,原因在于:1)小目标缺乏足够的强度、形状和纹理信息;2)在检测模型(如深度神经网络)通过连续下采样获取高级语义特征和图像级感受野的过程中,小目标容易丢失。本文提出一种可靠的ISOS检测模型——UCFNet,该模型能妥善处理上述两个问题。该模型基于中心差分卷积(CDC)和快速傅里叶卷积(FFC)构建。一方面,CDC能有效引导网络学习小目标与背景之间的对比信息,因为对比信息对于人类视觉系统处理ISOS任务至关重要。另一方面,FFC能够获取图像级感受野并提取全局信息,同时防止小目标被淹没。在多个公开数据集上的实验表明,我们的方法显著优于最先进的ISOS模型,并为设计更优的ISOS深度模型提供了有益指导。代码可在https://github.com/wcyjerry/BasicISOS获取。