Skip to content

This is the source code repository of: "ProtoMix: Augmenting Health Status Representation Learning via Prototype-based Mixup" (KDD-2024)

Notifications You must be signed in to change notification settings

jiangxinke/ProtoMix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProtoMix (KDD 2024)

This is a Pytorch implementation of ProtoMix: Augmenting Health Status Representation Learning via Prototype-based Mixup. More details of the paper and dataset will be released after it is published.

The Code

Requirements

Following the suggested way by PyHealth: https://github.com/sunlabuiuc/PyHealth. Note that pytorch >=1.10.

Folder Structure

└── code-and-data
    ├── models                  # The core source code of our model ProtoMix
    │   |──  RNN.py             # The Backbone of RNN
    │   |──  ProtoMix.py        # The main model of ProtoMix 
    │   |──  model_utils.py     # Utils file
    │   |──  run_utils.py       # Utils file
    ├── parser.py               # Parser Args
    ├── mian_protomix.py        # This is the main file
    └── README.md               # This document

Datasets

Download MIMIC-III & MIMIC-IV & eICU datasets from https://physionet.org/content/;

Citation

@inproceedings{xu_jiang_chu_et_al, title={ProtoMix: Augmenting Health Status Representation Learning via Prototype-based Mixup}, author={Xu, Yongxin and Jiang, Xinke and Chu, Xu and Xiao, Yuzhen and Zhang, Chaohe and Ding, Hongxin and Zhao, Junfeng and Wang, Yasha and Xie, Bing}, booktitle={SIGKDD}, year={2024} }

About

This is the source code repository of: "ProtoMix: Augmenting Health Status Representation Learning via Prototype-based Mixup" (KDD-2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages