We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CV

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computer Vision and Pattern Recognition

Title: End-to-End Object Detection with Adaptive Clustering Transformer

Abstract: End-to-end Object Detection with Transformer (DETR)proposes to perform object detection with Transformer and achieve comparable performance with two-stage object detection like Faster-RCNN. However, DETR needs huge computational resources for training and inference due to the high-resolution spatial input. In this paper, a novel variant of transformer named Adaptive Clustering Transformer(ACT) has been proposed to reduce the computation cost for high-resolution input. ACT cluster the query features adaptively using Locality Sensitive Hashing (LSH) and ap-proximate the query-key interaction using the prototype-key interaction. ACT can reduce the quadratic O(N2) complexity inside self-attention into O(NK) where K is the number of prototypes in each layer. ACT can be a drop-in module replacing the original self-attention module without any training. ACT achieves a good balance between accuracy and computation cost (FLOPs). The code is available as supplementary for the ease of experiment replication and verification. Code is released at \url{this https URL}
Comments: BMVC 2021 Oral
Subjects: Computer Vision and Pattern Recognition (cs.CV)
Cite as: arXiv:2011.09315 [cs.CV]
  (or arXiv:2011.09315v2 [cs.CV] for this version)

Submission history

From: Peng Gao [view email]
[v1] Wed, 18 Nov 2020 14:36:37 GMT (6120kb)
[v2] Mon, 18 Oct 2021 07:15:55 GMT (12265kb)

Link back to: arXiv, form interface, contact.