paper-with-me

Papers

Adaptive Deep Forest for Online Learning from Drifting Data Streams

2020-10-14 · Łukasz Korycki, Bartosz Krawczyk

Learning from data streams is among the most vital fields of contemporary data mining. The online analysis of information coming from those potentially unbounded data sources allows for designing reactive up-to-date models capable of adjusting themselves to continuous flows of data. While a plethora of shallow methods have been proposed for simpler low-dimensional streaming problems, almost none of them addressed the issue of learning from complex contextual data, such as images or texts. The former is represented mainly by adaptive decision trees that have been proven to be very efficient in streaming scenarios. The latter has been predominantly addressed by offline deep learning. In this work, we attempt to bridge the gap between these two worlds and propose Adaptive Deep Forest (ADF) - a natural combination of the successful tree-based streaming classifiers with deep forest, which represents an interesting alternative idea for learning from contextual data. The conducted experiments show that the deep forest approach can be effectively transformed into an online algorithm, forming a model that outperforms all state-of-the-art shallow adaptive classifiers, especially for high-dimensional complex streams.

📄 PDF Abstract BibTeX arXiv:2010.07340

Code (1)

adf-rep/adf-20 공식 구현

Similar Papers 제목 키워드 기반

Online Boosting Adaptive Learning under Concept Drift for Multistream Classification

2023-12-17 · En Yu, Jie Lu, Bin Zhang, Guangquan Zhang

Multistream classification poses significant challenges due to the necessity for rapid adaptation in dynamic streaming processes with concept drift. Despite the growing research outcomes in this area, there has been a no…

Combining self-labeling and demand based active learning for non-stationary data streams

2023-02-08 · Valerie Vaquet, Fabian Hinder, Johannes Brinkrolf, Barbara Hammer

Learning from non-stationary data streams is a research direction that gains increasing interest as more data in form of streams becomes available, for example from social media, smartphones, or industrial process monito…

Active Learningvalid

AiGAS-dEVL: An Adaptive Incremental Neural Gas Model for Drifting Data Streams under Extreme Verification Latency

2024-07-07 · Maria Arostegi, Miren Nekane Bilbao, Jesus L. Lobo, Javier Del Ser

The ever-growing speed at which data are generated nowadays, together with the substantial cost of labeling processes cause Machine Learning models to face scenarios in which data are partially labeled. The extreme case …

Improving Online Bagging for Complex Imbalanced Data Stream

2024-10-04 · Bartosz Przybyl, Jerzy Stefanowski

Learning classifiers from imbalanced and concept drifting data streams is still a challenge. Most of the current proposals focus on taking into account changes in the global imbalance ratio only and ignore the local diff…

LUNAR: Cellular Automata for Drifting Data Streams

2020-02-06 · Jesus L. Lobo, Javier Del Ser, Francisco Herrera

With the advent of huges volumes of data produced in the form of fast streams, real-time machine learning has become a challenge of relevance emerging in a plethora of real-world applications. Processing such fast stream…