Pith. sign in

REVIEW 5 major objections 8 minor 23 references

Neonatal Hypoxic-ischaemic Encephalopathy Classification from the EEG and HRV Signals Using a Conformer based Masked Autoencoder

T0 review · 5 major / 8 minor · reviewed 2026-07-30 · grok-4.5

Pith's one-line read Pretraining a Conformer masked autoencoder on thousands of hours of unlabelled EEG and HRV yields transferable features that classify neonatal HIE severity from limited expert labels.

desk verdict Solid held-out SSL engineering for neonatal HIE grading; EEG gains look real, HRV “surpasses” claim is thin once infant clustering is considered. read the letter →

arxiv 2607.23554 v1 pith:YXGNO7PY submitted 2026-07-26 cs.LG cs.AIeess.SP

classification cs.LGcs.AIeess.SP
keywords MaskedAutoencodersConformerElectroencephalographyHeartRateVariabilityNeonatalHIESelf-supervisedlearningMR-STFTloss
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Neonatal hypoxic-ischaemic encephalopathy must be graded quickly so cooling can start, yet expert EEG labels are scarce and continuous expert reading is not always available. This paper claims that a masked autoencoder built on a Conformer backbone, pretrained on thousands of hours of unlabelled EEG and HRV, learns representations that transfer to HIE severity classification with far less labelled data than training from scratch. The model reconstructs randomly masked patches of five-minute windows and adds a multi-resolution short-time Fourier transform loss so both time-domain shape and spectral structure are preserved. After pretraining, a linear probe or light fine-tune on the smaller expert-labelled set reaches high held-out AUCs on EEG binary and four-class grading and a competitive AUC on HRV binary grading, beating the paper’s supervised and self-supervised baselines. A sympathetic reader cares because the work turns routinely collected, unlabelled NICU signals into a practical path around the annotation bottleneck in neonatal neurocritical care.

What carries the argument

MAEConformer: a masked autoencoder whose encoder is a Conformer (self-attention plus depthwise convolution on visible tokens only, with relative position embeddings and global response normalization), trained to reconstruct masked patches under MSE plus a mask-aware multi-resolution STFT loss and a uniformity regularizer.

What would settle it

Re-label a held-out cohort at true five-minute resolution (or with continuous severity scores) and check whether epoch-level AUCs and the claimed pretrain-to-scratch gap collapse when window labels no longer match the hour grade.

Watch

Extended reading notes

Core claim

Modality-specific MAEConformer models pretrained on 6,030 h of unlabelled EEG and 4,868 h of unlabelled HRV learn representations that, after linear probing or fine-tuning on limited expert labels, achieve test AUCs of 97.19% (binary) and 96.56% (four-class) on held-out EEG HIE severity classification and 82.42% on HRV binary classification, outperforming the paper’s supervised convolutional and self-supervised Transformer baselines on those tasks.

Load-bearing premise

Every overlapping five-minute window can safely inherit the expert’s single one-hour HIE grade, and majority or margin aggregation recovers the true epoch decision even if severity or artefacts change inside the hour.

Editorial extensions

If this is right

  • Large unlabelled NICU EEG/HRV archives can be turned into reusable encoders that need only small expert sets for HIE grading.
  • EEG binary and four-class HIE decisions become feasible at the reported AUCs without training deep nets from scratch on scarce labels.
  • HRV alone, though weaker than EEG, can support continuous severity screening where full EEG is unavailable.
  • Adding multi-resolution spectral reconstruction to MAE pretraining is presented as a transferable recipe for other long non-stationary biosignals.
  • Partial unfreezing of only the top encoder layers is offered as the practical fine-tune recipe when labelled HRV is small.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same pretrained encoders could be probed for related NICU endpoints (seizure burden, cooling response, two-year outcome) without new large labelled corpora.
  • If window-level expert grades were collected, the method could move from hour-level triage toward near-real-time severity tracking.
  • Joint EEG–HRV pretraining or late fusion may close part of the remaining gap between HRV-only and EEG-only AUCs.
  • Sites with only single-channel or lower-quality EEG could still benefit because the pipeline trains channels independently and reports single-channel capability.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 8 minor

