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

Nice Work! I'm interested in ECS. I want to realize it. #1

Open
yuheyuan opened this issue Sep 8, 2023 · 0 comments
Open

Nice Work! I'm interested in ECS. I want to realize it. #1

yuheyuan opened this issue Sep 8, 2023 · 0 comments

Comments

@yuheyuan
Copy link

yuheyuan commented Sep 8, 2023

image
I want to know.
If
for each img x
you predict x using model and do softmax for the output. You calculate every class's probabiliy in all pixels.

For example.
for a img shape [batch, channel, H, W], for 16 classification.
You can get a ECS map shaple like [batch, channel=16 ,H ,W], each channel represent one class ECS map?
Then you use
image
I want to know topk(e, k) if represents choose k classes which have the high CS do mix img.
Here is not something that can be considered similar. For example, I calculate the entropy of each class, and then I sort and select the seven classes with the lowest entropy to do image mixing.

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