LGMLJun 14, 2025

Cross-Domain Conditional Diffusion Models for Time Series Imputation

arXiv:2506.12412v15 citationsh-index: 5Has CodeECML/PKDD
Originality Incremental advance
AI Analysis

This addresses a data-centric challenge for domains with high missing rates and temporal shifts, but it is incremental as it builds on existing diffusion and domain adaptation techniques.

The paper tackles the problem of cross-domain time series imputation, where missing values and domain shifts hinder adaptation, by proposing a method that integrates frequency-based interpolation, diffusion models, and consistency alignment, achieving superior results on three real-world datasets.

Cross-domain time series imputation is an underexplored data-centric research task that presents significant challenges, particularly when the target domain suffers from high missing rates and domain shifts in temporal dynamics. Existing time series imputation approaches primarily focus on the single-domain setting, which cannot effectively adapt to a new domain with domain shifts. Meanwhile, conventional domain adaptation techniques struggle with data incompleteness, as they typically assume the data from both source and target domains are fully observed to enable adaptation. For the problem of cross-domain time series imputation, missing values introduce high uncertainty that hinders distribution alignment, making existing adaptation strategies ineffective. Specifically, our proposed solution tackles this problem from three perspectives: (i) Data: We introduce a frequency-based time series interpolation strategy that integrates shared spectral components from both domains while retaining domain-specific temporal structures, constructing informative priors for imputation. (ii) Model: We design a diffusion-based imputation model that effectively learns domain-shared representations and captures domain-specific temporal dependencies with dedicated denoising networks. (iii) Algorithm: We further propose a cross-domain consistency alignment strategy that selectively regularizes output-level domain discrepancies, enabling effective knowledge transfer while preserving domain-specific characteristics. Extensive experiments on three real-world datasets demonstrate the superiority of our proposed approach. Our code implementation is available here.

Code Implementations1 repo
Foundations

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

Your Notes