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

Visualization of representations #10

Open
futakw opened this issue Mar 5, 2024 · 2 comments
Open

Visualization of representations #10

futakw opened this issue Mar 5, 2024 · 2 comments

Comments

@futakw
Copy link

futakw commented Mar 5, 2024

Hi, thanks for a valuable work!

I have a question for the visualization shown in Figure 5 of the paper.

How exactly did you visualize the distributional representations?
What was the algorithm, and how did you obtain the N% confidence region?

@SanghyukChun
Copy link
Collaborator

Hi, I did train 2D embeddings directly on the subsampled classes. It is because I do not trust visualization methods, such as t-SNE. Instead, I directly trained the embeddings with the embedding dimension 2.
Please check the details in section C.3. of my paper.

The confidence intervals are simply obtained from the definition of Gaussian and confidence intervals.
https://en.wikipedia.org/wiki/Confidence_interval

You can find the z-scores for popular confidence levels:
http://www.ltcconline.net/greenl/courses/201/estimation/smallConfLevelTable.htm

For example, for confidence level 0.99, I draw a circle with center $\mu$, and radius $2.58 \sigma$.

@futakw
Copy link
Author

futakw commented Mar 5, 2024

Thanks for the very quick and detailed reply!
This helps me a lot.

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