paper-with-me

Papers

Dense Nested Attention Network for Infrared Small Target Detection

2021-06-01 · Boyang Li, Chao Xiao, Longguang Wang, Yingqian Wang, Zaiping Lin, Miao Li, Wei An, Yulan Guo

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 detection due to their powerful modeling capability. However, existing CNN-based methods cannot be directly applied for infrared small targets since pooling layers in their networks could lead to the loss of targets in deep layers. To handle this problem, we propose a dense nested attention network (DNANet) in this paper. Specifically, we design a dense nested interactive module (DNIM) to achieve progressive interaction among high-level and low-level features. With the repeated interaction in DNIM, infrared small targets in deep layers can be maintained. Based on DNIM, we further propose a cascaded channel and spatial attention module (CSAM) to adaptively enhance multi-level features. With our DNANet, contextual information of small targets can be well incorporated and fully exploited by repeated fusion and enhancement. Moreover, we develop an infrared small target dataset (namely, NUDT-SIRST) and propose a set of evaluation metrics to conduct comprehensive performance evaluation. Experiments on both public and our self-developed datasets demonstrate the effectiveness of our method. Compared to other state-of-the-art methods, our method achieves better performance in terms of probability of detection (Pd), false-alarm rate (Fa), and intersection of union (IoU).

📄 PDF Abstract BibTeX arXiv:2106.00487

Code (1)

YeRen123455/Infrared-Small-Target-Detection 공식 구현 pytorch

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음
Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

Improved Dense Nested Attention Network Based on Transformer for Infrared Small Target Detection

2023-11-15 · Chun Bao, Jie Cao, Yaqian Ning, Tianhua Zhao 외

Infrared small target detection based on deep learning offers unique advantages in separating small targets from complex and dynamic backgrounds. However, the features of infrared small targets gradually weaken as the de…

iSmallNet: Densely Nested Network with Label Decoupling for Infrared Small Target Detection

2022-10-29 · Zhiheng Hu, Yongzhen Wang, Peng Li, Jie Qin 외

Small targets are often submerged in cluttered backgrounds of infrared images. Conventional detectors tend to generate false alarms, while CNN-based detectors lose small targets in deep layers. To this end, we propose iS…

object-detectionObject DetectionSmall Object Detection

CourtNet for Infrared Small-Target Detection

2022-09-28 · Jingchao Peng, Haitao Zhao, Kaijie Zhao, Zhongze Wang 외

Infrared small-target detection (ISTD) is an important computer vision task. ISTD aims at separating small targets from complex background clutter. The infrared radiation decays over distances, making the targets highly …

Mitigate Target-level Insensitivity of Infrared Small Target Detection via Posterior Distribution Modeling

2024-03-13 · Haoqing Li, Jinfu Yang, Yifei Xu, Runshi Wang

Infrared Small Target Detection (IRSTD) aims to segment small targets from infrared clutter background. Existing methods mainly focus on discriminative approaches, i.e., a pixel-level front-background binary segmentation…

Noise Estimation

EFLNet: Enhancing Feature Learning for Infrared Small Target Detection

2023-07-27 · Bo Yang, Xinyu Zhang, Jian Zhang, Jun Luo 외

Single-frame infrared small target detection is considered to be a challenging task, due to the extreme imbalance between target and background, bounding box regression is extremely sensitive to infrared small target, an…

regression