Vision Language Model is NOT All You Need: Augmentation Strategies for Molecule Language Models
Namkyeong Lee, Siddhartha Laghuvarapu, Chanyoung Park, Jimeng Sun
TL;DR
The paper tackles the two main bottlenecks of Molecule Language Models: limited molecule-text paired data and uneven expert coverage. It introduces AMOLE, which augments molecule-text pairs through structural similarity preserving text sharing and transfers expert knowledge via an Expertise Reconstruction loss, enabling richer cross-modal representations. Through extensive experiments across zero-shot cross-modal retrieval, zero-shot QA, molecular property prediction, and zero-shot virtual screening, AMOLE demonstrates consistent improvements and practical potential for drug discovery. The work also shows AMOLE's applicability to architectures beyond CLIP-style models and discusses directions to further expand descriptor coverage using decoder-based generation and style transfer.
Abstract
Recently, there has been a growing interest among researchers in understanding molecules and their textual descriptions through molecule language models (MoLM). However, despite some early promising developments, the advancement of MoLM still trails significantly behind that of vision language models (VLM). This is because unique challenges exist apart from VLM in the field of MoLM due to 1) a limited amount of molecule-text paired data and 2) missing expertise that occurred due to the specialized areas of focus among the experts. To this end, we propose AMOLE, which 1) augments molecule-text pairs with structural similarity preserving loss, and 2) transfers the expertise between the molecules. Specifically, AMOLE enriches molecule-text pairs by sharing descriptions among structurally similar molecules with a novel structural similarity preserving loss. Moreover, we propose an expertise reconstruction loss to transfer knowledge from molecules that have extensive expertise to those with less expertise. Extensive experiments on various downstream tasks demonstrate the superiority of AMOLE in comprehending molecules and their descriptions, highlighting its potential for application in real-world drug discovery. The source code for AMOLE is available at https://github.com/Namkyeong/AMOLE.
