SOTAVerified

PSDNorm: Test-Time Temporal Normalization for Deep Learning in Sleep Staging

2025-03-06Unverified0· sign in to hype

Théo Gnassounou, Antoine Collas, Rémi Flamary, Alexandre Gramfort

Unverified — Be the first to reproduce this paper.

Reproduce

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. Notably, the proposed method operates as a test-time domain adaptation technique, addressing distribution shifts without additional training. 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.

Tasks

Reproductions