paper-with-me

홈 › Papers

Graph Memory Networks for Molecular Activity Prediction

2018-01-08 · Trang Pham, Truyen Tran, Svetha Venkatesh

Molecular activity prediction is critical in drug design. Machine learning techniques such as kernel methods and random forests have been successful for this task. These models require fixed-size feature vectors as input while the molecules are variable in size and structure. As a result, fixed-size fingerprint representation is poor in handling substructures for large molecules. In addition, molecular activity tests, or a so-called BioAssays, are relatively small in the number of tested molecules due to its complexity. Here we approach the problem through deep neural networks as they are flexible in modeling structured data such as grids, sequences and graphs. We train multiple BioAssays using a multi-task learning framework, which combines information from multiple sources to improve the performance of prediction, especially on small datasets. We propose Graph Memory Network (GraphMem), a memory-augmented neural network to model the graph structure in molecules. GraphMem consists of a recurrent controller coupled with an external memory whose cells dynamically interact and change through a multi-hop reasoning process. Applied to the molecules, the dynamic interactions enable an iterative refinement of the representation of molecular graphs with multiple bond types. GraphMem is capable of jointly training on multiple datasets by using a specific-task query fed to the controller as an input. We demonstrate the effectiveness of the proposed model for separately and jointly training on more than 100K measurements, spanning across 9 BioAssay activity tests.

📄 PDF Abstract BibTeX arXiv:1801.02622

Code (0)

등록된 구현이 없습니다.

Tasks

Activity PredictionDrug DesignMulti-Task LearningPrediction

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Investigating Graph Neural Networks and Classical Feature-Extraction Techniques in Activity-Cliff and Molecular Property Prediction

2024-11-20 · Markus Dablander

Molecular featurisation refers to the transformation of molecular data into numerical feature vectors. It is one of the key research areas in molecular machine learning and computational drug discovery. Recently, message…

Drug DiscoveryMolecular Property PredictionPredictionProperty Prediction+1

Similarity-Quantized Relative Difference Learning for Improved Molecular Activity Prediction

2025-01-15 · Karina Zadorozhny, Kangway V. Chuang, Bharath Sathappan, Ewan Wallace 외

Accurate prediction of molecular activities is crucial for efficient drug discovery, yet remains challenging due to limited and noisy datasets. We introduce Similarity-Quantized Relative Learning (SQRL), a learning frame…

Activity PredictionBenchmarkingDrug DiscoveryPrediction

MolCAP: Molecular Chemical reActivity pretraining and prompted-finetuning enhanced molecular representation learning

2023-06-13 · Yu Wang, Jingjie Zhang, Junru Jin, Leyi Wei

Molecular representation learning (MRL) is a fundamental task for drug discovery. However, previous deep-learning (DL) methods focus excessively on learning robust inner-molecular representations by mask-dominated pretra…

DiversityDrug DiscoveryMolecular Property Predictionmolecular representation+2

Enhancing Model Learning and Interpretation Using Multiple Molecular Graph Representations for Compound Property and Activity Prediction

2023-04-13 · Apakorn Kengkanna, Masahito Ohue

Graph neural networks (GNNs) demonstrate great performance in compound property and activity prediction due to their capability to efficiently learn complex molecular graph structures. However, two main limitations persi…

Activity PredictionDrug Discovery

Multi-scale Graph Autoregressive Modeling: Molecular Property Prediction via Next Token Prediction

2026-01-05 · Zhuoyang Jiang, Yaosen Min, Peiran Jin, Lei Chen arxiv

We present Connection-Aware Motif Sequencing (CamS), a graph-to-sequence representation that enables decoder-only Transformers to learn molecular graphs via standard next-token prediction (NTP). For molecular property pr…

Molecular Property Prediction