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

How to interpret the distance? #38

Closed
yqtianust opened this issue Nov 5, 2019 · 4 comments
Closed

How to interpret the distance? #38

yqtianust opened this issue Nov 5, 2019 · 4 comments

Comments

@yqtianust
Copy link

Hi, how can we interpret the physical meaning of the similarity distance?
For example in which range, the distance means the images are very similar?
For example in which range, the distance means the images are very different?

I understood that 0 means two pictures are exactly the same. However, what if a value is around 0.5?
Any suggestions?

Thanks.

@richzhang
Copy link
Owner

Hi, I don't know if the absolute distance has such a clean interpretation, since it's dependent on the input content as well. I use this to compare algorithms to each other

@saisubramaniam147
Copy link

Can you clarify by 'dependent on input content'? If I were to compare against image generations, how can I use it?

@richzhang
Copy link
Owner

The metric is trained so that the relative values of d(a, a') and d(a, a'') hopefully consistent

Given different images, such as d(a, a') and d(b, b'), the values may be similar but may look closer or further, depending on what a and b are.

@yuyilin115
Copy link

yuyilin115 commented Oct 19, 2023

@richzhang I met the similar question.
I want to use if d(a, a'') - d(a, a') < 0.01 to show a'' is similar to a',is this feasible?or Is it feasible to b‘’ and b‘

The metric is trained so that the relative values of d(a, a') and d(a, a'') hopefully consistent

Given different images, such as d(a, a') and d(b, b'), the values may be similar but may look closer or further, depending on what a and b are.

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

4 participants