-
Notifications
You must be signed in to change notification settings - Fork 0
progression
Yuwei (Evelyn) Zhang edited this page Oct 27, 2023
·
26 revisions
Neural ODE Neural Ordinary Differential Equations NeurIPS 2018 | YouTube
- consider NN not as discrete layers but as a continuous function, a whole big block
- not specifying depth of the network, let it learn by itself
- better than RNN because: 1. more efficient 2. better at irregular time series
- add ODE solver in the forward propagation
Integrating Expert ODEs into Neural ODEs: Pharmacology and Disease Progression NeurIPS 2021 | code
- combine (explainable but limited) expert knowledge with ML latent representative power
ATTAIN: Attention-based Time-Aware LSTM Networks for Disease Progression Modeling
- 结合了之前分开有用过的attention和time-aware, added time interval to the attention
Modeling Disease Progression In Retinal OCTs With Longitudinal Self-Supervised Learning 19年一个workshop
- dataset: 3308 scans from 221 patients
- pretext task: predict the time interval between two scan images of the same patient
- transfer task: intermediate state -> advanced stage ? by adding a classifier and fine-tune
[Self-Supervised Pretraining and Transfer Learning Enable Flu and COVID-19 Predictions in Small Mobile Sensing Datasets] Conference on Health, Inference, and Learning (CHIL) 2023
- dataset: Homekit Flu Monitoring Study: 591k user-days of Fitbit data, 5196 participants, 6 months
- pretext task: same user, reconstruct data, predict Domain Inspired Features (best!)
- transfer task: infer positive / symptoms