paper-with-me

Papers

Stochastic Optimization with Optimal Importance Sampling

2025-04-04 · Liviu Aolaritei, Bart P. G. Van Parys, Henry Lam, Michael I. Jordan

Importance Sampling (IS) is a widely used variance reduction technique for enhancing the efficiency of Monte Carlo methods, particularly in rare-event simulation and related applications. Despite its power, the performance of IS is often highly sensitive to the choice of the proposal distribution and frequently requires stochastic calibration techniques. While the design and analysis of IS have been extensively studied in estimation settings, applying IS within stochastic optimization introduces a unique challenge: the decision and the IS distribution are mutually dependent, creating a circular optimization structure. This interdependence complicates both the analysis of convergence for decision iterates and the efficiency of the IS scheme. In this paper, we propose an iterative gradient-based algorithm that jointly updates the decision variable and the IS distribution without requiring time-scale separation between the two. Our method achieves the lowest possible asymptotic variance and guarantees global convergence under convexity of the objective and mild assumptions on the IS distribution family. Furthermore, we show that these properties are preserved under linear constraints by incorporating a recent variant of Nesterov's dual averaging method.

📄 PDF Abstract BibTeX arXiv:2504.03560

Code (0)

등록된 구현이 없습니다.

Tasks

Stochastic Optimization

Similar Papers 제목 키워드 기반

Stochastic Optimization with Importance Sampling

2014-01-13 · Peilin Zhao, Tong Zhang

Uniform sampling of training data has been commonly used in traditional stochastic optimization algorithms such as Proximal Stochastic Gradient Descent (prox-SGD) and Proximal Stochastic Dual Coordinate Ascent (prox-SDCA…

Stochastic Optimization

Adaptive Sketches for Robust Regression with Importance Sampling

2022-07-16 · Sepideh Mahabadi, David P. Woodruff, Samson Zhou

We introduce data structures for solving robust regression through stochastic gradient descent (SGD) by sampling gradients with probability proportional to their norm, i.e., importance sampling. Although SGD is widely us…

regression

Training Deep Models Faster with Robust, Approximate Importance Sampling

2018-12-01 · NeurIPS 2018 12 · Tyler B. Johnson, Carlos Guestrin

In theory, importance sampling speeds up stochastic gradient algorithms for supervised learning by prioritizing training examples. In practice, the cost of computing importances greatly limits the impact of importance sa…

Multiple Importance Sampling for Stochastic Gradient Estimation

2024-07-22 · Corentin Salaün, Xingchang Huang, Iliyan Georgiev, Niloy J. Mitra 외

We introduce a theoretical and practical framework for efficient importance sampling of mini-batch samples for gradient estimation from single and multiple probability distributions. To handle noisy gradients, our framew…

MISA: Memory-Efficient LLMs Optimization with Module-wise Importance Sampling

2025-10-28 · Yuxi Liu, Renjia Deng, Yutong He, Xue Wang 외 arxiv

The substantial memory demands of pre-training and fine-tuning large language models (LLMs) require memory-efficient optimization algorithms. One promising approach is layer-wise optimization, which treats each transform…