WO2025166167A1 - Optimized molecule generation with disentangled equivariant representation - Google Patents

Optimized molecule generation with disentangled equivariant representation

Info

Publication number
WO2025166167A1
WO2025166167A1 PCT/US2025/014036 US2025014036W WO2025166167A1 WO 2025166167 A1 WO2025166167 A1 WO 2025166167A1 US 2025014036 W US2025014036 W US 2025014036W WO 2025166167 A1 WO2025166167 A1 WO 2025166167A1
Authority
WO
WIPO (PCT)
Prior art keywords
molecule
loss
machine learning
property
learning model
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
PCT/US2025/014036
Other languages
French (fr)
Inventor
Renqiang Min
Haoran LIU
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Laboratories America Inc
Original Assignee
NEC Laboratories America Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Laboratories America Inc filed Critical NEC Laboratories America Inc
Publication of WO2025166167A1 publication Critical patent/WO2025166167A1/en
Anticipated expiration legal-status Critical
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16CCOMPUTATIONAL CHEMISTRY; CHEMOINFORMATICS; COMPUTATIONAL MATERIALS SCIENCE
    • G16C20/00Chemoinformatics, i.e. ICT specially adapted for the handling of physicochemical or structural data of chemical particles, elements, compounds or mixtures
    • G16C20/80Data visualisation
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16CCOMPUTATIONAL CHEMISTRY; CHEMOINFORMATICS; COMPUTATIONAL MATERIALS SCIENCE
    • G16C20/00Chemoinformatics, i.e. ICT specially adapted for the handling of physicochemical or structural data of chemical particles, elements, compounds or mixtures
    • G16C20/30Prediction of properties of chemical compounds, compositions or mixtures
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16CCOMPUTATIONAL CHEMISTRY; CHEMOINFORMATICS; COMPUTATIONAL MATERIALS SCIENCE
    • G16C20/00Chemoinformatics, i.e. ICT specially adapted for the handling of physicochemical or structural data of chemical particles, elements, compounds or mixtures
    • G16C20/50Molecular design, e.g. of drugs
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16CCOMPUTATIONAL CHEMISTRY; CHEMOINFORMATICS; COMPUTATIONAL MATERIALS SCIENCE
    • G16C20/00Chemoinformatics, i.e. ICT specially adapted for the handling of physicochemical or structural data of chemical particles, elements, compounds or mixtures
    • G16C20/70Machine learning, data mining or chemometrics
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H20/00ICT specially adapted for therapies or health-improving plans, e.g. for handling prescriptions, for steering therapy or for monitoring patient compliance
    • G16H20/10ICT specially adapted for therapies or health-improving plans, e.g. for handling prescriptions, for steering therapy or for monitoring patient compliance relating to drugs or medications, e.g. for ensuring correct administration to patients

