Search papers, labs, and topics across Lattice.
This paper introduces DyFrDet, a small object detection framework that enhances localization accuracy by addressing background noise and label ambiguities. The method employs a Dynamic Frequency-aware Feature Pyramid Network (DyFrFPN) to suppress irrelevant frequency components while preserving essential features for small object identification. Experimental results show that DyFrDet outperforms existing methods on multiple benchmarks, confirming its robustness in challenging detection scenarios.
Dynamic suppression of background noise in the frequency domain leads to unprecedented accuracy in small object detection.
Despite the remarkable progress over the past decades, accurately identifying small objects remains challenging because of their insufficient visual cues. Previous works typically attempt to construct discriminative representation of the small objects. However, the wide range frequency domain noises and label ambiguities have been greatly overlooked, which significantly hinders the accurate localization. To address these issues, we propose a novel small object detection (SOD) detector termed DyFrDet, which is able to precisely localize the small object by dynamically suppressing the background distractions in frequency domain. Specifically, we propose a Dynamic Frequency-aware Feature Pyramid Network (DyFrFPN) to adaptively suppress low-frequency redundancy and excessive high-frequency noises. The DyFrFPN transforms the hierarchical features into frequency domain representation, and introduces a Dynamic Band Predictor (DBP) to preserve the discriminative components for small object identification. Afterwards, we present a novel Label Disambiguation Module (LDM), which leverages probabilistic distributions to explicitly model and alleviate the inherent ambiguity of target labels, yielding efficient improvement in localization precision of the small objects with low-resolution. Extensive experiments demonstrate that DyFrDet achieves state-of-the-art performance across multiple benchmarks, indicating its effectiveness and robustness in various challenging scenarios. Our code is available at https://github.com/ManOfStory/DyFrDet.