Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

QuITE: Query-Based Irregular Time Series Embedding

About

Irregular Multivariate Time Series (IMTS) are common in practice, yet their irregular sampling complicates effective modeling. Existing approaches typically either (i) design specialized architectures that limit the reuse of proven Multivariate Time Series (MTS) models, or (ii) map IMTS onto regular temporal grids through interpolation, which may distort temporal dynamics by introducing artificial values. To address these limitations, we propose a new input-embedding-based approach. We identify that the key bottleneck lies not in the backbone architecture, but in conventional embedding layers that assume uniform sampling. In this work, we introduce QuITE (Query-Based Irregular Time Series Embedding), a simple yet effective plug-and-play embedding module for IMTS. QuITE employs learnable query tokens to aggregate irregular observations through a single self-attention layer, directly producing backbone-compatible latent representations without artificial value generation or architectural modification. Extensive experiments on real-world benchmarks show that QuITE consistently improves MTS models, yielding average relative gains of up to $54.7\%$ in forecasting and $15.8\%$ in classification across diverse datasets and backbone architectures. Code is available at: https://github.com/Meaningfull9502/QuITE.

JungHoon Lim• 2026

Related benchmarks

TaskDatasetResultRank
Irregular Time Series ForecastingHuman Activity (ms) 3000 → 1000 horizon
MSE2.46
18
Irregular Time Series ForecastingHuman Activity (ms) 2000 → 2000 horizon
MSE3.11
18
Irregular Time Series ForecastingHuman Activity (ms) 1000 → 3000 horizon
MSE3.96
18
Irregular Time Series ForecastingUSHCN m 24 → 3 horizon
MSE4.84
18
Irregular Time Series ForecastingUSHCN m 24 → 6 horizon
MSE4.81
18
Irregular Time Series ForecastingUSHCN (m) 24 → 12 horizon
MSE4.81
18
Irregular Time Series ForecastingPhysioNet 12 → 36 horizon
MSE6.08
18
Irregular Time Series ForecastingPhysioNet 36 → 12 horizon
MSE3.81
18
Irregular Time Series ForecastingMIMIC-III 12 → 36 horizon
MSE1.8
18
Irregular Time Series ForecastingMIMIC-III 24-24 horizon
MSE1.63
18
Showing 10 of 12 rows

Other info

Follow for update