paper-with-me

Papers

One-Stage Cascade Refinement Networks for Infrared Small Target Detection

2022-12-16 · Yimian Dai, Xiang Li, Fei Zhou, Yulei Qian, Yaohong Chen, Jian Yang

Single-frame InfraRed Small Target (SIRST) detection has been a challenging task due to a lack of inherent characteristics, imprecise bounding box regression, a scarcity of real-world datasets, and sensitive localization evaluation. In this paper, we propose a comprehensive solution to these challenges. First, we find that the existing anchor-free label assignment method is prone to mislabeling small targets as background, leading to their omission by detectors. To overcome this issue, we propose an all-scale pseudo-box-based label assignment scheme that relaxes the constraints on scale and decouples the spatial assignment from the size of the ground-truth target. Second, motivated by the structured prior of feature pyramids, we introduce the one-stage cascade refinement network (OSCAR), which uses the high-level head as soft proposals for the low-level refinement head. This allows OSCAR to process the same target in a cascade coarse-to-fine manner. Finally, we present a new research benchmark for infrared small target detection, consisting of the SIRST-V2 dataset of real-world, high-resolution single-frame targets, the normalized contrast evaluation metric, and the DeepInfrared toolkit for detection. We conduct extensive ablation studies to evaluate the components of OSCAR and compare its performance to state-of-the-art model-driven and data-driven methods on the SIRST-V2 benchmark. Our results demonstrate that a top-down cascade refinement framework can improve the accuracy of infrared small target detection without sacrificing efficiency. The DeepInfrared toolkit, dataset, and trained models are available at https://github.com/YimianDai/open-deepinfrared to advance further research in this field.

📄 PDF Abstract BibTeX arXiv:2212.08472

Code (2)

yimiandai/open-deepinfrared 공식 구현 pytorch
xinyiying/basicirstd pytorch

Methods 이 논문이 사용한 방법론

OSCAR OSCAR is a new learning method that uses object tags detected in images as anchor points to ease the learning of image-text alignment. The model take a triple as input…

Similar Papers 제목 키워드 기반

DENet: Dual-Path Edge Network with Global-Local Attention for Infrared Small Target Detection

2025-09-25 · Jiayi Zuo, Songwei Pei, Qian Li arxiv

Infrared small target detection is crucial for remote sensing applications like disaster warning and maritime surveillance. However, due to the lack of distinctive texture and morphological features, infrared small targe…

Scene Understanding

Deformable Feature Alignment and Refinement for Moving Infrared Dim-small Target Detection

2024-07-10 · Dengyan Luo, Yanping Xiang, Hu Wang, Luping Ji 외

The detection of moving infrared dim-small targets has been a challenging and prevalent research topic. The current state-of-the-art methods are mainly based on ConvLSTM to aggregate information from adjacent frames to f…

Motion Compensation

Dense Nested Attention Network for Infrared Small Target Detection

2021-06-01 · Boyang Li, Chao Xiao, Longguang Wang, Yingqian Wang 외

Single-frame infrared small target (SIRST) detection aims at separating small targets from clutter backgrounds. With the advances of deep learning, CNN-based methods have yielded promising results in generic object detec…

object-detectionObject Detection

Denoising-Enhanced Coarse-to-Fine Infrared Small Target Detection with Attention Prior-Guided Knowledge Distillation

2026-06-20 · Houzhang Fang, Ruixuan Huang, Qiuhuan Chen, Xiaolin Wang 외 arxiv

Infrared small target detection (IRSTD) in high-resolution images is crucial for many practical applications, such as surveillance of unmanned aerial vehicles (UAVs) and UAV-based ground monitoring. However, IRSTD remain…

Knowledge DistillationBinary Classification

SPARK-SAM: Learning How to Prompt and Respond for Infrared Small Target Segmentation

2026-08-21 · Aji Mao, Zhenming Peng, Bailin Mu, Tian Pu arxiv

Promptable segmentation models provide a reusable interface, but direct transfer to automatic infrared small-target segmentation (IRSTD) exposes a mismatch between spatial prompts and target-domain mask responses. In a d…