paper-with-me

Papers

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

2021-12-17 · ICCV 2021 10 · Guangxing Han, Yicheng He, Shiyuan Huang, Jiawei Ma, Shih-Fu Chang

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 pairwise 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.

📄 PDF Abstract BibTeX arXiv:2112.09791

Code (1)

GuangxingHan/QA-FewDet 공식 구현 pytorch

Tasks

Few-Shot Object DetectionMeta-Learningobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Adaptive Image Transformer for One-Shot Object Detection

2021-06-19 · CVPR 2021 1 · Ding-Jie Chen, He-Yen Hsieh, Tyng-Luh Liu

One-shot object detection tackles a challenging task that aims at identifying within a target image all object instances of the same class, implied by a query image patch. The main difficulty lies in the situation th…

DecoderObjectobject-detectionObject Detection+2

One-Shot Object Detection with Co-Attention and Co-Excitation

2019-11-28 · NeurIPS 2019 12 · Ting-I Hsieh, Yi-Chen Lo, Hwann-Tzong Chen, Tyng-Luh Liu

This paper aims to tackle the challenging problem of one-shot object detection. Given a query image patch whose class label is not included in the training data, the goal of the task is to detect all instances of the sam…

object-detectionObject DetectionOne-Shot Object DetectionRegion Proposal

Dual-Awareness Attention for Few-Shot Object Detection

2021-02-24 · Tung-I Chen, Yueh-Cheng Liu, Hung-Ting Su, Yu-Cheng Chang 외

While recent progress has significantly boosted few-shot classification (FSC) performance, few-shot object detection (FSOD) remains challenging for modern learning systems. Existing FSOD systems follow FSC approaches, ig…

Few-Shot LearningFew-Shot Object DetectionObjectobject-detection+1

Breaking Immutable: Information-Coupled Prototype Elaboration for Few-Shot Object Detection

2022-11-27 · Xiaonan Lu, Wenhui Diao, Yongqiang Mao, Junxi Li 외

Few-shot object detection, expecting detectors to detect novel classes with a few instances, has made conspicuous progress. However, the prototypes extracted by existing meta-learning based methods still suffer from insu…

Few-Shot Object DetectionMeta-Learningobject-detectionObject Detection

Dense Relation Distillation with Context-aware Aggregation for Few-Shot Object Detection

2021-03-30 · CVPR 2021 1 · Hanzhe Hu, Shuai Bai, Aoxue Li, Jinshi Cui 외

Conventional deep learning based methods for object detection require a large amount of bounding box annotations for training, which is expensive to obtain such high quality annotated data. Few-shot object detection, whi…

Few-Shot Object DetectionMeta-LearningObjectobject-detection+2