Litcius/Paper detail

Gradient boosted trees for evolving data streams

Nuwan Gunasekara, Bernhard Pfahringer, Heitor Murilo Gomes, Albert Bifet

2024Machine Learning28 citationsDOIOpen Access PDF

Abstract

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.

Topics & Concepts

STREAMSComputer scienceData stream miningArtificial intelligenceMachine learningData miningComputer networkData Stream Mining TechniquesTime Series Analysis and ForecastingAnomaly Detection Techniques and Applications
Gradient boosted trees for evolving data streams | Litcius