手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 弱教師ありTransformer× | 自己教師ありTransformer× | |
|---|---|---|
| 分野 | 深層学習 | 深層学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年 | 2017–2019 | 2017–2019 |
| 提唱者≠ | Multiple contributors (weak supervision paradigm: Zhou 2018; transformer backbone: Vaswani et al. 2017) | Vaswani et al. (architecture); Devlin et al. (BERT self-supervised paradigm) |
| 種類≠ | Weakly supervised deep learning | Self-supervised deep learning model |
| 原典≠ | Ratner, A., Bach, S. H., Ehrenberg, H., Fries, J., Wu, S., & Re, C. (2017). Snorkel: Rapid training data creation with weak supervision. Proceedings of the VLDB Endowment, 11(3), 269–282. DOI ↗ | 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 ↗ |
| 別名 | WST, weakly supervised attention model, noisy-label transformer, weak supervision with transformers | SSL Transformer, self-supervised pretraining, masked self-attention pretraining, contrastive transformer |
| 関連 | 5 | 5 |
| 概要≠ | Weakly Supervised Transformer combines the representational power of Transformer architectures with weak supervision strategies that exploit noisy, incomplete, or programmatically generated labels — making it possible to train high-quality NLP and vision models when fully annotated datasets are scarce or prohibitively expensive to produce. | 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. |
| ScholarGateデータセット ↗ |
|
|