Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

Piloting Structure-Based Drug Design via Modality-Specific Optimal Schedule

T0 review · 4 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read The paper claims that multi-modality drug generation has a path-dependent variational bound, and that optimizing the noise path yields 95.9% valid drug poses.

desk verdict Multi-modality noise schedules matter a lot, and the proposed VOS works empirically, but the 'VLB-optimal' label outruns the math the authors actually provide. read the letter →

arxiv 2505.07286 v2 pith:JIZR6NTZ submitted 2025-05-12 q-bio.BM cs.AIcs.LG

classification q-bio.BMcs.AIcs.LG
keywords structure-baseddrugdesignBayesianflownetworksnoiseschedulevariationallowerboundtwistedprobabilitypathtimerescalingPoseBustersmoleculardocking
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper sets out to prove that in multi-modality generative modeling of drug-like molecules — where continuous 3D atom coordinates and discrete 2D atom-and-bond types are generated together along a shared noise path — the choice of noise schedule is not a detail but the main determinant of the Variational Lower Bound. In a single modality, the bound is invariant to the schedule's shape; here it becomes a path integral over a two-dimensional noise curve, so schedules with the same endpoints can give different bounds. The authors respond with VLB-Optimal Scheduling (VOS): train one network on every combination of noise levels for the two modalities, estimate the loss surface, then find the minimum-cost path through that surface by dynamic programming. The resulting MolPilot model reports 95.9% PoseBusters-valid molecules on CrossDock and 79.1% on a held-out PoseBusters set, with the largest improvements in strained geometries, internal energy, and interaction matching. If the argument holds, noise schedule design in structure-based drug design is no longer heuristic: it is an optimizable, transferable component of the model.

What carries the argument

The machinery is the 2D noise-level square $(t_c,t_d)$ and the cost surface on it. A theorem shows that for any monotone schedule $\beta_m(t)$ there is a time-rescaling $f(t)$ with $\beta_m(t)=\tilde{\beta}_m(f(t))$; hence every joint schedule is a monotone path from $(0,0)$ to $(1,1)$ in the square, and the schedule-design space becomes paths rather than arbitrary functions. A model trained with the generalized loss (Eq. 14) denoises at every pair $(t_c,t_d)$, so the instantaneous cost $C(t_c,t_d)=\frac12\lVert x-\tilde{x}_\phi(\theta,\beta)\rVert^2$ is available over the whole square. Dynamic programming over a B-spline-smoothed 20×20 grid of these costs finds the minimal cumulative-cost path, and backtracking it yields the optimal schedule $\beta^*(t)=(\tilde{\beta}_c(f(t)),\tilde{\beta}_d(g(t)))$. In the paper's reading, one model trained this way covers all schedules simultaneously, so the derived schedule can be used at inference time without retraining.

What would settle it

On a held-out set, evaluate the model's squared denoising error on a fine grid of $(t_c,t_d)$ pairs — especially pairs far from the default schedule, such as high 3D noise combined with low 2D noise — and compare the measured surface to the B-spline cost surface used in the dynamic program; large mismatches mean the derived schedule is not truly VLB-optimal. As a second check, rerun the search on a cost matrix estimated from a different random batch; if the returned path changes substantially, the schedule is not a stable optimum.

Watch

Extended reading notes

Core claim

The central claim is that the variational lower bound for the twisted probability path depends on the whole joint noise schedule, not just its endpoints. Writing the schedule as $\beta(t)=(\beta_c(t),\beta_d(t))$ for continuous coordinates and discrete topology, the bound is the line integral of the per-point denoising error along the curve that $\beta$ traces in the 2D noise-level square; different curves with the same endpoints produce different bounds, directly contradicting the single-modality invariance result. The paper further claims that any monotone schedule can be represented by two time-rescaling functions $t_c=f(t)$, $t_d=g(t)$ applied to fixed base schedules, so the search space collapses to monotone paths in the unit square. Training with a generalized surface-integral loss over all $(t_c,t_d)$ pairs lets one network evaluate the bound for any schedule, and dynamic programming on the smoothed cost surface returns the optimal path. This path is interpreted as two-stage generation — first sketching the 3D shape, then docking the 2D graph into it — and MolPilot equipped with it achieves 95.9% PoseBusters-valid molecules on CrossDock, 79.1% on the OOD PoseBusters set, and 44.0% RMSD<2 Å local-docking accuracy on PoseBusters V2.

