From 9d7c97d7af106965ca2057aa409e1df096d47c46 Mon Sep 17 00:00:00 2001 From: michaelchiucw Date: Sun, 22 Dec 2019 02:16:44 +0000 Subject: [PATCH] Added the abstract from the paper to the README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6dab07a..b6d27d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Diversity Pool +## Abstract +Several data stream applications involve recurring concepts, i.e., concept drifts that change the underlying distribution of the data to a distribution previously seen in the data stream. Examples include electricity price prediction and tweet topic classification. In such scenario, it is useful to maintain a pool of old models that could be recovered if their knowledge matches the recurring concept well. A few existing online learning approaches maintain such pools. However, there has been a little investigation on what is the best strategy to maintain an online learning pool with a limited size. We propose to make use of diversity to decide which models to keep in the pool once the pool reaches the maximum size. The motivation behind is that a diverse pool is more likely to maintain a set of representative models with considerably different concepts, helping to handle recurring concepts. We perform experiments to investigate if, when and why maintaining a diverse pool is helpful. The results show that the use of diversity to maintain pools can indeed be helpful to handle recurring concepts. However, the relationship between diversity and accuracy in the presence of concept drift is not straightforward. In particular, an initially good accuracy obtained when using diversity can lead to a stronger subsequent drop in accuracy than other strategies. + #### Author - Chun Wai Chiu (Michael): cwc13 at leicester dot ac dot uk - Leandro Minku: leandro dot minku at leicester dot ac dot uk