PRISM: Lightweight Multivariate Time-Series Classification through Symmetric Multi-Resolution Convolutional Layers

πŸ“… 2025-08-06
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
Multivariate time-series classification suffers from high computational overhead, weak frequency-domain modeling capability, and parameter redundancy. To address these challenges, this paper proposes PRISMβ€”a lightweight convolutional feature extraction module that innovatively integrates classical signal processing with deep learning. PRISM employs channel-wise, multi-scale symmetric finite-impulse-response (FIR) filters for 1D convolution, enabling frequency-selective and multi-resolution temporal modeling without cross-channel computation. Coupled with a lightweight classification head, PRISM drastically reduces model size while maintaining competitive accuracy. Evaluated on human activity recognition, sleep staging, and biomedical datasets, it matches or surpasses state-of-the-art CNN- and Transformer-based methods, achieving approximately 90% reduction in both parameter count and FLOPs.

Technology Category

Application Category

πŸ“ Abstract
Multivariate time-series classification is pivotal in domains ranging from wearable sensing to biomedical monitoring. Despite recent advances, Transformer- and CNN-based models often remain computationally heavy, offer limited frequency diversity, and require extensive parameter budgets. We propose PRISM (Per-channel Resolution-Informed Symmetric Module), a convolutional-based feature extractor that applies symmetric finite-impulse-response (FIR) filters at multiple temporal scales, independently per channel. This multi-resolution, per-channel design yields highly frequency-selective embeddings without any inter-channel convolutions, greatly reducing model size and complexity. Across human-activity, sleep-stage and biomedical benchmarks, PRISM, paired with lightweight classification heads, matches or outperforms leading CNN and Transformer baselines, while using roughly an order of magnitude fewer parameters and FLOPs. By uniting classical signal processing insights with modern deep learning, PRISM offers an accurate, resource-efficient solution for multivariate time-series classification.
Problem

Research questions and friction points this paper is trying to address.

Reducing computational complexity in multivariate time-series classification
Enhancing frequency diversity without inter-channel convolutions
Minimizing parameter budgets while maintaining accuracy
Innovation

Methods, ideas, or system contributions that make the work stand out.

Symmetric multi-resolution convolutional layers
Per-channel FIR filters design
Lightweight classification heads integration
πŸ”Ž Similar Papers
No similar papers found.