Summary. The paper proposes MAEConformer, a masked autoencoder with a Conformer encoder/decoder and a mask-aware multi-resolution STFT auxiliary loss, pretrained separately on 6,030 h of unlabelled EEG and 4,868 h of unlabelled HRV from the ANSeR2 cohort. The pretrained encoders are evaluated by linear probing and (partial) fine-tuning on expert-graded HIE severity classification, with testing on the independent ANSeR1 cohort. Reported test AUCs are 97.19% (binary) and 96.56% (four-class) for EEG and 82.42% (binary, linear probe) for HRV, compared against adapted MAE baselines (MAETransformer, MAEFHRFormer) and published supervised baselines. Ablations cover model capacity, patch size, decoder type, positional embedding, GRN vs BN, classifier heads, and loss components; scaling curves, attention-entropy/distance diagnostics, UMAP visualizations, and a per-infant clinical trajectory example are provided. Code is publicly released.

Significance. If the results hold, this is a useful contribution to neonatal neurocritical care ML: a clean train/test separation at the cohort level (pretraining and downstream training on ANSeR2 only; ANSeR1 held out entirely), multi-seed reporting, honest linear-probe vs fine-tune comparisons, label-scaling curves against from-scratch training, and public code for reproducibility. The MR-STFT ablation (Table 5f: linear-probe AUC drops from 0.9603 to 0.8753 without it) is a genuinely informative result for MAE pretraining on physiological signals, and the EEG point estimates, if replicated, would be state of the art on this benchmark. The HRV side is more modest and the paper mostly says so. The main risks to the contribution are statistical rather than methodological: the superiority claims rest on seed-level error bars while the evaluation units are clustered within a modest number of infants, and parts of the abstract/conclusion overstate what Table 4 supports.

major comments (5)
  1. [§4.3, Tables 2–4 and Figs. 9–10] All reported ± values are standard deviations over random seeds/splits, but the evaluation units (338 EEG / 215 HRV one-hour epochs) are clustered within ~91 and ~58 infants respectively (up to 5 epochs each), and the 5-minute windows within an epoch overlap by 50% (EEG) or 80% (HRV). Seed-level variance measures optimization stochasticity, not the sampling variability of the AUC, which is the relevant uncertainty for the superiority claims and is plausibly 1–2 AUC points at this cohort size. This is load-bearing for the HRV claim: the linear-probe margin over MAETransformer is 0.8242 vs 0.8161 (Table 4), almost certainly within clustered-sampling noise. Please add infant-level (cluster) bootstrap confidence intervals, or a paired cluster-resampled comparison between MAEConformer and each baseline, for Tables 2–4. The EEG gaps (e.g., 96.56 vs 93.82/92.74) will likely survive this analysi
  2. [Abstract and §6 (Conclusion); Table 4] The abstract and conclusion state that MAE-HRV 'surpass[es] both self-supervised Transformer-based and supervised convolutional baselines.' Table 4 does not support this as written: under fine-tuning, MAETransformer achieves the higher AUC (0.8113 vs 0.8041), and the best overall HRV result belongs to the weakly supervised HRVConformer (0.8323), as the paper itself notes in §4.3. The supported statement is narrower — that the MAEConformer linear probe marginally exceeds the adapted MAETransformer linear probe (subject to the uncertainty quantification requested above) and approaches HRVConformer with ~7× fewer labelled epochs. Please rewrite the abstract/§6 claims to match Table 4, and foreground the data-efficiency argument, which is the defensible and interesting part.
  3. [§4.3, Table 2] The key EEG comparison against the supervised FCN (AUC 0.9328) is a single number imported from Yu et al. [2023] with no variance estimate, so no paired or even approximate statistical comparison is possible; moreover the FCN reports higher accuracy (0.869 vs 0.8639) than MAEConformer, so the text's 'consistently outperforms the other five baselines across all metrics' is inaccurate as stated (the authors do note the accuracy exception for fine-tune, but the sentence as written overclaims). Since the FCN is the strongest supervised reference and shares the authors' pipeline, please either re-run it under the same multi-seed protocol used for the MAE models or clearly qualify the comparison as cross-paper and single-run.
  4. [§3.2 and §3.5] Every 5-minute window inherits its parent one-hour expert grade, and with 50%/80% overlap the windows are highly correlated both as training samples and as evaluation units. If severity or artefact content varies within the hour, both the pretraining distribution and the classification targets are misaligned with the true clinical state, and epoch-level majority-vote/margin aggregation may mask this. The authors acknowledge the annotation is an 'overall assessment of the one-hour epoch,' but no sensitivity analysis is offered. At minimum, please report results with non-overlapping windows (or a coarser overlap) to show the metrics are not inflated by window correlation, and discuss the label-inheritance assumption explicitly as a limitation.
  5. [§4.3, HRV baseline construction] The paper reports that MAEFHRFormer and MAETransformer exhibited representation collapse on HRV and could only be made to train by replacing their decoders with Conformer blocks and adding the MR-STFT loss — i.e., the two headline components of the proposed method. The resulting HRV comparison is therefore partially self-referential: it compares the full method against a hybrid that already contains the method's decoder and loss, and the one remaining difference (Conformer vs Transformer encoder) yields a 0.8-point linear-probe gap. Please (i) clarify whether the baseline collapse is architectural or an optimization/hyperparameter artifact (e.g., learning rate, mask ratio for the lower-dimensional HRV signal), and (ii) temper the framing of the HRV baseline comparison accordingly.
