Dense Object Detection Based on De-homogenized Queries
Yueming Huang, Chenrui Ma, Hao Zhou, Hao Wu, Guowu Yuan

TL;DR
This paper introduces a novel de-homogenized query method for dense object detection, improving accuracy and efficiency by addressing duplicate predictions and missed detections in transformer-based detectors.
Contribution
It proposes learnable differentiated encoding to de-homogenize queries, enhancing detection performance without complex decoder stacking and reducing parameters.
Findings
Achieved 93.6% AP on CrowdHuman dataset.
Outperformed previous SOTA methods like Iter-E2EDet and MIP.
More robust across various density scenarios.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Linear Layer · Multi-Head Attention · Position-Wise Feed-Forward Layer · Adam · Convolution · Softmax · Dropout · Absolute Position Encodings · Label Smoothing
