English

Siamese DETR

Computer Vision and Pattern Recognition 2023-04-03 v1

Abstract

Recent self-supervised methods are mainly designed for representation learning with the base model, e.g., ResNets or ViTs. They cannot be easily transferred to DETR, with task-specific Transformer modules. In this work, we present Siamese DETR, a Siamese self-supervised pretraining approach for the Transformer architecture in DETR. We consider learning view-invariant and detection-oriented representations simultaneously through two complementary tasks, i.e., localization and discrimination, in a novel multi-view learning framework. Two self-supervised pretext tasks are designed: (i) Multi-View Region Detection aims at learning to localize regions-of-interest between augmented views of the input, and (ii) Multi-View Semantic Discrimination attempts to improve object-level discrimination for each region. The proposed Siamese DETR achieves state-of-the-art transfer performance on COCO and PASCAL VOC detection using different DETR variants in all setups. Code is available at https://github.com/Zx55/SiameseDETR.

Keywords

Cite

@article{arxiv.2303.18144,
  title  = {Siamese DETR},
  author = {Zeren Chen and Gengshi Huang and Wei Li and Jianing Teng and Kun Wang and Jing Shao and Chen Change Loy and Lu Sheng},
  journal= {arXiv preprint arXiv:2303.18144},
  year   = {2023}
}

Comments

10 pages, 11 figures. Accepted in CVPR 2023

R2 v1 2026-06-28T09:43:24.590Z