Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

IncA-DES: An incremental and adaptive dynamic ensemble selection approach using online K-d tree neighborhood search for data streams with concept drift

About

Data streams pose challenges not usually encountered in batch-based ML. One of them is concept drift, which is characterized by the change in data distribution over time. Among many approaches explored in literature, the fusion of classifiers has been showing good results and is getting growing attention. DS methods, due to the ensemble being instance-based, seem to be an efficient choice under drifting scenarios. However, some attention must be paid to adapting such methods for concept drift. The training must be done in order to create local experts, and the commonly used neighborhood-search DS may become prohibitive with the continuous arrival of data. In this work, we propose IncA-DES, which employs a training strategy that promotes the generation of local experts with the assumption that different regions of the feature space become available with time. Additionally, the fusion of a concept drift detector supports the maintenance of information and adaptation to a new concept. An overlap-based classification filter is also employed in order to avoid using the DS method when there is a consensus in the neighborhood, a strategy that we argue every DS method should employ, as it was shown to make them more applicable and quicker. Moreover, aiming to reduce the processing time of the kNN, we propose an Online K-d tree algorithm, which can quickly remove instances without becoming inconsistent and deals with unbalancing concerns that may occur in data streams. Experimental results showed that the proposed framework got the best average accuracy compared to seven state-of-the-art methods considering different levels of label availability and presented the smaller processing time between the most accurate methods. Additionally, the fusion with the Online K-d tree has improved processing time with a negligible loss in accuracy. We have made our framework available in an online repository.

Eduardo V. L. Barboza, Paulo R. Lisboa de Almeida, Alceu de Souza Britto Jr., Robert Sabourin, Rafael M. O. Cruz• 2025

Related benchmarks

TaskDatasetResultRank
Data Stream ClassificationCaDrift Dataset 3
Accuracy87.33
7
Data Stream ClassificationSine
Accuracy96.32
7
Data Stream ClassificationCaDrift Dataset 1
Accuracy86.69
7
Data Stream ClassificationCaDrift Dataset 4
Accuracy67.49
7
Data Stream ClassificationCaDrift Dataset 2
Accuracy70.73
7
Data Stream ClassificationSea
Accuracy96.55
7
Data Stream ClassificationRandomRBF
Accuracy62.44
7
Data Stream ClassificationCaDrift Dataset 5
Accuracy91.61
7
Data Stream ClassificationCaDrift Dataset 6
Accuracy73.8
7
Data Stream ClassificationCaDrift Dataset 7
Accuracy32.49
7
Showing 10 of 11 rows

Other info

Follow for update