Machine learningMachine learning
自监督随机森林
自监督随机森林(SSL-RF)将经典的随机森林扩展到标记样本稀缺的场景。森林首先使用从自监督前置任务派生的自动生成伪标签进行训练——例如,预测数据转换或掩码特征——然后根据可用的真实标签进行精炼,将自监督学习的标签效率与集成树的鲁棒性相结合。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Lefortier, D., Chitta, K., & Agrawal, P. (2022). Self-supervised random forests. arXiv:2204.01430. link ↗
- Criminisi, A., Shotton, J., & Konukoglu, E. (2012). Decision forests: A unified framework for classification, regression, density estimation, manifold learning and semi-supervised learning. Foundations and Trends in Computer Graphics and Vision, 7(2–3), 81–227. DOI: 10.1561/0600000035 ↗
如何引用本页
ScholarGate. (2026, June 3). Self-supervised Random Forest (SSL-RF). ScholarGate. https://scholargate.app/zh/machine-learning/self-supervised-random-forest
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 决策树机器学习↔ compare
- 标签传播机器学习↔ compare
- 随机森林机器学习↔ compare
- 自监督学习机器学习↔ compare
- 半监督学习机器学习↔ compare
- XGBoost机器学习↔ compare