Univariate Channel Fusion for Multivariate Time Series Classification

arXiv cs.LG / 4/20/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces Univariate Channel Fusion (UCF), an efficient approach for multivariate time series classification (MTSC) aimed at reducing the computational cost of existing deep-learning-heavy methods.
  • UCF converts multivariate signals into a univariate representation using channel-fusion operations such as mean, median, or dynamic time warping (DTW) barycenter, enabling the use of any univariate time-series classifier.
  • The authors argue UCF is lightweight enough for real-time use and deployment on constrained hardware like IoT devices and wearables.
  • Experiments across five diverse application case studies (including chemical monitoring, brain-computer interfaces, and human activity analysis) show UCF often beats baseline and MTSC state-of-the-art methods.
  • The method achieves substantial computational-efficiency gains and is especially effective when channels exhibit high inter-channel correlation.

Abstract

Multivariate time series classification (MTSC) plays a crucial role in various domains, including biomedical signal analysis and motion monitoring. However, existing approaches, particularly deep learning models, often require high computational resources, making them unsuitable for real-time applications or deployment on low-cost hardware, such as IoT devices and wearable systems. In this paper, we propose the Univariate Channel Fusion (UCF) method to deal with MTSC efficiently. UCF transforms multivariate time series into a univariate representation through simple channel fusion strategies such as the mean, median, or dynamic time warping barycenter. This transformation enables the use of any classifier originally designed for univariate time series, providing a flexible and computationally lightweight alternative to complex models. We evaluate UCF in five case studies covering diverse application domains, including chemical monitoring, brain-computer interfaces, and human activity analysis. The results demonstrate that UCF often outperforms baseline methods and state-of-the-art algorithms tailored for MTSC, while achieving substantial gains in computational efficiency, being particularly effective in problems with high inter-channel correlation.