Giter VIP home page Giter VIP logo

controlledfollmerdrift's People

Contributors

ciupakabra avatar d-l-fernandes avatar franciscovargas avatar kamenb avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

bischtob

controlledfollmerdrift's Issues

Implement Huangs SFS sampler and the nice multimodal GMM examples in Huang et al.

This is a very very simple algo to implement either eq 2.20 or 2.21 in https://arxiv.org/pdf/2106.10880.pdf. We need this as a baseline as our method is the dual formulation of this approach.

Also we would be interested in implementing a bayesian version of the multipmodal examples in Huang et al. with toy generated data to see if our approach has the same nice properties as theirs or if we mode collapse a bit more (which is very possible due to the approximate optimisation).

Use PYMC3 instead of Pyro as a Baseline for logreg

In the logistic regression notebook we should replace the pyro logreg model and try out PYMC3 so that we can hopefully get a good baseline for this example.

In addition to this we need to double check / code review the CSFS method and make sure its bug free.

Advanced examples, we need to pick some of these and implement them.

  • Bayesian Neural Network on MNIST (maybe CIFAR). Pick the gold standard architecture for the HMC model here https://arxiv.org/pdf/2102.06559.pdf.
  • Bayesian ICA from the SGLD paper https://www.stats.ox.ac.uk/~teh/research/compstats/WelTeh2011a.pdf (MEG dataset)
  • A good Bayesian GMM example (Find a reference from some VI paper)
  • What other Bayesian model do practioners care about and use VI for ? Maybe Robust regression ?
  • If we had a lot of time we could do a topic model and collapse out the discrete variables
  • How do we handle latent variables which are distinct for each data point ? like a VAE , how do we amortise the drift ? By amortising we mean like in VAEs I mean something like \phi_i = NN(x_i) type of thing where \phi_i is the variational parameter for z_i . Its not super clear how this would be done on the drift. It might be possible to do something with Ito's lemma evolve some form of x_i dependant reparametrisation of the SDE instead.
  • At the same time all of these x_i are IID so it might just be able to similare the same SDE N times if we decouple things with the log appropiately. This only applies when the z_is are not correlated but the math works out if you assume that optimal drift should depend only on z_i for the ith dimension then this works out. I think it shouldnt be too hard to prove that this is true either. This is a tough example despite being an easier problem than bayesian inference , but it would look very good.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.