File size: 947 Bytes
5235d51 052ac97 5235d51 67e3ce9 5235d51 dad61ae | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Flow_Perturbation
We introduce the flow perturbation method, which incorporates optimized stochastic perturbations into the flow. By reweighting trajectories generated by the perturbed flow, our method achieves
unbiased sampling of the Boltzmann distribution with orders of magnitude speedup compared to both brute force
Jacobian calculations and the Hutchinson estimator.

Publication
-----------
Please find the arxiv preprint here:
[https://arxiv.org/abs/2407.10666](https://arxiv.org/abs/2407.10666)
Citation update is coming up...
```
@article{peng2024flow,
title={Flow Perturbation to Accelerate Unbiased Sampling of Boltzmann distribution},
author={Peng, Xin and Gao, Ang},
journal={arXiv preprint arXiv:2407.10666},
year={2024}
}
```
***
# Project GitHub Repository
* The GitHub repository for this project is available at:
* https://github.com/XinPeng76/Flow_Perturbation
|