Skip to content
Snippets Groups Projects
Commit 376f016b authored by Arostegi Perez, María's avatar Arostegi Perez, María
Browse files

Edit README.md

parent 16fda79b
No related branches found
No related tags found
No related merge requests found
# AiGAS-dEVL-RC
## AiGAS-dEVL-RC: An Adaptive Growing Neural Gas Model for Recurrently Drifting Unsupervised Data Streams
![AiGAS-dEVL-RC](/assets/aigas-devl-rc.pdf)
## Python implementation and results corresponding to the work:
Python implementation and results corresponding to the work:
M. Arostegi, M. N. Bilbao, J. L. Lobo, J. Del Ser, "AiGAS-dEVL-RC: An Adaptive Growing Neural Gas Model for Recurrently Drifting Unsupervised Data Streams", under review, 2025.
### M. Arostegi, M. N. Bilbao, J. L. Lobo, J. Del Ser, "AiGAS-dEVL-RC: An Adaptive Growing Neural Gas Model for Recurrently Drifting Unsupervised Data Streams", under review, 2025.
Concept drift and extreme verification latency pose significant challenges in data stream learning, particularly when dealing with recurring concept changes in dynamic environments. This work introduces a novel method based on the Growing Neural Gas (GNG) algorithm, designed to effectively handle abrupt recurrent drifts while adapting to incrementally evolving data distributions (incremental drifts). Leveraging the self-organizing and topological adaptability of GNG, the proposed approach maintains a compact yet informative memory structure, allowing it to efficiently store and retrieve knowledge of past or recurring concepts, even under conditions of delayed or sparse stream supervision. Our experiments highlight the superiority of our approach over existing data stream learning methods designed to cope with incremental non-stationarities and verification latency, demonstrating its ability to quickly adapt to new drifts, robustly manage recurring patterns, and maintain high predictive accuracy with a minimal memory footprint. Unlike other techniques that fail to leverage recurring knowledge, our proposed approach is proven to be a robust and efficient online learning solution for unsupervised drifting data flows.
......@@ -26,7 +29,7 @@ Sample at time Ts+2: Feature1, Feature2, ... FeatureN, TrueLabel, PredictedLabel
For more information, please contact the corresponding author (Maria Arostegi, maria.arostegi@tecnalia.com).
## Please cite this work as:
### Please cite this work as:
@article{arostegi2025aigas-devl-rc,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment