PSDNorm: Temporal Normalization for Deep Learning in Sleep Staging

Abstract

Distribution shift poses a significant challenge in machine learning, particularly in biomedical applications using data collected across different subjects, institutions, and recording devices, such as sleep data. While existing normalization layers, BatchNorm, LayerNorm and InstanceNorm, help mitigate distribution shifts, when applied over the time dimension they ignore the dependencies and auto-correlation inherent to the vector coefficients they normalize. In this paper, we propose PSDNorm that leverages Monge mapping and temporal context to normalize feature maps in deep learning models for signals. Evaluations with architectures based on U-Net or transformer backbones trained on 10K subjects across 10 datasets, show that PSDNorm achieves state-of-the-art performance on unseen left-out datasets while being 4-times more data-efficient than BatchNorm.

Cite

Text

Gnassounou et al. "PSDNorm: Temporal Normalization for Deep Learning in Sleep Staging." International Conference on Learning Representations, 2026.

Markdown

[Gnassounou et al. "PSDNorm: Temporal Normalization for Deep Learning in Sleep Staging." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/gnassounou2026iclr-psdnorm/)

BibTeX

@inproceedings{gnassounou2026iclr-psdnorm,
  title     = {{PSDNorm: Temporal Normalization for Deep Learning in Sleep Staging}},
  author    = {Gnassounou, Theo and Collas, Antoine and Flamary, Rémi and Gramfort, Alexandre},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/gnassounou2026iclr-psdnorm/}
}