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

Get uncertainty #13

Open
mees opened this issue Nov 20, 2018 · 1 comment
Open

Get uncertainty #13

mees opened this issue Nov 20, 2018 · 1 comment

Comments

@mees
Copy link

mees commented Nov 20, 2018

Hi,
is it possible to compute some kind of uncertainty about the answer given for a comprehension? Like for example if you query with an ambiguous expression or you query for classes not present on the image?

@lichengunc
Copy link
Owner

Probably not with current contrastive ranking loss. You could try replacing it with binary cross-entropy, which could output a [0, 1) score. I would imagine an ambiguous expression would return all boxes with lower than 0.5

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

2 participants