paper-with-me

Papers

Enhanced Importance Sampling through Latent Space Exploration in Normalizing Flows

2025-01-06 · Liam A. Kruse, Alexandros E. Tzikas, Harrison Delecki, Mansur M. Arief, Mykel J. Kochenderfer

Importance sampling is a rare event simulation technique used in Monte Carlo simulations to bias the sampling distribution towards the rare event of interest. By assigning appropriate weights to sampled points, importance sampling allows for more efficient estimation of rare events or tails of distributions. However, importance sampling can fail when the proposal distribution does not effectively cover the target distribution. In this work, we propose a method for more efficient sampling by updating the proposal distribution in the latent space of a normalizing flow. Normalizing flows learn an invertible mapping from a target distribution to a simpler latent distribution. The latent space can be more easily explored during the search for a proposal distribution, and samples from the proposal distribution are recovered in the space of the target distribution via the invertible mapping. We empirically validate our methodology on simulated robotics applications such as autonomous racing and aircraft ground collision avoidance.

📄 PDF Abstract BibTeX arXiv:2501.03394

Code (1)

sisl/latentimportancesampling 공식 구현 jax

Tasks

Autonomous RacingCollision Avoidance

Methods 이 논문이 사용한 방법론

Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

FIS-GAN: GAN with Flow-based Importance Sampling

2019-10-06 · Shiyu Yi, Donglin Zhan, Wenqing Zhang, Denglin Jiang 외

Generative Adversarial Networks (GAN) training process, in most cases, apply Uniform or Gaussian sampling methods in the latent space, which probably spends most of the computation on examples that can be properly handle…

Density EstimationStochastic Optimization

Latent reweighting, an almost free improvement for GANs

2021-10-19 · Thibaut Issenhuth, Ugo Tanielian, David Picard, Jeremie Mary

Standard formulations of GANs, where a continuous function deforms a connected latent space, have been shown to be misspecified when fitting different classes of images. In particular, the generator will necessarily samp…

On Importance Sampling-Based Evaluation of Latent Language Models

2020-07-01 · ACL 2020 6 · Robert L. Logan IV, Matt Gardner, Sameer Singh

Language models that use additional latent structures (e.g., syntax trees, coreference chains, knowledge graph links) provide several advantages over traditional language models. However, likelihood-based evaluation of t…

RL-based Stateful Neural Adaptive Sampling and Denoising for Real-Time Path Tracing

2023-10-05 · NeurIPS 2023 11 · Antoine Scardigli, Lukas Cavigelli, Lorenz K. Müller

Monte-Carlo path tracing is a powerful technique for realistic image synthesis but suffers from high levels of noise at low sample counts, limiting its use in real-time applications. To address this, we propose a framewo…

DenoisingImage Generation

FLAG: Flow Policy MaxEnt-RL by Latent Augmented Guidance

2026-05-29 · Sungha Kim, Gawon Lee, Jusuk Lee, Jonghae Park 외 arxiv

Maximum entropy reinforcement learning (MaxEnt-RL) enables robust exploration, yet practical implementations often restrict policies to simple Gaussians. While recent approaches incorporate expressive generative policies…

Reinforcement Learning