通过差异化查询编码提升密集目标检测的准确率与鲁棒性
Dense Object Detection Based on De-homogenized Queries
- 用可学习的差异化编码打破查询同质性,增强去重能力
- 在CrowdHuman上达93.6% AP、84.3% JI,优于当前最优方法
- 无需复杂解码器堆叠,参数减少8%,适合实际部署
密集目标检测广泛应用于自动驾驶、视频监控等领域。现有基于贪心算法(如NMS)的方法在密集场景下常出现重复预测或漏检问题。尽管端到端的DETR类模型将后处理去重能力融入网络,但其查询同质化导致去重能力下降和编码器学习效率降低,仍引发重复预测与漏检。为此,本文提出可学习的差异化编码以去同质化查询,并通过差异化编码信息实现查询间通信,替代原有查询自注意力机制。同时,在编码器输出上引入联合损失,同时优化位置与置信度预测,提供更优查询初始化。所提端到端框架无需冗余解码器堆叠,在保证精度前提下参数量减少约8%,相较于可变形DETR更为简洁。在挑战性的CrowdHuman数据集上,取得93.6%平均精度(AP)、39.2% MR-2和84.3%交并比(JI)的优异表现,超越Iter-E2EDet与MIP等当前最优方法,且在不同密度场景下均具更强鲁棒性。
原文摘要 · Abstract (English)
Dense object detection is widely used in automatic driving, video surveillance, and other fields. This paper focuses on the challenging task of dense object detection. Currently, detection methods based on greedy algorithms, such as non-maximum suppression (NMS), often produce many repetitive predictions or missed detections in dense scenarios, which is a common problem faced by NMS-based algorithms. Through the end-to-end DETR (DEtection TRansformer), as a type of detector that can incorporate the post-processing de-duplication capability of NMS, etc., into the network, we found that homogeneous queries in the query-based detector lead to a reduction in the de-duplication capability of the network and the learning efficiency of the encoder, resulting in duplicate prediction and missed detection problems. To solve this problem, we propose learnable differentiated encoding to de-homogenize the queries, and at the same time, queries can communicate with each other via differentiated encoding information, replacing the previous self-attention among the queries. In addition, we used joint loss on the output of the encoder that considered both location and confidence prediction to give a higher-quality initialization for queries. Without cumbersome decoder stacking and guaranteeing accuracy, our proposed end-to-end detection framework was more concise and reduced the number of parameters by about 8% compared to deformable DETR. Our method achieved excellent results on the challenging CrowdHuman dataset with 93.6% average precision (AP), 39.2% MR-2, and 84.3% JI. The performance overperformed previous SOTA methods, such as Iter-E2EDet (Progressive End-to-End Object Detection) and MIP (One proposal, Multiple predictions). In addition, our method is more robust in various scenarios with different densities.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。