Wavelet Probabilistic Recurrent Convolutional Network for Multivariate Time Series Classification
Pu Yang, J. A. Barria
TL;DR
The paper addresses multivariate time series classification under non-stationary, data-scarce, and noisy conditions. It introduces WPRCN, a framework that combines an Adaptive Wavelet Probabilistic Feature Generator (AWPG) with an Channel Attention-based Probabilistic Temporal Convolutional Network (APTCN), and demonstrates seamless integration with LSTM and C-FCN backbones. The AWPG comprises a GRU-based Encoder-Decoder (GED), an ensemble Multi- receptive-field Wavelet Probabilistic Network (MRWPN) over multiple $(m,j_0)$ configurations, and an Adaptive Network that selects the optimal index $I$; the APTCN analyzes probabilistic features via channel attention and a dilated causal TCN. Evaluated on 30 MTSC datasets, WPRCN achieves the best average accuracy and rank among seven baselines, with ablation studies confirming the probabilistic module’s critical contribution; the approach offers robust performance under data scarcity and non-stationarity and can generalize to other architectures. The work advances wavelet-based probabilistic modeling in deep nets, providing a low-complexity, adaptable tool for MTSC applications such as physiological signal analysis.
Abstract
This paper presents a Wavelet Probabilistic Recurrent Convolutional Network (WPRCN) for Multivariate Time Series Classification (MTSC), especially effective in handling non-stationary environments, data scarcity and noise perturbations. We introduce a versatile wavelet probabilistic module designed to extract and analyse the probabilistic features, which can seamlessly integrate with a variety of neural network architectures. This probabilistic module comprises an Adaptive Wavelet Probabilistic Feature Generator (AWPG) and a Channel Attention-based Probabilistic Temporal Convolutional Network (APTCN). Such formulation extends the application of wavelet probabilistic neural networks to deep neural networks for MTSC. The AWPG constructs an ensemble probabilistic model addressing different data scarcities and non-stationarity; it adaptively selects the optimal ones and generates probabilistic features for APTCN. The APTCN analyses the correlations of the features and forms a comprehensive feature space with existing MTSC models for classification. Here, we instantiate the proposed module to work in parallel with a Long Short-Term Memory (LSTM) network and a Causal Fully Convolutional Network (C-FCN), demonstrating its broad applicability in time series analysis. The WPRCN is evaluated on 30 diverse MTS datasets and outperforms all the benchmark algorithms on average accuracy and rank, exhibiting pronounced strength in handling scarce data and physiological data subject to perturbations and non-stationarities.