Definitions

  • a method for three-dimensional (3D) molecule generation includes training an autoencoder machine learning model that disentangles structural context of a molecule from properties of the molecule, using a loss function that further enforces equivariance of a coordinate representation and invariance of data likelihood.
  • a 3D molecule is generated using the trained autoencoder machine learning model.
  • 23125PCT Page 1 of 28 [0005]
  • a system for three-dimensional molecule generation includes a hardware processor and a memory that stores a computer program.
  • the computer program When executed by the hardware processor, the computer program causes the hardware processor to train an autoencoder machine learning model that disentangles structural context of a molecule from properties of the molecule, using a loss function that further enforces equivariance of a coordinate representation and invariance of data likelihood, and to generate a 3D molecule using the trained autoencoder machine learning model.
  • FIG. 1 is a block diagram of a machine learning model for generating three- dimensional (3D) molecules, in accordance with an embodiment of the present invention
  • FIG. 2 is a block/flow diagram of a method for decoding latent features that specify structural context and properties of a 3D molecule, in accordance with an embodiment of the present invention
  • FIG.3 is a block/flow diagram of a method for training and using a model for generating 3D molecules, in accordance with an embodiment of the present invention
  • FIG. 4 is a block diagram of a healthcare facility that can generate 3D molecules to tailor treatments to a patient, in accordance with an embodiment of the present invention
  • 23125PCT Page 2 of 28 [0012] FIG.
  • FIG. 5 is a block diagram of a computing device that can generate 3D molecules, in accordance with an embodiment of the present invention
  • FIG. 6 is a diagram of an exemplary neural network architecture that can be used to implement part of a molecule generation model, in accordance with an embodiment of the present invention
  • FIG.7 is a diagram of an exemplary deep neural network architecture that can be used to implement part of a molecule generation model, in accordance with an embodiment of the present invention.
  • Molecule generation may be performed with a machine learning model that disentangles molecular properties from molecular structure, allowing each to be controlled independently.
  • the disentangled representation effectively separates a generative model’s latent space into property and structure aspects.
  • An autoencoder model may be used with a coordinate prediction loss function to generate new molecules.
  • the autoencoder model provides property-guided generation and structure- guided generation.
  • the latent space is factorized into the property and structure context of 3D molecules. This disentanglement is performed using a Wasserstein regularization loss that forces the independence between property latent variables and structure latent variables.
  • a prediction head ensures that property latent variables have property-relevant information. This ensures explicit control over molecule attributes.
  • the model may have two distinct generation modes, including property- guided generation for generating molecules with specific property values and structure- guided generation for modifying molecular attributes while preserving overall 23125PCT Page 3 of 28 molecular structure.
  • the coordinate loss function with structure alignment guarantees equivariance of the coordinate representation and invariance of data likelihood.
  • FIG. 1 an autoencoder framework is shown.
  • a 3D molecular graph 102 is input to the autoencoder.
  • the graph 102 may include, for example, nodes that represent atoms that make up the molecule, with edges that represent bonds between the atoms.
  • the autoencoder 100 includes two distinct encoders, a structural context encoder 104 and a property encoder 106.
  • the two encoders create feature vectors of the 3D molecular graph 102 in their respective latent spaces, with the structural context encoder 104 encoding structural features and with the property encoder 106 encoding property features.
  • the encoders may be implemented as E(3)-equivariant graph neural networks (GNNs).
  • GNNs E(3)-equivariant graph neural networks
  • the encoded features are processed jointly by a decoder 110, which may also be implemented as an E(3)-equivariant GNN.
  • the decoder 110 outputs a reconstructed molecule (during training) or a new molecule having desired structure and properties (during runtime).
  • the property features are separately processed by a prediction head 108, which may be implemented as a multi-layer perceptron (MLP), to verify the property or properties that they encode.
  • MLP multi-layer perceptron
  • An auto-regressive, fragment-based 3D generation may be used to generate large-scale, drug-like molecules that may be suitable for use as pharmaceuticals.
  • the space of 3D molecular graphs may be expressed as , where each 3D molecula graph ! ⁇ includes the fragment node set #, the edge set E, and the fragment coordinate matrix R.
  • Each fragment represents a combination of several atoms and bonds.
  • a benzene ring may be represented as a fragment that includes six carbon atoms and aromatic bonds.
  • Each fragment & ⁇ # is associated with a node feature '( and a position vector ) (which corresponds to the i th line of R and represents the center 23125PCT Page 4 of 28 coordinates of the fragment.
  • the edge ⁇ E indicates that two fragments &, - ⁇ # share a bond/atom.
  • This fragmentization includes assembled rules for neighboring fragments and enables a model of a substantial portion of the chemical space with a reasonably sized fragment vocabulary.
  • the model provides explicit control over molecular attributes while ensuring both E(3)-invariance and equivariance properties.
  • a generative model with explicit control is defined as ⁇ 45 ⁇ 7, where 4 0 and 4 5 represent the attribute spaces of two different attributes and where 7 is the space of generated objects.
  • the model M is considered to have explicit control if, for any given attributes ⁇ 4 0 and 8 5 ⁇ 4 5 , it consistently generates an object 9 ⁇ 7 reflecting those attributes.
  • 40 is the space of target molecular properties and 4 5 is the structural context of molecules.
  • Manipulating 8 0 allows for altering molecular properties molecular properties and maintaining their structural context, whereas adjusting 8 5 enables refinement of molecule structures while maintaining their chemical properties.
  • the 3D Euclidean group (abbreviated herein as E(3)) is the group generated by all 3D rotations, translations and reflections in 3D space.
  • the model maintains equivariance of coordinate representation and invariance of data likelihood.
  • the coordinates of a molecule's nodes are equivariant to the positions of other nodes in the 3D molecule. That means, when generating the coordinates ⁇ . for an atom at iteration >, if the current input structure is rotated or translated, then ⁇ ( needs to be rotated or translated correspondingly.
  • the present model may therefore be implemented as an E(3)-equivariant Wasserstein autoencoder (E3WAE) model, where the generation of the 3D molecule is factorized into two disentangled factors: the property and the structural context.
  • the former variable comprises the chemical property of the 3D molecule, while the latter refers to all other 3D structure patterns that do not relate to the property yet reflect the chemical constraints within the molecular chemical space. This factorization allows for explicit control during the generation process.
  • the invariant latent variable associate with node &, Q( K,L ⁇ JK,L, has a dimensionality of RK.
  • the equivariant latent variable J( S M,L ⁇ JM,L is dimensioned in R T ⁇ D.
  • an E(3)-equivariant vector neurons multilayer perceptron (VN-MLP) and mixed-features message passing (MF-MP) may be used as building blocks for both branches of encoders ⁇ L .
  • the context latent variables J K,] and J M,] are encoded using the structural encoder ⁇ ] (!).
  • an autoregressive molecule reconstruction loss may be used to achieve the disentanglement between property and context latent variables.
  • the decoder ⁇ ( ⁇ JK , JM) reconstructs 3D molecule graph fragment-by-fragment in an auto-regressive manner.
  • the decoder 110 may be implemented as another E(3)-equivariant GNN.
  • the connectivity rules between fragments are incorporated by masking out invalid edges.
  • the present model uses fragments as nodes and makes use of a coordinate prediction loss that optimizes 23125PCT Page 8 of 28 equivariant networks. This approach enables the generation of molecules using equivariant networks without relying on any external conditioning, such as reference structures like linker designs and pocket-based generation.
  • FIG. 2 a method of a decoding process is shown.
  • the decoding process includes node type prediction 202, focus queue initialization 204, and focusing and expanding iterations 206.
  • 0 for all ⁇ nodes in are determined from latent variables J K and J M .
  • the fragment type logits are obtained from latent variables through a self-attention mechanism and an MLP, and these logits are then used to sample all fragment types.
  • Block 204 initializes a focus queue b with a randomly chosen node from .
  • the decoder 110 predicts an expand edge connecting ⁇ to another node. If the connected node ⁇ is not a stop node or being linked for the first time, its coordinate (9 ⁇ , 8 ⁇ , Q ⁇ ) is predicted. Node ⁇ is then added to b if unvisited. This process repeats until a stop node is reached, marking ⁇ as visited.
  • the order of node focus and edge connection may be determined using a breadth-first search, facilitating teacher-forcing training.
  • the reconstruction process ends when b is empty, ensuring that all nodes in the connected component of have been considered for expansion.
  • the latent node embeddings are updated as Q ⁇ K, Q ⁇ M with an MF-MP layer.
  • the edge logits between the focus node ⁇ and any node & are obtained with 23125PCT Page 9 of 28 where ⁇ is a feed forward network and m ⁇ ,( ⁇ ⁇ 0,1 ⁇ indicates whether fragments ⁇ and & can be connected, based applied to the edge logits to determine the probabilities for each edge. Node ⁇ is then determined by identifying which node & has the highest probability.
  • Block 300 trains the model, for example by modifying parameters of the autoencoder to minimize an objective function using a training dataset.
  • the training dataset may be obtained from public benchmark datasets or private data.
  • the model Once the model has been trained, it may be deployed 310 to a target environment. In some cases the model may be implemented in the same system that is used to train 23125PCT Page 10 of 28 it, while in others it may be deployed to one or more target environments, where it will be used to generate new molecules in accordance with input structure and/or properties. [0039]
  • block 320 Once deployed, block 320 generates a new molecule. In some cases the new molecule may be generated to achieve specified properties while remaining close to some input structure. In some cases a wholly new structure may be generated. Block 330 then performs an action using the new molecule.
  • block 330 may include synthesizing the molecule to create a drug, which may then be administered to a patient as a treatment for some condition.
  • the model may be trained by minimizing a weighted sum of three individual losses: where and ­ are the trade-off weights for the losses.
  • L Dis is the disentanglement loss described above.
  • a reconstruction loss is used which may itself include three parts: [0041] Initially, a cross-entropy loss L NodeType is used for a classification task to accurately determine the types of nodes. Following this, another cross-entropy loss, L Edge , is applied to predict the edges in each iteration of the process. Finally, a log– Mean Squared Error (MSE) loss is used as the coordinate prediction loss L C . o ords at each iteration >: 23125PCT Page 11 of 28 where ⁇ ( is a binary flag indicating the presence of a newly added node in the &-th subgraph (() . that is not a stop node. [0042] However, log-MSE loss cannot be applied directly.
  • MSE Mean Squared Error
  • ⁇ . , ⁇ are used to denote the unit vectors of ) ⁇ ⁇ ) ⁇ . and ) ⁇ ⁇ ) ⁇ , respectively. Therefore, using the log-MSE coordinate loss directly neglects all these situations and violates the symmetric-invariance property of the geometric space.
  • the coordinates may be aligned with a Kabsch algorithm and then the coordinate loss may be calculated with transformed coordinates for the case when there are fewer than or equal to three nodes in any samples in this batch.
  • block 329 determines the atom-level coordinates. Block 329 picks a fragment and explores all feasible links to its neighbors, selecting the one nearest to a pre-defined fragment center. Each potential connection may be modeled, evaluating their suitability based on root-mean-square deviation 23125PCT Page 13 of 28 (RMSD) from the center. This procedure is iteratively applied to build the structure, fragment by fragment.
  • RMSD root-mean-square deviation 23125PCT Page 13 of 28
  • 3D molecule generation 408 may be used to generate a custom treatment for a patient, in accordance with target properties and structure.
  • the 3D molecule generation 408 may be used to generate such a molecule responsive to a patient’s medical condition based on up-to-date medical records 406.
  • the healthcare facility may include one or more medical professionals 402 who review information extracted from a patient’s medical records 406 to determine their healthcare and treatment needs.
  • These medical records 406 may include self- reported information from the patient, test results, and notes by healthcare personnel made to the patient’s file. Treatment systems 404 may furthermore monitor patient status to generate medical records 406 and may be designed to automatically administer and adjust treatments as needed.
  • Medical professionals 402 may use 3D molecule generation 408 to provide customized healthcare that is tailored to the patient’s needs. For example, the medical professionals 402 may use 3D molecule generation 408 to generate a new drug that is similar to known-effective drugs, but that avoids a patient’s allergies or other sensitivities.
  • the different elements of the healthcare facility 400 may communicate with one another via a network 410, for example using any appropriate wired or wireless communications protocol and medium.
  • the 3D molecule generation 408 can be used to design a treatment that targets a patient’s specific condition, for example using 23125PCT Page 14 of 28 test results and medical records 406.
  • the treatment systems 404 may be used to generate and administer a therapy based on 3D molecule generation 408.
  • the computing device 500 illustratively includes the processor 510, an input/output subsystem 520, a memory 530, a data storage device 540, and a communication subsystem 550, and/or other components and devices commonly found in a server or similar computing device.
  • the computing device 500 may include other or additional components, such as those commonly found in a server computer (e.g., various input/output devices), in other embodiments.
  • the processor 510 may be embodied as any type of processor capable of performing the functions described herein.
  • the processor 510 may be embodied as a single processor, multiple processors, a Central Processing Unit(s) (CPU(s)), a Graphics Processing Unit(s) (GPU(s)), a single or multi-core processor(s), a digital signal processor(s), a microcontroller(s), or other processor(s) or processing/controlling circuit(s).
  • the memory 530 may be embodied as any type of volatile or non-volatile memory or data storage capable of performing the functions described herein.
  • the memory 530 may store various data and software used during operation of the computing device 500, such as operating systems, applications, programs, libraries, and drivers.
  • the memory 530 is communicatively coupled to the processor 510 via the I/O subsystem 520, which may be embodied as circuitry and/or components to facilitate input/output operations with the processor 510, the memory 530, and other components of the computing device 500.
  • the I/O subsystem 520 may be 23125PCT Page 15 of 28 embodied as, or otherwise include, memory controller hubs, input/output control hubs, platform controller hubs, integrated control circuitry, firmware devices, communication links (e.g., point-to-point links, bus links, wires, cables, light guides, printed circuit board traces, etc.), and/or other components and subsystems to facilitate the input/output operations.
  • the I/O subsystem 520 may form a portion of a system-on-a-chip (SOC) and be incorporated, along with the processor 510, the memory 530, and other components of the computing device 500, on a single integrated circuit chip.
  • SOC system-on-a-chip
  • the data storage device 540 may be embodied as any type of device or devices configured for short-term or long-term storage of data such as, for example, memory devices and circuits, memory cards, hard disk drives, solid state drives, or other data storage devices.
  • the data storage device 540 can store program code 540A for property targeting generation, 540B for context-preserving generation, and/or 540C for 3D molecule generation. Any or all of these program code blocks may be included in a given computing system.
  • the communication subsystem 550 of the computing device 500 may be embodied as any network interface controller or other communication circuit, device, or collection thereof, capable of enabling communications between the computing device 500 and other remote devices over a network.
  • the communication subsystem 550 may be configured to use any one or more communication technology (e.g., wired or wireless communications) and associated protocols (e.g., Ethernet, InfiniBand®, Bluetooth®, Wi-Fi®, WiMAX, etc.) to effect such communication.
  • the computing device 500 may also include one or more peripheral devices 560.
  • the peripheral devices 560 may include any number of additional input/output devices, interface devices, and/or other peripheral devices.
  • the peripheral devices 560 may include a display, touch screen, 23125PCT Page 16 of 28 graphics circuitry, keyboard, mouse, speaker system, microphone, network interface, and/or other input/output devices, interface devices, and/or peripheral devices.
  • the computing device 500 may also include other elements (not shown), as readily contemplated by one of skill in the art, as well as omit certain elements.
  • various other sensors, input devices, and/or output devices can be included in computing device 500, depending upon the particular implementation of the same, as readily understood by one of ordinary skill in the art.
  • various types of wireless and/or wired input and/or output devices can be used.
  • additional processors, controllers, memories, and so forth, in various configurations can also be utilized.
  • a neural network is a generalized system that improves its functioning and accuracy through exposure to additional empirical data.
  • the neural network becomes trained by exposure to the empirical data.
  • the neural network stores and adjusts a plurality of weights that are applied to the incoming empirical data.
  • the data can be identified as belonging to a particular predefined class from a set of classes or a probability that the input data belongs to each of the classes can be output.
  • the empirical data also known as training data, from a set of examples can be formatted as a string of values and fed into the input of the neural network.
  • Each example may be associated with a known result or output.
  • Each example can be represented as a pair, (x, y), where x represents the input data and y represents the 23125PCT Page 17 of 28 known output.
  • the input data may include a variety of different data types, and may include multiple distinct values.
  • the network can have one input node for each value making up the example’s input data, and a separate weight can be applied to each input value.
  • the input data can, for example, be formatted as a vector, an array, or a string depending on the architecture of the neural network being constructed and trained.
  • the neural network “learns” by comparing the neural network output generated from the input data to the known values of the examples, and adjusting the stored weights to minimize the differences between the output values and the known values.
  • the adjustments may be made to the stored weights through back propagation, where the effect of the weights on the output values may be determined by calculating the mathematical gradient and adjusting the weights in a manner that shifts the output towards a minimum difference.
  • This optimization referred to as a gradient descent approach, is a non-limiting example of how training may be performed.
  • a subset of examples with known values that were not used for training can be used to test and validate the accuracy of the neural network.
  • the trained neural network can be used on new data that was not previously used in training or validation through generalization.
  • the adjusted weights of the neural network can be applied to the new data, where the weights estimate a function developed from the training examples.
  • the parameters of the estimated function which are captured by the weights are based on statistical inference.
  • nodes are arranged in the form of layers.
  • An exemplary simple neural network has an input layer 620 of source nodes 622, and a single computation layer 630 having one or more computation nodes 632 that also act as output nodes, where there is a single computation node 632 for each possible category into which the input example could be classified.
  • An input layer 620 can have 23125PCT Page 18 of 28 a number of source nodes 622 equal to the number of data values 612 in the input data 610.
  • the data values 612 in the input data 610 can be represented as a column vector.
  • Each computation node 632 in the computation layer 630 generates a linear combination of weighted values from the input data 610 fed into input nodes 620, and applies a non-linear activation function that is differentiable to the sum.
  • the exemplary simple neural network can perform classification on linearly separable examples (e.g., patterns).
  • a deep neural network such as a multilayer perceptron, can have an input layer 620 of source nodes 622, one or more computation layer(s) 630 having one or more computation nodes 632, and an output layer 640, where there is a single output node 642 for each possible category into which the input example could be classified.
  • An input layer 620 can have a number of source nodes 622 equal to the number of data values 612 in the input data 610.
  • the computation nodes 632 in the computation layer(s) 630 can also be referred to as hidden layers, because they are between the source nodes 622 and output node(s) 642 and are not directly observed.
  • Each node 632, 642 in a computation layer generates a linear combination of weighted values from the values output from the nodes in a previous layer, and applies a non-linear activation function that is differentiable over the range of the linear combination.
  • the weights applied to the value from each previous node can be denoted, for example, by w1, w2, ... w n-1, w n .
  • the output layer provides the overall response of the network to the input data.
  • a deep neural network can be fully connected, where each node in a computational layer is connected to all other nodes in the previous layer, or may have other configurations of connections between layers. If links between nodes are missing, the network is referred to as partially connected.
  • Training a deep neural network can involve two phases, a forward phase where the weights of each node are fixed and the input propagates through the network, and a backwards phase where an error value is propagated backwards through the network and weight values are updated.
  • the computation nodes 632 in the one or more computation (hidden) layer(s) 630 perform a nonlinear transformation on the input data 612 that generates a feature space.
  • the classes or categories may be more easily separated in the feature space than in the original data space.
  • Embodiments described herein may be entirely hardware, entirely software or including both hardware and software elements.
  • Embodiments may include a computer program product accessible from a computer-usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system.
  • a computer-usable or computer readable medium may include any apparatus that stores, communicates, propagates, or transports the program for use by or in connection with the instruction execution system, apparatus, or device.
  • the medium can be magnetic, optical, electronic, electromagnetic, infrared, or semiconductor system (or apparatus or device) or a propagation medium.
  • the medium may include a computer-readable storage medium such as a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk, etc.
  • a computer-readable storage medium such as a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk, etc.
  • Each computer program may be tangibly stored in a machine-readable storage media or device (e.g., program memory or magnetic disk) readable by a general or 23125PCT Page 20 of 28 special purpose programmable computer, for configuring and controlling operation of a computer when the storage media or device is read by the computer to perform the procedures described herein.
  • a data processing system suitable for storing and/or executing program code may include at least one processor coupled directly or indirectly to memory elements through a system bus.
  • the memory elements can include local memory employed during actual execution of the program code, bulk storage, and cache memories which provide temporary storage of at least some program code to reduce the number of times code is retrieved from bulk storage during execution.
  • I/O devices including but not limited to keyboards, displays, pointing devices, etc. may be coupled to the system either directly or through intervening I/O controllers.
  • Network adapters may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modem and Ethernet cards are just a few of the currently available types of network adapters.
  • the term “hardware processor subsystem” or “hardware processor” can refer to a processor, memory, software or combinations thereof that cooperate to perform one or more specific tasks.
  • the hardware processor subsystem can include one or more data processing elements (e.g., logic circuits, processing circuits, instruction execution devices, etc.).
  • the one or more data processing elements can be included in a central processing unit, a graphics processing 23125PCT Page 21 of 28 unit, and/or a separate processor- or computing element-based controller (e.g., logic gates, etc.).
  • the hardware processor subsystem can include one or more on-board memories (e.g., caches, dedicated memory arrays, read only memory, etc.).
  • the hardware processor subsystem can include one or more memories that can be on or off board or that can be dedicated for use by the hardware processor subsystem (e.g., ROM, RAM, basic input/output system (BIOS), etc.).
  • the hardware processor subsystem can include and execute one or more software elements.
  • the one or more software elements can include an operating system and/or one or more applications and/or specific code to achieve a specified result.
  • the hardware processor subsystem can include dedicated, specialized circuitry that performs one or more electronic processing functions to achieve a specified result. Such circuitry can include one or more application-specific integrated circuits (ASICs), field-programmable gate arrays (FPGAs), and/or programmable logic arrays (PLAs).
  • ASICs application-specific integrated circuits
  • FPGAs field-programmable gate arrays
  • PDAs programmable logic arrays
  • such phrasing is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of the third listed option (C) only, or the selection of the first and the second listed options (A and B) only, or the selection of the first and third listed options (A and C) only, or the selection of the second and third listed options (B and C) only, or the selection of all three options (A and B and C).
  • This may be extended for as many items listed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Chemical & Material Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Computing Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Crystallography & Structural Chemistry (AREA)
  • General Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Medical Informatics (AREA)
  • Medicinal Chemistry (AREA)
  • Pharmacology & Pharmacy (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Spectroscopy & Molecular Physics (AREA)
  • Databases & Information Systems (AREA)
  • Evolutionary Computation (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Epidemiology (AREA)
  • Primary Health Care (AREA)
  • Public Health (AREA)
  • Complex Calculations (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Methods and systems for three-dimensional (3D) molecule generation include training (300) an autoencoder machine learning model that disentangles structural context of a molecule from properties of the molecule, using a loss function that further enforces equivariance of a coordinate representation and invariance of data likelihood. A 3D molecule is generated (320) using the trained autoencoder machine learning model.

Description

OPTIMIZED MOLECULE GENERATION WITH DISENTANGLED EQUIVARIANT REPRESENTATION RELATED APPLICATION INFORMATION [0001] This application claims priority to U.S. Patent Application No. 63/627,098, filed on January 31, 2024, to U.S. Patent Application No.63/553,222, filed on February 14, 2024, and to U.S. Patent Application No. 19/041,254, filed on January 30, 2025, each incorporated herein by reference in its entirety. BACKGROUND Technical Field [0002] The present invention relates to molecule generation and, more particularly, to learning disentangled equivariant representations of molecules. Description of the Related Art [0003] Drug discovery attempts to identify new three-dimensional (3D) molecular structures, within the vast space of possible chemicals, that have specific attributes. Traditional models have difficulty generating molecules with precise properties and controlling molecular attributes. SUMMARY [0004] A method for three-dimensional (3D) molecule generation includes training an autoencoder machine learning model that disentangles structural context of a molecule from properties of the molecule, using a loss function that further enforces equivariance of a coordinate representation and invariance of data likelihood. A 3D molecule is generated using the trained autoencoder machine learning model. 23125PCT Page 1 of 28 [0005] A system for three-dimensional molecule generation includes a hardware processor and a memory that stores a computer program. When executed by the hardware processor, the computer program causes the hardware processor to train an autoencoder machine learning model that disentangles structural context of a molecule from properties of the molecule, using a loss function that further enforces equivariance of a coordinate representation and invariance of data likelihood, and to generate a 3D molecule using the trained autoencoder machine learning model. [0006] These and other features and advantages will become apparent from the following detailed description of illustrative embodiments thereof, which is to be read in connection with the accompanying drawings. BRIEF DESCRIPTION OF DRAWINGS [0007] The disclosure will provide details in the following description of preferred embodiments with reference to the following figures wherein: [0008] FIG. 1 is a block diagram of a machine learning model for generating three- dimensional (3D) molecules, in accordance with an embodiment of the present invention; [0009] FIG. 2 is a block/flow diagram of a method for decoding latent features that specify structural context and properties of a 3D molecule, in accordance with an embodiment of the present invention; [0010] FIG.3 is a block/flow diagram of a method for training and using a model for generating 3D molecules, in accordance with an embodiment of the present invention; [0011] FIG. 4 is a block diagram of a healthcare facility that can generate 3D molecules to tailor treatments to a patient, in accordance with an embodiment of the present invention; 23125PCT Page 2 of 28 [0012] FIG. 5 is a block diagram of a computing device that can generate 3D molecules, in accordance with an embodiment of the present invention; [0013] FIG. 6 is a diagram of an exemplary neural network architecture that can be used to implement part of a molecule generation model, in accordance with an embodiment of the present invention; and [0014] FIG.7 is a diagram of an exemplary deep neural network architecture that can be used to implement part of a molecule generation model, in accordance with an embodiment of the present invention. DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS [0015] Molecule generation may be performed with a machine learning model that disentangles molecular properties from molecular structure, allowing each to be controlled independently. The disentangled representation effectively separates a generative model’s latent space into property and structure aspects. An autoencoder model may be used with a coordinate prediction loss function to generate new molecules. The autoencoder model provides property-guided generation and structure- guided generation. [0016] To this end, the latent space is factorized into the property and structure context of 3D molecules. This disentanglement is performed using a Wasserstein regularization loss that forces the independence between property latent variables and structure latent variables. A prediction head ensures that property latent variables have property-relevant information. This ensures explicit control over molecule attributes. [0017] The model may have two distinct generation modes, including property- guided generation for generating molecules with specific property values and structure- guided generation for modifying molecular attributes while preserving overall 23125PCT Page 3 of 28 molecular structure. The coordinate loss function with structure alignment guarantees equivariance of the coordinate representation and invariance of data likelihood. [0018] Referring now to FIG. 1, an autoencoder framework is shown. A 3D molecular graph 102 is input to the autoencoder. The graph 102 may include, for example, nodes that represent atoms that make up the molecule, with edges that represent bonds between the atoms. The autoencoder 100 includes two distinct encoders, a structural context encoder 104 and a property encoder 106. The two encoders create feature vectors of the 3D molecular graph 102 in their respective latent spaces, with the structural context encoder 104 encoding structural features and with the property encoder 106 encoding property features. The encoders may be implemented as E(3)-equivariant graph neural networks (GNNs). [0019] The encoded features are processed jointly by a decoder 110, which may also be implemented as an E(3)-equivariant GNN. The decoder 110 outputs a reconstructed molecule (during training) or a new molecule having desired structure and properties (during runtime). The property features are separately processed by a prediction head 108, which may be implemented as a multi-layer perceptron (MLP), to verify the property or properties that they encode. [0020] An auto-regressive, fragment-based 3D generation may be used to generate large-scale, drug-like molecules that may be suitable for use as pharmaceuticals. The space of 3D molecular graphs may be expressed as , where each 3D molecula graph ! ∈ includes the fragment node set #, the edge set ℰ, and the fragment coordinate matrix ℛ. Each fragment represents a combination of several atoms and bonds. For example, a benzene ring may be represented as a fragment that includes six carbon atoms and aromatic bonds. Each fragment & ∈ # is associated with a node feature '( and a position vector )( which corresponds to the ith line of ℛ and represents the center 23125PCT Page 4 of 28 coordinates of the fragment. The edge ∈ ℰ indicates that two fragments &, - ∈ # share a bond/atom. [0021] This fragmentization includes assembled rules for neighboring fragments and enables a model of a substantial portion of the chemical space with a reasonably sized fragment vocabulary. The generation process may be iterative, a next graph state at each step t is predicted as ./0 = ℳ( ), where ℳ is the auto-regressive generation model. The model provides explicit control over molecular attributes while ensuring both E(3)-invariance and equivariance properties. [0022] A generative model with explicit control is defined as × 45 → 7, where 40 and 45 represent the attribute spaces of two different attributes and where 7 is the space of generated objects. The model ℳ is considered to have explicit control if, for any given attributes ∈ 40 and 85 ∈ 45, it consistently generates an object 9 ∈7 reflecting those attributes. In the present model, 40 is the space of target molecular properties and 45 is the structural context of molecules. Manipulating 80 allows for altering molecular properties molecular properties and maintaining their structural context, whereas adjusting 85 enables refinement of molecule structures while maintaining their chemical properties. [0023] The 3D Euclidean group (abbreviated herein as E(3)) is the group generated by all 3D rotations, translations and reflections in 3D space. In the context of 3D molecule generation without an external reference structure, the model maintains equivariance of coordinate representation and invariance of data likelihood. First, the coordinates of a molecule's nodes are equivariant to the positions of other nodes in the 3D molecule. That means, when generating the coordinates <. for an atom at iteration >, if the current input structure is rotated or translated, then <( needs to be rotated or translated correspondingly. Formally, consider a rotation matrix ? ∈ @A(3) and a 23125PCT Page 5 of 28 translation vector B ∈ ℝD, for the coordinate generation model ℳF, ?<. + B = ℳF(?ℛ. + B). In contrast, the likelihood H(<( should be invariant to rotations and translations as they do not change the 3D structure, so that H(?<. + B ∣ + B) = H(<. ∣ ℛ.), for any rotation ? ∈ ℝD×D or translation B ∈ ℝD. [0024] The present model may therefore be implemented as an E(3)-equivariant Wasserstein autoencoder (E3WAE) model, where the generation of the 3D molecule is factorized into two disentangled factors: the property and the structural context. The former variable comprises the chemical property of the 3D molecule, while the latter refers to all other 3D structure patterns that do not relate to the property yet reflect the chemical constraints within the molecular chemical space. This factorization allows for explicit control during the generation process. [0025] The encoders 104 and 106 extract invariant and equivariant latent variables, respectively: where * = {O, P} represents “property” or “structural context.” The invariant latent variable associate with node &, Q( K,L ∈ JK,L, has a dimensionality of RK. Correspondingly, the equivariant latent variable J( S M,L ∈ JM,L is dimensioned in ℝ T×D. [0026] In some embodiments, an E(3)-equivariant vector neurons multilayer perceptron (VN-MLP) and mixed-features message passing (MF-MP) may be used as building blocks for both branches of encoders ΘL. These are effective in integrating both invariant and equivariant features, ensuring the property space's invariance and the coordinate space's equivariance. However, it is important to note that our model is compatible with any E(3)-equivariant architecture. 23125PCT Page 6 of 28 [0027] For the property branch, the property latent variables JK,U and JM,U are first derived by the property encoder ΘU(!). Subsequently, a Readout function is used to obtain graph-level representations. The Readout function is implemented as either the average or the summation of all node embeddings. To ensure that these latent variables carry information related to the property of 3D molecules, the auxiliary prediction head 108 is expressed as ℋprop and takes the aggregated JK,U as input and predicts the target property value of the 3D molecule: 8̂ = ℋprop WReadout ZJK,U[\, [0028] For the structure context branch, the context latent variables JK,] and JM,] are encoded using the structural encoder Θ](!). To ensure that these variables capture comprehensive information about the molecule, specifically excluding patterns related to the target property, an autoregressive molecule reconstruction loss. [0029] A Wasserstein autoencoder regularization loss may be used to achieve the disentanglement between property and context latent variables. This approach involves minimizing the Maximum Mean Discrepancy (MMD) between the distribution of latent variables and an isotropic multivariate Gaussian prior, denoted as z ∼ _̀ . Specifically, for the invariant latent variables J K K ∼ bc, where JK = concat ZJK,U, JK,][, and an isotropic Gaussian prior _K J = g(h, i5S), the disentanglement loss for invariant variables is computed as [0030] For the equivariant latent variables, JM = concat ZJM,U, JM,][ and JM ∈5ST×D, independence is maintained along the 2RM axis while allowing for covariance along the remaining dimension. To this end, three isotropic Gaussian priors are sampled 23125PCT Page 7 of 28 from _M = v(h, i5) to calculate the corresponding disentanglement Wasserstein loss as: ℒM klm = MMD (wM M J , xJ), where wM ∈ ℝ5ST×D is the combined Gaussian priors and xM J ∈ ℝ5yST×D is the distribution of the equivariant latent variables JM. The total disentanglement loss is then calculated as the sum of these components: + ℒ M Dis . [0031] For MMD estimation, an input batch of latent variables {J( } (|0,…,~ may have batch size ^. Corresponding samples {( } (|0,…,~ are randomly drawn from the Gaussian prior, ^J̃(+(^, … , ⋯ , ^, maintaining the same sample size. The MMD is then calculated using a linear time unbiased estimator as where ^ is the kernel function, implemented using a radial basis function (RBF) kernel with ^ = 1. [0032] Minimizing this loss aligns the joint distribution of the latent embeddings with the isotropic normal distributions, so that the property and context latent variables are independent. Additionally, the Gaussian shape of the latent space facilitates smooth interpolation, effective regularization, and enhanced generation diversity. [0033] The decoder ^( ∣ JK , JM) reconstructs 3D molecule graph fragment-by-fragment in an auto-regressive manner. Specifically, the decoder 110 may be implemented as another E(3)-equivariant GNN. The connectivity rules between fragments are incorporated by masking out invalid edges. The present model uses fragments as nodes and makes use of a coordinate prediction loss that optimizes 23125PCT Page 8 of 28 equivariant networks. This approach enables the generation of molecules using equivariant networks without relying on any external conditioning, such as reference structures like linker designs and pocket-based generation. [0034] Referring now to FIG. 2, a method of a decoding process is shown. The decoding process includes node type prediction 202, focus queue initialization 204, and focusing and expanding iterations 206. Initially, fragment types {9( }^ (|0 for all ^ nodes in are determined from latent variables JK and JM. The fragment type logits are obtained from latent variables through a self-attention mechanism and an MLP, and these logits are then used to sample all fragment types. Once the node types are sampled, their embeddings are concatenated by block 202 with the corresponding latent variables JK ( for subsequent steps. [0035] Block 204 initializes a focus queue b with a randomly chosen node from . For each focus node ^ popped from b in block 206, the decoder 110 predicts an expand edge connecting ^ to another node. If the connected node ^ is not a stop node or being linked for the first time, its coordinate (9^, 8^, Q^) is predicted. Node ^ is then added to b if unvisited. This process repeats until a stop node is reached, marking ^ as visited. The order of node focus and edge connection may be determined using a breadth-first search, facilitating teacher-forcing training. The reconstruction process ends when b is empty, ensuring that all nodes in the connected component of have been considered for expansion. [0036] Concretely, in each iteration > of the focus and expand phase 206, the currently reconstructed subgraph is . = (#., ℰ., ℛ.). Initially, the latent node embeddings are updated as Q̂K, Q̂M with an MF-MP layer. Then the edge logits between the focus node ^ and any node & are obtained with 23125PCT Page 9 of 28 where Φ is a feed forward network and m^,( ∈ {0,1} indicates whether fragments ^ and & can be connected, based applied to the edge logits to determine the probabilities for each edge. Node ^ is then determined by identifying which node & has the highest probability. [0037] To predict the coordinate for the newly connected node ^, the geometric center )̅. of current subgraph . is taken as a reference point to predict a displacement of node ^ related to the reference point. Initially, two sets of pair-wise interactions are predicted in the current connected graph as of pair-wise interactions in the current connected graph as where Ψ is a feed forward network and is a learnable linear transformation. The displacement of node ^ is then calculated by: where Ω0 and Ω5 are VN-MLP layers. Finally, the predicted coordinates of node ^ is obtained by )̂^ = ¨^ + )̅.. [0038] Referring now to FIG. 3, a method for training and using a 3D molecule generating model is shown. Block 300 trains the model, for example by modifying parameters of the autoencoder to minimize an objective function using a training dataset. The training dataset may be obtained from public benchmark datasets or private data. Once the model has been trained, it may be deployed 310 to a target environment. In some cases the model may be implemented in the same system that is used to train 23125PCT Page 10 of 28 it, while in others it may be deployed to one or more target environments, where it will be used to generate new molecules in accordance with input structure and/or properties. [0039] Once deployed, block 320 generates a new molecule. In some cases the new molecule may be generated to achieve specified properties while remaining close to some input structure. In some cases a wholly new structure may be generated. Block 330 then performs an action using the new molecule. For example, block 330 may include synthesizing the molecule to create a drug, which may then be administered to a patient as a treatment for some condition. Once the molecular composition and 3D structure of a molecule is known, it can be readily manufactured. [0040] During training 300, the model may be trained by minimizing a weighted sum of three individual losses: where and ­ are the trade-off weights for the losses. Specifically, ℒDis is the disentanglement loss described above. An L1 loss may be used as the property prediction loss for the auxiliary property prediction head ℋprop attached to property encoder ΘU ℒProp =∥ 8 − 8̂ ∥0 where 8 denotes the ground truth value of the target property. Finally, for the decoder 110, a reconstruction loss is used which may itself include three parts: [0041] Initially, a cross-entropy loss ℒNodeType is used for a classification task to accurately determine the types of nodes. Following this, another cross-entropy loss, ℒEdge, is applied to predict the edges in each iteration of the process. Finally, a log– Mean Squared Error (MSE) loss is used as the coordinate prediction loss ℒC . oords at each iteration >: 23125PCT Page 11 of 28 where ^( is a binary flag indicating the presence of a newly added node in the &-th subgraph (() . that is not a stop node. [0042] However, log-MSE loss cannot be applied directly. For the first iteration > = 1, there are only two nodes in the current subgraph, in which ∥# 5×D .∥ = ∈ ℝ . The only constraint to the current 3D structure is the distance between the two existing nodes. Thus, the ground truth coordinates can be considered as any point on a sphere with distance R. = ∥)^ − )̅.∥ to the reference point coordinate where )^ denotes the ground truth coordinate of newly added node ^ and )^ is the coordinate of the focus and the only node ^ in previous subgraph. [0043] Moreover, for the situation that there are three nodes in the current subgraph, where ∥#.∥ = 3 and ℛ. ∈ ℝD×D, the ground truth coordinate is considered equivalent to any point with a distance R. = ∥)^ − )̅.∥ to )̅. and a angle ². = arccos Zµ Here µ. , µ^^ are used to denote the unit vectors of )^ − )̅. and )^ − )^, respectively. Therefore, using the log-MSE coordinate loss directly neglects all these situations and violates the symmetric-invariance property of the geometric space. [0044] To adapt E (3)-equivariant networks to de-novo molecule generation task without external reference structure, the coordinates may be aligned with a Kabsch algorithm and then the coordinate loss may be calculated with transformed coordinates for the case when there are fewer than or equal to three nodes in any samples in this batch. A rotation matrix ? ∈ @A(3) and a translation vector B ∈ ℝD may be calculated for the maximum alignment between generated coordinates = [)̂(](∈#^ and truth coordinates ℛ.. Then transformed coordinates of generated nodes are obtained by )̃( = ?)̂( + B, ∀& ∈ #. 23125PCT Page 12 of 28 Thus, for samples with three or fewer nodes at the current iteration, the coordinate loss is: [0045] During molecule generation 320, latent variables JK and JM are sampled 322 and the maximum number of fragments is set to v. Note that the exact number of fragments might be smaller than v. Then the generation process performs decoding 324, for example as described above in FIG.2, but differs by operating without teacher forcing, relying solely on the model's self-guided predictions. Notably, the disentangled latent space which enables explicit control over two key aspects of molecule generation. [0046] For property-targeting generation 326, predefined property latent variables JK,U, JM,U are combined with sampled or template context latent variables JK,], JM,]. This combination is then fed into the decoder 110, producing new molecules ̂ = JK,U, JM,U[ with targeted properties. For context-preserving generation 328, predefined context latent variables JK,], JM,] are combined with either sampled or template property latent variables JK,], JM,]. Using such latent variables, the decoder 110 can generate new molecules ̂ = ^Z ∣ JK,], JM,][ that refine certain properties while maintaining the core molecule framework. The predefined latent variables are obtained either by directly using or by performing interpolation or extrapolation with latent variables from existing molecules. [0047] Once the 3D molecular graph is complete at the fragment level, including all fragment types, links, and center coordinates, block 329 determines the atom-level coordinates. Block 329 picks a fragment and explores all feasible links to its neighbors, selecting the one nearest to a pre-defined fragment center. Each potential connection may be modeled, evaluating their suitability based on root-mean-square deviation 23125PCT Page 13 of 28 (RMSD) from the center. This procedure is iteratively applied to build the structure, fragment by fragment. Finally, these local structures may be aligned within the molecular framework using the Kabsch algorithm, adjusting the coordinates to match target positions. [0048] Referring now to FIG.4, a diagram of information extraction is shown in the context of a healthcare facility 400. 3D molecule generation 408 may be used to generate a custom treatment for a patient, in accordance with target properties and structure. The 3D molecule generation 408 may be used to generate such a molecule responsive to a patient’s medical condition based on up-to-date medical records 406. [0049] The healthcare facility may include one or more medical professionals 402 who review information extracted from a patient’s medical records 406 to determine their healthcare and treatment needs. These medical records 406 may include self- reported information from the patient, test results, and notes by healthcare personnel made to the patient’s file. Treatment systems 404 may furthermore monitor patient status to generate medical records 406 and may be designed to automatically administer and adjust treatments as needed. [0050] Medical professionals 402 may use 3D molecule generation 408 to provide customized healthcare that is tailored to the patient’s needs. For example, the medical professionals 402 may use 3D molecule generation 408 to generate a new drug that is similar to known-effective drugs, but that avoids a patient’s allergies or other sensitivities. [0051] The different elements of the healthcare facility 400 may communicate with one another via a network 410, for example using any appropriate wired or wireless communications protocol and medium. Thus the 3D molecule generation 408 can be used to design a treatment that targets a patient’s specific condition, for example using 23125PCT Page 14 of 28 test results and medical records 406. The treatment systems 404 may be used to generate and administer a therapy based on 3D molecule generation 408. [0052] As shown in FIG. 5, the computing device 500 illustratively includes the processor 510, an input/output subsystem 520, a memory 530, a data storage device 540, and a communication subsystem 550, and/or other components and devices commonly found in a server or similar computing device. The computing device 500 may include other or additional components, such as those commonly found in a server computer (e.g., various input/output devices), in other embodiments. Additionally, in some embodiments, one or more of the illustrative components may be incorporated in, or otherwise form a portion of, another component. For example, the memory 530, or portions thereof, may be incorporated in the processor 510 in some embodiments. [0053] The processor 510 may be embodied as any type of processor capable of performing the functions described herein. The processor 510 may be embodied as a single processor, multiple processors, a Central Processing Unit(s) (CPU(s)), a Graphics Processing Unit(s) (GPU(s)), a single or multi-core processor(s), a digital signal processor(s), a microcontroller(s), or other processor(s) or processing/controlling circuit(s). [0054] The memory 530 may be embodied as any type of volatile or non-volatile memory or data storage capable of performing the functions described herein. In operation, the memory 530 may store various data and software used during operation of the computing device 500, such as operating systems, applications, programs, libraries, and drivers. The memory 530 is communicatively coupled to the processor 510 via the I/O subsystem 520, which may be embodied as circuitry and/or components to facilitate input/output operations with the processor 510, the memory 530, and other components of the computing device 500. For example, the I/O subsystem 520 may be 23125PCT Page 15 of 28 embodied as, or otherwise include, memory controller hubs, input/output control hubs, platform controller hubs, integrated control circuitry, firmware devices, communication links (e.g., point-to-point links, bus links, wires, cables, light guides, printed circuit board traces, etc.), and/or other components and subsystems to facilitate the input/output operations. In some embodiments, the I/O subsystem 520 may form a portion of a system-on-a-chip (SOC) and be incorporated, along with the processor 510, the memory 530, and other components of the computing device 500, on a single integrated circuit chip. [0055] The data storage device 540 may be embodied as any type of device or devices configured for short-term or long-term storage of data such as, for example, memory devices and circuits, memory cards, hard disk drives, solid state drives, or other data storage devices. The data storage device 540 can store program code 540A for property targeting generation, 540B for context-preserving generation, and/or 540C for 3D molecule generation. Any or all of these program code blocks may be included in a given computing system. The communication subsystem 550 of the computing device 500 may be embodied as any network interface controller or other communication circuit, device, or collection thereof, capable of enabling communications between the computing device 500 and other remote devices over a network. The communication subsystem 550 may be configured to use any one or more communication technology (e.g., wired or wireless communications) and associated protocols (e.g., Ethernet, InfiniBand®, Bluetooth®, Wi-Fi®, WiMAX, etc.) to effect such communication. [0056] As shown, the computing device 500 may also include one or more peripheral devices 560. The peripheral devices 560 may include any number of additional input/output devices, interface devices, and/or other peripheral devices. For example, in some embodiments, the peripheral devices 560 may include a display, touch screen, 23125PCT Page 16 of 28 graphics circuitry, keyboard, mouse, speaker system, microphone, network interface, and/or other input/output devices, interface devices, and/or peripheral devices. [0057] Of course, the computing device 500 may also include other elements (not shown), as readily contemplated by one of skill in the art, as well as omit certain elements. For example, various other sensors, input devices, and/or output devices can be included in computing device 500, depending upon the particular implementation of the same, as readily understood by one of ordinary skill in the art. For example, various types of wireless and/or wired input and/or output devices can be used. Moreover, additional processors, controllers, memories, and so forth, in various configurations can also be utilized. These and other variations of the processing system 500 are readily contemplated by one of ordinary skill in the art given the teachings of the present invention provided herein. [0058] Referring now to FIGs. 6 and 7, exemplary neural network architectures are shown, which may be used to implement parts of the present models, such as the molecule generation model 100. A neural network is a generalized system that improves its functioning and accuracy through exposure to additional empirical data. The neural network becomes trained by exposure to the empirical data. During training, the neural network stores and adjusts a plurality of weights that are applied to the incoming empirical data. By applying the adjusted weights to the data, the data can be identified as belonging to a particular predefined class from a set of classes or a probability that the input data belongs to each of the classes can be output. [0059] The empirical data, also known as training data, from a set of examples can be formatted as a string of values and fed into the input of the neural network. Each example may be associated with a known result or output. Each example can be represented as a pair, (x, y), where x represents the input data and y represents the 23125PCT Page 17 of 28 known output. The input data may include a variety of different data types, and may include multiple distinct values. The network can have one input node for each value making up the example’s input data, and a separate weight can be applied to each input value. The input data can, for example, be formatted as a vector, an array, or a string depending on the architecture of the neural network being constructed and trained. [0060] The neural network “learns” by comparing the neural network output generated from the input data to the known values of the examples, and adjusting the stored weights to minimize the differences between the output values and the known values. The adjustments may be made to the stored weights through back propagation, where the effect of the weights on the output values may be determined by calculating the mathematical gradient and adjusting the weights in a manner that shifts the output towards a minimum difference. This optimization, referred to as a gradient descent approach, is a non-limiting example of how training may be performed. A subset of examples with known values that were not used for training can be used to test and validate the accuracy of the neural network. [0061] During operation, the trained neural network can be used on new data that was not previously used in training or validation through generalization. The adjusted weights of the neural network can be applied to the new data, where the weights estimate a function developed from the training examples. The parameters of the estimated function which are captured by the weights are based on statistical inference. [0062] In layered neural networks, nodes are arranged in the form of layers. An exemplary simple neural network has an input layer 620 of source nodes 622, and a single computation layer 630 having one or more computation nodes 632 that also act as output nodes, where there is a single computation node 632 for each possible category into which the input example could be classified. An input layer 620 can have 23125PCT Page 18 of 28 a number of source nodes 622 equal to the number of data values 612 in the input data 610. The data values 612 in the input data 610 can be represented as a column vector. Each computation node 632 in the computation layer 630 generates a linear combination of weighted values from the input data 610 fed into input nodes 620, and applies a non-linear activation function that is differentiable to the sum. The exemplary simple neural network can perform classification on linearly separable examples (e.g., patterns). [0063] A deep neural network, such as a multilayer perceptron, can have an input layer 620 of source nodes 622, one or more computation layer(s) 630 having one or more computation nodes 632, and an output layer 640, where there is a single output node 642 for each possible category into which the input example could be classified. An input layer 620 can have a number of source nodes 622 equal to the number of data values 612 in the input data 610. The computation nodes 632 in the computation layer(s) 630 can also be referred to as hidden layers, because they are between the source nodes 622 and output node(s) 642 and are not directly observed. Each node 632, 642 in a computation layer generates a linear combination of weighted values from the values output from the nodes in a previous layer, and applies a non-linear activation function that is differentiable over the range of the linear combination. The weights applied to the value from each previous node can be denoted, for example, by w1, w2, … wn-1, wn. The output layer provides the overall response of the network to the input data. A deep neural network can be fully connected, where each node in a computational layer is connected to all other nodes in the previous layer, or may have other configurations of connections between layers. If links between nodes are missing, the network is referred to as partially connected. 23125PCT Page 19 of 28 [0064] Training a deep neural network can involve two phases, a forward phase where the weights of each node are fixed and the input propagates through the network, and a backwards phase where an error value is propagated backwards through the network and weight values are updated. [0065] The computation nodes 632 in the one or more computation (hidden) layer(s) 630 perform a nonlinear transformation on the input data 612 that generates a feature space. The classes or categories may be more easily separated in the feature space than in the original data space. [0066] Embodiments described herein may be entirely hardware, entirely software or including both hardware and software elements. In a preferred embodiment, the present invention is implemented in software, which includes but is not limited to firmware, resident software, microcode, etc. [0067] Embodiments may include a computer program product accessible from a computer-usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system. A computer-usable or computer readable medium may include any apparatus that stores, communicates, propagates, or transports the program for use by or in connection with the instruction execution system, apparatus, or device. The medium can be magnetic, optical, electronic, electromagnetic, infrared, or semiconductor system (or apparatus or device) or a propagation medium. The medium may include a computer-readable storage medium such as a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk, etc. [0068] Each computer program may be tangibly stored in a machine-readable storage media or device (e.g., program memory or magnetic disk) readable by a general or 23125PCT Page 20 of 28 special purpose programmable computer, for configuring and controlling operation of a computer when the storage media or device is read by the computer to perform the procedures described herein. The inventive system may also be considered to be embodied in a computer-readable storage medium, configured with a computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner to perform the functions described herein. [0069] A data processing system suitable for storing and/or executing program code may include at least one processor coupled directly or indirectly to memory elements through a system bus. The memory elements can include local memory employed during actual execution of the program code, bulk storage, and cache memories which provide temporary storage of at least some program code to reduce the number of times code is retrieved from bulk storage during execution. Input/output or I/O devices (including but not limited to keyboards, displays, pointing devices, etc.) may be coupled to the system either directly or through intervening I/O controllers. [0070] Network adapters may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modem and Ethernet cards are just a few of the currently available types of network adapters. [0071] As employed herein, the term “hardware processor subsystem” or “hardware processor” can refer to a processor, memory, software or combinations thereof that cooperate to perform one or more specific tasks. In useful embodiments, the hardware processor subsystem can include one or more data processing elements (e.g., logic circuits, processing circuits, instruction execution devices, etc.). The one or more data processing elements can be included in a central processing unit, a graphics processing 23125PCT Page 21 of 28 unit, and/or a separate processor- or computing element-based controller (e.g., logic gates, etc.). The hardware processor subsystem can include one or more on-board memories (e.g., caches, dedicated memory arrays, read only memory, etc.). In some embodiments, the hardware processor subsystem can include one or more memories that can be on or off board or that can be dedicated for use by the hardware processor subsystem (e.g., ROM, RAM, basic input/output system (BIOS), etc.). [0072] In some embodiments, the hardware processor subsystem can include and execute one or more software elements. The one or more software elements can include an operating system and/or one or more applications and/or specific code to achieve a specified result. [0073] In other embodiments, the hardware processor subsystem can include dedicated, specialized circuitry that performs one or more electronic processing functions to achieve a specified result. Such circuitry can include one or more application-specific integrated circuits (ASICs), field-programmable gate arrays (FPGAs), and/or programmable logic arrays (PLAs). [0074] These and other variations of a hardware processor subsystem are also contemplated in accordance with embodiments of the present invention. [0075] Reference in the specification to “one embodiment” or “an embodiment” of the present invention, as well as other variations thereof, means that a particular feature, structure, characteristic, and so forth described in connection with the embodiment is included in at least one embodiment of the present invention. Thus, the appearances of the phrase “in one embodiment” or “in an embodiment”, as well any other variations, appearing in various places throughout the specification are not necessarily all referring to the same embodiment. However, it is to be appreciated 23125PCT Page 22 of 28 that features of one or more embodiments can be combined given the teachings of the present invention provided herein. [0076] It is to be appreciated that the use of any of the following “and/or”, and “at least one of”, for example, in the cases of “A/B”, “A and/or B” and “at least one of A and B”, is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of both options (A and B). As a further example, in the cases of “A, B, and/or C” and “at least one of A, B, and C”, such phrasing is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of the third listed option (C) only, or the selection of the first and the second listed options (A and B) only, or the selection of the first and third listed options (A and C) only, or the selection of the second and third listed options (B and C) only, or the selection of all three options (A and B and C). This may be extended for as many items listed. [0077] The foregoing is to be understood as being in every respect illustrative and exemplary, but not restrictive, and the scope of the invention disclosed herein is not to be determined from the Detailed Description, but rather from the claims as interpreted according to the full breadth permitted by the patent laws. It is to be understood that the embodiments shown and described herein are only illustrative of the present invention and that those skilled in the art may implement various modifications without departing from the scope and spirit of the invention. Those skilled in the art could implement various other feature combinations without departing from the scope and spirit of the invention. Having thus described aspects of the invention, with the details and particularity required by the patent laws, what is claimed and desired protected by Letters Patent is set forth in the appended claims. 23125PCT Page 23 of 28

Claims

WHAT IS CLAIMED IS: 1. A computer-implemented method for three-dimensional (3D) molecule generation, comprising: training (300) an autoencoder machine learning model that disentangles structural context of a molecule from properties of the molecule, using a loss function that further enforces equivariance of a coordinate representation and invariance of data likelihood; and generating (320) a 3D molecule using the trained autoencoder machine learning model.
2. The method of claim 1, wherein the autoencoder machine learning model includes a structural context encoder and a property encoder that each process a molecular graph input to generate respective features.
3. The method of claim 2, wherein the autoencoder machine learning model further includes a prediction head that verifies a property encoded by the property encoder.
4. The method of claim 2, wherein the autoencoder machine learning model further includes a decoder that outputs a new 3D molecule graph.
5. The method of claim 1, wherein generating the 3D molecule includes property targeting generation that specifies one or more properties of the 3D molecule. 23125PCT Page 24 of 28
6. The method of claim 1, wherein generating the 3D molecule includes context-preserving generation that preserves structural context of an input molecule.
7. The method of claim 1, wherein the autoencoder machine learning model is implemented using a plurality of E(3)-equivariant graph neural networks.
8. The method of claim 1, wherein the loss function is: where ℒ¸F¹U is a property prediction loss, ℒº(] is a disentanglement loss, ℒ»L¼¹^ is a reconstruction loss, and and ­ are weighting parameters.
9. The method of claim 8, wherein the reconstruction loss includes: where ℒ½¹SL¾¿UL is a cross-entropy loss to determine node types, ℒÀSÁL is a cross- entropy loss to predict edges, and ℒ¹¹FS] is a coordinate prediction loss expressed as:  ∥ 5 ∥)+̃ − )+∥∥ is a coordinate of a node j, )+̃ is a transformed coordinate of a node j, and #.,( is a set of fragments at an iteration t.
10. The method of claim 1, further comprising administering a drug based on the 3D molecule to a patient that includes properties tailored to the patient.
11. A system for three-dimensional (3D) molecule generation, comprising: a hardware processor (510); and 23125PCT Page 25 of 28 a memory (540) that stores a computer program which, when executed by the hardware processor, causes the hardware processor to: train (300) an autoencoder machine learning model that disentangles structural context of a molecule from properties of the molecule, using a loss function that further enforces equivariance of a coordinate representation and invariance of data likelihood; and generate (320) a 3D molecule using the trained autoencoder machine learning model.
12. The system of claim 11, wherein the autoencoder machine learning model includes a structural context encoder and a property encoder that each process a molecular graph input to generate respective features.
13. The system of claim 12, wherein the autoencoder machine learning model further includes a prediction head that verifies a property encoded by the property encoder.
14. The system of claim 12, wherein the autoencoder machine learning model further includes a decoder that outputs a new 3D molecule graph.
15. The system of claim 11, wherein the computer program further causes the hardware processor to perform property targeting generation that specifies one or more properties of the 3D molecule. 23125PCT Page 26 of 28
16. The system of claim 11, wherein the computer program further causes the hardware processor to perform context-preserving generation that preserves structural context of an input molecule.
17. The system of claim 11, wherein the autoencoder machine learning model is implemented using a plurality of E(3)-equivariant graph neural networks.
18. The system of claim 11, wherein the loss function is: where ℒ¸F¹U is a property prediction loss, ℒº(] is a disentanglement loss, ℒ»L¼¹^ is a reconstruction loss, and and ­ are weighting parameters.
19. The system of claim 18, wherein the reconstruction loss includes: where ℒ½¹SL¾¿UL is a cross-entropy loss to determine node types, ℒÀSÁL is a cross- entropy loss to predict edges, and ℒ¹¹FS] is a coordinate prediction loss expressed as: is a coordinate of a node j, )+̃ is a transformed coordinate of a node j, and #.,( is a set of fragments at an iteration t.
20. The system of claim 11, wherein the computer program further causes the hardware processor to trigger administration of a drug based on the 3D molecule to a patient that includes properties tailored to the patient. 23125PCT Page 27 of 28
PCT/US2025/014036 2024-01-31 2025-01-31 Optimized molecule generation with disentangled equivariant representation Pending WO2025166167A1 (en)

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US202463627098P 2024-01-31 2024-01-31
US63/627,098 2024-01-31
US202463553222P 2024-02-14 2024-02-14
US63/553,222 2024-02-14
US19/041,254 2025-01-30
US19/041,254 US20250246270A1 (en) 2024-01-31 2025-01-30 Optimized molecule generation with disentangled equivariant representation

