paper-with-me

Papers

Scalable Importance Sampling in High Dimensions with Low-Rank Mixture Proposals

2025-05-19 · Liam A. Kruse, Marc R. Schlichting, Mykel J. Kochenderfer

Importance sampling is a Monte Carlo technique for efficiently estimating the likelihood of rare events by biasing the sampling distribution towards the rare event of interest. By drawing weighted samples from a learned proposal distribution, importance sampling allows for more sample-efficient estimation of rare events or tails of distributions. A common choice of proposal density is a Gaussian mixture model (GMM). However, estimating full-rank GMM covariance matrices in high dimensions is a challenging task due to numerical instabilities. In this work, we propose using mixtures of probabilistic principal component analyzers (MPPCA) as the parametric proposal density for importance sampling methods. MPPCA models are a type of low-rank mixture model that can be fit quickly using expectation-maximization, even in high-dimensional spaces. We validate our method on three simulated systems, demonstrating consistent gains in sample efficiency and quality of failure distribution characterization.

📄 PDF Abstract BibTeX arXiv:2505.13335

Code (1)

sisl/MPPCAImportanceSampling 공식 구현 jax

Similar Papers 제목 키워드 기반

Scalable Multi-task Semantic Communication System with Feature Importance Ranking

2023-04-12 · Jiangjing Hu, Fengyu Wang, Wenjun Xu, Hui Gao 외

Semantic communications are expected to be an innovative solution to the emerging intelligent applications in the era of connected intelligence. In this paper, a novel scalable multitask semantic communication system wit…

Feature ImportanceSemantic Communication

Responsible Scoring Mechanisms Through Function Sampling

2019-11-22 · Abolfazl Asudeh, H. V. Jagadish

Human decision-makers often receive assistance from data-driven algorithmic systems that provide a score for evaluating objects, including individuals. The scores are generated by a function (mechanism) that takes a set …

Scalable Feature Selection for (Multitask) Gradient Boosted Trees

2021-09-05 · Cuize Han, Nikhil Rao, Daria Sorokina, Karthik Subbian

Gradient Boosted Decision Trees (GBDTs) are widely used for building ranking and relevance models in search and recommendation. Considerations such as latency and interpretability dictate the use of as few features as po…

feature selection

Data Selection for Language Models via Importance Resampling

2023-02-06 · NeurIPS 2023 11 · Sang Michael Xie, Shibani Santurkar, Tengyu Ma, Percy Liang

Selecting a suitable pretraining dataset is crucial for both general-domain (e.g., GPT-3) and domain-specific (e.g., Codex) language models (LMs). We formalize this problem as selecting a subset of a large raw unlabeled …

Scalable Expectation Estimation with Subtractive Mixture Models

2025-03-27 · Lena Zellinger, Nicola Branchini, Víctor Elvira, Antonio Vergari

Many Monte Carlo (MC) and importance sampling (IS) methods use mixture models (MMs) for their simplicity and ability to capture multimodal distributions. Recently, subtractive mixture models (SMMs), i.e. MMs with negativ…