minor comments (8)
  1. [Title page] The author list contains a duplicated name ('Shuwen Yu†1,2, Shuwen Yu 1,2').
  2. [§3.1] The two paragraphs describing the unlabelled pretraining set repeat the same 6,030/4,868 epoch counts almost verbatim; please merge. Also state explicitly whether the 'separate hold-out cohort reserved for future validation' is disjoint from ANSeR1/ANSeR2 as used here.
  3. [§3.4.2, Eq. (5)–(7)] The notation X_ℓ(x) vs X[ℓ,k] is used inconsistently, and the aggregation over frequency bins in Eq. (5) (the L1 norm) versus the frame weighting in Eq. (6) could be stated more explicitly. Values of β_c and ε are not reported; please add them to Table 1 or the training details.
  4. [Table 5/Table 6 captions] 'Default settings are marked with grey' — the shading is not discernible in the preprint rendering; use bold or a dagger instead. Also, the ablation rows are single runs (no seed variance), which should be stated.
  5. [§4.2.1, Fig. 5] The explanation that fine-tuning only the FCN head underperforms linear probing 'due to the reduced capacity of the FCN head compared with the linear probe classifier' is counterintuitive as phrased (the FCN head is typically larger than a linear head); please clarify what is being compared.
  6. [§5.1, Figs. 11–12] Attention-entropy/distance conclusions are drawn from 'representative runs... selected based on stable, non-pathological entropy patterns.' This selection criterion risks circularity; please either show all seeds or pre-register the selection rule.
  7. [Throughout] Typos and grammar: 'fintune' (§5.2), 'MAConformer' (§5.1), 'not effected' (should be 'affected', §4.4), 'The main contribution of this work are' (§1), 'even through' for 'even though' (§4.4, §5.3), 'HRV ,' spacing (§2.2).
  8. [§4.1] Hyperparameters were selected with Optuna on the ANSeR2 validation set via a KNN probe; please state the search budget and confirm no ANSeR1 data informed any selection step.

Circularity Check

1 steps flagged · score 1.0 of 10

