English

CvT-ASSD: Convolutional vision-Transformer Based Attentive Single Shot MultiBox Detector

Computer Vision and Pattern Recognition 2021-10-26 v1 Artificial Intelligence Machine Learning

Abstract

Due to the success of Bidirectional Encoder Representations from Transformers (BERT) in natural language process (NLP), the multi-head attention transformer has been more and more prevalent in computer-vision researches (CV). However, it still remains a challenge for researchers to put forward complex tasks such as vision detection and semantic segmentation. Although multiple Transformer-Based architectures like DETR and ViT-FRCNN have been proposed to complete object detection task, they inevitably decreases discrimination accuracy and brings down computational efficiency caused by the enormous learning parameters and heavy computational complexity incurred by the traditional self-attention operation. In order to alleviate these issues, we present a novel object detection architecture, named Convolutional vision Transformer Based Attentive Single Shot MultiBox Detector (CvT-ASSD), that built on the top of Convolutional vision Transormer (CvT) with the efficient Attentive Single Shot MultiBox Detector (ASSD). We provide comprehensive empirical evidence showing that our model CvT-ASSD can leads to good system efficiency and performance while being pretrained on large-scale detection datasets such as PASCAL VOC and MS COCO. Code has been released on public github repository at https://github.com/albert-jin/CvT-ASSD.

Keywords

Cite

@article{arxiv.2110.12364,
  title  = {CvT-ASSD: Convolutional vision-Transformer Based Attentive Single Shot MultiBox Detector},
  author = {Weiqiang Jin and Hang Yu and Hang Yu},
  journal= {arXiv preprint arXiv:2110.12364},
  year   = {2021}
}

Comments

9 pages;5 figures; conference: IEEE ICTAI; Acknowledgment: The research reported in this paper was supported in part by the National Natural Science Foundation of China under the grant 91746203 and the Outstanding Academic Leader Project of Shanghai under the grant No.20XD1401700

R2 v1 2026-06-24T07:08:01.515Z