Сравнение на методи
Прегледайте избраните методи един до друг; редовете с разлики са откроени.
| Детекция на обекти с малко примери (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Набор от данни ↗ |
|
|