Publications (1)

Publication Number Publication Date
WO2025166167A1 true WO2025166167A1 (en) 2025-08-07

Family

ID=96502152

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2025/014036 Pending WO2025166167A1 (en) 2024-01-31 2025-01-31 Optimized molecule generation with disentangled equivariant representation

Country Status (2)

Country Link
US (1) US20250246270A1 (en)
WO (1) WO2025166167A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230050156A1 (en) * 2021-01-28 2023-02-16 Tencent Technology (Shenzhen) Company Limited Artificial intelligence-based drug molecule processing method and apparatus, device, storage medium, and computer program product
US20230290114A1 (en) * 2020-12-16 2023-09-14 Ro5 Inc. System and method for pharmacophore-conditioned generation of molecules
US20230331723A1 (en) * 2018-09-06 2023-10-19 Insilico Medicine Ip Limited Entangled conditional adversarial autoencoder for drug discovery

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230331723A1 (en) * 2018-09-06 2023-10-19 Insilico Medicine Ip Limited Entangled conditional adversarial autoencoder for drug discovery
US20230290114A1 (en) * 2020-12-16 2023-09-14 Ro5 Inc. System and method for pharmacophore-conditioned generation of molecules
US20230050156A1 (en) * 2021-01-28 2023-02-16 Tencent Technology (Shenzhen) Company Limited Artificial intelligence-based drug molecule processing method and apparatus, device, storage medium, and computer program product

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
DANIIL POLYKOVSKIY, ALEXANDER ZHEBRAK, DMITRY VETROV, YAN IVANENKOV, VLADIMIR ALADINSKIY, POLINA MAMOSHINA, MARINE BOZDAGANYAN, AL: "Entangled Conditional Adversarial Autoencoder for de Novo Drug Discovery", MOLECULAR PHARMACEUTICS, vol. 15, no. 10, 1 October 2018 (2018-10-01), US , pages 4398 - 4405, XP055712924, ISSN: 1543-8384, DOI: 10.1021/acs.molpharmaceut.8b00839 *
DU YUANQI, GUO XIAOJIE, WANG YINKAI, SHEHU AMARDA, ZHAO LIANG: "Small molecule generation via disentangled representation learning", BIOINFORMATICS, vol. 38, no. 12, 13 June 2022 (2022-06-13), GB , pages 3200 - 3208, XP093342127, ISSN: 1367-4803, DOI: 10.1093/bioinformatics/btac296 *
LIU HAORAN, LUO YOUZHI, LI TIANXIAO, CAVERLEE JAMES, MIN MARTIN RENQIANG: "Learning Disentangled Equivariant Representation for Explicitly Controllable 3D Molecule Generation", ARXIV, 19 December 2024 (2024-12-19), pages 1 - 17, XP093342132, Retrieved from the Internet <URL:https://arxiv.org/pdf/2412.15086> DOI: 10.1609/aaai.v39i18.34071 *
ZENG XIANGXIANG, WANG FEI, LUO YUAN, KANG SEUNG-GU, TANG JIAN, LIGHTSTONE FELICE C, FANG EVANDRO F, CORNELL WENDY, NUSSINOV RUTH, : "Deep generative molecular design reshapes drug discovery", CELLREPORTS MEDICINE, vol. 3, no. 12, 1 December 2022 (2022-12-01), pages 1 - 13, XP093197187, DOI: 10.1016/j.xcrm.2022.100794 *

