Retrieval-guided Twin Fusion with Similarity-aware Contrast for Molecule-Text Alignment

2026-08-17Machine Learning

Machine Learning
AI summary

The authors study how to better connect molecules with their written descriptions by mapping both into a shared space so that computers can understand them together. They note that earlier methods missed detailed relationships between parts of molecules and the text. Their new method, RISEN, improves this by finding similar substructures and descriptions, then combining these details to create richer representations. Tests show RISEN works better than previous approaches on common datasets.

molecule-text alignmentjoint latent spacecontrastive learninggraph structure miningcross-modal retrievalattention poolingsubstructure representationsemantic relationshipsmolecular property prediction
Authors
Shunshun Gu, Shengqi Qiu, Hang Zhou, Xiao Luo
Abstract
This paper studies the problem of molecule-text alignment, which aims to project molecules and their textual descriptions into a joint latent space for downstream tasks including molecule search and molecular property prediction. Previous approaches typically combine graph structure mining with contrastive learning to enhance joint representation learning. However, they typically neglect fine-grained semantic relationships between substructures and texts, leading to suboptimal performance on downstream tasks. Towards this end, we propose a novel approach named Retrieval-guided Twin Fusion with Similarity-aware Contrast (RISEN) for molecule-text alignment. The core idea of RISEN is to construct a latent twin molecule for each substructure with cross-modal retrieval for semantic enhancement. In particular, for each substructure query, we retrieve relevant textual descriptions and sample several molecules that share similar descriptions of substructures. Then, we aggregate their representations via attention pooling for a twin latent representation, which would be further fused with the original substructure for representation enrichment. In addition, we measure the similarity across substructures and texts, which would further guide cross-modal contrastive learning with soft thresholding. Extensive experiments on benchmark datasets validate the superiority of the proposed RISEN in comparison with existing baselines.