Gradient boosted trees for evolving data streams

Nuwan Gunasekara,Bernhard Pfahringer,Heitor Gomes,Albert Bifet
DOI: https://doi.org/10.1007/s10994-024-06517-y
IF: 5.414
2024-03-25
Machine Learning
Abstract:Gradient Boosting is a widely-used machine learning technique that has proven highly effective in batch learning. However, its effectiveness in stream learning contexts lags behind bagging-based ensemble methods, which currently dominate the field. One reason for this discrepancy is the challenge of adapting the booster to new concept following a concept drift. Resetting the entire booster can lead to significant performance degradation as it struggles to learn the new concept. Resetting only some parts of the booster can be more effective, but identifying which parts to reset is difficult, given that each boosting step builds on the previous prediction. To overcome these difficulties, we propose Streaming Gradient Boosted Trees ( Sgbt ), which is trained using weighted squared loss elicited in XGBoost . Sgbt exploits trees with a replacement strategy to detect and recover from drifts, thus enabling the ensemble to adapt without sacrificing the predictive performance. Our empirical evaluation of Sgbt on a range of streaming datasets with challenging drift scenarios demonstrates that it outperforms current state-of-the-art methods for evolving data streams.
computer science, artificial intelligence
What problem does this paper attempt to address?