paper-with-me

홈 › Papers

Dynamic Model Tree for Interpretable Data Stream Learning

2022-03-30 · Johannes Haug, Klaus Broelemann, Gjergji Kasneci

Data streams are ubiquitous in modern business and society. In practice, data streams may evolve over time and cannot be stored indefinitely. Effective and transparent machine learning on data streams is thus often challenging. Hoeffding Trees have emerged as a state-of-the art for online predictive modelling. They are easy to train and provide meaningful convergence guarantees under a stationary process. Yet, at the same time, Hoeffding Trees often require heuristic and costly extensions to adjust to distributional change, which may considerably impair their interpretability. In this work, we revisit Model Trees for machine learning in evolving data streams. Model Trees are able to maintain more flexible and locally robust representations of the active data concept, making them a natural fit for data stream applications. Our novel framework, called Dynamic Model Tree, satisfies desirable consistency and minimality properties. In experiments with synthetic and real-world tabular streaming data sets, we show that the proposed framework can drastically reduce the number of splits required by existing incremental decision trees. At the same time, our framework often outperforms state-of-the-art models in terms of predictive quality -- especially when concept drift is involved. Dynamic Model Trees are thus a powerful online learning framework that contributes to more lightweight and interpretable machine learning in data streams.

📄 PDF Abstract BibTeX arXiv:2203.16181

Code (1)

haugjo/dynamic-model-tree 공식 구현

Tasks

BIG-bench Machine LearningInterpretable Machine Learning

Similar Papers 제목 키워드 기반

Unifying Parsing and Tree-Structured Models for Generating Sentence Semantic Representations

2022-07-01 · NAACL (ACL) 2022 7 · Antoine Simoulin, Benoit Crabbé

We introduce a novel tree-based model that learns its composition function together with its structure. The architecture produces sentence embeddings by composing words according to an induced syntactic tree. The parsing…

SentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings

ShapShift: Explaining Model Prediction Shifts with Subgroup Conditional Shapley Values

2026-04-13 · Tom Bewley, Salim I. Amoukou, Emanuele Albini, Saumitra Mishra 외 arxiv

Changes in input distribution can induce shifts in the average predictions of machine learning models. Such prediction shifts may impact downstream business outcomes (e.g. a bank's loan approval rate), so understanding t…

Born-Again Tree Ensembles

2020-03-24 · ICML 2020 1 · Thibaut Vidal, Toni Pacheco, Maximilian Schiffer

The use of machine learning algorithms in finance, medicine, and criminal justice can deeply impact human lives. As a consequence, research into interpretable machine learning has rapidly grown in an attempt to better co…

BIG-bench Machine LearningInterpretable Machine Learning

Inside Out: Evolving User-Centric Core Memory Trees for Long-Term Personalized Dialogue Systems

2026-01-08 · Jihao Zhao, Ding Chen, Zhaoxin Fan, Kerun Xu 외 arxiv

Existing long-term personalized dialogue systems struggle to reconcile unbounded interaction streams with finite context constraints, often succumbing to memory noise accumulation, reasoning degradation, and persona inco…

Reinforcement LearningResponse Generation

Interpretable DNA Sequence Classification via Dynamic Feature Generation in Decision Trees

2026-04-13 · Nicolas Huynh, Krzysztof Kacprzyk, Ryan Sheridan, David Bentley 외 arxiv

The analysis of DNA sequences has become critical in numerous fields, from evolutionary biology to understanding gene regulation and disease mechanisms. While deep neural networks can achieve remarkable predictive perfor…