Search papers, labs, and topics across Lattice.
PatchDecomp is introduced as a time series forecasting method that decomposes input into patches and aggregates their contributions for prediction, enhancing interpretability. It achieves comparable accuracy to state-of-the-art methods on benchmark datasets while providing patch-wise attribution for understanding the rationale behind predictions. The interpretability is demonstrated through visualization of patch contributions, offering both quantitative and qualitative insights.
Finally, a forecasting model that's as accurate as the black boxes but actually tells you *why* it made that prediction.
Time series forecasting, which predicts future values from past observations, plays a central role in many domains and has driven the development of highly accurate neural network models. However, the complexity of these models often limits human understanding of the rationale behind their predictions. We propose PatchDecomp, a neural network-based time series forecasting method that achieves both high accuracy and interpretability. PatchDecomp divides input time series into subsequences (patches) and generates predictions by aggregating the contributions of each patch. This enables clear attribution of each patch, including those from exogenous variables, to the final prediction. Experiments on multiple benchmark datasets demonstrate that PatchDecomp provides predictive performance comparable to recent forecasting methods. Furthermore, we show that the model's explanations not only influence predicted values quantitatively but also offer qualitative interpretability through visualization of patch-wise contributions.