Transparent Networks for Multivariate Time Series
Minkyu Kim, Suan Lee, and Jinho Kim

TL;DR
This paper introduces GATSM, a transparent neural network model for multivariate time series that combines interpretability with strong predictive performance, addressing a key gap in high-stakes applications.
Contribution
The paper proposes GATSM, a novel transparent neural network architecture for time series that effectively captures temporal patterns while maintaining interpretability.
Findings
GATSM outperforms existing generalized additive models.
GATSM achieves comparable performance to black-box models like RNNs and Transformers.
GATSM uncovers meaningful patterns in time series data.
Abstract
Transparent models, which provide inherently interpretable predictions, are receiving significant attention in high-stakes domains. However, despite much real-world data being collected as time series, there is a lack of studies on transparent time series models. To address this gap, we propose a novel transparent neural network model for time series called Generalized Additive Time Series Model (GATSM). GATSM consists of two parts: 1) independent feature networks to learn feature representations, and 2) a transparent temporal module to learn temporal patterns across different time steps using the feature representations. This structure allows GATSM to effectively capture temporal patterns and handle varying-length time series while preserving transparency. Empirical experiments show that GATSM significantly outperforms existing generalized additive models and achieves comparable…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Complex Systems and Time Series Analysis · Data Visualization and Analytics
MethodsAttention Is All You Need · Dense Connections · Residual Connection · Dropout · Layer Normalization · Adam · Byte Pair Encoding · Absolute Position Encodings · Softmax · Linear Layer
