MultiWave: Multiresolution Deep Architectures through Wavelet Decomposition for Multivariate Time Series Prediction
Iman Deznabi, Madalina Fiterau

TL;DR
MultiWave is a framework that enhances multivariate time series prediction by decomposing signals into frequency bands using wavelets, improving model accuracy and interpretability across various applications.
Contribution
It introduces a novel wavelet-based decomposition method integrated into deep models, enabling frequency-aware analysis and sparse, interpretable predictions.
Findings
Improves accuracy of deep models like LSTM, Transformer, CNN
Achieves top performance in stress and affect detection from wearables
Increases AUC by 5% in COVID-19 mortality prediction
Abstract
The analysis of multivariate time series data is challenging due to the various frequencies of signal changes that can occur over both short and long terms. Furthermore, standard deep learning models are often unsuitable for such datasets, as signals are typically sampled at different rates. To address these issues, we introduce MultiWave, a novel framework that enhances deep learning time series models by incorporating components that operate at the intrinsic frequencies of signals. MultiWave uses wavelets to decompose each signal into subsignals of varying frequencies and groups them into frequency bands. Each frequency band is handled by a different component of our model. A gating mechanism combines the output of the components to produce sparse models that use only specific signals at specific frequencies. Our experiments demonstrate that MultiWave accurately identifies informative…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNon-Invasive Vital Sign Monitoring · Context-Aware Activity Recognition Systems · Time Series Analysis and Forecasting
MethodsAttention Is All You Need · Linear Layer · Sigmoid Activation · Position-Wise Feed-Forward Layer · Tanh Activation · Label Smoothing · Layer Normalization · Multi-Head Attention · Adam · Absolute Position Encodings
