Сравнение методов
Просматривайте выбранные методы рядом; строки с различиями подсвечены.
| Few-Shot Object Detection× | Vision Transformer× | |
|---|---|---|
| Область | Глубокое обучение | Глубокое обучение |
| Семейство | Machine learning | Machine learning |
| Год появления≠ | 2020 | 2021 |
| Автор метода≠ | Xin Wang | Dosovitskiy, A. et al. |
| Тип≠ | Neural network architecture | Transformer architecture for images (self-attention over patches) |
| Основополагающий источник≠ | Wang, X., Huang, T. E., Darrell, T., Gonzalez, J. E., & Yu, F. (2020). Few-shot object detection with attention-RPN and multi-relation detector. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (pp. 9050-9059). link ↗ | Dosovitskiy, A. et al. (2021). An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale. ICLR. link ↗ |
| Другие названия≠ | FSOD, Few-shot detection | Görsel Transformer (ViT), görsel transformer, ViT, patch transformer for images |
| Связанные≠ | 3 | 5 |
| Сводка≠ | Few-Shot Object Detection (FSOD) is a meta-learning approach that enables detecting novel object classes from only a few annotated examples. Unlike standard object detection requiring hundreds of labeled instances per class, FSOD learns to quickly adapt detection models to new object categories by leveraging knowledge from base categories. | The Vision Transformer (ViT), introduced by Dosovitskiy and colleagues in 2021, splits an image into fixed-size patches, treats those patches as a sequence, and applies the Transformer self-attention mechanism to image classification. Given enough training data, it surpasses convolutional neural networks (CNNs). |
| ScholarGateНабор данных ↗ |
|
|