방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 소수샷 객체 탐지× | 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데이터셋 ↗ |
|
|