paper-with-me

Papers

Detecting Twenty-thousand Classes using Image-level Supervision

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

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 to collect. We propose Detic, which simply trains the classifiers of a detector on image classification data and thus expands the vocabulary of detectors to tens of thousands of concepts. Unlike prior work, Detic does not need complex assignment schemes to assign image labels to boxes based on model predictions, making it much easier to implement and compatible with a range of detection architectures and backbones. Our results show that Detic yields excellent detectors even for classes without box annotations. It outperforms prior work on both open-vocabulary and long-tail detection benchmarks. Detic provides a gain of 2.4 mAP for all classes and 8.3 mAP for novel classes on the open-vocabulary LVIS benchmark. On the standard LVIS benchmark, Detic obtains 41.7 mAP when evaluated on all classes, or only rare classes, hence closing the gap in performance for object categories with few samples. For the first time, we train a detector with all the twenty-one-thousand classes of the ImageNet dataset and show that it generalizes to new datasets without finetuning. Code is available at \url{https://github.com/facebookresearch/Detic}.

📄 PDF Abstract BibTeX arXiv:2201.02605

Code (1)

facebookresearch/Detic 공식 구현 pytorch

Tasks

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

Similar Papers 제목 키워드 기반

Prompt Pre-Training with Twenty-Thousand Classes for Open-Vocabulary Visual Recognition

2023-04-10 · NeurIPS 2023 11 · Shuhuai Ren, Aston Zhang, Yi Zhu, Shuai Zhang 외

This work proposes POMP, a prompt pre-training method for vision-language models. Being memory and computation efficient, POMP enables the learned prompt to condense semantic information for a rich set of visual concepts…

image-classificationImage Classificationobject-detectionObject Detection+2

Object Level Visual Reasoning in Videos

2018-06-16 · ECCV 2018 9 · Fabien Baradel, Natalia Neverova, Christian Wolf, Julien Mille 외

Human activity recognition is typically addressed by detecting key concepts like global and local motion, features related to object classes present in the scene, as well as features related to the global context. The ne…

Activity RecognitionHuman Activity RecognitionObjectobject-detection+2

Open-Vocabulary SAM: Segment and Recognize Twenty-thousand Classes Interactively

2024-01-05 · Haobo Yuan, Xiangtai Li, Chong Zhou, Yining Li 외

The CLIP and Segment Anything Model (SAM) are remarkable vision foundation models (VFMs). SAM excels in segmentation tasks across diverse domains, whereas CLIP is renowned for its zero-shot recognition capabilities. This…

image-classificationImage ClassificationInteractive SegmentationSegmentation+2

Out-of-Distribution Detection for Skin Lesion Images with Deep Isolation Forest

2020-03-20 · Xuan Li, Yuchen Lu, Christian Desrosiers, Xue Liu

In this paper, we study the problem of out-of-distribution detection in skin disease images. Publicly available medical datasets normally have a limited number of lesion classes (e.g. HAM10000 has 8 lesion classes). Howe…

Out-of-Distribution Detection

Scaling Out-of-Distribution Detection for Real-World Settings

2019-11-25 · Dan Hendrycks, Steven Basart, Mantas Mazeika, Andy Zou 외

Detecting out-of-distribution examples is important for safety-critical machine learning applications such as detecting novel biological phenomena and self-driving cars. However, existing research mainly focuses on simpl…

Anomaly SegmentationOut-of-Distribution DetectionSegmentationSelf-Driving Cars+1