PRISM: Lightweight Multivariate Time-Series Classification through Symmetric Multi-Resolution Convolutional Layers
Federico Zucchi, Thomas Lampert
TL;DR
PRISM introduces a lightweight, fully convolutional approach for multivariate time-series classification by enforcing per-channel symmetry and multi-resolution filtering to capture both fast and slow dynamics with far fewer parameters than Transformer-based models. The method combines a symmetric multi-resolution module with resolution-informed patch embedding and a simple cross-resolution mixing mechanism, producing expressive embeddings while maintaining low FLOPs. Across UEA benchmarks, HAR, Sleep-EDF, and ISRUC-S3, PRISM matches or outperforms state-of-the-art CNNs and Transformers, often with an order of magnitude fewer parameters and compute. Ablation studies confirm the value of multi-resolution diversity and symmetry for spectral selectivity, stopband attenuation, and filter diversity, and point to future improvements through cross-channel interactions and self-supervised pre-training.
Abstract
Multivariate time series classification supports applications from wearable sensing to biomedical monitoring and demands models that can capture both short-term patterns and longer-range temporal dependencies. Despite recent advances, Transformer and CNN models often remain computationally heavy and rely on many parameters. This work presents PRISM(Per-channel Resolution Informed Symmetric Module), a lightweight fully convolutional classifier. Operating in a channel-independent manner, in its early stage it applies a set of multi-resolution symmetric convolutional filters. This symmetry enforces structural constraints inspired by linear-phase FIR filters from classical signal processing, effectively halving the number of learnable parameters within the initial layers while preserving the full receptive field. Across the diverse UEA multivariate time-series archive as well as specific benchmarks in human activity recognition, sleep staging, and biomedical signals, PRISM matches or outperforms state-of-the-art CNN and Transformer models while using significantly fewer parameters and markedly lower computational cost. By bringing a principled signal processing prior into a modern neural architecture, PRISM offers an effective and computationally economical solution for multivariate time series classification.
