paper-with-me

Papers

Continual Learning for Multivariate Time Series Tasks with Variable Input Dimensions

2022-03-14 · Vibhor Gupta, Jyoti Narwariya, Pankaj Malhotra, Lovekesh Vig, Gautam Shroff

We consider a sequence of related multivariate time series learning tasks, such as predicting failures for different instances of a machine from time series of multi-sensor data, or activity recognition tasks over different individuals from multiple wearable sensors. We focus on two under-explored practical challenges arising in such settings: (i) Each task may have a different subset of sensors, i.e., providing different partial observations of the underlying 'system'. This restriction can be due to different manufacturers in the former case, and people wearing more or less measurement devices in the latter (ii) We are not allowed to store or re-access data from a task once it has been observed at the task level. This may be due to privacy considerations in the case of people, or legal restrictions placed by machine owners. Nevertheless, we would like to (a) improve performance on subsequent tasks using experience from completed tasks as well as (b) continue to perform better on past tasks, e.g., update the model and improve predictions on even the first machine after learning from subsequently observed ones. We note that existing continual learning methods do not take into account variability in input dimensions arising due to different subsets of sensors being available across tasks, and struggle to adapt to such variable input dimensions (VID) tasks. In this work, we address this shortcoming of existing methods. To this end, we learn task-specific generative models and classifiers, and use these to augment data for target tasks. Since the input dimensions across tasks vary, we propose a novel conditioning module based on graph neural networks to aid a standard recurrent neural network. We evaluate the efficacy of the proposed approach on three publicly available datasets corresponding to two activity recognition tasks (classification) and one prognostics task (regression).

📄 PDF Abstract BibTeX arXiv:2203.06852

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionContinual LearningTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Structural Knowledge Informed Continual Multivariate Time Series Forecasting

2024-02-20 · Zijie Pan, Yushan Jiang, Dongjin Song, Sahil Garg 외

Recent studies in multivariate time series (MTS) forecasting reveal that explicitly modeling the hidden dependencies among different time series can yield promising forecasting performance and reliable explanations. Howe…

Continual LearningGraph structure learningMultivariate Time Series ForecastingTime Series+1

Generalized Prompt Tuning: Adapting Frozen Univariate Time Series Foundation Models for Multivariate Healthcare Time Series

2024-11-19 · Mingzhu Liu, Angela H. Chen, George H. Chen

Time series foundation models are pre-trained on large datasets and are able to achieve state-of-the-art performance in diverse tasks. However, to date, there has been limited work demonstrating how well these models per…

Time SeriesTime Series Prediction

Expressing Multivariate Time Series as Graphs with Time Series Attention Transformer

2022-08-19 · William T. Ng, K. Siu, Albert C. Cheung, Michael K. Ng

A reliable and efficient representation of multivariate time series is crucial in various downstream machine learning tasks. In multivariate time series forecasting, each variable depends on its historical values and the…

Multivariate Time Series ForecastingRepresentation LearningTime SeriesTime Series Analysis+1

Instance-wise Graph-based Framework for Multivariate Time Series Forecasting

2021-09-14 · Wentao Xu, Weiqing Liu, Jiang Bian, Jian Yin 외

The multivariate time series forecasting has attracted more and more attention because of its vital role in different fields in the real world, such as finance, traffic, and weather. In recent years, many research effort…

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

TimeMKG: Knowledge-Infused Causal Reasoning for Multivariate Time Series Modeling

2025-08-13 · Yifei Sun, Junming Liu, Yirong Chen, Xuefeng Yan 외 arxiv

Multivariate time series data typically comprises two distinct modalities: variable semantics and sampled numerical observations. Traditional time series models treat variables as anonymous statistical signals, overlooki…

Knowledge Graphs