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
Signed reviews
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/}
Forward citations
Cited by 4 Pith papers
-
A 2D Semantic-Aware Position Encoding for Vision Transformers
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.
-
Object Detection using Event Camera: A MoE Heat Conduction based Detector and A New Benchmark Dataset
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.
-
TITAN: Query-Token based Domain Adaptive Adversarial Learning
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.
-
Context Aware Grounded Teacher for Source Free Object Detection
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.
Discussion (0). Continue with ORCID to comment.