No derivation circularity: empirical SSL transfer on a held-out cohort; only minor non-load-bearing self-baselines.

  1. self citation load bearing [§4.3 Tables 2–4; baselines Yu et al. 2023 FCN, Yu et al. 2026 HRVConformer]
    "The first one employed the fully convolutional network (FCN) directly processing on the raw EEG signal Yu et al. [2023]. ... The best overall performance is achieved by the weakly supervised HRVConformer, closely followed by MAEConformer under linear probe setting."

    Mild only: comparison baselines and HRV preprocessing come from overlapping authors on the same ANSeR cohorts. This is normal lab continuity, not a uniqueness premise that forces the MAEConformer AUCs. Central numbers remain held-out empirical measurements, so the step is not load-bearing circularity.

full rationale

MAEConformer is an empirical representation-learning paper. The pretraining objective (masked MSE + uniformity + MR-STFT on unlabelled ANSeR2) does not encode HIE grades; downstream labels enter only at linear-probe/fine-tune time; test metrics are reported on a separate infant cohort (ANSeR1). Absolute AUCs are therefore not algebraically forced by the inputs. Author-overlapping citations (Yu et al. FCN 2023; HRVConformer 2026; shared ANSeR preprocessing) appear only as supervised baselines and pipeline continuity, not as uniqueness theorems or fitted parameters renamed as predictions. No self-definitional loop, no fitted-input-as-prediction, and no ansatz smuggled in as external fact. Score 1 only for routine cumulative-lab self-baselines that are not load-bearing for the central claim.

Assumptions & free parameters 6 free parameters · 5 assumptions · 2 invented entities

Load-bearing content is empirical SSL performance, not a closed-form derivation. The claim rests on standard deep-learning practice, clinical labelling conventions from Murray et al., cohort inclusion rules, many hand-chosen preprocessing and loss hyperparameters, and the modelling choice that local Conformer structure plus spectral reconstruction yields linearly separable HIE features. No new physical entity is postulated; free parameters are training/design knobs selected via Optuna and validation AUC.

free parameters (6)
  • mask_ratio = 0.4 EEG; 0.3 HRV
    Fraction of patches discarded in pretraining; set differently per modality and affects what the encoder must infer.
  • alpha_MRSTFT / alpha_unif = EEG 0.6 / 0.2; HRV 0.3 / 0.3
    Weights mixing MSE, uniformity, and MR-STFT losses; chosen as hyperparameters, not derived.
  • STFT window set and min mask weight delta = EEG (4,8,16,32)s; HRV +64s; delta=0.4
    Multi-resolution spectral supervision scales and frame inclusion threshold; ablation shows MR-STFT weight is performance-critical for linear probe.
  • patch_size, d_model, depth, heads, conv kernel = 10 s patch; d=256; 6 layers; 16 heads; dw-conv k=7 (default Table 1)
    Architecture capacity knobs optimized with Optuna on downstream validation then refined with linear probe.
  • HRV noise STD threshold and overlap = STD~0.12 s; 80% overlap
    Empirical QC gate (e.g. 0.12 s) and 80% window overlap control which labelled/unlabelled HRV samples exist.
  • partial fine-tune depth (HRV) = top 2 layers
    Only top-2 encoder layers unfrozen by validation search because full FT overfit; directly shapes reported HRV FT numbers.
assumptions (5)
  • domain assumption Masked reconstruction on unlabelled physiological windows yields features that transfer to HIE severity with little labelled data.
    Core SSL premise of the MAE paradigm as applied in §§1, 3.3; supported empirically here but not proved.
  • domain assumption Murray et al. one-hour EEG grades (and binary/4-class collapses for TH need) are the appropriate supervision target for windowed models.
    Label definition in §3.1; clinical standard adopted without re-validating inter-rater structure in this paper.
  • domain assumption HIE is sufficiently global that single-channel concatenated training is valid and multi-channel context can be ignored at input.
    Stated in §3.2 preprocessing; enables channel-variant classifier but discards spatial EEG structure.
  • ad hoc to paper Relative position embeddings plus depthwise conv on visible-only sequences do not critically distort temporal topology for representation learning.
    Argued qualitatively in §3.3 as avoiding absolute-position mask leakage; central to claiming Conformer integrates cleanly with MAE.
  • standard math Standard backprop optimization, attention, and STFT analysis are well-defined and stable under the stated normalizations.
    Background ML/signal processing used throughout §§3.3–3.4.
