Comparar métodos
Revisa los métodos seleccionados uno junto a otro; las filas que difieren aparecen resaltadas.
| Impulso auto-supervisado× | Potenciación× | |
|---|---|---|
| Campo | Aprendizaje automático | Aprendizaje automático |
| Familia | Machine learning | Machine learning |
| Año de origen≠ | 2010s–2020s | 1990–1997 |
| Autor original≠ | Various researchers (2010s–2020s) | Schapire, R. E.; Freund, Y. |
| Tipo≠ | Ensemble (self-supervised + boosting) | Sequential ensemble (iterative reweighting) |
| Fuente seminal≠ | Yarowsky, D. (1995). Unsupervised word sense disambiguation rivaling supervised methods. In Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics (pp. 189–196). ACL. link ↗ | Freund, Y. & Schapire, R. E. (1997). A decision-theoretic generalization of on-line learning and an application to boosting. Journal of Computer and System Sciences, 55(1), 119–139. DOI ↗ |
| Alias | SSL boosting, self-supervised ensemble boosting, pretext-task boosting, SSL-Boost | AdaBoost, gradient boosting, iterative reweighting ensemble, sequential ensemble |
| Relacionados | 6 | 6 |
| Resumen≠ | Self-supervised boosting integrates self-supervised pretext tasks into the boosting framework — covering AdaBoost, gradient boosting, and their modern variants — to leverage large pools of unlabeled data. By first learning feature representations from unlabeled samples and then running sequential weak-learner ensembles on pseudo-labeled data, it achieves competitive accuracy even when ground-truth labels are scarce. | Boosting is a sequential ensemble technique that converts many simple, barely-better-than-chance learners into a single highly accurate model by repeatedly focusing training on the examples that previous learners got wrong, then combining all learners with weights proportional to their individual accuracy. |
| ScholarGateConjunto de datos ↗ |
|
|