FIC-TSC: Learning Time Series Classification with Fisher Information Constraint
Xiwen Chen, Wenhui Zhu, Peijie Qiu, Hao Wang, Huayu Li, Zihan Li, Yalin Wang, Aristeidis Sotiras, Abolfazl Razi
TL;DR
FIC-TSC introduces a Fisher Information Constraint to train time series classifiers that are robust to train/test distribution shifts. By using a diagonal Fisher Information Matrix and gradient renormalization, the method constrains the optimization to flatter regions of the loss landscape, promoting better generalization without extra backpropagation. The authors provide theoretical connections between the FIM constraint, sharpness, and convergence, and validate the approach across 30 UEA and 85 UCR datasets, outperforming 14 state-of-the-art baselines while maintaining efficient training. Empirical results show substantial sharpness reduction and consistent accuracy gains, including strong performance under explicit domain shifts in healthcare data. Overall, FIC-TSC offers a principled, scalable framework for robust time series classification in diverse, real-world domains.
Abstract
Analyzing time series data is crucial to a wide spectrum of applications, including economics, online marketplaces, and human healthcare. In particular, time series classification plays an indispensable role in segmenting different phases in stock markets, predicting customer behavior, and classifying worker actions and engagement levels. These aspects contribute significantly to the advancement of automated decision-making and system optimization in real-world applications. However, there is a large consensus that time series data often suffers from domain shifts between training and test sets, which dramatically degrades the classification performance. Despite the success of (reversible) instance normalization in handling the domain shifts for time series regression tasks, its performance in classification is unsatisfactory. In this paper, we propose \textit{FIC-TSC}, a training framework for time series classification that leverages Fisher information as the constraint. We theoretically and empirically show this is an efficient and effective solution to guide the model converge toward flatter minima, which enhances its generalizability to distribution shifts. We rigorously evaluate our method on 30 UEA multivariate and 85 UCR univariate datasets. Our empirical results demonstrate the superiority of the proposed method over 14 recent state-of-the-art methods.
