Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/8/3 17:01:19

DyFrDet: Towards Accurate Small Object Detection via Dynamic Frequency Suppression with Label Disambiguation

AI 中文解读
核心亮点:这项研究为困扰AI已久的“小物体检测”难题提供了新解法,通过动态过滤图像噪声和解决标签模糊问题,让AI能更精准地“看见”微小目标。 通俗解读:想象一下,在拥挤的街道照片里找到一只远处的猫,或者在一张卫星图上辨认出一辆小汽车——这对人眼都不容易,对AI更是挑战。以前AI在识别小物体时,容易被背景干扰,还常因训练数据中的标签不准确而“学糊涂”。这项新技术相当于给AI装了一副“智能滤镜”,能自动把背景杂音滤掉,只留下关键细节;同时,它还能纠正模棱两可的标注,帮AI“认清”到底该学什么。这样一来,AI就能在复杂场景中把小物体定位得更准。 实际影响:这项技术有望让安防监控更有效,比如在大量视频中快速锁定嫌疑人或丢失物品;也能提升自动驾驶对远处行人、路障的识别能力,让行车更安全。日常用手机拍照时,AI辅助构图或识物也会更准确。对科研工作者来说,处理卫星图像、医学影像中的微小病灶也会变得更可靠,在实际应用中能大大减少漏检和误判。
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.
分享
阅读原文