방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 멀티모달 BERT 기반 분류× | Vision Transformer× | |
|---|---|---|
| 분야 | 딥러닝 | 딥러닝 |
| 계열 | Machine learning | Machine learning |
| 기원 연도≠ | 2019 | 2021 |
| 창시자≠ | Kiela, D. et al.; Lu, J. et al. | Dosovitskiy, A. et al. |
| 유형≠ | Multimodal transformer classifier | Transformer architecture for images (self-attention over patches) |
| 원전≠ | Kiela, D., Bhooshan, S., Firooz, H., Perez, E., & Testuggine, D. (2019). Supervised multimodal bitransformers for classifying images and text. arXiv preprint arXiv:1909.02950. link ↗ | Dosovitskiy, A. et al. (2021). An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale. ICLR. link ↗ |
| 별칭 | MMBT, multimodal transformer classification, BERT multimodal fusion, vision-language BERT classifier | Görsel Transformer (ViT), görsel transformer, ViT, patch transformer for images |
| 관련≠ | 2 | 5 |
| 요약≠ | Multimodal BERT-based classification extends the BERT transformer architecture to jointly encode and classify data from multiple modalities — most commonly text paired with images — by fusing their representations before a final classification head. Introduced prominently around 2019 through models such as MMBT and ViLBERT, it has become a standard approach for tasks where neither text nor image alone carries sufficient information for accurate labeling. | 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데이터셋 ↗ |
|
|