Skip to content

Predicting Neurological Recovery from Coma After Cardiac Arrest: The George B. Moody PhysioNet Challenge 2023

License

Notifications You must be signed in to change notification settings

DeepPSP/cinc2023

Repository files navigation

CinC2023

docker-ci-and-test format-check

Predicting Neurological Recovery from Coma After Cardiac Arrest: The George B. Moody PhysioNet Challenge 2023

The Conference

Conference Website | Official Phase Leaderboard | Final Results

The table of final results of the team:

Click to view the table of final results Table of Final Results

Final results collecting:

from utils.gather_results import gather_results

td = get_team_digest("Revenger")  # overall digest

# a smaller part of the overall digest, in the format of a latex table
# Challenge Score will always be included in the table in the front rows
td = get_team_digest("Revenger", fmt="tex", hour_limits=[72, 48, 24], targets=["CPC"], metrics=["MAE"])
Click to view the leaderboard Official Phase Leaderboard
Click to view the conference poster Conference Poster

Conference paper: GitHub | IEEE Xplore | [CinC Papers On-line](https://cinc.org/archives/2023/pdf/CinC2023-060.pdf)

👉 Back to TOC

Description of the files/folders(modules)

Files

Click to view the details

Folders(Modules)

Click to view the details
  • official_baseline: the official baseline code, included as a submodule.
  • official_scoring_metric: the official scoring code, included as a submodule.
  • models: folder for model definitions, including CRNN models, and traditional ML models. The latter serves as a minimal garantee model using patient metadata only, which is used when no (EEG) data is available. It is indeed a wrapper containing model construction, training, hyperparameter tuning via grid search, model saving/loading, and end-to-end inference (from raw input to the form of output that the challenge requires).
  • utils: various utility functions, as well as some intermediate data files (e.g. train-val split files, etc.). SQI computation code, as mentioned in the unofficial phase (and also the v1 version of the I-CARE database). This will be described in detail in the External Resources Used section.

👉 Back to TOC

Distributions of the EEG data against clinical information of the patients

           

👉 Back to TOC

External Resources Used

SQI (Signal Quality Index) Calculation

Source Code integrated from bdsp-core/icare-dl.

As stated in the Artfiact Screening (Signal Quality) subsection of the Data Description section of the I-CARE database version 1.0 hosted at PhysioNet, the SQI is calculated as follows:

...This artifact score is based on how many 10-second epochs within a 5-minute EEG window are contaminated by artifacts. Each 10-second epoch was scored for the presence of the following artifacts including: 1) flat signal, 2) extreme high or low values, 3) muscle artifact, 4) non-physiological spectra, and 5) implausibly fast rising or decreasing signal amplitude...

Precomputed SQI (5min window (epoch), 1min step length) for all EEGs: Google Drive | Alternative

Distribution of SQI for all 5min windows (epochs):

SQI Distribution

👉 Back to TOC

CinC2020 | CinC2021 | CinC2022

About

Predicting Neurological Recovery from Coma After Cardiac Arrest: The George B. Moody PhysioNet Challenge 2023

Resources

License

Stars

Watchers

Forks

Packages

No packages published