English

Constrained and Composite Sampling via Proximal Sampler

Machine Learning 2026-02-17 v1 Data Structures and Algorithms Machine Learning Optimization and Control

Abstract

We study two log-concave sampling problems: constrained sampling and composite sampling. First, we consider sampling from a target distribution with density proportional to exp(f(x))\exp(-f(x)) supported on a convex set KRdK \subset \mathbb{R}^d, where ff is convex. The main challenge is enforcing feasibility without degrading mixing. Using an epigraph transformation, we reduce this task to sampling from a nearly uniform distribution over a lifted convex set in Rd+1\mathbb{R}^{d+1}. We then solve the lifted problem using a proximal sampler. Assuming only a separation oracle for KK and a subgradient oracle for ff, we develop an implementation of the proximal sampler based on the cutting-plane method and rejection sampling. Unlike existing constrained samplers that rely on projection, reflection, barrier functions, or mirror maps, our approach enforces feasibility using only minimal oracle access, resulting in a practical and unbiased sampler without knowing the geometry of the constraint set. Second, we study composite sampling, where the target is proportional to exp(f(x)h(x))\exp(-f(x)-h(x)) with closed and convex ff and hh. This composite structure is standard in Bayesian inference with ff modeling data fidelity and hh encoding prior information. We reduce composite sampling via an epigraph lifting of hh to constrained sampling in Rd+1\mathbb{R}^{d+1}, which allows direct application of the constrained sampling algorithm developed in the first part. This reduction results in a double epigraph lifting formulation in Rd+2\mathbb{R}^{d+2}, on which we apply a proximal sampler. By keeping ff and hh separate, we further demonstrate how different combinations of oracle access (such as subgradient and proximal) can be leveraged to construct separation oracles for the lifted problem. For both sampling problems, we establish mixing time bounds measured in R\'enyi and χ2\chi^2 divergences.

Keywords

Cite

@article{arxiv.2602.14478,
  title  = {Constrained and Composite Sampling via Proximal Sampler},
  author = {Thanh Dang and Jiaming Liang},
  journal= {arXiv preprint arXiv:2602.14478},
  year   = {2026}
}

Comments

The main paper is 13 pages; the rest are appendices

R2 v1 2026-07-01T10:38:02.908Z