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

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

24 Feb 2026arXiv:2602.21043added by Syntology

Dongik Park, Hyunwoo Ryu, Suahn Bae, Keondo Park, Hyung-Sin Kim

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.21043")

Code

Syntology Ran 15 of 20 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 11 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Oppenheimerdinger/T1 found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 15 ran; 2 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
11ran
5unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Oppenheimerdinger/T1. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ClassHead Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 5cbf305b5e20f778 · report
DepthwiseMix Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran MIT (permissive) · a7ba430d1c90ac52 · report
DownSample Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · f94921018ed8273d · report
DropPath Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 96592475595fbed1 · report
FeedForward Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran MIT (permissive) · 07ced2912044bc6c · report
ForecastHead Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran MIT (permissive) · 9f7cbb589c1b7f85 · report
FrontPadding Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · e1d41609713d2902 · report
PixelShuffle1D Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 19f9640048c6b72c · report
ReconHead Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · d73ba875476c7a57 · report
SACAReparameterization Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran MIT (permissive) · 41c00d62d64041ca · report
_get_saca_output_dim Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 56e1096dafc14aa2 · report
_reshape_saca_param Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · d4aeff43548b65fc · report
ceil_div Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 3f6428b8556da60f · report
compute_out_len Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · e6816109da80f6af · report
pick Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 5b15c79d1a0c3712 · report
Attention Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology unverified MIT (permissive) · a32c89a2966be2db · report
Model Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology unverified MIT (permissive) · a2db8dfdfe40f459 · report
SACAModule Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology unverified MIT (permissive) · 9a9342f7a853fe6c · report
T1Block Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology unverified MIT (permissive) · 213029c14c5f7221 · report
T1Stage Oppenheimerdinger/T1/models/T1.py found in paper text by Syntology unverified MIT (permissive) · 71e3f87d20e2922e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.21043, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections