paper-with-me

홈 › Papers

Towards Cross-Modal Text-Molecule Retrieval with Better Modality Alignment

2024-10-31 · Jia Song, Wanru Zhuang, Yujie Lin, Liang Zhang, Chunyan Li, Jinsong Su, Song He, Xiaochen Bo

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%.

📄 PDF Abstract BibTeX arXiv:2410.23715

Code (1)

DeepLearnXMU/CMTMR 공식 구현 pytorch

Tasks

Contrastive Learningcross-modal alignmentCross-Modal RetrievalDrug DesignRetrievaltext similarity

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Modality Alignment Network for Cross-Modal Molecule Retrieval

2023-03-08 · IEEE Transactions on Artificial Intelligence 2023 3 · Wenyu Zhao, Dong Zhou, Buqing Cao, Kai Zhang 외

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 RetrievalRetrievalTriplet

Text2Mol: Cross-Modal Molecule Retrieval with Natural Language Queries

2021-11-01 · EMNLP 2021 11 · Carl Edwards, ChengXiang Zhai, Heng Ji

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 QueriesRerankingRetrieval

CLASS: Enhancing Cross-Modal Text-Molecule Retrieval Performance and Training Efficiency

2025-02-17 · Hongyan Wu, Peijian Zeng, Weixiong Zheng, Lianxi Wang 외

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 RetrievalRetrieval

Multi-modal Molecule Structure-text Model for Text-based Retrieval and Editing

2022-12-21 · Shengchao Liu, Weili Nie, Chengpeng Wang, Jiarui Lu 외

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+1

Breaking the Modality Barrier: Generative Modeling for Accurate Molecule Retrieval from Mass Spectra

2025-11-09 · Yiwen Zhang, Keyan Ding, Yihang Wu, Xiang Zhuang 외 arxiv

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