paper-with-me

Papers

Probing the Robustness of Time-series Forecasting Models with CounterfacTS

2024-03-06 · Håkon Hanisch Kjærnli, Lluis Mas-Ribas, Aida Ashrafi, Gleb Sizov, Helge Langseth, Odd Erik Gundersen

A common issue for machine learning models applied to time-series forecasting is the temporal evolution of the data distributions (i.e., concept drift). Because most of the training data does not reflect such changes, the models present poor performance on the new out-of-distribution scenarios and, therefore, the impact of such events cannot be reliably anticipated ahead of time. We present and publicly release CounterfacTS, a tool to probe the robustness of deep learning models in time-series forecasting tasks via counterfactuals. CounterfacTS has a user-friendly interface that allows the user to visualize, compare and quantify time series data and their forecasts, for a number of datasets and deep learning models. Furthermore, the user can apply various transformations to the time series and explore the resulting changes in the forecasts in an interpretable manner. Through example cases, we illustrate how CounterfacTS can be used to i) identify the main features characterizing and differentiating sets of time series, ii) assess how the model performance depends on these characateristics, and iii) guide transformations of the original time series to create counterfactuals with desired properties for training and increasing the forecasting performance in new regions of the data distribution. We discuss the importance of visualizing and considering the location of the data in a projected feature space to transform time-series and create effective counterfactuals for training the models. Overall, CounterfacTS aids at creating counterfactuals to efficiently explore the impact of hypothetical scenarios not covered by the original data in time-series forecasting tasks.

📄 PDF Abstract BibTeX arXiv:2403.03508

Code (1)

lluism/counterfacts 공식 구현 pytorch

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

InA-Probe: Instruction-Aware Active Probing for Time Series Forecasting with LLMs

2026-06-07 · Peiliang Gong, Emadeldeen Eldele, Chenyu Liu, Ziyu Jia 외 arxiv

Large Language Models (LLMs) have recently demonstrated impressive potential for time series forecasting. However, existing methods predominantly rely on passive modality alignment or static task reprogramming, which oft…

Time Series Forecasting

RobustTSF: Towards Theory and Design of Robust Time Series Forecasting with Anomalies

2024-02-03 · Hao Cheng, Qingsong Wen, Yang Liu, Liang Sun

Time series forecasting is an important and forefront task in many real-world applications. However, most of time series forecasting techniques assume that the training data is clean without anomalies. This assumption is…

Time SeriesTime Series Forecasting

Benchmarking Probabilistic Time Series Forecasting Models on Neural Activity

2025-10-20 · Ziyu Lu, Anna J. Li, Alexander E. Ladd, Pascha Matveev 외 arxiv

Neural activity forecasting is central to understanding neural systems and enabling closed-loop control. While deep learning has recently advanced the state-of-the-art in the time series forecasting literature, its appli…

Probabilistic Time Series Forecasting

Rating Multi-Modal Time-Series Forecasting Models (MM-TSFM) for Robustness Through a Causal Lens

2024-06-12 · Kausik Lakkaraju, Rachneet Kaur, Zhen Zeng, Parisa Zehtabi 외

AI systems are notorious for their fragility; minor input changes can potentially cause major output swings. When such systems are deployed in critical areas like finance, the consequences of their uncertain behavior cou…

Time SeriesTime Series Forecasting

AutoGluon-TimeSeries: AutoML for Probabilistic Time Series Forecasting

2023-08-10 · Oleksandr Shchur, Caner Turkmen, Nick Erickson, Huibin Shen 외

We introduce AutoGluon-TimeSeries - an open-source AutoML library for probabilistic time series forecasting. Focused on ease of use and robustness, AutoGluon-TimeSeries enables users to generate accurate point and quanti…

AutoMLPhilosophyProbabilistic Time Series ForecastingTime Series+1