Add Wav2Sleep Multi-Modal Sleep Stage Classification Model#718
Open
merebear9 wants to merge 7 commits intosunlabuiuc:masterfrom
Open
Add Wav2Sleep Multi-Modal Sleep Stage Classification Model#718merebear9 wants to merge 7 commits intosunlabuiuc:masterfrom
merebear9 wants to merge 7 commits intosunlabuiuc:masterfrom
Conversation
Implement Wav2Sleep model for multi-modal sleep stage classification using various physiological signals.
This script demonstrates the usage of the Wav2Sleep model for sleep stage classification, including scenarios with different input modalities and training mode.
Added detailed README for Wav2Sleep project, including overview, installation instructions, quick start guide, model components, training procedures, performance metrics, data formats, datasets, citation information, references, and contact details.
Added NetID for author Meredith McClain.
Updated author information and added paper link in docstring.
Updated the README to reflect changes in the Wav2Sleep model implementation for PyHealth, including feature descriptions, installation instructions, and usage examples.
Updated the example usage of the wav2sleep model for clarity and added additional examples for different modality combinations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributor: Meredith McClain (mmcclan2)
NetID: mmcclan2
Type: Model Implementation
Description
Implementation of wav2sleep, a unified multi-modal approach to sleep stage classification from physiological signals (ECG, PPG, abdominal and thoracic respiratory signals).
Paper
Title: wav2sleep: A Unified Multi-Modal Approach to Sleep Stage Classification from Physiological Signals
Authors: Jonathan F. Carter, Lionel Tarassenko
Link: https://arxiv.org/abs/2411.04644
Year: 2024
Key Features
Architecture
Files
pyhealth/models/wav2sleep.py- Complete model implementation (~600 lines)examples/wav2sleep_example.py- Usage example with dummy dataexamples/wav2sleep_README.md- Comprehensive documentationDocumentation
Test Cases
Run the test:
Expected output:
Validation
Performance (from original paper)
Course Project
This contribution is part of CS 598 Deep Learning for Healthcare final project at UIUC (Fall 2025).
References