Also Published As

Publication number Publication date
US20250246270A1 (en) 2025-07-31

Similar Documents

Publication Publication Date Title
US11710049B2 (en) System and method for the contextualization of molecules
US20230297853A1 (en) System and method for the latent space optimization of generative machine learning models
US12511869B2 (en) System and method for pharmacophore-conditioned generation of molecules
Zhang et al. Review of the applications of deep learning in bioinformatics
WO2022199135A1 (en) Supine position and prone position breast image registration method based on deep learning
Steingrimsson et al. Deep learning for survival outcomes
US20220130490A1 (en) Peptide-based vaccine generation
WO2024187031A2 (en) Systems and methods for dynamic-backbone protein-ligand structure prediction with multiscale generative diffusion models
JP7603172B2 (en) Peptide Mutation Policy for Targeted Immunotherapy
WO2022146632A1 (en) Protein structure prediction
US20260073143A1 (en) Multi-modal hierarchical tokenization deep neural network
CN114258546A (en) Antisymmetric neural network
US20250246270A1 (en) Optimized molecule generation with disentangled equivariant representation
WO2025250608A1 (en) Semi-supervised image segmentation for medical decision making
US11568621B2 (en) Dynamic character model fitting of three-dimensional digital items
WO2024158510A9 (en) Trained machine learning model for forecasting molecular conformations
US20250232841A1 (en) Designing proteins by jointly modeling sequence and structure
US20220319635A1 (en) Generating minority-class examples for training data
EP4655787A1 (en) Trained machine learning model for forecasting molecular conformations
WO2024163424A1 (en) Privacy-preserving interpretable skill learning for healthcare decision making
CN116978476A (en) A key length processing method, device, equipment, storage medium and program product
US20250246009A1 (en) Multi-modal pair matching for a multi-modal machine learning model learning process
US20240378440A1 (en) Symbolic knowledge in deep machine learning
US20250384962A1 (en) T-cell receptor complex optimization with reinforcement learning
US20240371521A1 (en) Federated imitation learning for medical decision making

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 25749467

Country of ref document: EP

Kind code of ref document: A1