paper-with-me

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 the performance of deep detectors. To address this challenge, we propose a novel low-shot transfer detector (LSTD) in this paper, where we leverage rich source-domain knowledge to construct an effective target-domain detector with very few training examples. The main contributions are described as follows. First, we design a flexible deep architecture of LSTD to alleviate transfer difficulties in low-shot detection. This architecture can integrate the advantages of both SSD and Faster RCNN in a unified deep framework. Second, we introduce a novel regularized transfer learning framework for low-shot detection, where the transfer knowledge (TK) and background depression (BD) regularizations are proposed to leverage object knowledge respectively from source and target domains, in order to further enhance fine-tuning with a few target images. Finally, we examine our LSTD on a number of challenging low-shot detection experiments, where LSTD outperforms other state-of-the-art approaches. The results demonstrate that LSTD is a preferable deep detector for low-shot scenarios.

📄 PDF Abstract BibTeX arXiv:1803.01529

Code (1)

Cassie94/LSTD

Tasks

Few-Shot Object DetectionObjectobject-detectionObject DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

Progressive Object Transfer Detection

2020-02-12 · Hao Chen, Yali Wang, Guoyou Wang, Xiang Bai 외

Recent development of object detection mainly depends on deep learning with large-scale benchmarks. However, collecting such fully-annotated data is often difficult or expensive for real-world applications, which restric…

Objectobject-detectionObject Detection

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

NETNet: Neighbor Erasing and Transferring Network for Better Single Shot Object Detection

2020-01-18 · CVPR 2020 6 · Yazhao Li, Yanwei Pang, Jianbing Shen, Jiale Cao 외

Due to the advantages of real-time detection and improved performance, single-shot detectors have gained great attention recently. To solve the complex scale variations, single-shot detectors make scale-aware predictions…

Objectobject-detectionObject Detection

Zero-shot Object Detection Through Vision-Language Embedding Alignment

2021-09-24 · Johnathan Xie, Shuai Zheng

Recent approaches have shown that training deep neural networks directly on large-scale image-text pair collections enables zero-shot transfer on various recognition tasks. One central issue is how this can be generalize…

Objectobject-detectionObject DetectionZero-Shot Object Detection

Generalized Few-Shot Object Detection without Forgetting

2021-05-20 · CVPR 2021 1 · Zhibo Fan, Yuchen Ma, Zeming Li, Jian Sun

Recently few-shot object detection is widely adopted to deal with data-limited situations. While most previous works merely focus on the performance on few-shot categories, we claim that detecting all classes is crucial …

Few-Shot Object DetectionObjectobject-detectionObject Detection+1