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

Question about the implements of Beta_coverage #244

Open
zealscott opened this issue Jan 1, 2024 · 0 comments
Open

Question about the implements of Beta_coverage #244

zealscott opened this issue Jan 1, 2024 · 0 comments

Comments

@zealscott
Copy link

Question

Hi, thanks for your great implementation! I have a small question about the evaluation metric of beta_coverage, which implements here:

beta_coverage = np.mean(
(
(real_to_synth <= real_to_real)
* (real_synth_closest_d <= closest_synth_Radii[k])
)
)

I want to know why real_to_synth <= real_to_real is necessary to determine the coverage of each real sample? Intuitively, if the real to syn distance is smaller than the radii, it should be considered covered by the generative distribution. Why we need to consider the cloest distance for real-to-real?

Thanks and looking forward to your reply!

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