Search papers, labs, and topics across Lattice.
This paper introduces REEM, a lightweight SCR-guided difficulty-aware optimization framework designed to enhance infrared small target detection by incorporating Signal-to-Clutter Ratio (SCR) as a visibility prior during training. By computing a ground-truth local SCR from input images and applying a differentiable modulation to the soft-IoU learning signal, REEM effectively emphasizes low-visibility targets without altering the network architecture or increasing inference time. Experimental results show that REEM significantly improves intersection over union (IoU) and detection probability while reducing false alarms, particularly in challenging low-visibility scenarios.
REEM achieves superior infrared small target detection by leveraging SCR as a visibility prior, leading to enhanced performance in cluttered environments.
Infrared small target detection remains challenging due to severe background clutter, low contrast, and weak spatial responses where geometric overlap alone is insufficient to characterize detection quality. In this work, we propose REEM (Reweighted Explicit-visibility Enhanced Modulation), a lightweight SCR-guided difficulty-aware optimization framework that incorporates Signal-to-Clutter Ratio (SCR) as a physically meaningful visibility prior during training. Instead of modifying the network architecture or directly optimizing SCR, REEM computes a ground-truth local SCR from the input image and applies a differentiable modulation to the soft-IoU learning signal, emphasizing low-visibility targets while preserving stable optimization and identical inference behavior. REEM is integrated into a U-Net-based MSHNet without introducing additional parameters, architectural modifications, or inference-time overhead. Extensive experiments demonstrate consistent improvements over the baseline, achieving higher IoU and detection probability (Pd) together with substantially reduced false alarms (FA), particularly under challenging low-visibility conditions. These results suggest that SCR-guided difficulty-aware optimization provides an effective and physically grounded complement to conventional overlap-based objectives for infrared small target detection. The code is available at https://github. com/yall-in-one/Reemm.