Pith. sign in

REVIEW 4 cited by

End-to-End Object Detection with Adaptive Clustering Transformer

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2011.09315 v2 pith:TDY6Q745 submitted 2020-11-18 cs.CV

classification cs.CV
keywords transformerdetectionobjectadaptiveclusteringcodecomputationcost
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original 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{https://github.com/gaopengcuhk/SMCA-DETR/}

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. A 2D Semantic-Aware Position Encoding for Vision Transformers

    cs.CV 2025-05 conditional novelty 5.0 of 10

    SaPE2 adds a 2D content-dependent position bias to vision transformer attention and reports top-1 accuracy gains on CIFAR-10 and CIFAR-100 over several position-encoding baselines.

  2. Object Detection using Event Camera: A MoE Heat Conduction based Detector and A New Benchmark Dataset

    cs.CV 2024-12 conditional novelty 5.0 of 10

    MvHeat-DET, a Mixture-of-Experts heat-conduction detector, outperforms 15 re-trained baselines on the new EvDET200K dataset and reaches 55.7 mAP on N-Caltech101.

  3. TITAN: Query-Token based Domain Adaptive Adversarial Learning

    cs.CV 2025-06 reject novelty 4.0 of 10

    TITAN claims large source-free domain adaptation gains using variance-based target splitting and query-token adversarial alignment, but internal contradictions and test-set leakage invalidate the reported results.

  4. Context Aware Grounded Teacher for Source Free Object Detection

    cs.CV 2025-04 conditional novelty 4.0 of 10

    A source-free object detection method combining a confusion-matrix bias model, semantic MixUp, and a frozen vision-foundation expert reports SOTA mAP on Cityscapes-to-Foggy and improved medical transfer numbers.

Pith tools