Skip to content
Sagan

Paper

Enabling Unsupervised Training of Deep EEG Denoisers With Intelligent Partitioning

Unreadunread

AI summary

The authors develop a self-supervised method for training deep learning models to denoise EEG signals from wearable sensors, which is hard because you never have truly clean EEG to use as training targets. Their key idea (Intelligent Partitioning for Self-supervised Denoising, iPSD) is to learn how to split a single noisy EEG segment into independent chunks that share the same underlying brain signal but have different noise realizations, then train the denoiser to produce consistent outputs across these partitions. This works even in zero-shot settings where you only have one segment to denoise.

Main takeaways:

  • Traditional EEG denoising methods use fixed rules that can't handle time-varying artifacts; deep learning methods need clean training data that doesn't exist
  • iPSD eliminates the need for clean reference signals by partitioning a single noisy input into independent realizations with the same underlying signal
  • The method enables self-supervised training where the denoiser learns to produce outputs consistent across different noisy views of the same signal
  • Works in extremely challenging conditions: signal-to-noise ratios down to -10 dB (signal 10× weaker than noise) and muscle artifacts
  • Achieves state-of-the-art performance on wearable in-ear EEG with spectral fidelity orders of magnitude better than baselines