paper-with-me

Papers

Continuous-Time Linear Positional Embedding for Irregular Time Series Forecasting

2024-09-30 · Byunghyun Kim, Jae-Gil Lee

Irregularly sampled time series forecasting, characterized by non-uniform intervals, is prevalent in practical applications. However, previous research have been focused on regular time series forecasting, typically relying on transformer architectures. To extend transformers to handle irregular time series, we tackle the positional embedding which represents the temporal information of the data. We propose CTLPE, a method learning a continuous linear function for encoding temporal information. The two challenges of irregular time series, inconsistent observation patterns and irregular time gaps, are solved by learning a continuous-time function and concise representation of position. Additionally, the linear continuous function is empirically shown superior to other continuous functions by learning a neural controlled differential equation-based positional embedding, and theoretically supported with properties of ideal positional embedding. CTLPE outperforms existing techniques across various irregularly-sampled time series datasets, showcasing its enhanced efficacy.

📄 PDF Abstract BibTeX arXiv:2409.20092

Code (0)

등록된 구현이 없습니다.

Tasks

Irregular Time SeriesTime SeriesTime Series Forecasting

Similar Papers 제목 키워드 기반

Faithful Embeddings of Irregular and Asynchronous Data for Online Log-NCDEs

2026-05-28 · Benjamin Walker, Alexandre Bloch, Lingyi Yang, Sam Morley 외 arxiv

Continuous-time models are a natural choice for irregular and asynchronous data. A central design choice is how to embed discrete observations into continuous time. Interpolation- and imputation-based embeddings reconstr…

Learning Longitudinal Stress Dynamics from Irregular Self-Reports via Time Embeddings

2025-09-01 · Louis Simon, Mohamed Chetouani arxiv

The widespread adoption of mobile and wearable sensing technologies has enabled continuous and personalized monitoring of affect, mood disorders, and stress. When combined with ecological self-report questionnaires, thes…

Temporal Graph Neural Networks for Irregular Data

2023-02-16 · Joel Oskarsson, Per Sidén, Fredrik Lindsten

This paper proposes a temporal graph neural network model for forecasting of graph-structured irregularly observed time series. Our TGNN4I model is designed to handle both irregular time steps and partial observations of…

Graph Neural NetworkTime SeriesTime Series Analysis

Learning Regularized Positional Encoding for Molecular Prediction

2022-11-23 · Xiang Gao, Weihao Gao, Wenzhi Xiao, Zhirui Wang 외

Machine learning has become a promising approach for molecular modeling. Positional quantities, such as interatomic distances and bond angles, play a crucial role in molecule physics. The existing works rely on careful m…

Prediction

Modeling Irregular Time Series with Continuous Recurrent Units

2021-11-22 · Mona Schirmer, Mazin Eltayeb, Stefan Lessmann, Maja Rudolph

Recurrent neural networks (RNNs) are a popular choice for modeling sequential data. Modern RNN architectures assume constant time-intervals between observations. However, in many datasets (e.g. medical records) observati…

DecoderIrregular Time SeriesTime SeriesTime Series Analysis