เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| Self-supervised Transformer× | โครงข่ายประสาทเทียมคอนโวลูชันแบบเรียนรู้ด้วยตนเอง× | |
|---|---|---|
| สาขาวิชา | การเรียนรู้เชิงลึก | การเรียนรู้เชิงลึก |
| ตระกูล | Machine learning | Machine learning |
| ปีกำเนิด≠ | 2017–2019 | 2018–2020 |
| ผู้ริเริ่ม≠ | Vaswani et al. (architecture); Devlin et al. (BERT self-supervised paradigm) | LeCun, Y. (CNN backbone); Chen et al. and He et al. (self-supervised visual frameworks) |
| ประเภท≠ | Self-supervised deep learning model | Self-supervised deep learning |
| แหล่งต้นตำรับ≠ | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (2019). BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. Proceedings of NAACL-HLT 2019, 4171–4186. DOI ↗ | Chen, T., Kornblith, S., Norouzi, M., & Hinton, G. (2020). A Simple Framework for Contrastive Learning of Visual Representations. In Proceedings of the 37th International Conference on Machine Learning (ICML 2020), PMLR 119, 1597–1607. link ↗ |
| ชื่อเรียกอื่น | SSL Transformer, self-supervised pretraining, masked self-attention pretraining, contrastive transformer | Self-supervised CNN, SSL-CNN, contrastive CNN, pretext-task CNN |
| ที่เกี่ยวข้อง | 5 | 5 |
| สรุป≠ | A self-supervised Transformer is a Transformer network pretrained using automatically constructed supervision signals — such as masked token prediction or next-sentence prediction — rather than human-annotated labels. The resulting representations are then fine-tuned or probed on downstream tasks. BERT, GPT, and ViT (Vision Transformer in masked-image modeling mode) are the most widely known instantiations of this paradigm. | A self-supervised convolutional neural network (CNN) learns powerful visual representations from unlabeled images by solving pretext tasks — such as contrastive instance discrimination or masked-patch prediction — and then fine-tunes on a small labeled set. This approach dramatically reduces dependence on large annotated datasets while preserving the spatial feature-extraction strengths of convolutional architectures. |
| ScholarGateชุดข้อมูล ↗ |
|
|