Redundant Queries in DETR-Based 3D Detection Methods: Unnecessary and Prunable

Authors

  • Lizhen Xu School of Software Engineering, Xi'an Jiaotong University
  • Zehao Wu School of Software Engineering, Xi'an Jiaotong University
  • Wenzhao Qiu School of Software Engineering, Xi'an Jiaotong University
  • Shanmin Pang School of Software Engineering, Xi'an Jiaotong University
  • Xiuxiu Bai School of Software Engineering, Xi'an Jiaotong University
  • Kuizhi Mei School of Artificial Intelligence, Xi'an Jiaotong University
  • Jianru Xue School of Artificial Intelligence, Xi'an Jiaotong University

DOI:

https://doi.org/10.1609/aaai.v40i13.38113

Abstract

Query-based models are extensively used in 3D object detection tasks, with a wide range of pre-trained checkpoints readily available online. However, despite their popularity, these models often require an excessive number of object queries, far surpassing the actual number of objects to detect. The redundant queries result in unnecessary computational and memory costs. In this paper, we find that not all queries contribute equally -- a significant portion of queries have a much smaller impact compared to others. Based on this observation, we propose an embarrassingly simple approach called Gradually Pruning Queries (GPQ), which prunes queries incrementally based on their classification scores. A key advantage of GPQ is that it requires no additional learnable parameters. It is straightforward to implement in any query-based method, as it can be seamlessly integrated as a fine-tuning step using an existing checkpoint after training. With GPQ, users can easily generate multiple models with fewer queries, starting from a checkpoint with an excessive number of queries. Experiments on various advanced 3D detectors show that GPQ effectively reduces redundant queries while maintaining performance. Using our method, model inference on desktop GPUs can be accelerated by up to 1.35x. Moreover, after deployment on edge devices, it achieves up to a 67.86% reduction in FLOPs and a 65.16% decrease in inference time.

Downloads

Published

2026-03-14

How to Cite

Xu, L., Wu, Z., Qiu, W., Pang, S., Bai, X., Mei, K., & Xue, J. (2026). Redundant Queries in DETR-Based 3D Detection Methods: Unnecessary and Prunable. Proceedings of the AAAI Conference on Artificial Intelligence, 40(13), 11323–11331. https://doi.org/10.1609/aaai.v40i13.38113

Issue

Section

AAAI Technical Track on Computer Vision X