手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 視覚的対照学習× | XGBoost× | |
|---|---|---|
| 分野≠ | 深層学習 | 機械学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2020 | 2016 |
| 提唱者≠ | Chen, T. et al. (SimCLR); He, K. et al. (MoCo) | Chen, T. & Guestrin, C. |
| 種類≠ | Self-supervised deep representation learning | Ensemble (gradient-boosted decision trees) |
| 原典≠ | Chen, T., Kornblith, S., Norouzi, M. & Hinton, G. (2020). A Simple Framework for Contrastive Learning of Visual Representations. ICML. link ↗ | Chen, T. & Guestrin, C. (2016). XGBoost: A Scalable Tree Boosting System. Proceedings of the 22nd ACM SIGKDD, 785–794. DOI ↗ |
| 別名≠ | Karşıtlık Öğrenmesi — Görsel (SimCLR / MoCo / BYOL), contrastive learning, self-supervised visual representation learning, SimCLR | XGBoost, extreme gradient boosting, scalable tree boosting |
| 関連 | 5 | 5 |
| 概要≠ | Visual contrastive learning is a self-supervised deep-learning approach — popularised by frameworks such as SimCLR (Chen et al., 2020) and MoCo (He et al., 2020) — that learns rich image representations without labels by pulling different augmentations of the same image together and pushing different images apart. It turns a large pool of unlabelled images into a useful feature extractor. | XGBoost (Extreme Gradient Boosting) is a scalable tree-boosting algorithm introduced by Tianqi Chen and Carlos Guestrin in 2016. It builds a strong predictor by adding decision trees one at a time, each correcting the errors left by the trees before it, and is a powerful prediction method widely used in competitions. |
| ScholarGateデータセット ↗ |
|
|