[2603.03040] cPNN: Continuous Progressive Neural Networks for Evolving Streaming Time Series
About this article
Abstract page for arXiv paper 2603.03040: cPNN: Continuous Progressive Neural Networks for Evolving Streaming Time Series
Computer Science > Machine Learning arXiv:2603.03040 (cs) [Submitted on 3 Mar 2026] Title:cPNN: Continuous Progressive Neural Networks for Evolving Streaming Time Series Authors:Federico Giannini, Giacomo Ziffer, Emanuele Della Valle View a PDF of the paper titled cPNN: Continuous Progressive Neural Networks for Evolving Streaming Time Series, by Federico Giannini and 2 other authors View PDF HTML (experimental) Abstract: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 ...