paper-with-me

홈 › Papers

Few-Shot Object Detection via Knowledge Transfer

2020-08-28 · Geonuk Kim, Hong-Gyu Jung, Seong-Whan Lee

Conventional methods for object detection usually require substantial amounts of training data and annotated bounding boxes. If there are only a few training data and annotations, the object detectors easily overfit and fail to generalize. It exposes the practical weakness of the object detectors. On the other hand, human can easily master new reasoning rules with only a few demonstrations using previously learned knowledge. In this paper, we introduce a few-shot object detection via knowledge transfer, which aims to detect objects from a few training examples. Central to our method is prototypical knowledge transfer with an attached meta-learner. The meta-learner takes support set images that include the few examples of the novel categories and base categories, and predicts prototypes that represent each category as a vector. Then, the prototypes reweight each RoI (Region-of-Interest) feature vector from a query image to remodels R-CNN predictor heads. To facilitate the remodeling process, we predict the prototypes under a graph structure, which propagates information of the correlated base categories to the novel categories with explicit guidance of prior knowledge that represents correlations among categories. Extensive experiments on the PASCAL VOC dataset verifies the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2008.12496

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Object DetectionObjectobject-detectionObject DetectionTransfer Learning

Similar Papers 제목 키워드 기반

LSTD: A Low-Shot Transfer Detector for Object Detection

2018-03-05 · Hao Chen, Yali Wang, Guoyou Wang, Yu Qiao

Recent advances in object detection are mainly driven by deep learning with large-scale detection benchmarks. However, the fully-annotated training set is often limited for a target detection task, which may deteriorate …

Few-Shot Object DetectionObjectobject-detectionObject Detection+1

GTNet: Generative Transfer Network for Zero-Shot Object Detection

2020-01-19 · Shizhen Zhao, Changxin Gao, Yuanjie Shao, Lerenhan Li 외

We propose a Generative Transfer Network (GTNet) for zero shot object detection (ZSD). GTNet consists of an Object Detection Module and a Knowledge Transfer Module. The Object Detection Module can learn large-scale seen …

Generative Adversarial NetworkObjectobject-detectionObject Detection+2

Weak-Shot Object Detection Through Mutual Knowledge Transfer

2023-01-01 · CVPR 2023 1 · Xuanyi Du, Weitao Wan, Chong Sun, Chen Li

Weak-shot Object Detection methods exploit a fully-annotated source dataset to facilitate the detection performance on the target dataset which only contains image-level labels for novel categories. To bridge the gap…

Multiple Instance LearningObjectobject-detectionObject Detection+1

Context-Transformer: Tackling Object Confusion for Few-Shot Detection

2020-03-16 · Ze Yang, Yali Wang, Xianyu Chen, Jianzhuang Liu 외

Few-shot object detection is a challenging but realistic scenario, where only a few annotated training images are available for training detectors. A popular approach to handle this problem is transfer learning, i.e., fi…

DiversityFew-Shot LearningFew-Shot Object DetectionObject+3

CLIP4HOI: Towards Adapting CLIP for Practical Zero-Shot HOI Detection

2023-09-21 · NeurIPS 2023 11

Zero-shot Human-Object Interaction (HOI) detection aims to identify both seen and unseen HOI categories. A strong zero-shot HOI detector is supposed to be not only capable of discriminating novel interactions but also ro…