方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 鲁棒决策树× | 鲁棒随机森林× | |
|---|---|---|
| 领域 | 机器学习 | 机器学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 2000s–2019 | 2000s–2010s |
| 提出者≠ | Various (Chen & Nan 2019; robust statistics community) | Various (extensions of Breiman 2001 Random Forest) |
| 类型≠ | Supervised classification / regression tree | Robust Ensemble (noise-tolerant bagging of decision trees) |
| 开创性文献≠ | Chen, H., & Nan, F. (2019). Robust Decision Trees Against Adversarial Examples. Proceedings of the 36th International Conference on Machine Learning (ICML), PMLR 97, 1006–1015. link ↗ | Chen, S., & Guestrin, C. (2019). Robust Random Forest. In Proceedings of the 36th International Conference on Machine Learning (ICML). Also see: Gao, W., & Zhou, Z.-H. (2013). On the Doubt about Margin Explanation of Boosting. Artificial Intelligence, 203, 1–18. link ↗ |
| 别名 | robust tree, noise-tolerant decision tree, outlier-resistant decision tree, robust CART | RRF, noise-robust random forest, outlier-resistant random forest, robust ensemble forest |
| 相关 | 6 | 6 |
| 摘要≠ | A Robust Decision Tree is a decision tree variant trained with modified splitting criteria or training procedures designed to reduce sensitivity to outliers, label noise, and adversarial perturbations. Rather than minimizing standard impurity measures that are strongly affected by extreme values, robust variants use statistically robust analogues or regularization to produce splits that generalize under noisy or corrupted data conditions. | Robust Random Forest extends the standard Random Forest ensemble by incorporating mechanisms that reduce the influence of outliers, label noise, and corrupted observations. Rather than treating all training instances equally, it applies weighting or filtering strategies so that noisy or anomalous samples contribute less to individual tree splits, yielding predictions that remain reliable even when data quality is imperfect. |
| ScholarGate数据集 ↗ |
|
|