Transfer Learning Graph Representations of Molecules for pKa, 13C-NMR, and Solubility

Stijn De Baerdemacker,Amer Marwan El Samman,Brooke Morton,Stefano De Castro
DOI: https://doi.org/10.26434/chemrxiv-2023-hfcm5-v2
2023-12-22
Abstract:We explore transfer learning models from a pre-trained graph convoluntional neural network representation of molecules, obtained from SchNet, 1 to predict 13 C-NMR, pKa, and logS sol- ubility. SchNet learns a graph representation of a molecule by associating each atom with an “embedding vector” and interacts the atom-embeddings with each other by leveraging graph- convolutional filters on their interatomic distances. We pre-trained SchNet on molecular energy and demonstrate that the pre-trained atomistic embeddings can then be used as a transferable representation for a wide array of properties. On the one hand, for atomic properties such as micro-pK1 and 13 C-NMR, we investigate two models, one linear and one neural net, that inputs pre-trained atom-embeddings of a particular atom (e.g. carbon) and predicts a local property (e.g. 13 C-NMR). On the other hand, for molecular properties such as solubility, a size-extensive graph model is built using the embeddings of all atoms in the molecule as input. For all cases, qualitatively correct predictions are made with relatively little training data (< 1000 training points), showcasing the ease with which pre-trained embeddings pick up on important chemical patterns. The proposed models successfully capture well-understood trends of pK1 and solu- bility. This study advances our understanding of current neural net graph representations and their capacity for transfer learning applications in chemistry.
Chemistry
What problem does this paper attempt to address?
This paper discusses how to use transfer learning to predict the 13C-NMR, pKa, and solubility of molecules. The study is based on a pre-trained graph convolutional neural network (GCNN) called SchNet, which associates each atom with an "embedding vector" and utilizes graph convolution filters on the distances between atoms to interact these atom embedding vectors and learn the graph representation of molecules. The authors first pre-train SchNet on molecular energies, and then demonstrate that these pre-trained atom embedding vectors can be used as transferable representations for predicting various properties. For atomic properties such as 13C-NMR and pKa, the researchers use linear and neural network models with input-specific atom (e.g., carbon) pre-trained atom embedding vectors to predict local properties. For molecular properties like solubility, they construct a scale-expanding graph model that takes all atom embedding vectors as input. These models can make qualitatively correct predictions with relatively limited training data (less than 1000 training points), showcasing the ability of pre-trained embedding vectors to capture important chemical patterns quickly. The paper highlights the advantages of pre-trained embedding vectors in handling small datasets, which is an improvement over challenges faced by traditional machine learning methods. Additionally, the study explores how to perform transfer learning using pre-trained graph representations to predict a wider range of chemical properties, aiming to achieve a universal representation that can handle almost any property, similar to deriving all molecular properties from a molecular wave function. Experimental results show that linear models achieve satisfactory accuracy in predicting pKa and 13C-NMR, although non-linear models provide slight improvements, the relationship is primarily linear. For solubility, the study proposes a scale-expanding neural network model that predicts contributions from the atomic level, enabling predictions of solubility for the entire molecule. In summary, the paper aims to address the effective prediction of chemical properties, particularly when limited data is available, using pre-trained graph neural network models through transfer learning to improve predictive performance.