LGAIMar 3

cPNN: Continuous Progressive Neural Networks for Evolving Streaming Time Series

arXiv:2603.03040v17 citationsh-index: 33
Originality Highly original
AI Analysis

This work addresses a significant problem for researchers and practitioners dealing with streaming time series data, providing a joint solution to handle temporal dependencies and concept drift.

The authors tackled the problem of handling unbounded data streams with temporal dependencies and concept drift, and their proposed cPNN method achieved quick adaptation to new concepts and robustness to drifts. The results showed the effectiveness of cPNN in overcoming catastrophic forgetting.

Dealing with an unbounded data stream involves overcoming the assumption that data is identically distributed and independent. A data stream can, in fact, exhibit temporal dependencies (i.e., be a time series), and data can change distribution over time (concept drift). The two problems are deeply discussed, and existing solutions address them separately: a joint solution is absent. In addition, learning multiple concepts implies remembering the past (a.k.a. avoiding catastrophic forgetting in Neural Networks' terminology). This work proposes Continuous Progressive Neural Networks (cPNN), a solution that tames concept drifts, handles temporal dependencies, and bypasses catastrophic forgetting. cPNN is a continuous version of Progressive Neural Networks, a methodology for remembering old concepts and transferring past knowledge to fit the new concepts quickly. We base our method on Recurrent Neural Networks and exploit the Stochastic Gradient Descent applied to data streams with temporal dependencies. Results of an ablation study show a quick adaptation of cPNN to new concepts and robustness to drifts.

Foundations

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

Your Notes