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

Results: interpretation of the latent space dimensions #69

Open
3 tasks
donovanr opened this issue Jul 7, 2020 · 0 comments
Open
3 tasks

Results: interpretation of the latent space dimensions #69

donovanr opened this issue Jul 7, 2020 · 0 comments
Assignees

Comments

@donovanr
Copy link
Contributor

donovanr commented Jul 7, 2020

Issue summary

can latent dims be associated with cell size etc?

Details

Another aspect of dimensionality reduction that is woefully underexplored is the possibility of interpretation of the latent space dimensions. Since they are sorted by the amount of variance explained, the first dimension (for all beta) should be something like cell size. This can be easily confirmed by generating images walking along that axis, where the value for z1 is varied from, say, -3 to +3 (in increments of 0.5) and the value for z2, z3 ... zn is kept at zero. I was intrigued to learn from Rory on Friday that the dimensions in the latent space should also be sort of orthogonal to each other. If this is correct, then the second dimension should be something like cell aspect ratio. Again, this can be easily constructed by generating images where z2 is varied and all the other values are kept at zero. If the beta-VAE is working as advertised, it should be able to be rationally substituted for traditional dimensionality reduction methods like PCA. Just inspecting the variation along the various latent space dimensions should go a long way toward demonstrating that utility.

TODO

  • code
  • manuscript text
  • figure
@donovanr donovanr self-assigned this Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant