LGAIAug 6, 2025

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

arXiv:2508.04503v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This provides a resource-efficient solution for domains like wearable sensing and biomedical monitoring, though it is incremental as it builds on existing convolutional methods.

The paper tackles the problem of high computational cost and limited frequency diversity in multivariate time-series classification by proposing PRISM, a lightweight convolutional feature extractor that matches or outperforms leading baselines while using roughly an order of magnitude fewer parameters and FLOPs.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes