/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kyunghyuncho.me
| | iclr-blogposts.github.io
3.0 parsecs away

Travel
| | The transfer of matching-based training from Diffusion Models to Normalizing Flows allows to fit expressive continuous normalizing flows efficiently and therefore enables their usage for different kinds of density estimation tasks. One particularly interesting task is Simulation-Based Inference, where Flow Matching enabled several improvements. The post shall focus on the discussion of Flow Matching for Continuous Normalizing Flows. To highlight the relevance and the practicality of the method, their use and advantages for Simulation-Based Inference is elaborated.
| | akosiorek.github.io
2.8 parsecs away

Travel
| | Machine learning is all about probability.To train a model, we typically tune its parameters to maximise the probability of the training dataset under the mo...
| | tiao.io
2.6 parsecs away

Travel
| | An in-depth practical guide to variational encoders from a probabilistic perspective.
| | www.paepper.com
10.5 parsecs away

Travel
| When you have a big data set and a complicated machine learning problem, chances are that training your model takes a couple of days even on a modern GPU. However, it is well-known that the cycle of having a new idea, implementing it and then verifying it should be as quick as possible. This is to ensure that you can efficiently test out new ideas. If you need to wait for a whole week for your training run, this becomes very inefficient.