CVPR 2022poster32 citations

Semantic-Aligned Fusion Transformer for One-Shot Object Detection

Yizhou Zhao, Xun Guo, Yan Lu

Abstract

One-shot object detection aims at detecting novel objects according to merely one given instance. With extreme data scarcity, current approaches explore various feature fusions to obtain directly transferable meta-knowledge. Yet, their performances are often unsatisfactory. In this paper, we attribute this to inappropriate correlation methods that misalign query-support semantics by overlooking spatial structures and scale variances. Upon analysis, we leverage the attention mechanism and propose a simple but effective architecture named Semantic-aligned Fusion Transformer (SaFT) to resolve these issues. Specifically, we equip SaFT with a vertical fusion module (VFM) for cross-scale semantic enhancement and a horizontal fusion module (HFM) for cross-sample feature fusion. Together, they broaden the vision for each feature point from the support to a whole augmented feature pyramid from the query, facilitating semantic-aligned associations. Extensive experiments on multiple benchmarks demonstrate the superiority of our framework. Without fine-tuning on novel classes, it brings significant performance gains to one-stage baselines, lifting state-of-the-art results to a higher level.

BibTeX
@inproceedings{cvpr2022_semanticalignedf,
  title = {Semantic-Aligned Fusion Transformer for One-Shot Object Detection},
  author = {Yizhou Zhao and Xun Guo and Yan Lu},
  booktitle = {CVPR 2022},
  year = {2022}
}