REVIEW 3 major objections 5 minor 32 references
Missingness as Signal: Channel-Independent Spectrogram Learning for Clinical Time Series Prediction
T0 review · 3 major / 5 minor · reviewed 2026-07-12 · grok-4.5
Pith's one-line read ICU missing measurements are predictive signals when each variable is turned into its own time-frequency image and paired with a matching missingness map.
desk verdict Solid architectural recipe that treats clinical missingness as a spatially aligned 2-D stream; ranking claim is soft but the ablations and multi-family comparison are honest and useful. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
CISM: a two-stream encoder that builds variable-wise Morlet spectrograms, applies pixel-level mask injection, and fuses them at patch level with an inverted observation-mask image whose geometry matches the spectrogram bands, delaying cross-variable mixing until after variable-level aggregation.
What would settle it
A controlled experiment that either (a) performs the wavelet transform only on truly observed segments without any imputation, or (b) ablates the variable-aligned kernel geometry while holding every other component fixed, and checks whether the reported AUROC/AUPRC gains disappear.
Extended reading notes
Core claim
Observation patterns in ICU time series carry predictive value that can be captured by rendering each variable as a separate spectrogram band, suppressing missing regions at the pixel level, and fusing those bands with a spatially aligned missingness stream; the resulting CISM model attains the best mean AUROC (0.7225), AUPRC (0.3308) and F1 (0.3808) among the compared baselines on the MedMod MIMIC-IV mortality task.
Load-bearing premise
The method assumes that blacking out spectrogram pixels after imputation and wavelet transform is enough to isolate the missingness signal, even though neighboring coefficients can still be influenced by the filled-in values.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes CISM, a two-stream architecture for ICU multivariate time series that (i) converts each clinical variable into a fixed-height Morlet spectrogram band, (ii) encodes bands with variable-aligned 2D convolutions that never cross variable boundaries, and (iii) fuses those features at the patch level with a spatially registered missingness stream derived from the inverted observation mask. Pixel-level masking of the spectrogram is also applied after imputation and CWT. On the MedMod MIMIC-IV in-hospital mortality task (10 continuous variables, first 48 h, ~14–15% positive rate), CISM reports the highest mean AUROC (0.7225), AUPRC (0.3308) and F1 (0.3808) among time-series, missingness-aware, vision and time-frequency baselines (Table 2). Ablations (Tables 3–6) attribute most of the gain to pixel-level masking and a further complementary gain to the explicit missingness stream; concatenation fusion and Morlet are preferred. The authors position the work as a representation perspective on informative missingness rather than a decisive SOTA claim.
Significance. If the central empirical claim holds, the paper supplies a clean, reproducible demonstration that observation patterns remain predictive when cast as a spatially aligned stream over variable-wise time-frequency bands, and that delaying cross-variable mixing until after variable-level aggregation is beneficial for heterogeneous ICU variables. Strengths include a five-seed protocol, class-weighted BCE, validation-selected F1 threshold, paired bootstrap (B=10 000), and ablations that isolate masking, the missingness stream, fusion operators and wavelet choice. The contribution is incremental rather than foundational: it extends known ideas (channel independence, informative missingness, spectrogram Transformers) into a coherent clinical architecture. Absolute numbers are modest under a deliberately restricted 10-variable MedMod protocol, so the main value is methodological clarity rather than a large clinical performance leap.
major comments (3)
- [Table 2, §4.4, Abstract] Table 2 / §4.4: the headline ranking claim is soft. CISM’s AUROC (0.7225) is not significantly different from mTAND (0.7156) or GRU-D under the paper’s own paired bootstrap (p≥0.05). The abstract and introduction still state that CISM “achieves the highest mean AUROC … among the compared … baselines” without the qualification that appears only later in §4.4. The claim should be restated as “matches or modestly improves on dedicated missingness-aware models and significantly outperforms the other families,” with the non-significance made explicit in the abstract.
- [§3.2, Tables 3–4] §3.2 and Tables 3–4: the causal attribution of the large unmasked o masked jump (AUROC 0.6721 o0.7096) to pure “missingness as signal” is undercut by the paper’s own admission that CWT coefficients reflect neighboring temporal values, so post-hoc pixel masking after imputation cannot fully remove leakage from imputed physiology. Without a control that either (a) applies the CWT only to observed segments or (b) injects synthetic missingness on fully observed series, residual imputed signal may inflate the apparent missingness contribution. A short controlled experiment or a clearer caveat is needed before the ablation can be read as clean evidence for observation-pattern signal.
- [§4.6, §3.4] §4.6: the claim that variable-aligned encoding is a key design factor rests only on the indirect contrast with generic vision backbones that process the stacked spectrogram as a single image. No controlled ablation that keeps the two-stream design fixed while varying only kernel height / vertical stride (or aggregation stage) is reported. The discussion itself flags this as future work; either supply the ablation or soften the causal language around “preserves variable identity.”
minor comments (5)
- [Figure 1, §3.5–3.6] Figure 1 caption and §3.5: the temporal trunk (“1D Conv Reshape Attn Pool”) is shown but never specified (kernel sizes, number of layers, attention-pool formulation). A short architectural paragraph or appendix would aid reproducibility.
- [§3.2] §3.2: RGB rendering of each spectrogram band is justified only by “compatibility with image-based baselines.” A one-sentence note on whether single-channel CWT coefficients were tried (or why not) would close an obvious design question the authors themselves flag as future work.
- [Table 1, §1] Table 1: missing rates are reported to one decimal place; the text sometimes rounds differently (e.g., “approximately 3.6% … 89.7%”). Align the prose with the table.
- [§4.1] §4.1: the MedMod protocol restriction (10 continuous variables only) is well stated, but a brief quantitative comparison to a fuller MIMIC mortality baseline (even if only cited) would help readers calibrate absolute AUROC/AUPRC numbers.
- [References] References: several arXiv preprints (AST, PatchTST, TimesNet, etc.) now have peer-reviewed venues; updating the citations would improve the bibliography.
Circularity Check
No circularity: purely empirical architecture proposal and external-baseline comparison with no derivation that reduces to its own inputs.
full rationale
CISM is an empirical deep-learning architecture paper. Its central claims are (1) that a variable-aligned spectrogram encoder plus an aligned missingness stream yields the highest mean AUROC/AUPRC/F1 among listed baselines on the fixed MedMod MIMIC-IV mortality split, and (2) that pixel-level masking and the explicit stream each contribute complementary gains in ablation tables. These claims rest on training runs, five-seed means, and a paired bootstrap; they do not rest on any equation that is definitionally equivalent to a fitted quantity, nor on any uniqueness theorem or ansatz imported from the authors’ prior work. There are no self-citations at all among the load-bearing references (GRU-D, mTAND, PatchTST, AST, etc.). Hyper-parameters are standard (AdamW, cosine schedule, class-weighted BCE) and are not presented as theoretical predictions. Residual CWT leakage after post-hoc masking is a methodological limitation noted by the authors themselves, but it is an empirical confound, not a circular reduction of a claimed derivation. Consequently the paper is self-contained against external benchmarks and exhibits zero circular steps under the stated criteria.
Assumptions & free parameters
free parameters (4)
- AdamW learning rate / weight decay / epochs / batch size
- Morlet vs Complex Morlet wavelet and spectrogram band height
- Fusion operator (concat vs add/FiLM/gate) and temporal trunk / attention-pool architecture
- Class-weight = train negative-to-positive ratio and F1 decision threshold selected on validation
assumptions (4)
- domain assumption Presence or absence of an ICU measurement is informative about severity and clinical decisions rather than pure noise
- ad hoc to paper Post-hoc pixel masking of CWT spectrograms after imputation still conveys useful missingness information despite possible leakage from neighboring coefficients
- ad hoc to paper Variable-aligned convolutional stems that never cross band boundaries preserve clinically meaningful variable identity better than generic image backbones
- domain assumption The MedMod 10-continuous-variable, first-48 h protocol is a fair and informative testbed for comparing missingness-aware clinical models
invented entities (1)
-
CISM two-stream architecture (variable-aligned spectrogram stem + spatially registered missingness stem)
Cite this review
Pith. "Pith review of Missingness as Signal: Channel-Independent Spectrogram Learning for Clinical Time Series Prediction." pith.science (2026). https://pith.science/paper/B43AGN6D
@misc{pith2026260702938,
author = {Pith},
title = {Pith review of: Missingness as Signal: Channel-Independent Spectrogram Learning for Clinical Time Series Prediction},
year = {2026},
howpublished = {\url{https://pith.science/paper/B43AGN6D}},
note = {Machine review of arXiv:2607.02938}
}
read the original abstract
Clinical time series prediction in intensive care units remains challenging due to heterogeneous physiological variables and informative missingness. The presence or absence of a measurement can reflect clinical decisions and patient severity, and thus missingness can serve as a predictive signal rather than a simple data artifact. This work presents CISM, a Channel-Independent Spectrogram framework with a Missingness stream for clinical multivariate time series prediction. CISM converts each clinical variable into a variable-wise time-frequency spectrogram, preserves variable identity through variable-aligned encoding, and aligns an explicit missingness stream with the spectrogram representation. Experiments on an in-hospital mortality task derived from MIMIC-IV show that CISM achieves the highest mean AUROC (0.7225), AUPRC (0.3308), and F1 (0.3808) among the compared time series, missingness-aware, vision, and time-frequency baselines. Ablation studies further show that observation patterns provide a meaningful informative signal. Pixel-level mask injection improves performance over plain spectrogram inputs and recovers much of this predictive value. The aligned missingness stream contributes a further, complementary gain in both AUROC and AUPRC. These results highlight the importance of modeling observation patterns as structured signals in clinical time series prediction.
Figures
Reference graph
Works this paper leans on
-
[1]
Zhengping Che, Sanjay Purushotham, Kyunghyun Cho, David Sontag, and Yan Liu. 2018. Recurrent neural networks for multivariate time series with missing values.Scientific reports8, 1 (2018), 6085
2018
-
[2]
Ingrid Daubechies. 1990. The wavelet transform, time-frequency localization and signal analysis.IEEE transactions on information theory36, 5 (1990), 961–1005
1990
-
[3]
Iman Deznabi and Madalina Fiterau. 2023. Multiwave: Multiresolution deep archi- tectures through wavelet decomposition for multivariate time series prediction. InConference on Health, Inference, and Learning. PMLR, 509–525
2023
-
[4]
Yi Dong, Liwen Zhang, Youcheng Zhang, Shi Peng, Wen Chen, and Zhe Ma. 2024. SpecAR-Net: Spectrogram Analysis and Representation Network for Time Series. InProceedings of the Thirty-Third International Joint Conference on Artificial Intel- ligence, IJCAI-24, Kate Larson (Ed.). International Joint Conferences on Artificial Intelligence Organization, 3917–39...
-
[5]
Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xi- aohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, et al. 2020. An image is worth 16x16 words: Transformers for image recognition at scale.arXiv preprint arXiv:2010.11929(2020)
arXiv 2020
-
[6]
1994.An introduction to the bootstrap
Bradley Efron and Robert J Tibshirani. 1994.An introduction to the bootstrap. Chapman and Hall/CRC
1994
-
[7]
Shaza Elsharief, Saeed Shurrab, Baraa Al Jorf, L Julián Lechuga López, and Farah E Shamout. 2025. MedMod: Multimodal Benchmark for Medical Prediction Tasks with Electronic Health Records and Chest X-Ray Scans.Proceedings of Machine Learning Research287 (2025), 1–23
2025
-
[8]
Marzyeh Ghassemi, Marco Pimentel, Tristan Naumann, Thomas Brennan, David Clifton, Peter Szolovits, and Mengling Feng. 2015. A multivariate timeseries modeling approach to severity of illness assessment and forecasting in ICU with sparse, heterogeneous clinical data. InProceedings of the AAAI conference on artificial intelligence, Vol. 29
2015
Show all 32 references
-
[9]
Yuan Gong, Yu-An Chung, and James Glass. 2021. Ast: Audio spectrogram transformer.arXiv preprint arXiv:2104.01778(2021)
2021 arXiv
-
[10]
Rolf HH Groenwold. 2020. Informative missingness in electronic health record systems: the curse of knowing.Diagnostic and prognostic research4, 1 (2020), 8
2020
-
[11]
Lu Han, Han-Jia Ye, and De-Chuan Zhan. 2024. The capacity and robustness trade-off: Revisiting the channel independent strategy for multivariate time series forecasting.IEEE Transactions on Knowledge and Data Engineering36, 11 (2024), 7129–7142
2024
-
[12]
Hrayr Harutyunyan, Hrant Khachatrian, David C Kale, Greg Ver Steeg, and Aram Galstyan. 2019. Multitask learning and benchmarking with clinical time series data.Scientific data6, 1 (2019), 96
2019
-
[13]
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. 2016. Deep residual learning for image recognition. InProceedings of the IEEE conference on computer vision and pattern recognition. 770–778
2016
-
[14]
Max Horn, Michael Moor, Christian Bock, Bastian Rieck, and Karsten Borg- wardt. 2020. Set functions for time series. InInternational Conference on Machine Learning. PMLR, 4353–4363
2020
-
[15]
Muhammad Huzaifah. 2017. Comparison of time-frequency representations for environmental sound classification using convolutional neural networks.arXiv preprint arXiv:1706.07156(2017)
2017 arXiv
-
[16]
Alistair Johnson, Lucas Bulgarelli, Tom Pollard, Steven Horng, Leo Anthony Celi, and Roger Mark. 2022. MIMIC-IV.PhysioNet(June 2022). doi:10.13026/7vcr-e114 Version 2.0
2022 doi
-
[17]
William A Knaus, Elizabeth A Draper, Douglas P Wagner, and Jack E Zimmerman
-
[18]
APACHE II: a severity of disease classification system.Critical care medicine 13, 10 (1985), 818–829
1985
-
[19]
Zachary C Lipton, David C Kale, Randall Wetzel, et al. 2016. Modeling missing data in clinical time series with rnns.Machine Learning for Healthcare56, 56 (2016), 253–270
2016
-
[20]
Shizhan Liu, Hang Yu, Cong Liao, Jianguo Li, Weiyao Lin, Alex X Liu, and Schahram Dustdar. 2021. Pyraformer: Low-complexity pyramidal attention for long-range time series modeling and forecasting. InInternational conference on learning representations
2021
-
[21]
Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. 2021. Swin transformer: Hierarchical vision transformer us- ing shifted windows. InProceedings of the IEEE/CVF international conference on computer vision. 10012–10022
2021
-
[22]
Zhuang Liu, Hanzi Mao, Chao-Yuan Wu, Christoph Feichtenhofer, Trevor Darrell, and Saining Xie. 2022. A convnet for the 2020s. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition. 11976–11986
2022
-
[23]
Liu Sheng, and Joseph Dunbar
Mohammad Amin Morid, Olivia R. Liu Sheng, and Joseph Dunbar. 2023. Time Series Prediction Using Deep Learning Methods in Healthcare.ACM Trans. Manage. Inf. Syst.14, 1, Article 2 (Jan. 2023), 29 pages. doi:10.1145/3531326
2023 doi
-
[24]
Yuqi Nie, Nam H Nguyen, Phanwadee Sinthong, and Jayant Kalagnanam. 2022. A time series is worth 64 words: Long-term forecasting with transformers.arXiv preprint arXiv:2211.14730(2022)
2022 arXiv
-
[25]
Ervin Sejdić, Igor Djurović, and Jin Jiang. 2009. Time–frequency feature repre- sentation using energy concentration: An overview of recent advances.Digital signal processing19, 1 (2009), 153–183
2009
-
[26]
Satya Narayan Shukla and Benjamin M Marlin. 2021. Multi-time attention networks for irregularly sampled time series.arXiv preprint arXiv:2101.10318 (2021)
2021 arXiv
-
[27]
Amelia LM Tan, Emily J Getzen, Meghan R Hutch, Zachary H Strasser, Alba Gutiérrez-Sacristán, Trang T Le, Arianna Dagliati, Michele Morris, David A Hanauer, Bertrand Moal, et al. 2023. Informative missingness: What can we learn from patterns in missing laboratory data in the el...
2023
-
[28]
Mingxing Tan and Quoc Le. 2019. Efficientnet: Rethinking model scaling for convolutional neural networks. InInternational conference on machine learning. PMLR, 6105–6114
2019
-
[29]
Haixu Wu, Tengge Hu, Yong Liu, Hang Zhou, Jianmin Wang, and Mingsheng Long. 2022. Timesnet: Temporal 2d-variation modeling for general time series analysis.arXiv preprint arXiv:2210.02186(2022)
2022 arXiv
-
[30]
Zhen Zeng, Rachneet Kaur, Suchetha Siddagangappa, Tucker Balch, and Manuela Veloso. 2023. From pixels to predictions: Spectrogram and vision transformer for better time series forecasting. InProceedings of the Fourth ACM International Conference on AI in Finance. 82–90
2023
-
[31]
Haoyi Zhou, Shanghang Zhang, Jieqi Peng, Shuai Zhang, Jianxin Li, Hui Xiong, and Wancai Zhang. 2021. Informer: Beyond efficient transformer for long se- quence time-series forecasting. InProceedings of the AAAI conference on artificial intelligence, Vol. 35. 11106–11115
2021
-
[32]
Tian Zhou, Ziqing Ma, Qingsong Wen, Xue Wang, Liang Sun, and Rong Jin. 2022. Fedformer: Frequency enhanced decomposed transformer for long-term series forecasting. InInternational conference on machine learning. PMLR, 27268–27286
2022
Reviewed July 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.