Load-bearing premise

The entire optimality argument depends on the trained model being equally good at denoising for every combination of 3D and 2D noise levels; if its error is uneven across that grid, the cost surface used to pick the schedule is wrong and the derived schedule is not guaranteed to be optimal.

Editorial extensions

If this is right

  • PoseBusters passing rate rises from MolCRAFT's 84.6% to 95.9% on CrossDock and from 57.8% to 79.1% on the out-of-distribution PoseBusters set, with the largest gains in internal-energy and geometry checks.
  • A single checkpoint serves both de novo design and docking: fixing the 2D topology induces a conditional distribution over positions that reaches 44.0% RMSD<2 Å on PoseBusters V2, comparable to dedicated local docking tools.
  • VOS transfers beyond Bayesian Flow Networks: adding the generalized loss and optimal schedule to diffusion-based TargetDiff raises PoseBusters validity on CrossDock from 50.5% to 58.1%.
  • Because the model learns the full loss surface, schedules can be interpolated or extrapolated at test time; moving from the identity schedule toward the optimal one improves Vina scores monotonically.
  • The optimal schedule's two-stage shape — 3D shape sketching followed by topology-driven docking — provides a concrete explanation for why default 3D-dominant schedules generate distorted bond lengths and angles.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The path-integral argument is not specific to drug molecules: any generative model with factorized noise over heterogeneous modalities (sequence plus structure, graph plus geometry, text plus image) has the same endpoint-invariance failure, so a similar schedule search could be run without changing the architecture.
  • A testable extension is pocket-specific scheduling: rather than one global optimal schedule, estimate the cost surface conditioned on a particular protein pocket and derive $\beta^*$ per target; the paper's interpolation results suggest performance would track local surface shape.
  • The two-stage structure of $\beta^*$ suggests an interpretable control knob that the paper does not exploit: by choosing curves biased toward more sketching or more docking, one could explicitly trade geometry fidelity against topological diversity.
  • The claim that the generalized-loss model is uniformly accurate everywhere is strong; a stress test comparing per-region denoising residuals on off-training-manifold $(t_c,t_d)$ pairs would show whether the schedule search or the training objective is doing the heavy lifting.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes VLB-Optimal Scheduling (VOS), a method for designing noise schedules in multi-modality structure-based drug design. Building on Bayesian Flow Networks, the authors argue that the variational lower bound for the joint continuous-3D/discrete-2D generation process is a path integral in the two-dimensional noise-level plane, so the schedule should be chosen by optimizing this integral. Their pipeline trains a single model with a generalized surface-integral loss (Eq. 14), evaluates the per-point denoising cost C(t_c,t_d) on an M×M grid, fits a B-spline surface, and applies dynamic programming (Algorithm 2) to find a minimal cumulative-cost path from (0,0) to (1,1). The resulting time-rescaling functions are mapped back to a noise schedule β*. The integrated model MolPilot is reported to achieve a PoseBusters passing rate of 95.9% on CrossDock and 79.1% on an out-of-distribution PoseBusters set, together with a 44.0% RMSD<2Å rate on molecular docking. The paper also provides an OOD benchmark construction by sequence-identity filtering, an ablation on schedule interpolation, and a transfer experiment with the diffusion model TargetDiff.

Significance. If the VLB-optimality claim were established, VOS would give a principled and general recipe for multi-modality schedule design, replacing the mostly heuristic schedules used in current SBDD generators. The empirical contributions are substantial: the authors carefully curate an OOD test set, report detailed geometric distribution metrics, demonstrate transfer to a diffusion baseline, and provide code. The claim that the searched schedule is VLB-optimal is, however, the central theoretical contribution, and it is currently not supported at the level the paper claims. The paper is therefore of interest to the generative-modeling and SBDD communities, but the theoretical framing requires substantial revision or clarification before the main claim can be accepted.

