paper-with-me

Papers

Utilizing Low-Dimensional Molecular Embeddings for Rapid Chemical Similarity Search

2024-02-12 · Kathryn E. Kirchoff, James Wellnitz, Joshua E. Hochuli, Travis Maxfield, Konstantin I. Popov, Shawn Gomez, Alexander Tropsha

Nearest neighbor-based similarity searching is a common task in chemistry, with notable use cases in drug discovery. Yet, some of the most commonly used approaches for this task still leverage a brute-force approach. In practice this can be computationally costly and overly time-consuming, due in part to the sheer size of modern chemical databases. Previous computational advancements for this task have generally relied on improvements to hardware or dataset-specific tricks that lack generalizability. Approaches that leverage lower-complexity searching algorithms remain relatively underexplored. However, many of these algorithms are approximate solutions and/or struggle with typical high-dimensional chemical embeddings. Here we evaluate whether a combination of low-dimensional chemical embeddings and a k-d tree data structure can achieve fast nearest neighbor queries while maintaining performance on standard chemical similarity search benchmarks. We examine different dimensionality reductions of standard chemical embeddings as well as a learned, structurally-aware embedding -- SmallSA -- for this task. With this framework, searches on over one billion chemicals execute in less than a second on a single CPU core, five orders of magnitude faster than the brute-force approach. We also demonstrate that SmallSA achieves competitive performance on chemical similarity benchmarks.

📄 PDF Abstract BibTeX arXiv:2402.07970

Code (0)

등록된 구현이 없습니다.

Tasks

CPUDrug Discovery

Similar Papers 제목 키워드 기반

Cloud-Based Real-Time Molecular Screening Platform with MolFormer

2022-08-13 · Brian Belgodere, Vijil Chenthamarakshan, Payel Das, Pierre Dognin 외

With the prospect of automating a number of chemical tasks with high fidelity, chemical language processing models are emerging at a rapid speed. Here, we present a cloud-based real-time platform that allows users to vir…

Drug DiscoveryLanguage ModelingLanguage ModellingProperty Prediction+1

Time-lagged autoencoders: Deep learning of slow collective variables for molecular kinetics

2017-10-30 · Christoph Wehmeyer, Frank Noé

Inspired by the success of deep learning techniques in the physical and chemical sciences, we apply a modification of an autoencoder type deep neural network to the task of dimension reduction of molecular dynamics data.…

Dimensionality Reduction

Beyond Chemical Language: A Multimodal Approach to Enhance Molecular Property Prediction

2023-06-22 · Eduardo Soares, Emilio Vital Brazil, Karen Fiorela Aquino Gutierrez, Renato Cerqueira 외

We present a novel multimodal language model approach for predicting molecular properties by combining chemical language representation with physicochemical features. Our approach, MULTIMODAL-MOLFORMER, utilizes a causal…

feature selectionLanguage ModelingLanguage ModellingMolecular Property Prediction+1

Scaffold Embeddings: Learning the Structure Spanned by Chemical Fragments, Scaffolds and Compounds

2021-03-11 · Austin Clyde, Arvind Ramanathan, Rick Stevens

Molecules have seemed like a natural fit to deep learning's tendency to handle a complex structure through representation learning, given enough data. However, this often continuous representation is not natural for unde…

Drug DiscoveryRepresentation Learning

Fragment-based Pretraining and Finetuning on Molecular Graphs

2023-10-05 · NeurIPS 2023 11 · Kha-Dinh Luong, Ambuj Singh

Property prediction on molecular graphs is an important application of Graph Neural Networks. Recently, unlabeled molecular data has become abundant, which facilitates the rapid development of self-supervised learning fo…

Contrastive LearningProperty PredictionSelf-Supervised Learning