AIDBJul 18, 2018

Evolving Large-Scale Data Stream Analytics based on Scalable PANFIS

arXiv:1807.06996v19 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of real-time analytics for evolving data streams in distributed systems, offering incremental improvements in efficiency and performance over existing methods.

The paper tackles the problem of learning from large-scale, non-stationary data streams by proposing a Scalable PANFIS framework that distributes an evolving fuzzy inference system across cloud nodes, incorporating active learning and model fusion. Results show it improves training time by almost two times with active learning and generally outperforms Spark-based algorithms in accuracy and running time on benchmark datasets.

Many distributed machine learning frameworks have recently been built to speed up the large-scale data learning process. However, most distributed machine learning used in these frameworks still uses an offline algorithm model which cannot cope with the data stream problems. In fact, large-scale data are mostly generated by the non-stationary data stream where its pattern evolves over time. To address this problem, we propose a novel Evolving Large-scale Data Stream Analytics framework based on a Scalable Parsimonious Network based on Fuzzy Inference System (Scalable PANFIS), where the PANFIS evolving algorithm is distributed over the worker nodes in the cloud to learn large-scale data stream. Scalable PANFIS framework incorporates the active learning (AL) strategy and two model fusion methods. The AL accelerates the distributed learning process to generate an initial evolving large-scale data stream model (initial model), whereas the two model fusion methods aggregate an initial model to generate the final model. The final model represents the update of current large-scale data knowledge which can be used to infer future data. Extensive experiments on this framework are validated by measuring the accuracy and running time of four combinations of Scalable PANFIS and other Spark-based built in algorithms. The results indicate that Scalable PANFIS with AL improves the training time to be almost two times faster than Scalable PANFIS without AL. The results also show both rule merging and the voting mechanisms yield similar accuracy in general among Scalable PANFIS algorithms and they are generally better than Spark-based algorithms. In terms of running time, the Scalable PANFIS training time outperforms all Spark-based algorithms when classifying numerous benchmark datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes