Papers › A Statistical Approach for Modeling Irregular Multivariate Time Series with Missing...

A Statistical Approach for Modeling Irregular Multivariate Time Series with Missing Observations

23 Feb 2026arXiv:2602.19531added by Syntology

Dingyi Nie, Yixing Wu, C. -C. Jay Kuo

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

Irregular multivariate time series with missing values present significant challenges for predictive modeling in domains such as healthcare. While deep learning approaches often focus on temporal interpolation or complex architectures to handle irregularities, we propose a simpler yet effective alternative: extracting time-agnostic summary statistics to eliminate the temporal axis. Our method computes four key features per variable-mean and standard deviation of observed values, as well as the mean and variability of changes between consecutive observations to create a fixed-dimensional representation. These features are then utilized with standard classifiers, such as logistic regression and XGBoost. Evaluated on four biomedical datasets (PhysioNet Challenge 2012, 2019, PAMAP2, and MIMIC-III), our approach achieves state-of-the-art performance, surpassing recent transformer and graph-based models by 0.5-1.7% in AUROC/AUPRC and 1.1-1.7% in accuracy/F1-score, while reducing computational complexity. Ablation studies demonstrate that feature extraction-not classifier choice-drives performance gains, and our summary statistics outperform raw/imputed input in most benchmarks. In particular, we identify scenarios where missing patterns themselves encode predictive signals, as in sepsis prediction (PhysioNet, 2019), where missing indicators alone can achieve 94.2% AUROC with XGBoost, only 1.6% lower than using original raw data as input. Our results challenge the necessity of complex temporal modeling when task objectives permit time-agnostic representations, providing an efficient and interpretable solution for irregular time series classification.

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.19531")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

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

YerevaNN/mimic3-benchmarks found in paper text by SyntologyMIT 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

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

Licence: 0 of the 16 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 YerevaNN/mimic3-benchmarks. “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.

assemble_episodic_data YerevaNN/mimic3-benchmarks/mimic3benchmark/preprocessing.py found in paper text by Syntology unverified MIT (permissive) · 7cd0b82aa7f02d7e · report
calculate YerevaNN/mimic3-benchmarks/mimic3models/feature_extractor.py found in paper text by Syntology unverified MIT (permissive) · faa1e84a0a25b341 · report
check_decreasing YerevaNN/mimic3-benchmarks/mimic3models/rerun.py found in paper text by Syntology unverified MIT (permissive) · 92b92947091316f2 · report
convert_to_dict YerevaNN/mimic3-benchmarks/mimic3models/common_utils.py found in paper text by Syntology unverified MIT (permissive) · 75f513b01c4c892f · report
extract_features_single_episode YerevaNN/mimic3-benchmarks/mimic3models/feature_extractor.py found in paper text by Syntology unverified MIT (permissive) · 8a13c19dcc3841dd · report
get_loss YerevaNN/mimic3-benchmarks/mimic3models/parse_utils.py found in paper text by Syntology unverified MIT (permissive) · 91b4aaba848f4250 · report
get_range YerevaNN/mimic3-benchmarks/mimic3models/feature_extractor.py found in paper text by Syntology unverified MIT (permissive) · cd61a75c2a59b7a9 · report
mean_absolute_percentage_error YerevaNN/mimic3-benchmarks/mimic3models/metrics.py found in paper text by Syntology unverified MIT (permissive) · bf861a65a6b445b6 · report
parse_metrics YerevaNN/mimic3-benchmarks/mimic3models/parse_utils.py found in paper text by Syntology unverified MIT (permissive) · 6790b797e0e01d4b · report
parse_task YerevaNN/mimic3-benchmarks/mimic3models/parse_utils.py found in paper text by Syntology unverified MIT (permissive) · da03d8a2a12071d3 · report
print_metrics_binary YerevaNN/mimic3-benchmarks/mimic3models/metrics.py found in paper text by Syntology unverified MIT (permissive) · 601fe0024c7726b4 · report
print_metrics_multilabel YerevaNN/mimic3-benchmarks/mimic3models/metrics.py found in paper text by Syntology unverified MIT (permissive) · 32075570fb4c29e2 · report
read_chunk YerevaNN/mimic3-benchmarks/mimic3models/common_utils.py found in paper text by Syntology unverified MIT (permissive) · 60a982d0773fab68 · report
softmax YerevaNN/mimic3-benchmarks/mimic3models/keras_utils.py found in paper text by Syntology unverified MIT (permissive) · 89812b9ec498264d · report
transform_ethnicity YerevaNN/mimic3-benchmarks/mimic3benchmark/preprocessing.py found in paper text by Syntology unverified MIT (permissive) · 11b229e0c37bdf09 · report
transform_gender YerevaNN/mimic3-benchmarks/mimic3benchmark/preprocessing.py found in paper text by Syntology unverified MIT (permissive) · 7d5b5a6ea641d857 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.19531, 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