Rare Event Analysis via Stochastic Optimal Control
Drug discovery's hardest math problem just got a cleaner solver — and it could reprice computational chemistry pipelines.

The Thesis
This paper reframes the committor function — the core object in Transition Path Theory that encodes how and when molecules change shape — as a stochastic optimal control problem, enabling far more accurate estimates of reaction rates and equilibrium constants. Accurate committors mean better protein folding transition predictions, which means fewer wet-lab validation cycles. If the benchmark accuracy gains hold on industrially relevant systems, this is a credible efficiency wedge in early-stage drug discovery workflows.
Catalyst
Neural-network-based PDE solvers and differentiable molecular dynamics have matured enough that backpropagating through hitting-time objectives is computationally tractable — something that was numerically unstable just a few years ago. The off-policy Value Matching objective they introduce also lets you reuse existing simulation data rather than generating fresh trajectories for every query.
What's New
Prior committor estimation relied on variational methods (like the variational approach for Markov processes) or direct neural PDE solvers that struggle with metastability — trajectories getting trapped in intermediate energy basins and skewing estimates. This framework explicitly addresses metastability by constructing an alternative sampling process that preserves reactive current while lowering effective barriers, which prior methods did not do in a principled way.
The Counter
The committor estimation problem has attracted serious ML attention for at least five years — DeepMind, Schrödinger, and multiple academic groups have thrown neural PDE solvers at it — and industrially relevant accuracy improvements have remained elusive. The benchmark gains reported here almost certainly come from small, well-characterized model systems where the energy landscape is smooth enough for gradient-based control to shine. Real conformational changes in therapeutically interesting proteins involve dozens of metastable intermediates, explicit solvent, and polarizable force fields that make the 'lowered effective barrier' trick much harder to calibrate. More fundamentally, even a perfect committor estimator is only as good as the underlying force field — if the MD potential energy surface is wrong (and it usually is for novel chemical matter), better sampling of the wrong landscape just gets you the wrong answer faster. The stochastic optimal control framing is mathematically elegant, but elegance hasn't historically translated into pharma-grade tools on a short timeline.
Longs
- NVDA
- SCHRODINGER
Shorts
- Schrödinger (if their proprietary FEP+ pipeline gets commoditized by open-source SOC-based committor tools)
- OpenEye/Cadence (Orion platform's value prop weakens if trajectory sampling becomes cheaper)
- CROs relying on brute-force MD billing models
Enablers (Picks & Shovels)
- NVIDIA (GPU compute for MD simulations)
- JAX/PyTorch open-source ecosystem
- OpenMM and GROMACS as simulation backends
- Folding@home as a large reactive-trajectory data source
Private Watchlist
- Isomorphic Labs
- Exscientia
- Charm Industrial
- Kebotix
The Paper
Rare events such as conformational changes in biomolecules, phase transitions, and chemical reactions are central to the behavior of many physical systems, yet they are extremely difficult to study computationally because unbiased simulations seldom produce them. Transition Path Theory (TPT) provides a rigorous statistical framework for analyzing such events: it characterizes the ensemble of reactive trajectories between two designated metastable states (reactant and product), and its central object--the committor function, which gives the probability that the system will next reach the product rather than the reactant--encodes all essential kinetic and thermodynamic information. We introduce a framework that casts committor estimation as a stochastic optimal control (SOC) problem. In this formulation the committor defines a feedback control--proportional to the gradient of its logarithm--that actively steers trajectories toward the reactive region, thereby enabling efficient sampling of reactive paths. To solve the resulting hitting-time control problem we develop two complementary objectives: a direct backpropagation loss and a principled off-policy Value Matching loss, for which we establish first-order optimality guarantees. We further address metastability, which can trap controlled trajectories in intermediate basins, by introducing an alternative sampling process that preserves the reactive current while lowering effective energy barriers. On benchmark systems, the framework yields markedly more accurate committor estimates, reaction rates, and equilibrium constants than existing methods.