Query Adaptive Few-Shot Object Detection with Heterogeneous Graph Convolutional Networks

Abstract

Few-shot object detection (FSOD) aims to detect never-seen objects using few examples. This field sees recent improvement owing to the meta-learning techniques by learning how to match between the query image and few-shot class examples, such that the learned model can generalize to few-shot novel classes. However, currently, most of the meta-learning-based methods perform parwise matching between query image regions (usually proposals) and novel classes separately, therefore failing to take into account multiple relationships among them. In this paper, we propose a novel FSOD model using heterogeneous graph convolutional networks. Through efficient message passing among all the proposal and class nodes with three different types of edges, we could obtain context-aware proposal features and query-adaptive, multiclass-enhanced prototype representations for each class, which could help promote the pairwise matching and improve final FSOD accuracy. Extensive experimental results show that our proposed model, denoted as QA-FewDet, outperforms the current state-of-the-art approaches on the PASCAL VOC and MSCOCO FSOD benchmarks under different shots and evaluation metrics.

Cite

Text

Han et al. "Query Adaptive Few-Shot Object Detection with Heterogeneous Graph Convolutional Networks." International Conference on Computer Vision, 2021. doi:10.1109/ICCV48922.2021.00325

Markdown

[Han et al. "Query Adaptive Few-Shot Object Detection with Heterogeneous Graph Convolutional Networks." International Conference on Computer Vision, 2021.](https://mlanthology.org/iccv/2021/han2021iccv-query/) doi:10.1109/ICCV48922.2021.00325

BibTeX

@inproceedings{han2021iccv-query,
  title     = {{Query Adaptive Few-Shot Object Detection with Heterogeneous Graph Convolutional Networks}},
  author    = {Han, Guangxing and He, Yicheng and Huang, Shiyuan and Ma, Jiawei and Chang, Shih-Fu},
  booktitle = {International Conference on Computer Vision},
  year      = {2021},
  pages     = {3263-3272},
  doi       = {10.1109/ICCV48922.2021.00325},
  url       = {https://mlanthology.org/iccv/2021/han2021iccv-query/}
}