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: latent space truncation #70

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

Results: latent space truncation #70

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

Comments

@donovanr
Copy link
Contributor

donovanr commented Jul 7, 2020

Issue summary

hard truncation of latent space and look at reconstructions

Details

Again by analogy with PCA, it should be possible to truncate the latent space (force all dimensions beyond some chosen zn to go to zero) and still get pretty decent reconstructions, if they are really sorted in order in a meaningful way such that the later dimensions are “noise”. This could also be given a simple reality check by choosing an intermediate value of beta (say 0.4 or 0.5), truncating at some modest number of dimensions (I’m gonna say 10, but this should be done empirically) and then examining how much the reconstruction loss suffers by truncation. The reason this is useful is because it is much easier to do meaningful comparative statistics (cell population A is different from or indistinguishable from cell population B) in fewer dimensions than 512.

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