major comments (4)
  1. [Appendix A.3, Eq. (16), Remark 4.5] The paper's central claim that the DP-searched schedule β* maximizes the VLB is not established because the objective actually minimized by the dynamic program is not the VLB. Appendix A.3 explicitly states that the accuracy level α is taken as the derivative of the default schedule β̃(t) rather than the candidate path, and that 'the optimization objective no longer corresponds to the exact likelihood, but a rescaled sum of KL divergence terms that put more weight on the continuous variable.' Thus Eq. (16) optimizes a surrogate weighted objective, so J(1,1) cannot be claimed to be an unbiased Monte-Carlo estimate of the optimal VLB (Remark 4.5). The authors should either prove a formal relation between the surrogate and the VLB (e.g., a bound or a monotone transformation) or clearly re-frame the method as a heuristic schedule search with good empirical performance.
  2. [Proposition 4.3 and Appendix B.5] The proof of Proposition 4.3 asserts that training with the generalized loss (Eq. 14) makes the model 'achieve minimal prediction error everywhere in the joint noise space', and that its predictions are therefore 'accurate along any submanifold'. This is a pointwise-accuracy inference drawn from an average loss minimization, and it does not follow for a finite-capacity neural network. The manuscript itself concedes in A.2 that the model 'is not invariant w.r.t. noisy input at different scales.' Since the DP cost matrix C(t_c,t_d) is evaluated with this model, systematic errors in low-density or high-curvature regions of the (t_c,t_d) plane could bias the selected schedule. The authors should provide direct evidence that the estimated cost field is accurate over the whole grid, for example by comparing the DP-selected path against a path obtained on a held-out cost surface or by reporting residual errors of the B-spline fit.
  3. [Appendix A.1, convergence guarantee] The 'convergence guarantee' paragraph in A.1 claims that the discrete DP solution converges to the continuous VLB-optimal path as the grid resolution goes to infinity. This is asserted without proof, and it relies on the two contested assumptions above: that the cost field is pointwise accurate and that the DP objective equals the VLB. In addition, the valid DP steps are approximated by the gradient of a B-spline surface fitted from only M=20 cost evaluations, and no error analysis is provided for this approximation. The asymptotic-optimality claim should either be proven under explicit assumptions, or removed and replaced by a weaker statement about the discrete surrogate objective.
  4. [Section 5.2 and Table 1, comparison protocol] The comparison protocol mixes results from the original papers (♡), official samples (†), and re-runs of baseline code (♢), with different sampling budgets per target (100 molecules for MolPilot and the OOD baselines, but an unspecified number for some ID baselines). Since PoseBusters passing rate is sensitive to sampling effort and post-processing, the authors should state the exact sampling and evaluation protocol for every reported number, and ideally provide error bars or multiple seeds for the main claims. This does not change the qualitative conclusion but is necessary to substantiate the 'SOTA' claim in Table 1.
minor comments (5)
  1. [Appendix D.2, Table 7 caption] The caption reads 'Jenson-Shannon Divergence', which should be 'Jensen-Shannon Divergence'.
  2. [Figures 14–16] Several labels in these figures are typeset as 'T argetDiff' and 'DecompDiff' with a spurious space; please fix the typography in the camera-ready version.
  3. [Appendix A.1, 'Convergence guarantee'] The phrase 'the same number of evaluations of the generative model ˜xϕ is required' suggests each grid point is evaluated once on a batch, but the cost estimate in Definition 4.4 uses an expectation over x; the exact number of samples per grid point should be stated.
  4. [Section 4.3, Definition 4.4] The cost C(t_c,t_d) in Eq. (15) is written as ∥x−˜xϕ(θ,β)∥² but the dependence on the sampled batch and on t is implicit; clarifying that this is an empirical average over data and posterior samples would help reproducibility.
  5. [Appendix B.4, Eq. (10)] The step 'By redefining ˜xϕ(θ,β) := F(β_c,β_d)' is confusing because Eq. (10) writes a single squared norm while F is a two-component vector; please make the notation consistent so the line-integral interpretation is unambiguous.

Circularity Check

1 steps flagged · score 4.0 of 10

One internal validation is self-referential: the 'VLB-optimal' schedule is selected by minimizing the same scaled-KL objective used in Table 4, so that comparison is forced; external SBDD benchmarks remain independent.

  1. fitted input called prediction [Sec. 4.3, Definition 4.4, Eq. 16, and Table 4]
    "C(tc,td) = 1/2∥x− x̃φ(θ,β)∥² (15) ... J(tc,td) = min(ϵc,ϵd) [J(tc−ϵc,td−ϵd)+αC(tc,td)] (16) ... Table 4 empirically validates the derived schedule with better VLB than default."

    The DP in Algorithm 2 selects β* by minimizing the cumulative cost ΣαC over the (tc,td) grid, with C defined in Eq. 15 as the model's squared prediction error and α absorbing the schedule derivative. Table 4's 'Validation loss' is described as 'the sum of scaled KL divergence at sample time,' i.e., the same line-integral objective that the DP minimizes. Consequently, the optimal schedule having lower validation loss than default is guaranteed by the optimization itself, not an independent check that the schedule maximizes VLB. This part of the validation reduces by construction to the fitted cost surface.

