Table of Contents
Fetching ...
Paper

Difference Decomposition Networks for Infrared Small Target Detection

Abstract

Infrared small target detection (ISTD) faces two major challenges: a lack of discernible target texture and severe background clutter, which results in the background obscuring the target. To enhance targets and suppress backgrounds, we propose the Basis Decomposition Module (BDM) as an extensible and lightweight module based on basis decomposition, which decomposes a complex feature into several basis features and enhances certain information while eliminating redundancy. Extending BDM leads to a series of modules, including the Spatial Difference Decomposition Module (SDM), Spatial Difference Decomposition Downsampling Module (SDM), and Temporal Difference Decomposition Module (TDM). Based on these modules, we develop the Spatial Difference Decomposition Network (SDNet) for single-frame ISTD (SISTD) and the Spatiotemporal Difference Decomposition Network (STDNet) for multi-frame ISTD (MISTD). SDNet integrates SDM and SDM within an adapted U-shaped architecture. We employ TDM to introduce motion information, which transforms SDNet into STDNet. Extensive experiments on SISTD and MISTD datasets demonstrate state-of-the-art (SOTA) performance. On the SISTD task, SDNet performs well compared to most established networks. On the MISTD datasets, STDNet achieves a mIoU of 87.68\%, outperforming SDNet, which achieves a mIoU of 64.97\%. Our codes are available: https://github.com/greekinRoma/IRSTD_HC_Platform.