paper-with-me

Papers

Transition Path Sampling with Improved Off-Policy Training of Diffusion Path Samplers

2024-05-30 · Kiyoung Seong, Seonghyun Park, SeongHwan Kim, Woo Youn Kim, Sungsoo Ahn

Understanding transition pathways between two meta-stable states of a molecular system is crucial to advance drug discovery and material design. However, unbiased molecular dynamics (MD) simulations are computationally infeasible because of the high energy barriers that separate these states. Although recent machine learning techniques are proposed to sample rare events, they are often limited to simple systems and rely on collective variables (CVs) derived from costly domain expertise. In this paper, we introduce a novel approach that trains diffusion path samplers (DPS) to address the transition path sampling (TPS) problem without requiring CVs. We reformulate the problem as an amortized sampling from the transition path distribution by minimizing the log-variance divergence between the path distribution induced by DPS and the transition path distribution. Based on the log-variance divergence, we propose learnable control variates to reduce the variance of gradient estimators and the off-policy training objective with replay buffers and simulated annealing techniques to improve sample efficiency and diversity. We also propose a scale-based equivariant parameterization of the bias forces to ensure scalability for large systems. We extensively evaluate our approach, termed TPS-DPS, on a synthetic system, small peptide, and challenging fast-folding proteins, demonstrating that it produces more realistic and diverse transition pathways than existing baselines.

📄 PDF Abstract BibTeX arXiv:2405.19961

Code (1)

kiyoung98/tps-dps 공식 구현 pytorch

Tasks

Drug Discovery

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Stochastic Control Policies for Robust Molecular Transition Path Sampling

2026-08-13 · Jingqian Liu, Yu-Hsiang Wang, Yanru Qu, Ge Liu arxiv

Transition path sampling (TPS) aims to efficiently generate rare molecular transition trajectories between metastable states and is essential for understanding biomolecular mechanisms. Beyond traditional molecular dynami…

MAC-PO: Multi-Agent Experience Replay via Collective Priority Optimization

2023-02-21 · Yongsheng Mei, Hanhan Zhou, Tian Lan, Guru Venkataramani 외

Experience replay is crucial for off-policy reinforcement learning (RL) methods. By remembering and reusing the experiences from past different policies, experience replay significantly improves the training efficiency a…

Decision MakingMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+2

Sample-Efficient Policy Constraint Offline Deep Reinforcement Learning based on Sample Filtering

2025-12-23 · Yuanhao Chen, Qi Liu, Pengbin Chen, Zhongjian Qiao 외 arxiv

Offline reinforcement learning (RL) aims to learn a policy that maximizes the expected return using a given static dataset of transitions. However, offline RL faces the distribution shift problem. The policy constraint o…

Reinforcement LearningOffline RL

Importance Resampling for Off-policy Policy Evaluation

2018-09-27 · Matthew Schlegel, Wesley Chung, Daniel Graves, Martha White

Importance sampling is a common approach to off-policy learning in reinforcement learning. While it is consistent and unbiased, it can result in high variance updates to the parameters for the value function. Weighted i…

Decoupled Prioritized Resampling for Offline RL

2023-06-08 · Yang Yue, Bingyi Kang, Xiao Ma, Qisen Yang 외

Offline reinforcement learning (RL) is challenged by the distributional shift problem. To address this problem, existing works mainly focus on designing sophisticated policy constraints between the learned policy and the…

Offline RLReinforcement Learning (RL)