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 learning to deal with multiple contrasts #14

Open
jcohenadad opened this issue May 5, 2022 · 0 comments
Open

Contrastive learning to deal with multiple contrasts #14

jcohenadad opened this issue May 5, 2022 · 0 comments

Comments

@jcohenadad
Copy link
Member

jcohenadad commented May 5, 2022

Contrastive Predicted Coding uses a contrastive loss to learn a representation which can be predicted with an autoregressive model [Oord 2018]. With contrastive multiview coding, a network must produce similar features for images of different modalities if they correspond to the same object [Tian 2019]. Contrastive learning applied to image segmentation was investigated in [Chaitanya 2020]. More recent work from Peng et al, using mutual information and regularization across decoder/encoder.

These approaches might be beneficial if our goal is to have the model behave robustly to input image contrasts that are not in the image contrasts used to train our contrast-agnostic segmentation.

Maybe worth investigating?

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

No branches or pull requests

1 participant