Temporal Streaming Batch Principal Component Analysis for Time Series Classification
Enshuo Yan, Huachuan Wang, Weihao Xia

TL;DR
This paper introduces TSBPCA, a streaming PCA-based method for long multivariate time series classification, improving accuracy and efficiency by dynamically reducing data dimensionality.
Contribution
The paper presents a novel streaming PCA algorithm for real-time dimensionality reduction tailored to long sequence time series classification tasks.
Findings
Accuracy increased by approximately 7.2% on long sequences
Execution time reduced by about 49.5% on long sequences
Method outperforms existing models in accuracy and efficiency
Abstract
In multivariate time series classification, although current sequence analysis models have excellent classification capabilities, they show significant shortcomings when dealing with long sequence multivariate data, such as prolonged training times and decreased accuracy. This paper focuses on optimizing model performance for long-sequence multivariate data by mitigating the impact of extended time series and multiple variables on the model. We propose a principal component analysis (PCA)-based temporal streaming compression and dimensionality reduction algorithm for time series data (temporal streaming batch PCA, TSBPCA), which continuously updates the compact representation of the entire sequence through streaming PCA time estimation with time block updates, enhancing the data representation capability of a range of sequence analysis models. We evaluated this method using various…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Neural Networks and Applications
MethodsPrincipal Components Analysis
