当前位置: 首页 > news >正文

Pocket2Mol + Generation of Atom Positions生成原子位置的方法有什么?联合概率是什么?

联合概率:

联合概率是统计学中的一个概念,用于描述两个或多个随机事件同时发生的概率。当我们谈论多个变量的联合概率时,我们是在探讨这些变量同时取特定值的概率。

让我们简化一下概念:

  • 假设你有一个骰子(六面),另有一个硬币。骰子掷出特定数字的概率是独立的概率,硬币正面朝上的概率也是独立的概率。如果你同时掷骰子和硬币,骰子显示3且硬币正面朝上同时发生的概率(比如说1/6乘以1/2)就是一个联合概率的例子。

The prediction of the atom positions is the key issue in the auto-regressive 3D molecular generation. A common strategy is to predict the distributions of distances between the new atoms and all previous atoms (Gebauer et al., 2018, 2019) and sample from the joint distributions. However, the long range distances are hard to predict, which introduces additional errors in the atom generation. Another strategy is to build a local spherical coordinate systems and predict the positions in the local space (Simm et al., 2020), but the transformation between Euclidean space and spherical space is inefficient and not straightforward.

【ICML 2022】Pocket2Mol + Efficient Molecular Sampling Based on 3D Protein Pockets

方法一:预测新的原子与以往原子的分布距离,然后从联合概率中采样

A common strategy is to predict the distributions of distances between the new atoms and all previous atoms and sample from the joint distributions. 然而,长距离很难预测,这在原子生成中引入了额外的误差。

Gebauer, N. W., Gastegger, M., and Sch¨utt, K. T. Generating equilibrium molecules with deep neural networks. arXiv preprint arXiv:1810.11347, 2018. 
Gebauer, N. W., Gastegger, M., and Sch¨utt, K. T. Symmetry adapted generation of 3d point sets for the targeted discovery of molecules. arXiv preprint arXiv:1906.00957, 2019.

方法二:建立局部球面坐标系

Another strategy is to build a local spherical coordinate systems(建立局部球面坐标系) and predict the positions in the local space (Simm et al., 2020), 但欧几里得空间和球面空间之间的转换效率低下且不直接。

这种方法指的是在自回归3D分子生成中建立局部球坐标系,并在该局部空间内预测新原子的位置。具体来说,它涉及以下几个步骤:

  1. 建立局部球坐标系:对于每个新原子,首先选择一个已存在的原子作为参考点,然后以这个参考点为中心建立一个局部球坐标系。这个局部球坐标系以参考点为原点,球面上的点表示可能的新原子位置。

  2. 预测位置:在建立好的局部球坐标系中,模型预测新原子相对于参考点的球坐标,例如极径、极角和方位角。这些球坐标可以直接转换成笛卡尔坐标,从而确定新原子在三维空间中的位置。

  3. 逐步生成:这个过程是自回归的,每次添加一个新原子,就会重复上述步骤来确定新原子的位置。通常情况下,选择的参考点是已经生成的分子中的一个原子,而不是固定的参考点。

这种方法相对于预测新原子与所有已存在原子之间的距离分布,更加直接地在局部空间内进行位置预测。它的优势在于避免了全局距离分布预测的复杂性和不确定性,同时更加高效,因为它直接将问题转化为局部坐标系内的位置预测。然而,这种方法的挑战在于局部球坐标系与笛卡尔坐标系之间的转换可能并不简单,并且可能会引入一些额外的误差

Simm, G. N., Pinsler, R., Cs´anyi, G., and Hern´andez-Lobato, J. M. Symmetry-aware actor-critic for 3d molecular design. arXiv preprint arXiv:2011.12747, 2020.

http://www.lryc.cn/news/295305.html

相关文章:

  • 区分手机小程序以及电脑小程序;左滑、导航键返回拦截
  • Web APIs 2 事件
  • 网易腾讯面试题精选----90道设计模式面试题及答案
  • 程序员的数字化工作台:理解不关机背后的逻辑与需求
  • Java Socket Server TCP服务端向指定客户端发送消息
  • java日志框架总结(五、logback日志框架)
  • android下library打包aar并上传到maven,嵌入版的app
  • Xampp中Xdebug的安装使用
  • 金融行业的软件测试分析
  • 踩坑了,MySQL数据库生成大量奇怪的大文件
  • ctfshow-web11~20-WP
  • 2.5学习总结9
  • 删除.git的影响、git分支切换时注意事项
  • Linux系统调试课:硬件断点
  • 百卓Smart管理平台 uploadfile.php 文件上传漏洞复现(CVE-2024-0939)
  • 关于RabbitMQ常见的十道面试题
  • spring cloud stream
  • vue3 之 组合式API—watch函数
  • 并发容器【ConcurentHashMap、CopyOnWriteArrayList、阻塞队列、ArrayBlockingQueue】
  • EmoLLM-心理健康大模型
  • 学成在线:采用XXL-JOB任务调度方案使用FFmpeg处理视频转码业务
  • 计算机毕业设计 | SpringBoot大型旅游网站 旅行后台管理系统(附源码)
  • 蓝桥杯----凑算式
  • JCTC | 利用几何深度学习对蛋白质-配体结合pose进行等变灵活建模
  • 执行 terraform init 命令时 timeout 的解决方法
  • Docker Arthas 实战指南
  • freertos 源码分析四 任务创建的简单分析
  • 二叉树的锯齿形遍历,力扣
  • 避免Arrays.asList陷阱:优雅处理结构性修改的方法
  • 微信小程序(三十六)事件传参