invented entities (2)
  • MAEConformer
    purpose: Name the specific Conformer-encoder MAE with GRN, relative positions, and mask-aware MR-STFT training recipe for EEG/HRV.
    Architectural composite rather than a new physical object; identity is the method being evaluated.
  • Mask-aware MR-STFT loss
    purpose: Spectrally supervise reconstruction on partially masked STFT frames via Hann-weighted masked-sample fractions.
    Paper-specific loss construction (§3.4.2); ablations give internal evidence it helps linear probe, not external physical prediction.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Neonatal Hypoxic-ischaemic Encephalopathy Classification from the EEG and HRV Signals Using a Conformer based Masked Autoencoder." pith.science (2026). https://pith.science/paper/YXGNO7PY

@misc{pith2026260723554,
  author       = {Pith},
  title        = {Pith review of: Neonatal Hypoxic-ischaemic Encephalopathy Classification from the EEG and HRV Signals Using a Conformer based Masked Autoencoder},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YXGNO7PY}},
  note         = {Machine review of arXiv:2607.23554}
}
read the original abstract

In this paper, we propose the MAEConformer, a novel self-supervised learning framework that combines the Conformer architecture with the Masked Autoencoder (MAE) paradigm for large-scale representation learning from unlabelled electroencephalography (EEG) and heart rate variability (HRV) signals. By integrating convolutional operations with Transformer-based self-attention, MAEConformer effectively captures both local temporal patterns and long-range contextual dependencies in physiological time series. To enhance reconstruction fidelity and representation quality, a multi-resolution short-time Fourier transform (MR-STFT) loss is incorporated alongside the reconstruction objective, enabling the model to jointly learn temporal and spectral characteristics across multiple scales. Modality-specific EEG and HRV MAEConformer models were pretrained on 6,030h and 4,868h of unlabelled recordings, respectively, and subsequently transferred to expert-annotated downstream tasks. Experimental results demonstrate that the learned representations provide strong transferability and data efficiency. In EEG-based hypoxic ischemic encephalopathy (HIE) severity classification, the pretrained MAE-EEG model achieved test AUCs of 97.19% and 96.56% for binary and four-class classification tasks, respectively, outperforming a range of state-of-the-art supervised and self-supervised baselines. On the HRV-based HIE severity classification task, MAE-HRV achieved a test AUC of 82.42%, surpassing both self-supervised Transformer-based and supervised convolutional baselines. These findings demonstrate the effectiveness of MAEConformer for learning robust and transferable representations across multiple physiological modalities.

Figures

Figures reproduced from arXiv: 2607.23554 by the authors.

