2020

UP-DETR: Unsupervised Pre-training for Object Detection with Transformers

Dai, Zhigang, Cai, Bolun, Lin, Yugeng et al.

Understand

DEtection TRansformer (DETR) for object detection reaches competitive performance compared with Faster R-CNN via a transformer encoder-decoder architecture.

  • However, trained with scratch transformers, DETR needs large-scale training data and an extreme long training schedule even on COCO dataset.
  • Inspired by the great success of pre-training transformers in natural language processing, we propose a novel pretext task named random query patch detection in Unsupervised Pre-training DETR (UP-DETR).
  • Specifically, we randomly crop patches from the given image and then feed them as queries to the decoder.

Reading the bibliography…