MLLGJun 8, 2023

Entropy-based Training Methods for Scalable Neural Implicit Sampler

arXiv:2306.04952v214 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses a fundamental bottleneck in scientific computing and machine learning for researchers and practitioners dealing with high-dimensional data, offering a scalable solution with incremental improvements in training methods.

The paper tackles the problem of efficiently sampling from un-normalized target distributions by introducing a neural implicit sampler that generates large batches with low computational costs, achieving significant speed-ups over traditional methods like MCMC in high-dimensional benchmarks.

Efficiently sampling from un-normalized target distributions is a fundamental problem in scientific computing and machine learning. Traditional approaches such as Markov Chain Monte Carlo (MCMC) guarantee asymptotically unbiased samples from such distributions but suffer from computational inefficiency, particularly when dealing with high-dimensional targets, as they require numerous iterations to generate a batch of samples. In this paper, we introduce an efficient and scalable neural implicit sampler that overcomes these limitations. The implicit sampler can generate large batches of samples with low computational costs by leveraging a neural transformation that directly maps easily sampled latent vectors to target samples without the need for iterative procedures. To train the neural implicit samplers, we introduce two novel methods: the KL training method and the Fisher training method. The former method minimizes the Kullback-Leibler divergence, while the latter minimizes the Fisher divergence between the sampler and the target distributions. By employing the two training methods, we effectively optimize the neural implicit samplers to learn and generate from the desired target distribution. To demonstrate the effectiveness, efficiency, and scalability of our proposed samplers, we evaluate them on three sampling benchmarks with different scales.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes