CVAIAug 3

Breaking Self-Attention Failure: Rethinking Query Initialization for Infrared Small Target Detection

arXiv:2601.028375.31 citationsh-index: 7
Predicted impact top 76% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work provides a robust and efficient DETR-based solution for infrared small target detection, a challenging domain-specific problem, by improving query initialization through frequency-domain analysis.

The paper addresses the problem of unreliable query initialization in DETR-based infrared small target detection, caused by dominant background features overwhelming target-relevant embeddings in self-attention. They propose SEF-DETR with Patch-wise Spectral Screening, Frequency-Routed Examination, and Reliability-Consistency-aware Fusion, achieving superior detection performance over state-of-the-art methods on three public datasets with low computational overhead.

Infrared small target detection (IRSTD) faces significant challenges due to low signal-to-noise ratios, extremely small target sizes, and complex cluttered backgrounds. Although DETR-based detectors benefit from global context modeling, their query initialization can become unreliable in IRSTD because only a few encoder tokens correspond to targets, while the majority describe the background. We revisit this phenomenon and reveal that the target-relevant embeddings of IRST are inevitably overwhelmed by dominant background features due to the self-attention mechanism, leading to unreliable query initialization and inaccurate target localization. To address this issue, we propose SEF-DETR, a novel framework that refines query initialization through Patch-wise Spectral Screening (PSS), Frequency-Routed Examination (FRE), and Reliability-Consistency-aware Fusion (RCF). PSS encodes the radial and directional energy distributions of local Fourier spectra and aggregates overlapping patch predictions into a target-relevant density map. Guided by this map, FRE performs sparse deformable re-examination after each encoder layer, while retaining content-driven sampling to distinguish true targets from frequency-domain false alarms. RCF further re-ranks candidate queries according to spatial-frequency consistency and frequency reliability. Extensive experiments on three public IRSTD datasets demonstrate that SEF-DETR achieves superior detection performance over state-of-the-art methods with low computational overhead, providing a robust and efficient DETR-based solution for IRSTD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes