Towards Cross-Modal Text-Molecule Retrieval with Better Modality Alignment
Cross-modal text-molecule retrieval model aims to learn a shared feature space of the text and molecule modalities for accurate similarity calculation, which facilitates the rapid screening of molecules with specific properties and activities in drug design. However, previous works have two main defects. First, they are inadequate in capturing modality-shared features considering the significant gap between text sequences and molecule graphs. Second, they mainly rely on contrastive learning and adversarial training for cross-modality alignment, both of which mainly focus on the first-order similarity, ignoring the second-order similarity that can capture more structural information in the embedding space. To address these issues, we propose a novel cross-modal text-molecule retrieval model with two-fold improvements. Specifically, on the top of two modality-specific encoders, we stack a memory bank based feature projector that contain learnable memory vectors to extract modality-shared features better. More importantly, during the model training, we calculate four kinds of similarity distributions (text-to-text, text-to-molecule, molecule-to-molecule, and molecule-to-text similarity distributions) for each instance, and then minimize the distance between these similarity distributions (namely second-order similarity losses) to enhance cross-modal alignment. Experimental results and analysis strongly demonstrate the effectiveness of our model. Particularly, our model achieves SOTA performance, outperforming the previously-reported best result by 6.4%.
Code (1)
Tasks
Contrastive Learningcross-modal alignmentCross-Modal RetrievalDrug DesignRetrievaltext similarityMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Adversarial Modality Alignment Network for Cross-Modal Molecule Retrieval
The cross-modal molecule retrieval (Text2Mol) task aims to bridge the semantic gap between molecules and natural language descriptions. A solution to this non-trivial problem relies on graph convolutional network (GCN) a…
Contrastive LearningCross-Modal RetrievalRetrievalTripletText2Mol: Cross-Modal Molecule Retrieval with Natural Language Queries
We propose a new task, Text2Mol, to retrieve molecules using natural language descriptions as queries. Natural language and molecules encode information in very different ways, which leads to the exciting but challenging…
Cross-Modal RetrievalNatural Language QueriesRerankingRetrievalCLASS: Enhancing Cross-Modal Text-Molecule Retrieval Performance and Training Efficiency
Cross-modal text-molecule retrieval task bridges molecule structures and natural language descriptions. Existing methods predominantly focus on aligning text modality and molecule modality, yet they overlook adaptively a…
Cross-Modal RetrievalRetrievalMulti-modal Molecule Structure-text Model for Text-based Retrieval and Editing
There is increasing adoption of artificial intelligence in drug discovery. However, existing studies use machine learning to mainly utilize the chemical structures of molecules but ignore the vast textual knowledge avail…
Contrastive LearningDrug DesignDrug DiscoveryRetrieval+1Breaking the Modality Barrier: Generative Modeling for Accurate Molecule Retrieval from Mass Spectra
Retrieving molecular structures from tandem mass spectra is a crucial step in rapid compound identification. Existing retrieval methods, such as traditional mass spectral library matching, suffer from limited spectral li…
Representation LearningContrastive Learning