Figure 1
Figure 1. The model architecture of MAEConformer. The input is a 5-minute HRV or EEG (single channel) segment. [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. The effect of the number of pretrain epochs on the downstream classification performance from the 4-class [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. Examples of MAE-EEG reconstructions from the validation set. 50 seconds of EEG segments were randomly [PITH_FULL_IMAGE:figures/full_fig_p011_3.png] view at source ↗
Figures from the paper (13 more)
Figure 4
Figure 4. Figure 4: Examples of reconstructed HRV signal from the validation set. The MAE-HRV (mask ratio of 0.3, patch [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]
Figure 5
Figure 5. Figure 5: Effect of partial fine-tune with the top [PITH_FULL_IMAGE:figures/full_fig_p013_5.png]
Figure 6
Figure 6. Figure 6: The downstream task training efficiency comparison between models whose encoder were initialized randomly [PITH_FULL_IMAGE:figures/full_fig_p013_6.png]
Figure 7
Figure 7. Figure 7: The effect of different size of strongly labelled EEG training set on the test AUC (4-class on the epoch-level). [PITH_FULL_IMAGE:figures/full_fig_p014_7.png]
Figure 8
Figure 8. Figure 8: The effect of different size of the strongly labelled HRV training set on the test AUC (2-class on the epoch [PITH_FULL_IMAGE:figures/full_fig_p014_8.png]
Figure 9
Figure 9. Figure 9: Different MAE-EEG models linear probe (LP) and fine-tune (FT) AUC (4-class over the one-hour epoch-level) [PITH_FULL_IMAGE:figures/full_fig_p015_9.png]
Figure 10
Figure 10. Figure 10: Linear probe (LP) and fine-tune (FT) MAE-HRV models AUC (2-class on the epoch-level) distributions [PITH_FULL_IMAGE:figures/full_fig_p016_10.png]
Figure 11
Figure 11. Figure 11: Average attention entropy distribution across all test samples of each layer and head from the encoder of the [PITH_FULL_IMAGE:figures/full_fig_p019_11.png]
Figure 12
Figure 12. Figure 12: Attention distance (in seconds) averaged over the whole test set for each head across layers from different [PITH_FULL_IMAGE:figures/full_fig_p020_12.png]
Figure 13
Figure 13. Figure 13: demonstrates the UMAP embeddings from the strongly labelled EEG test set. The pretrained model shows emergent clustering of HIE severity levels without label supervision, suggesting that the model is capable of learning meaningful representations with the masking and …
Figure 14
Figure 14. Figure 14: UMAP visualization for the (a) pretrained and (b) fine-tuned Conformer encoder (HRV). Each point denotes the UMAP reduced embeddings of the encoder output from the strongly labelled one-hour ANSeR1 HRV recording. The 2-class labels are marked with different colours. 5…
Figure 15
Figure 15. Figure 15: The EEG model exhibits more stable predictions, with smoother probability trajectories and generally smaller [PITH_FULL_IMAGE:figures/full_fig_p021_15.png]
Figure 15
Figure 15. Figure 15: Example of model prediction probabilities over postnatal ages from the ANSeR1 [PITH_FULL_IMAGE:figures/full_fig_p022_15.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

23 extracted references · 7 canonical work pages

  1. [2023]

    doi:10.3389/fped.2023.1138062

    ISSN 2296-2360. doi:10.3389/fped.2023.1138062. Iliana Bersani, Fiammetta Piersigilli, Diego Gazzolo, Francesca Campi, Immacolata Savarese, Andrea Dotta, Pietro Paolo Tamborrino, Cinzia Auriti, and Corrado Di Mambro. Heart rate variability as possible marker of brain damage in neonates with hypoxic ischemic encephalopathy: A systematic review.European Jour...

  2. [8]

    doi:10.3389/fnhum.2021.653659

    ISSN 1662-5161. doi:10.3389/fnhum.2021.653659. Hsiang-Yun Sherry Chien, Hanlin Goh, Christopher M. Sandino, and Joseph Y . Cheng. MAEEG: Masked Auto-encoder for EEG Representation Learning, October

  3. [9]

    doi:10.1016/j.bspc.2024.106131

    ISSN 17468094. doi:10.1016/j.bspc.2024.106131. Zhi-Qin John Xu, Yaoyu Zhang, and Yanyang Xiao. Training behavior of deep neural network in frequency domain. In International Conference on Neural Information Processing, pages 264–274. Springer,

  4. [10]

    ISBN 978-1-6654-2812-5

    IEEE. ISBN 978-1-6654-2812-5. doi:10.1109/ICCV48922.2021.01366. Xihao Piao, Zheng Chen, Taichi Murayama, Yasuko Matsubara, and Yasushi Sakurai. Fredformer: Frequency Debiased Transformer for Time Series Forecasting. InProceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, pages 2400–2410, Barcelona Spain, August

  5. [11]

    ISBN 979-8-4007-0490-1

    ACM. ISBN 979-8-4007-0490-1. doi:10.1145/3637528.3671928. Ran Liu, Ellen L. Zippi, Hadi Pouransari, Chris Sandino, Jingping Nie, Hanlin Goh, Erdrin Azemi, and Ali Moin. Frequency-Aware Masked Autoencoders for Multimodal Pretraining on Biosignals, April

  6. [18]

    ISBN 979-8-4007-0490-1

    ACM. ISBN 979-8-4007-0490-1. doi:10.1145/3637528.3671600. 24 MAEConformer: Neonatal HIE Classification from EEG and HRV Signals Ioannis Kakogeorgiou, Spyros Gidaris, Bill Psomas, Yannis Avrithis, Andrei Bursuc, Konstantinos Karantzalos, and Nikos Komodakis. What to hide from your students: Attention-guided masked image modeling. InEuropean Conference on C...

  7. [20]

    How Mask Matters: Towards Theoretical Understandings of Masked Autoencoders

    Qi Zhang, Yifei Wang, and Yisen Wang. How Mask Matters: Towards Theoretical Understandings of Masked Autoencoders. In36th Conference on Neural Information Processing Systems (NeurIPS 2022),

  8. [21]

    Masked Image Model- ing with Local Multi-Scale Reconstruction

    Haoqing Wang, Yehui Tang, Yunhe Wang, Jianyuan Guo, Zhi-Hong Deng, and Kai Han. Masked Image Model- ing with Local Multi-Scale Reconstruction. In2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 2122–2131, Vancouver, BC, Canada, June 2023b. IEEE. ISBN 979-8-3503-0129-8. doi:10.1109/CVPR52729.2023.00211. Zhenda Xie, Zheng Zh...

Show all 23 references
  1. [22]

    ISBN 978-1-6654-6946-3

    IEEE. ISBN 978-1-6654-6946-3. doi:10.1109/CVPR52688.2022.00943. Christoph Feichtenhofer, Haoqi Fan, Yanghao Li, and Kaiming He. Masked Autoencoders As Spatiotemporal Learners. Advances in Neural Information Processing Systems 35 (NeurIPS 2022),

  2. [23]

    doi:10.3390/technologies11060151

    ISSN 2227-7080. doi:10.3390/technologies11060151. Kimia Rezaei, Sean R. Mathieson, Gordon Lightbody, Geraldine B. Boylan, and William P. Marnane. A Deep Learning Approach to Grading Neonatal Hypoxic-Ischemic Encephalopathy Using ECG Spectrograms*. In2025 47th Annual Internatio...

  3. [24]

    Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu

    doi:10.1109/EMBC58623.2025.11253390. Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer.Journal of machine learning resea...

  4. [2003]

    doi:10.1016/S0029-7844(03)00574-X

    ISSN 00297844. doi:10.1016/S0029-7844(03)00574-X. Pola Kosteczko, Patrycja Maria Pelczar, Magdalena Kosanowska, Klaudia Ko´sla, and Adrianna Wieleba. Therapeutic hypothermia as a form of neonatal hypoxic-ischemic encephalopathy neuroprotection and novel therapeutic options. Jo...

  5. [2005]

    doi:10.1109/TBME.2005.844028

    ISSN 0018-9294. doi:10.1109/TBME.2005.844028. Adriana N Vest, Giulia Da Poian, Qiao Li, Chengyu Liu, Shamim Nemati, Amit J Shah, and Gari D Clifford. An open source benchmarked toolbox for cardiovascular waveform and interval analysis.Physiological Measurement, 39(10): 105004, October

  6. [2009]

    doi:10.1542/peds.2008-2190

    ISSN 0031-4005, 1098-4275. doi:10.1542/peds.2008-2190. Shuwen Yu, William P Marnane, Geraldine B Boylan, and Gordon Lightbody. Hrvconformer: Neonatal hypoxic- ischemic encephalopathy classification from the heart rate signals.arXiv preprint arXiv:2605.26190,

  7. [2011]

    22 MAEConformer: Neonatal HIE Classification from EEG and HRV Signals doi:10.1053/j.nainr.2011.07.004

    ISSN 15273369. 22 MAEConformer: Neonatal HIE Classification from EEG and HRV Signals doi:10.1053/j.nainr.2011.07.004. G Hankins. Defining the pathogenesis and pathophysiology of neonatal encephalopathy and cerebral palsy.Obstetrics & Gynecology, 102(3):628–636, September

  8. [2015]

    doi:10.1038/pr.2015.28

    ISSN 0031-3998, 1530-0447. doi:10.1038/pr.2015.28. Xiang Li, Wenhai Wang, Lingfeng Yang, and Jian Yang. Uniform Masking: Enabling MAE Pre-training for Pyramid- based Vision Transformers with Locality, May 2022a. Gang Li, Heliang Zheng, Daqing Liu, Chaoyue Wang, Bing Su, and Ch...

  9. [2018]

    doi:10.1088/1361-6579/aae021

    ISSN 1361-6579. doi:10.1088/1361-6579/aae021. Robert M. Goulding, Nathan J. Stevenson, Deirdre M. Murray, Vicki Livingstone, Peter M. Filan, and Geraldine B. Boy- lan. Heart rate variability in hypoxic ischemic encephalopathy: Correlation with EEG grade and 2-y neurodevelopmen...

  10. [2019]

    doi:10.1136/archdischild-2018-315624

    ISSN 1359-2998, 1468-2052. doi:10.1136/archdischild-2018-315624. Andreea M Pavel, Janet M Rennie, Linda S De Vries, Mats Blennow, Adrienne Foran, Divyen K Shah, Ronit M Pressler, Olga Kapellou, Eugene M Dempsey, Sean R Mathieson, Elena Pavlidis, Alexander C Van Huffelen, Vicki...

  11. [2020]

    doi:10.1016/S2352-4642(20)30239-X

    ISSN 23524642. doi:10.1016/S2352-4642(20)30239-X. Deirdre M. Murray, Geraldine B. Boylan, Cornelius A. Ryan, and Sean Connolly. Early EEG Findings in Hypoxic- Ischemic Encephalopathy Predict Outcomes at 2 Years.Pediatrics, 124(3):e459–e467, September

  12. [2021]

    doi:10.1007/s00431-020-03882-3

    ISSN 0340-6199, 1432-1076. doi:10.1007/s00431-020-03882-3. Federico Del Pup and Manfredo Atzori. Applications of self-supervised learning to biomedical signals: A survey.IEEE Access, 11:144180–144203,

  13. [2022]

    Masked Autoencoders with Multi- Window Local-Global Attention Are Better Audio Learners

    Sarthak Yadav, Sergios Theodoridis, Lars Kai Hansen, and Zheng-Hua Tan. Masked Autoencoders with Multi- Window Local-Global Attention Are Better Audio Learners. InThe Twelfth International Conference on Learning Representations, ICLR 2024, Vienna, Austria, May 7-11,

  14. [2024]

    ISBN 978-3-031-61572-6

    Springer Nature Switzerland. ISBN 978-3-031-61572-6. doi:10.1007/978-3-031-61572-6_7. Ya Zhou, Xiaolin Diao, Yanni Huo, Yang Liu, Xiaohan Fan, and Wei Zhao. Masked Transformer for Electrocardiogram Classification, April

  15. [2025]

    Self-supervised time series representation learning via cross reconstruction transformer.IEEE Transactions on Neural Networks and Learning Systems, 35(11):16129–16138, 2023b

    Wenrui Zhang, Ling Yang, Shijia Geng, and Shenda Hong. Self-supervised time series representation learning via cross reconstruction transformer.IEEE Transactions on Neural Networks and Learning Systems, 35(11):16129–16138, 2023b. Guoxin Wang, Qingyuan Wang, Ganesh Neelakanta I...

Pith tools

Reviewed July 30, 2026 · model on record in the stance chip above.