Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contrastive Methods #18

Closed
4 tasks
Tracked by #11
Oufattole opened this issue Jul 10, 2024 · 0 comments
Closed
4 tasks
Tracked by #11

Contrastive Methods #18

Oufattole opened this issue Jul 10, 2024 · 0 comments
Assignees

Comments

@Oufattole
Copy link
Owner

Oufattole commented Jul 10, 2024

We want to support general contrastive learning window definitions.

There are some common patient specific latent space temporal structures we may desire (as shown in Figure A).

  • Consistent - that a patient has a constant representation if we look at two different windows of time for them. This can be local (only for adjacent windows) or global (for any two randomly selected non-overlapping windows)
  • Continuity/interpolation - that if we take two non adjacent windows for the patient, the window between them should be approximately an average of those two windows.
  • Ordering - that if we reverse time, or shuffle windows and input those to a model, the representation will be very different. This can also be local (adjacent windows) or global (no adjacency constraint).
    We can also have multi-patient properties:
  • Label-Based Neighbors - patients with the same label should have similar representations

Additionally, we want to allow users to select global and local windows a
Subtype_Representation_Properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant