Search papers, labs, and topics across Lattice.
The paper introduces Continuous Progressive Neural Networks (cPNN) to address concept drift, temporal dependencies, and catastrophic forgetting in evolving streaming time series data. cPNN extends Progressive Neural Networks by adapting them to continuous data streams using Recurrent Neural Networks and Stochastic Gradient Descent. Ablation studies demonstrate cPNN's rapid adaptation to new concepts and robustness to drifts, offering a joint solution to challenges typically addressed separately.
Finally, a neural network that handles concept drift, temporal dependencies, and catastrophic forgetting in streaming time series, all at once.
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.