Thanks for your interest in our work. We are currently organizing the code for our paper, and release it before the conference in April 2026. Please stay tuned!
This repository contains the official implementation of the Proximal Diffusion Neural Sampler (PDNS). PDNS addresses the instability of learning a diffusion-based neural sampler when the target distribution is multimodal with significant barriers separating the modes by tackling the stochastic optimal control problem via proximal point method on the space of path measures.
Please check the discrete folder for the code of discrete sampling and the continuous folder for the code of continuous sampling.
If you find our work useful, please consider citing our paper:
@inproceedings{guo2026proximal,
title = {Proximal Diffusion Neural Sampler},
author = {Wei Guo and Jaemoo Choi and Yuchen Zhu and Molei Tao and Yongxin Chen},
booktitle = {The Fourteenth International Conference on Learning Representations},
year = {2026},
url = {https://openreview.net/forum?id=XTHQqS7ObC}
}This repository is developed based on MDNS under the MIT License.