LGAIJul 8

ALER-TI: Aligned Latent Embedding Retrieval for Time Series Imputation

arXiv:2607.0764011.5
Predicted impact top 20% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the limitation of existing imputation methods that rely on localized temporal context, which is problematic for non-stationary or weakly correlated time series.

ALER-TI introduces a retrieval-augmented framework for time series imputation that leverages historical patterns to improve reconstruction, achieving consistent improvements over strong baselines across six real-world datasets under various missing rates.

Deep learning has significantly advanced time series imputation, yet most existing architectures primarily rely on localized temporal context within the corrupted input sequence. This reliance can be limiting in real-world scenarios, where time series often exhibit non-stationary dynamics, weak temporal correlations, and infrequent patterns that are difficult to reconstruct from nearby observations alone. In this paper, we propose ALER-TI, Aligned Latent Embedding Retrieval for Time Series Imputation, a retrieval-augmented framework that explicitly leverages historical patterns to supplement degraded local context for more reliable missing-value reconstruction. The core of ALER-TI is Latent Embedding Alignment (LEA), which mitigates the representation mismatch between corrupted queries and complete historical candidates. By applying post-hoc masking in the latent space, LEA aligns candidates with the query's missingness pattern while allowing historical embeddings to be pre-computed and cached for efficient retrieval. ALER-TI is model-agnostic and can be integrated with various imputation backbones through a lightweight adaptation module. Extensive experiments on six real-world datasets under different missing rates demonstrate that ALER-TI consistently improves strong baseline models and enhances robustness across diverse imputation settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes