Learning Distributions via Monte-Carlo Marginalization
Chenqiu Zhao, Guanfang Dong, Anup Basu

TL;DR
This paper introduces a novel Monte-Carlo Marginalization method for learning complex intractable distributions from samples, improving over traditional approaches by addressing computational and differentiability challenges, and demonstrating superior image generation.
Contribution
The paper presents a new distribution learning method combining Monte-Carlo Marginalization and Kernel Density Estimation, enabling differentiable learning of intractable distributions with applications to auto-encoders.
Findings
Learned distributions generate better images than VAE.
Method efficiently handles high-dimensional distributions.
Auto-encoder with proposed distribution learning outperforms standard VAE.
Abstract
We propose a novel method to learn intractable distributions from their samples. The main idea is to use a parametric distribution model, such as a Gaussian Mixture Model (GMM), to approximate intractable distributions by minimizing the KL-divergence. Based on this idea, there are two challenges that need to be addressed. First, the computational complexity of KL-divergence is unacceptable when the dimensions of distributions increases. The Monte-Carlo Marginalization (MCMarg) is proposed to address this issue. The second challenge is the differentiability of the optimization process, since the target distribution is intractable. We handle this problem by using Kernel Density Estimation (KDE). The proposed approach is a powerful tool to learn complex distributions and the entire process is differentiable. Thus, it can be a better substitute of the variational inference in variational…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · AI in cancer detection · Cell Image Analysis Techniques
MethodsVariational Inference