full rationale

The central schedule-search procedure is not circular in the strong sense: the model is first trained with the generalized loss (Eq. 14), the cost matrix is evaluated on a grid, the DP selects a path before sampling, and the headline PoseBusters, Vina, and geometry results are measured on held-out complexes with external tools. Those external improvements are not forced by the schedule-selection objective. The self-citations to MolCRAFT and other prior BFN works are not load-bearing theorems; they provide baselines and architecture choices, and the empirical comparison against them is independent. The main circular element is the internal validation in Table 4, which re-scores the schedule with essentially the same scaled-KL line-integral objective used to choose it, so the 'better VLB' result is by construction. Separately, the strict 'VLB-optimal' claim is weakened by two non-circular support gaps: Appendix A.3 admits that setting α to the default schedule's derivative changes the optimization objective, so the DP solves a rescaled surrogate rather than the exact VLB; and the proof of Proposition 4.3 (Appendix B.5) asserts uniform pointwise accuracy from training on the generalized loss, an unverified capacity assumption. These are correctness-risk issues, not circularity, and do not undermine the independent external benchmarking.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The central theoretical novelty rests on the path-dependence of multi-modality VLB, which is derived from BFN assumptions. The empirical optimality rests on three practical approximations: the discretized DP grid, the B-spline interpolation, and the accuracy-level substitution. The two noise-scale hyperparameters are inherited from MolCRAFT, and the accuracy-level choice is the most consequential free design decision.

free parameters (4)
  • beta_1 (discrete noise scale) = 1.5
    Chosen as a hyperparameter for discrete atom/bond types, defining the noise schedule in Eq. 3.
  • sigma_1 (continuous noise scale) = 0.05
    Chosen as a hyperparameter for atom coordinates, defining the noise schedule in Eq. 3.
  • DP grid resolution M = 20
    The loss surface is interpolated over a 20x20 grid; the paper argues this is sufficient empirically, but the optimality claim depends on this discretization.
  • Accuracy level alpha = derivative of default schedule
    In Appendix A.3 the authors approximate the desired accuracy level by the derivative of the default schedule, which they concede changes the objective from the exact VLB to a rescaled sum of KL terms.
assumptions (4)
  • domain assumption The BFN framework's variational distribution q(y1:n|x) factorizes over timesteps and modalities; the joint VLB is the sum of per-modality KL terms.
    This is standard BFN theory (Graves et al. 2023), used throughout Section 3 and Appendix B.
  • ad hoc to paper The model trained with the generalized surface loss (Eq. 14) achieves minimal prediction error everywhere in the joint noise space, so the cost field is accurate along any path.
    This is the load-bearing assumption behind Proposition 4.3 and the DP schedule search, stated in Appendix B.5 without formal proof.
  • domain assumption The loss surface is smooth enough that B-spline interpolation from M=20 grid points yields an accurate cost field.
    Stated empirically in Appendix A.1, with no formal approximation bound.
  • domain assumption Vina scores are a valid proxy for interaction quality and drug-likeness.
    The paper evaluates binding affinity and pose quality with AutoDock Vina, a common but imperfect scoring function (acknowledged in Section 5.3).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Piloting Structure-Based Drug Design via Modality-Specific Optimal Schedule." pith.science (2026). https://pith.science/paper/JIZR6NTZ

@misc{pith2026250507286,
  author       = {Pith},
  title        = {Pith review of: Piloting Structure-Based Drug Design via Modality-Specific Optimal Schedule},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/JIZR6NTZ}},
  note         = {Machine review of arXiv:2505.07286}
}
read the original abstract

