Photrek / Nonlinear-Statistical-Coupling

Apache License 2.0
5 stars 1 forks source link

Mixture Model for Coupled VAE #3

Closed kenricnelson closed 3 years ago

kenricnelson commented 3 years ago

To enable processing of CIFAR10 with the Coupled VAE a variety of enhancements are required. One critical one is to incorporate supervised learning with labels for the 10 classes of the CIFAR images. The labeling will allow each class to be trained with its own Coupled VAE latent layer. This is one step toward reducing the complexity of the dataset. Other steps will be required but let's complete this step first.

1) Review carefully the Boenninghoff paper on Student t Mixture Model VAE and related papers particularly the following reference: J. Domke and D. Sheldon, “Importance Weighting and Variational Inference,” in 32nd Conference on Neural Information Processing Systems (NeurIPS 2018), 2018.

2) Determine and specify what changes are needed in both the architecture of the VAE and the cost functions of the VAE.

3) Collaborate with John Clements on a plan to implement this change.

kenricnelson commented 3 years ago

This needs to be deferred until we have completed the core library.

Kevin-Chen0 commented 3 years ago

I have reassigned this research to Daniel.

Kevin-Chen0 commented 3 years ago

Closing old issue.