🤖 AI Summary
Conventional text-based molecular representations (e.g., SMILES, SELFIES) suffer from limited generalization in molecular property prediction. Method: This paper introduces the first vision-language model (VLM)-based multimodal molecular modeling framework, incorporating molecular structure images as the visual modality. We construct a benchmark comprising 10 diverse property prediction tasks and design a joint image-text encoding and alignment mechanism, enhanced by efficient LoRA-based fine-tuning to support zero-shot, few-shot, and full fine-tuning paradigms. Contribution/Results: Experimental results demonstrate that integrating visual information significantly improves cross-task generalization. The best performance is achieved when the image encoder is properly adapted and LoRA is employed—outperforming text-only baselines across all settings. The code and benchmark dataset are publicly released to foster reproducible research.
📝 Abstract
Molecular property prediction is a fundamental task in computational chemistry with critical applications in drug discovery and materials science. While recent works have explored Large Language Models (LLMs) for this task, they primarily rely on textual molecular representations such as SMILES/SELFIES, which can be ambiguous and structurally less informative. In this work, we introduce MolVision, a novel approach that leverages Vision-Language Models (VLMs) by integrating both molecular structure as images and textual descriptions to enhance property prediction. We construct a benchmark spanning ten diverse datasets, covering classification, regression and description tasks. Evaluating nine different VLMs in zero-shot, few-shot, and fine-tuned settings, we find that visual information improves prediction performance, particularly when combined with efficient fine-tuning strategies such as LoRA. Our results reveal that while visual information alone is insufficient, multimodal fusion significantly enhances generalization across molecular properties. Adaptation of vision encoder for molecular images in conjunction with LoRA further improves the performance. The code and data is available at : $href{https://molvision.github.io/MolVision/}{https://molvision.github.io/MolVision/}$.