Structure-Based Drug Design (SBDD) is crucial for identifying bioactive molecules. Recent deep generative models are faced with challenges in geometric structure modeling. A major bottleneck lies in the twisted probability path of multi-modalities -- continuous 3D positions and discrete 2D topologies -- which jointly determine molecular geometries. By establishing the fact that noise schedules decide the Variational Lower Bound (VLB) for the twisted probability path, we propose VLB-Optimal Scheduling (VOS) strategy in this under-explored area, which optimizes VLB as a path integral for SBDD. Our model effectively enhances molecular geometries and interaction modeling, achieving state-of-the-art PoseBusters passing rate of 95.9% on CrossDock, more than 10% improvement upon strong baselines, while maintaining high affinities and robust intramolecular validity evaluated on held-out test set. Code is available at https://github.com/AlgoMole/MolCRAFT.

Figures

Figures reproduced from arXiv: 2505.07286 by the authors.

Figure 1
Figure 1. PoseBusters passing rates (%) for non-autoregressive models, where ours maintains the best ID and OOD performance. ID: in-distributional CrossDock test; OOD: out-of-distributional PoseBusters test. PB-Valid-Mol: intramolecular validity. Detailed results can be found in Appendix D. Recent advances in geometric deep generative models have centered on non-autoregressive methods such as diffusion (Guan et al., 2023) and… view at source ↗
Figure 2
Figure 2. Visualization of the bond length and bond angle distribution for the most frequent bond types in CrossDock test. More types are shown in Appendix D.2, where our MolPilot consistently captures the molecular geometries most accurately. probability path of different modalities, and emphasize the need for principled metrics relevant to generative model￾ing in order to evaluate schedule quality. EquiFM (Song et al., 2024… view at source ↗
Figure 3
Figure 3. Validation loss curves on default schedule w.r.t. time in generation. Sync: Modalities at the same timestep. w/ 2D: Discrete modality at t = 1. w/ 3D: Continuous modality at t = 1. 2.2. 3D-driven Probability Path [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figures from the paper (13 more)
Figure 4
Figure 4. Figure 4: Our proposed VLB-Optimal Scheduling (VOS) that works by estimating the loss landscape and deriving an optimal noise schedule. A. Visualization of the loss surface over the function space. B. Upper: Visualization of the probability path of continuous data xc. Lower: The…
Figure 5
Figure 5. Figure 5: PoseBusters V2 structural accuracy (RMSD) and validity (PB-Valid) for docking methods (in gray, cited from Abramson et al. (2024)) and SBDD methods (in blue, calculated by us) [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: Ablation studies regarding loss objectives and noise schedules. Training with VLB (Eq. 10) as a line integral requires specific schedule β in training and sampling, while with generalized loss (Eq. 9) as a surface integral it only requires β for test time [PITH_FULL_I…
Figure 7
Figure 7. Figure 7: Validation losses for different configurations over the course of training. A.2. Why Learning for Optimal Schedule Might Fail Given the obtained optimal schedule β ∗ (t), we can train the generative model with invariant optimal VLB (Eq. 10) more effectively, allocating…
Figure 8
Figure 8. Figure 8: Structural alignment of randomly selected cases where training sequence and test sequence exhibit > 30% identity, showing nearly identical protein structures as well as ligand binding pockets. Following Appendix B.4, the line integral L∞(x) corresponds to the VLB for a…
Figure 9
Figure 9. Figure 9: Percentage of generated molecules that have passed the PoseBusters validity checks on ID CrossDock test set. PB-Valid Mol: intramolecular validity. PB-Valid Dock: intermolecular validity. Reported PB-Valid: PB-Valid Mol & PB-Valid Dock. D. More Evaluation Results D.1. …
Figure 10
Figure 10. Figure 10: Percentage of generated molecules that have passed the PoseBusters validity checks on OOD PoseBusters test set. PB-Valid Mol: intramolecular validity. PB-Valid Dock: intermolecular validity. Reported PB-Valid: PB-Valid Mol & PB-Valid Dock. For conformation quality, ou…
Figure 11
Figure 11. Figure 11: Validation loss curves for the model trained under generalized objective w.r.t. timestep in the generative process. Sync: Modalities at the same timestep. w/ 2D: Discrete modality always at t = 1. w/ 3D: Continuous modality always at t = 1. 21 [PITH_FULL_IMAGE:figure…
Figure 12
Figure 12. Figure 12: Detailed interaction counts for generated molecules on PoseBusters test. Only PB-Valid molecules are considered. all these distributions, underscoring its ability to capture the molecular geometries. For binding affinities, our model demonstrates the leading performan…
Figure 13
Figure 13. Figure 13: Illustration of molecular geometries for SBDD models. A. Binding mode consistency upon redocking, measured by scRMSD between generated poses (Green) and redocked poses (Silver). B. Generated molecules with unrealistic geometries, thus failing to pass PoseBusters valid…
Figure 14
Figure 14. Figure 14: Top-5 frequent bond length distribution of generated molecules compared with CrossDock reference molecules. 24 [PITH_FULL_IMAGE:figures/full_fig_p024_14.png]
Figure 15
Figure 15. Figure 15: Top-5 frequent bond angle distribution of generated molecules compared with CrossDock reference molecules. 25 [PITH_FULL_IMAGE:figures/full_fig_p025_15.png]
Figure 16
Figure 16. Figure 16: Top-5 frequent torsion angle distribution of generated molecules compared with CrossDock reference molecules. 26 [PITH_FULL_IMAGE:figures/full_fig_p026_16.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Kinetic Langevin Diffusion for Crystalline Materials Generation

    cs.LG 2025-07 conditional novelty 6.0 of 10

    KLDM runs the diffusion process for crystal coordinates in Euclidean velocity space via left-trivialized kinetic Langevin dynamics on a torus, and reports competitive or state-of-the-art performance on CSP and DNG benchmarks.

Reference graph

Works this paper leans on

34 extracted references · 17 canonical work pages · cited by 1 Pith paper

  1. [1]

    J., Bambrick, J., et al

    Abramson, J., Adler, J., Dunger, J., Evans, R., Green, T., Pritzel, A., Ronneberger, O., Willmore, L., Ballard, A. J., Bambrick, J., et al. Accurate structure prediction of biomolecular interactions with alphafold 3. Nature, pp.\ 1--3, 2024

  2. [2]

    and Fiorucci, S

    Bouysset, C. and Fiorucci, S. Prolif: a library to encode molecular interactions as fingerprints. Journal of cheminformatics, 13 0 (1): 0 72, 2021

  3. [3]

    M., and Deane, C

    Buttenschoen, M., Morris, G. M., and Deane, C. M. Posebusters: Ai-based docking methods fail to generate physically valid poses or generalise to novel sequences. Chemical Science, 15 0 (9): 0 3130--3139, 2024

  4. [4]

    Generative flows on discrete state-spaces: Enabling multimodal flows with applications to protein co-design

    Campbell, A., Yim, J., Barzilay, R., Rainforth, T., and Jaakkola, T. Generative flows on discrete state-spaces: Enabling multimodal flows with applications to protein co-design. In Salakhutdinov, R., Kolter, Z., Heller, K., Weller, A., Oliver, N., Scarlett, J., and Berkenkamp, F. (eds.), Proceedings of the 41st International Conference on Machine Learning...

  5. [5]

    Diffdock: Diffusion steps, twists, and turns for molecular docking

    Corso, G., Stärk, H., Jing, B., Barzilay, R., and Jaakkola, T. Diffdock: Diffusion steps, twists, and turns for molecular docking. International Conference on Learning Representations (ICLR), 2023

  6. [6]

    H., Doucet, A., Strudel, R., Dyer, C., Durkan, C., et al

    Dieleman, S., Sartran, L., Roshannai, A., Savinov, N., Ganin, Y., Richemond, P. H., Doucet, A., Strudel, R., Dyer, C., Durkan, C., et al. Continuous diffusion for categorical data. arXiv preprint arXiv:2211.15089, 2022

  7. [7]

    F., and Forli, S

    Eberhardt, J., Santos-Martins, D., Tillack, A. F., and Forli, S. Autodock vina 1.2. 0: New docking methods, expanded force field, and python bindings. Journal of chemical information and modeling, 61 0 (8): 0 3891--3898, 2021

  8. [8]

    G., Masuda, T., Sunseri, J., Jia, A., Iovanisci, R

    Francoeur, P. G., Masuda, T., Sunseri, J., Jia, A., Iovanisci, R. B., Snyder, I., and Koes, D. R. Three-dimensional convolutional neural networks and a cross-docked data set for structure-based drug design. Journal of chemical information and modeling, 60 0 (9): 0 4200--4215, 2020

Show all 34 references
  1. [9]

    K., Atkinson, T., and Gomez, F

    Graves, A., Srivastava, R. K., Atkinson, T., and Gomez, F. Bayesian flow networks. arXiv preprint arXiv:2308.07037, 2023

  2. [10]

    W., Peng, X., Su, Y., Peng, J., and Ma, J

    Guan, J., Qian, W. W., Peng, X., Su, Y., Peng, J., and Ma, J. 3d equivariant diffusion for target-aware molecule generation and affinity prediction. In The Eleventh International Conference on Learning Representations, 2022

  3. [11]

    D ecomp D iff: Diffusion models with decomposed priors for structure-based drug design

    Guan, J., Zhou, X., Yang, Y., Bao, Y., Peng, J., Ma, J., Liu, Q., Wang, L., and Gu, Q. D ecomp D iff: Diffusion models with decomposed priors for structure-based drug design. In Krause, A., Brunskill, E., Cho, K., Engelhardt, B., Sabato, S., and Scarlett, J. (eds.), Proceeding...

  4. [12]

    R., Joshi, C

    Harris, C., Didi, K., Jamasb, A. R., Joshi, C. K., Mathis, S. V., Lio, P., and Blundell, T. Benchmarking generated poses: How rational is structure-based drug design with generative models? arXiv preprint arXiv:2308.07413, 2023

  5. [13]

    Interaction-based retrieval-augmented diffusion models for protein-specific 3d molecule generation

    Huang, Z., Yang, L., Zhou, X., Qin, C., Yu, Y., Zheng, X., Zhou, Z., Zhang, W., Wang, Y., and Yang, W. Interaction-based retrieval-augmented diffusion models for protein-specific 3d molecule generation. In Forty-first International Conference on Machine Learning, 2024 a . URL ...

  6. [14]

    Protein-ligand interaction prior for binding-aware 3d molecule diffusion models

    Huang, Z., Yang, L., Zhou, X., Zhang, Z., Zhang, W., Zheng, X., Chen, J., Wang, Y., Bin, C., and Yang, W. Protein-ligand interaction prior for binding-aware 3d molecule diffusion models. In The Twelfth International Conference on Learning Representations, 2024 b

  7. [15]

    Structure-based drug design with geometric deep learning

    Isert, C., Atz, K., and Schneider, G. Structure-based drug design with geometric deep learning. Current Opinion in Structural Biology, 79: 0 102548, April 2023. ISSN 0959440X. doi:10.1016/j.sbi.2023.102548. URL https://linkinghub.elsevier.com/retrieve/pii/S0959440X23000222

  8. [16]

    C., Leach, A

    Jones, G., Willett, P., Glen, R. C., Leach, A. R., and Taylor, R. Development and validation of a genetic algorithm for flexible docking. Journal of molecular biology, 267 0 (3): 0 727--748, 1997

  9. [17]

    Variational diffusion models

    Kingma, D., Salimans, T., Poole, B., and Ho, J. Variational diffusion models. Advances in neural information processing systems, 34: 0 21696--21707, 2021

  10. [18]

    Lin, H., Huang, Y., Zhang, O., Liu, Y., Wu, L., Li, S., Chen, Z., and Li, S. Z. Functional-group-based diffusion for pocket-specific molecule generation and elaboration. In Oh, A., Naumann, T., Globerson, A., Saenko, K., Hardt, M., and Levine, S. (eds.), Advances in Neural Inf...

  11. [19]

    Generating 3d molecules for target protein binding

    Liu, M., Luo, Y., Uchino, K., Maruhashi, K., and Ji, S. Generating 3d molecules for target protein binding. In International Conference on Machine Learning, 2022

  12. [20]

    A 3D Generative Model for Structure - Based Drug Design

    Luo, S., Guan, J., Ma, J., and Peng, J. A 3D Generative Model for Structure - Based Drug Design . Advances in Neural Information Processing Systems, 34: 0 6229--6239, 2021. URL http://arxiv.org/abs/2203.10446

  13. [21]

    A., and Wegner, J

    M \'e ndez-Lucio, O., Ahmad, M., del Rio-Chanona, E. A., and Wegner, J. K. A geometric deep learning approach to predict binding conformations of bioactive molecules. Nature Machine Intelligence, 3 0 (12): 0 1033--1039, 2021

  14. [22]

    P ocket2 M ol: Efficient molecular sampling based on 3 D protein pockets

    Peng, X., Luo, S., Guan, J., Xie, Q., Peng, J., and Ma, J. P ocket2 M ol: Efficient molecular sampling based on 3 D protein pockets. In Chaudhuri, K., Jegelka, S., Song, L., Szepesvari, C., Niu, G., and Sabato, S. (eds.), Proceedings of the 39th International Conference on Mac...

  15. [23]

    Moldiff: Addressing the atom-bond inconsistency problem in 3d molecule diffusion generation

    Peng, X., Guan, J., Liu, Q., and Ma, J. Moldiff: Addressing the atom-bond inconsistency problem in 3d molecule diffusion generation. In International Conference on Machine Learning, pp.\ 27611--27629. PMLR, 2023

  16. [24]

    S., Yu, H

    Powers, A. S., Yu, H. H., Suriana, P. A., and Dror, R. O. Fragment-based ligand generation guided by geometric deep learning on protein-ligand structures. In ICLR2022 Machine Learning for Drug Discovery, 2022. URL https://openreview.net/forum?id=192L9cr-8HU

  17. [25]

    Empower structure-based molecule optimization with gradient guidance

    Qiu, K., Song, Y., Yu, J., Ma, H., Cao, Z., Zhang, Z., Wu, Y., Zheng, M., Zhou, H., and Ma, W.-Y. Empower structure-based molecule optimization with gradient guidance. arXiv e-prints, pp.\ arXiv--2411, 2025

  18. [26]

    Mol CRAFT : Structure-based drug design in continuous parameter space

    Qu, Y., Qiu, K., Song, Y., Gong, J., Han, J., Zheng, M., Zhou, H., and Ma, W.-Y. Mol CRAFT : Structure-based drug design in continuous parameter space. In Forty-first International Conference on Machine Learning, 2024. URL https://openreview.net/forum?id=KaAQu5rNU1

  19. [27]

    Structure-based Drug Design with Equivariant Diffusion Models , October 2022

    Schneuing, A., Du, Y., Harris, C., Jamasb, A., Igashov, I., Du, W., Blundell, T., Lió, P., Gomes, C., Welling, M., Bronstein, M., and Correia, B. Structure-based Drug Design with Equivariant Diffusion Models , October 2022. URL http://arxiv.org/abs/2210.13695. arXiv:2210.13695...

  20. [28]

    Unified generative modeling of 3d molecules via bayesian flow networks

    Song, Y., Gong, J., Qu, Y., Zhou, H., Zheng, M., Liu, J., and Ma, W.-Y. Unified generative modeling of 3d molecules via bayesian flow networks. arXiv preprint arXiv:2403.15441, 2024 a

  21. [29]

    Equivariant flow matching with hybrid probability transport for 3d molecule generation

    Song, Y., Gong, J., Xu, M., Cao, Z., Lan, Y., Ermon, S., Zhou, H., and Ma, W.-Y. Equivariant flow matching with hybrid probability transport for 3d molecule generation. Advances in Neural Information Processing Systems, 36, 2024 b

  22. [30]

    and S \"o ding, J

    Steinegger, M. and S \"o ding, J. Mmseqs2 enables sensitive protein sequence searching for the analysis of massive data sets. Nature biotechnology, 35 0 (11): 0 1026--1028, 2017

  23. [31]

    Midi: Mixed graph and 3d denoising diffusion for molecule generation, 2023

    Vignac, C., Osman, N., Toni, L., and Frossard, P. Midi: Mixed graph and 3d denoising diffusion for molecule generation, 2023. URL https://arxiv.org/abs/2302.09048

  24. [32]

    Molecule generation for target protein binding with structural motifs

    ZHANG, Z., Zheng, S., Min, Y., and Liu, Q. Molecule generation for target protein binding with structural motifs. In International Conference on Learning Representations, 2023. URL https://openreview.net/forum?id=Rq13idF0F73

  25. [33]

    Uni-mol: A universal 3d molecular representation learning framework

    Zhou, G., Gao, Z., Ding, Q., Zheng, H., Xu, H., Wei, Z., Zhang, L., and Ke, G. Uni-mol: A universal 3d molecular representation learning framework. In The Eleventh International Conference on Learning Representations, 2023. URL https://openreview.net/forum?id=6K2RM6wVqKu

  26. [34]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.