paper-with-me

Papers

Task-oriented Time Series Imputation Evaluation via Generalized Representers

2024-10-09 · Zhixian Wang, Linxiao Yang, Liang Sun, Qingsong Wen, Yi Wang

Time series analysis is widely used in many fields such as power energy, economics, and transportation, including different tasks such as forecasting, anomaly detection, classification, etc. Missing values are widely observed in these tasks, and often leading to unpredictable negative effects on existing methods, hindering their further application. In response to this situation, existing time series imputation methods mainly focus on restoring sequences based on their data characteristics, while ignoring the performance of the restored sequences in downstream tasks. Considering different requirements of downstream tasks (e.g., forecasting), this paper proposes an efficient downstream task-oriented time series imputation evaluation approach. By combining time series imputation with neural network models used for downstream tasks, the gain of different imputation strategies on downstream tasks is estimated without retraining, and the most favorable imputation value for downstream tasks is given by combining different imputation strategies according to the estimated gain.

📄 PDF Abstract BibTeX arXiv:2410.06652

Code (1)

hkuedl/Task-Oriented-Imputation 공식 구현 pytorch

Tasks

Anomaly DetectionImputationMissing ValuesTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Is Precise Recovery Necessary? A Task-Oriented Imputation Approach for Time Series Forecasting on Variable Subset

2024-11-15 · Qi Hao, Runchang Liang, Yue Gao, Hao Dong 외

Variable Subset Forecasting (VSF) refers to a unique scenario in multivariate time series forecasting, where available variables in the inference phase are only a subset of the variables in the training phase. VSF presen…

Feature EngineeringImputationMultivariate Time Series ForecastingTime Series+1

TSI-Bench: Benchmarking Time Series Imputation

2024-06-18 · Wenjie Du, Jun Wang, Linglong Qian, Yiyuan Yang 외

Effective imputation is a crucial preprocessing step for time series analysis. Despite the development of numerous deep learning algorithms for time series imputation, the community lacks standardized and comprehensive b…

BenchmarkingDeep LearningImputationTime Series+2

ImputeGAP: A Comprehensive Library for Time Series Imputation

2025-03-19 · Quentin Nater, Mourad Khayati, Jacques Pasquier

With the prevalence of sensor failures, imputation--the process of estimating missing values--has emerged as the cornerstone of time series data preparation. While numerous imputation algorithms have been developed to ad…

BenchmarkingImputationMissing ValuesTime Series

Filling out the missing gaps: Time Series Imputation with Semi-Supervised Learning

2023-04-09 · Karan Aggarwal, Jaideep Srivastava

Missing data in time series is a challenging issue affecting time series analysis. Missing data occurs due to problems like data drops or sensor malfunctioning. Imputation methods are used to fill in these values, with q…

ImputationTime SeriesTime Series Analysis

Continuous-time Autoencoders for Regular and Irregular Time Series Imputation

2023-12-27 · Hyowon Wi, Yehjin Shin, Noseong Park

Time series imputation is one of the most fundamental tasks for time series. Real-world time series datasets are frequently incomplete (or irregular with missing observations), in which case imputation is strongly requir…

ImputationIrregular Time SeriesTime Series