paper-with-me

Papers

Detecting 11K Classes: Large Scale Object Detection without Fine-Grained Bounding Boxes

2019-08-14 · ICCV 2019 10 · Hao Yang, Hao Wu, Hao Chen

Recent advances in deep learning greatly boost the performance of object detection. State-of-the-art methods such as Faster-RCNN, FPN and R-FCN have achieved high accuracy in challenging benchmark datasets. However, these methods require fully annotated object bounding boxes for training, which are incredibly hard to scale up due to the high annotation cost. Weakly-supervised methods, on the other hand, only require image-level labels for training, but the performance is far below their fully-supervised counterparts. In this paper, we propose a semi-supervised large scale fine-grained detection method, which only needs bounding box annotations of a smaller number of coarse-grained classes and image-level labels of large scale fine-grained classes, and can detect all classes at nearly fully-supervised accuracy. We achieve this by utilizing the correlations between coarse-grained and fine-grained classes with shared backbone, soft-attention based proposal re-ranking, and a dual-level memory module. Experiment results show that our methods can achieve close accuracy on object detection to state-of-the-art fully-supervised methods on two large scale datasets, ImageNet and OpenImages, with only a small fraction of fully annotated classes.

📄 PDF Abstract BibTeX arXiv:1908.05217

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionRe-Ranking

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음
Position-Sensitive RoI Pooling 설명 없음
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…
R-FCN Region-based Fully Convolutional Networks, or R-FCNs, are a type of region-based object detector. In contrast to previous region-based object detectors such as…

Similar Papers 제목 키워드 기반

Detecting the unknown in Object Detection

2022-08-24 · Dario Fontanel, Matteo Tarantino, Fabio Cermelli, Barbara Caputo

Object detection methods have witnessed impressive improvements in the last years thanks to the design of novel neural network architectures and the availability of large scale datasets. However, current methods have a s…

Objectobject-detectionObject Detection

Efficient Maximum Appearance Search for Large-Scale Object Detection

2013-06-01 · CVPR 2013 6 · Qiang Chen, Zheng Song, Rogerio Feris, Ankur Datta 외

In recent years, efficiency of large-scale object detection has arisen as an important topic due to the exponential growth in the size of benchmark object detection datasets. Most current object detection methods focus o…

CPUObjectobject-detectionObject Detection

Incremental-DETR: Incremental Few-Shot Object Detection via Self-Supervised Learning

2022-05-09 · Na Dong, Yongqiang Zhang, Mingli Ding, Gim Hee Lee

Incremental few-shot object detection aims at detecting novel classes without forgetting knowledge of the base classes with only a few labeled training data from the novel classes. Most related prior works are on increme…

Few-Shot Object DetectionKnowledge DistillationObjectobject-detection+2

Hierarchical Novelty Detection for Visual Object Recognition

2018-04-02 · CVPR 2018 6 · Kibok Lee, Kimin Lee, Kyle Min, Yuting Zhang 외

Deep neural networks have achieved impressive success in large-scale visual object recognition tasks with a predefined set of classes. However, recognizing objects of novel classes unseen during training still remains ch…

Generalized Zero-Shot LearningNovelty DetectionObjectObject Recognition+1

Detecting Twenty-thousand Classes using Image-level Supervision

2022-01-07 · Xingyi Zhou, Rohit Girdhar, Armand Joulin, Philipp Krähenbühl 외

Current object detectors are limited in vocabulary size due to the small scale of detection datasets. Image classifiers, on the other hand, reason about much larger vocabularies, as their datasets are larger and easier t…

Cross-Domain Few-Shot Object Detectionimage-classificationImage ClassificationOpen Vocabulary Object Detection