Paper List
-
Evolutionarily Stable Stackelberg Equilibrium
通过要求追随者策略对突变入侵具有鲁棒性,弥合了斯塔克尔伯格领导力模型与演化稳定性之间的鸿沟。
-
Recovering Sparse Neural Connectivity from Partial Measurements: A Covariance-Based Approach with Granger-Causality Refinement
通过跨多个实验会话累积协方差统计,实现从部分记录到完整神经连接性的重建。
-
Atomic Trajectory Modeling with State Space Models for Biomolecular Dynamics
ATMOS通过提供一个基于SSM的高效框架,用于生物分子的原子级轨迹生成,弥合了计算昂贵的MD模拟与时间受限的深度生成模型之间的差距。
-
Slow evolution towards generalism in a model of variable dietary range
通过证明是种群统计噪声(而非确定性动力学)驱动了模式形成和泛化食性的演化,解决了间接竞争下物种形成的悖论。
-
Grounded Multimodal Retrieval-Augmented Drafting of Radiology Impressions Using Case-Based Similarity Search
通过将印象草稿基于检索到的历史病例,并采用明确引用和基于置信度的拒绝机制,解决放射学报告生成中的幻觉问题。
-
Unified Policy–Value Decomposition for Rapid Adaptation
通过双线性分解在策略和价值函数之间共享低维目标嵌入,实现对新颖任务的零样本适应。
-
Mathematical Modeling of Cancer–Bacterial Therapy: Analysis and Numerical Simulation via Physics-Informed Neural Networks
提供了一个严格的、无网格的PINN框架,用于模拟和分析细菌癌症疗法中复杂的、空间异质的相互作用。
-
Sample-Efficient Adaptation of Drug-Response Models to Patient Tumors under Strong Biological Domain Shift
通过从无标记分子谱中学习可迁移表征,利用最少的临床数据实现患者药物反应的有效预测。
Binding Free Energies without Alchemy
Eshelman School of Pharmacy, University of North Carolina at Chapel Hill | Curriculum in Bioinformatics and Computational Biology, University of North Carolina at Chapel Hill
30秒速读
IN SHORT: This paper addresses the core bottleneck of computational expense in Absolute Binding Free Energy calculations by eliminating the need for numerous alchemical intermediate simulations, reducing per-ligand simulation cost by up to 26x.
核心创新
- Methodology Introduces Direct Binding Free Energy (DBFE), a novel end-state ABFE method that requires only three simulations (receptor-only, ligand-only, and complex) without alchemical intermediates.
- Methodology Employs a combinatorial sampling strategy using KD-trees for fast steric clash detection, enabling efficient estimation of conformational entropy from precomputed simulations.
- Methodology Demonstrates a 26x reduction in per-ligand simulation cost compared to double decoupling methods in virtual screening contexts through amortization of receptor simulations.
主要结论
- DBFE achieved Pearson correlation r=0.58 on host-guest systems, outperforming OBC2 double decoupling (r=0.48) and demonstrating the importance of conformational entropy correction for these systems.
- On protein-ligand benchmarks, DBFE achieved r=0.65, slightly worse than OBC2 MM/GBSA (r=0.71), suggesting conformational entropy estimation introduces noise for complex protein systems.
- The performance gap between implicit solvent methods (DBFE/OBC2 DD r=0.65-0.73) and explicit solvent TIP3P DD (r=0.88) indicates that improving implicit solvent models would yield greater accuracy gains than improving free energy estimators.
摘要: Absolute Binding Free Energy (ABFE) methods are among the most accurate computational techniques for predicting protein-ligand binding affinities, but their utility is limited by the need for many simulations of alchemically modified intermediate states. We propose Direct Binding Free Energy (DBFE), an end-state ABFE method in implicit solvent that requires no alchemical intermediates. DBFE outperforms OBC2 double decoupling on a host-guest benchmark and performs comparably to OBC2 MM/GBSA on a protein-ligand benchmark. Since receptor and ligand simulations can be precomputed and amortized across compounds, DBFE requires only one complex simulation per ligand compared to the many lambda windows needed for double decoupling, making it a promising candidate for virtual screening workflows. We publicly release the code for this method at https://github.com/molecularmodelinglab/dbfe.