Next Article in Journal
Self-Supervised and Supervised Image Enhancement Networks with Time-Shift Module
Next Article in Special Issue
Surveying Racial Bias in Facial Recognition: Balancing Datasets and Algorithmic Enhancements
Previous Article in Journal
VSG Frequency Response Strategy for Doubly-Fed Wind Farm Considering the Fatigue Load
Previous Article in Special Issue
Multi-Scale Fusion Uncrewed Aerial Vehicle Detection Based on RT-DETR
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Dense Object Detection Based on De-Homogenized Queries

1
School of Information Science and Engineering, Yunnan University, Kunming 650504, China
2
School of Computer Science and Engineering, Central South University, Changsha 410083, China
*
Author to whom correspondence should be addressed.
Electronics 2024, 13(12), 2312; https://doi.org/10.3390/electronics13122312
Submission received: 16 May 2024 / Revised: 9 June 2024 / Accepted: 11 June 2024 / Published: 13 June 2024
(This article belongs to the Special Issue Applications of Computer Vision, 2nd Edition)

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 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.
Keywords: object detection; dense detection; DETR; transformer object detection; dense detection; DETR; transformer

Share and Cite

MDPI and ACS Style

Huang, Y.; Ma, C.; Zhou, H.; Wu, H.; Yuan, G. Dense Object Detection Based on De-Homogenized Queries. Electronics 2024, 13, 2312. https://doi.org/10.3390/electronics13122312

AMA Style

Huang Y, Ma C, Zhou H, Wu H, Yuan G. Dense Object Detection Based on De-Homogenized Queries. Electronics. 2024; 13(12):2312. https://doi.org/10.3390/electronics13122312

Chicago/Turabian Style

Huang, Yueming, Chenrui Ma, Hao Zhou, Hao Wu, and Guowu Yuan. 2024. "Dense Object Detection Based on De-Homogenized Queries" Electronics 13, no. 12: 2312. https://doi.org/10.3390/electronics13122312

APA Style

Huang, Y., Ma, C., Zhou, H., Wu, H., & Yuan, G. (2024). Dense Object Detection Based on De-Homogenized Queries. Electronics, 13(12), 2312. https://doi.org/10.3390/electronics13122312

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop