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

Memory module for Semantic Segmentation #11

Open
Nadavc220 opened this issue Aug 2, 2021 · 0 comments
Open

Memory module for Semantic Segmentation #11

Nadavc220 opened this issue Aug 2, 2021 · 0 comments

Comments

@Nadavc220
Copy link

Hi,
from my understanding the memory module is a matrix which holds for each row the mean latent vector for each class (or - its centroid) over the source data. Later these centroids are also used to order the target data for a curriculum learning step.

What I don't understand is how the memory module is implemented for semantic segmentation. when there is a single class for each image the division to centroids is clear but what is your method when the labels are segmentation maps?

I did not find an explanation for this in the paper, or the code.

Thanks,
Nadav

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