paper-with-me

Papers

EFLNet: Enhancing Feature Learning for Infrared Small Target Detection

2023-07-27 · Bo Yang, Xinyu Zhang, Jian Zhang, Jun Luo, Mingliang Zhou, Yangjun Pi

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, and target information is easy to lose in the high-level semantic layer. In this article, we propose an enhancing feature learning network (EFLNet) to address these problems. First, we notice that there is an extremely imbalance between the target and the background in the infrared image, which makes the model pay more attention to the background features rather than target features. To address this problem, we propose a new adaptive threshold focal loss (ATFL) function that decouples the target and the background, and utilizes the adaptive mechanism to adjust the loss weight to force the model to allocate more attention to target features. Second, we introduce the normalized Gaussian Wasserstein distance (NWD) to alleviate the difficulty of convergence caused by the extreme sensitivity of the bounding box regression to infrared small target. Finally, we incorporate a dynamic head mechanism into the network to enable adaptive learning of the relative importance of each semantic layer. Experimental results demonstrate our method can achieve better performance in the detection performance of infrared small target compared to the state-of-the-art (SOTA) deep-learning-based methods. The source codes and bounding box annotated datasets are available at https://github.com/YangBo0411/infrared-small-target.

📄 PDF Abstract BibTeX arXiv:2307.14723

Code (1)

yangbo0411/infrared-small-target 공식 구현 pytorch

Tasks

regression

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Clip-aware expressive feature learning for video-based facial expression recognition

2022-03-25 · Information Sciences 2022 3 · Yuanyuan Liu, Chuanxu Feng, Xiaohui Yuan, Lin Zhou 외

Video-based facial expression recognition (FER) has received increased attention as a result of its widespread applications. However, a video often contains many redundant and irrelevant frames. How to reduce redundancy …

Dynamic Facial Expression RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)

Triple-domain Feature Learning with Frequency-aware Memory Enhancement for Moving Infrared Small Target Detection

2024-06-11 · Weiwei Duan, Luping Ji, Shengjia Chen, Sicheng Zhu 외

As a sub-field of object detection, moving infrared small target detection presents significant challenges due to tiny target sizes and low contrast against backgrounds. Currently-existing methods primarily rely on the f…

object-detectionObject Detection

DCCS-Det: Directional Context and Cross-Scale-Aware Detector for Infrared Small Target

2026-01-23 · Shuying Li, Qiang Ma, San Zhang, Chuang Yang arxiv

Infrared small target detection (IRSTD) is critical for applications like remote sensing and surveillance, which aims to identify small, low-contrast targets against complex backgrounds. However, existing methods often s…

Na-IRSTD: Enhancing Infrared Small Target Detection via Native-Resolution Feature Selection and Fusion

2026-05-07 · Qian Xu, Chi Zhang, Qiming Zhang, Xi Li 외 arxiv

Infrared small target detection (IRSTD) faces the inherent challenge of precisely localizing dim targets amid complex background clutter. While progress has been made, existing methods usually follow conventional strateg…

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