Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.15 KB

File metadata and controls

30 lines (19 loc) · 1.15 KB

FORMED: Foundation Model Repuposed for Medical Time Series Classification

FORMED is a foundation model for medical time series classification, which first achieves generalizable adaptation across different classification tasks.

comparison with other models

FORMED is built and used in a three stage fashion:

different stages of model training and evaluation

  1. First, we use a pre-trained general purpose large time series model, e.g. TimesFM, as backbone foundation model for time series pattern extraction.
  2. Then we repurpose the model for medical time series classification with shared decoding attention mechanism.
  3. Now the model can be easily applied to new datasets with limited labeled data for adapting.

detailed structure of the model

Requirements

Install the requirements with uv:

uv sync

Prepare the datasets and update the configs in configs folder, then run the experiments with:

bash scripts/repurposing.sh  # for repurposing
bash scripts/adapting.sh     # for adapting