เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| โลจิสติกส์ถดถอยแบบกึ่งกำกับดูแล× | การถดถอยโลจิสติกแบบกำกับตนเอง× | |
|---|---|---|
| สาขาวิชา | การเรียนรู้ของเครื่อง | การเรียนรู้ของเครื่อง |
| ตระกูล | Machine learning | Machine learning |
| ปีกำเนิด≠ | 1995–2000 | 2020s |
| ผู้ริเริ่ม≠ | Nigam, K.; McCallum, A. et al. (EM variant); Yarowsky, D. (self-training) | Chen et al. (SimCLR linear evaluation protocol, 2020); logistic probe practice widely adopted across SSL literature |
| ประเภท≠ | Semi-supervised classifier | Self-supervised pretraining + supervised linear classification |
| แหล่งต้นตำรับ≠ | Nigam, K., McCallum, A., Thrun, S., & Mitchell, T. (2000). Text classification from labeled and unlabeled documents using EM. Machine Learning, 39, 103–134. DOI ↗ | Chen, T., Kornblith, S., Norouzi, M., & Hinton, G. (2020). A Simple Framework for Contrastive Learning of Visual Representations. Proceedings of the 37th International Conference on Machine Learning (ICML), 1597–1607. link ↗ |
| ชื่อเรียกอื่น | SSL logistic regression, semi-supervised LR, EM logistic regression, self-training logistic classifier | SSL linear probe, contrastive pretraining with logistic classifier, self-supervised linear evaluation, SSL + logistic regression |
| ที่เกี่ยวข้อง | 5 | 5 |
| สรุป≠ | Semi-supervised logistic regression extends the standard logistic classifier by incorporating unlabeled data during training. Using self-training, expectation-maximization, or label-propagation wrappers, it iteratively assigns soft labels to unlabeled examples and refines model parameters, improving generalization when labeled data are scarce relative to the full dataset. | Self-supervised logistic regression is a two-stage pipeline in which a neural encoder is first trained on abundant unlabeled data through a self-supervised pretext task — such as contrastive learning or masked prediction — and then the frozen learned representations are classified with a standard logistic regression model trained on a small labeled dataset. This linear evaluation protocol is widely used to benchmark the quality of self-supervised representations. |
| ScholarGateชุดข้อมูล ↗ |
|
|