LGFeb 24

T1: One-to-One Channel-Head Binding for Multivariate Time-Series Imputation

arXiv:2602.21043v11 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This addresses a critical challenge in time-series analysis for applications like healthcare or finance, offering a robust solution with strong performance gains, though it is an incremental improvement over existing hybrid methods.

The paper tackles the problem of imputing missing values in multivariate time series under diverse and heavy missing patterns by introducing T1, a CNN-Transformer hybrid with Channel-Head Binding, which reduces MSE by 46% on average compared to the second-best baseline across 11 datasets.

Imputing missing values in multivariate time series remains challenging, especially under diverse missing patterns and heavy missingness. Existing methods suffer from suboptimal performance as corrupted temporal features hinder effective cross-variable information transfer, amplifying reconstruction errors. Robust imputation requires both extracting temporal patterns from sparse observations within each variable and selectively transferring information across variables--yet current approaches excel at one while compromising the other. We introduce T1 (Time series imputation with 1-to-1 channel-head binding), a CNN-Transformer hybrid architecture that achieves robust imputation through Channel-Head Binding--a mechanism creating one-to-one correspondence between CNN channels and attention heads. This design enables selective information transfer: when missingness corrupts certain temporal patterns, their corresponding attention pathways adaptively down-weight based on remaining observable patterns while preserving reliable cross-variable connections through unaffected channels. Experiments on 11 benchmark datasets demonstrate that T1 achieves state-of-the-art performance, reducing MSE by 46% on average compared to the second-best baseline, with particularly strong gains under extreme sparsity (70% missing ratio). The model generalizes to unseen missing patterns without retraining and uses a consistent hyperparameter configuration across all datasets. The code is available at https://github.com/Oppenheimerdinger/T1.

Foundations

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

Your Notes