AQT: Adversarial Query Transformers for Domain Adaptive Object Detection
Abstract
Adversarial feature alignment is widely used in domain adaptive object detection. Despite the effectiveness on CNN-based detectors, its applicability to transformer-based detectors is less studied. In this paper, we present AQT (adversarial query transformers) to integrate adversarial feature alignment into detection transformers. The generator is a detection transformer which yields a sequence of feature tokens, and the discriminator consists of a novel adversarial token and a stack of cross-attention layers. The cross-attention layers take the adversarial token as the query and the feature tokens from the generator as the key-value pairs. Through adversarial learning, the adversarial token in the discriminator attends to the domain-specific feature tokens, while the generator produces domain-invariant features, especially on the attended tokens, hence realizing adversarial feature alignment on transformers. Thorough experiments over several domain adaptive object detection benchmarks demonstrate that our approach performs favorably against the state-of-the-art methods. Source code is available at https://github.com/weii41392/AQT.
Cite
Text
Huang et al. "AQT: Adversarial Query Transformers for Domain Adaptive Object Detection." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/136Markdown
[Huang et al. "AQT: Adversarial Query Transformers for Domain Adaptive Object Detection." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/huang2022ijcai-aqt/) doi:10.24963/IJCAI.2022/136BibTeX
@inproceedings{huang2022ijcai-aqt,
title = {{AQT: Adversarial Query Transformers for Domain Adaptive Object Detection}},
author = {Huang, Wei-Jie and Lu, Yu-Lin and Lin, Shih-Yao and Xie, Yusheng and Lin, Yen-Yu},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2022},
pages = {972-979},
doi = {10.24963/IJCAI.2022/136},
url = {https://mlanthology.org/ijcai/2022/huang2022ijcai-aqt/}
}