Oufattole / meds-torch

MIT License
11 stars 1 forks source link

Implement Multi-Patient Contrastive Learning #23

Open Oufattole opened 1 month ago

Oufattole commented 1 month ago

Implement Multi-Patient Contrastive Learning

Problem

Lack of support for contrastive learning across multiple patients, which is required by some contrastive learning pretraining tasks. NCL is the one I have in mind. These pretraining methods often use the supervised label or dynamic time warping within a batch, so maybe we can add a stage for batch mining.

Proposed Solution