Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

2585167731,031 · Jun 202019922001200920182026
48 results for graph-based molecule generation

All SMILES VAE learns molecule latent representations from SMILES strings.

problem Non-unique SMILES strings and high computational cost of graph convolutions hinder VAEs for molecular property optimization.
method Stacked recurrent neural networks encode multiple SMILES strings, pooling hidden representations, and attentional pooling builds a final latent representation.
result All SMILES VAE significantly surpasses state-of-the-art in molecular property optimization tasks.

New neural network models predict molecular properties without 3D geometry, speeding up high-throughput screening.

problem Predicting molecular properties for large, complex molecules without computationally expensive 3D geometry.
method Message-passing neural networks trained with and without 3D structural information.
result Message-passing neural networks achieve similar accuracy to state-of-the-art methods without 3D geometry.

SMILES Transformer learns molecular fingerprints for drug discovery.

problem Poor performance of rule-based molecular fingerprints in shallow prediction models or small datasets.
method Unsupervised pre-training of a sequence-to-sequence language model on a corpus of SMILES.
result SMILES Transformer outperformed existing methods in small-data settings.

Although machine learning has been successfully used to propose novel molecules that satisfy desired properties, it is still challenging to explore a large chemical space efficiently. In this paper, we present a conditional molecular design method that facilitates generating new molecules with desired properties. The p…

2018-04-30abs ↗pdf ↗

Molecular "fingerprints" encoding structural information are the workhorse of cheminformatics and machine learning in drug discovery applications. However, fingerprint representations necessarily emphasize particular aspects of the molecular structure while ignoring others, rather than allowing the model to make data-d…

2016-03-02abs ↗pdf ↗

Paper proposes a method to design molecules with specific properties.

problem Designing molecules with desired chemical and biological properties.
method Energy-based model in latent space, SGDS algorithm for gradual distribution shifting.
result Method achieves strong performances on various molecule design tasks.

GCDM generates valid large 3D molecules and optimizes existing molecules.

problem Lack of geometric properties in 3D molecule generation models.
method Introduces Geometry-Complete Diffusion Model (GCDM) using equivariant GNNs.
result Significantly outperforms existing models in 3D molecule generation and optimization.

Generative model learns to create molecules with multiple properties using interpretable substructures.

problem Creating molecules with multiple chemical properties is challenging.
method Compose molecules from substructures identified as responsible for each property, using graph generative models.
result Significant improvements in accuracy, diversity, and novelty of generated compounds over state-of-the-art baselines.

CORE optimizes molecules by copying or generating substructures, improving accuracy.

problem Inaccurate substructure prediction in molecule optimization.
method Copy & Refine (CORE) strategy combining scaffolding tree generation and adversarial training.
result Significant improvement in various molecule optimization metrics.

Generative neural network designs novel 3D molecules with specified properties.

problem Designing molecules with desired properties in chemistry.
method Conditional generative neural network for 3D molecular structures.
result Demonstrated utility in generating novel molecules with specified motifs or composition.

ALMGIG uses adversarial learning to generate and infer novel molecules efficiently.

problem Efficiently generating and inferring novel molecules using graph representations.
method Adversarial learning framework that avoids explicit graph isomorphism, using cycle-consistency loss and multi-graph Graph Isomorphism Network.
result ALMGIG more accurately learns the distribution over the space of molecules and efficiently searches the molecular space.

Modof-pipe optimizes molecules by modifying a single site, outperforming state-of-the-art methods.

problem Improving drug candidates' properties through chemical modification.
method Deep generative model Modof over molecular graphs for molecule optimization.
result Modof-pipe achieves significant improvements in octanol-water partition coefficient and molecule similarity constraints.

VecMol generates 3D molecules as continuous vector fields, overcoming modality and geometry constraints.

problem Challenges in generating 3D molecules, especially in drug discovery and materials science.
method VecMol reimagines molecular representation by modeling 3D molecules as continuous vector fields over Euclidean space, parameterized by a neural field and generated using a latent diffusion model.
result Vector-field-based representations show promise for 3D molecular generation, validated on benchmarks.

SELFIES solves molecular string representation weaknesses for material design.

problem Weaknesses in SMILES for representing valid molecules in material design.
method Introducing SELFIES, a 100% robust string-based molecular representation.
result SELFIES strings correspond to valid molecules, allowing arbitrary machine learning applications.

Generative models encode and decode 3D crystal structures from a large dataset.

problem Challenges in encoding and decoding 3D crystal structures from large datasets.
method Training two neural networks on a dataset of over 120,000 crystal structures to encode and decode 3D atom positions.
result Ability to generate compressed, continuous latent space representations and decode molecules accurately.

Automates molecule design with simpler SMILES generation and reinforcement learning.

problem Designing molecules with specific chemical properties.
method Combines context-free grammar for SMILES strings and reinforcement learning with a Transformer model.
result Significantly reduces model steps per atom and beats previous baselines.

A new framework optimizes molecules using deep reinforcement learning.

problem Optimizing molecules while maintaining chemical validity and drug-likeness.
method Combining deep reinforcement learning with domain knowledge of chemistry, MolDQN directly modifies molecules.
result MolDQN achieves optimization of molecules without bias from pre-training datasets.

ChemBO optimizes small organic molecules for synthesis and desired properties.

problem Designing and optimizing new organic molecules for specific properties.
method Bayesian optimization framework that considers synthesizability constraints.
result ChemBO generates synthesizable candidates efficiently and effectively.

MoleculeSTM learns from molecule structures and texts for better drug design.

problem Lack of integration between chemical structures and textual knowledge in AI drug discovery.
method Jointly learns chemical structures and texts via contrastive learning, using a large dataset.
result MoleculeSTM achieves state-of-the-art performance in zero-shot tasks like structure-text retrieval and molecule editing.

New RL formulation for maximizing maximum reward in molecule generation.

problem Traditional RL frameworks do not fit real-world applications like drug discovery.
method Formulated a new objective function to maximize maximum reward, derived Bellman equation, introduced operators, and proved convergence.
result Achieved state-of-the-art results in molecule generation.