MolMix: A Simple Yet Effective Baseline for Multimodal Molecular Representation Learning
Andrei Manolache, Dragos Tantaru, Mathias Niepert

TL;DR
MolMix introduces a simple, modular transformer-based framework that effectively combines SMILES, 2D, and 3D molecular data, achieving state-of-the-art results in multimodal molecular representation tasks.
Contribution
This work presents a versatile multimodal molecular representation baseline integrating three modalities with a modular architecture and efficient scaling techniques.
Findings
Achieves state-of-the-art performance on multiple datasets
Demonstrates the effectiveness of multimodal integration for molecular tasks
Provides a flexible framework adaptable to various molecular encoders
Abstract
In this work, we propose a simple transformer-based baseline for multimodal molecular representation learning, integrating three distinct modalities: SMILES strings, 2D graph representations, and 3D conformers of molecules. A key aspect of our approach is the aggregation of 3D conformers, allowing the model to account for the fact that molecules can adopt multiple conformations-an important factor for accurate molecular representation. The tokens for each modality are extracted using modality-specific encoders: a transformer for SMILES strings, a message-passing neural network for 2D graphs, and an equivariant neural network for 3D conformers. The flexibility and modularity of this framework enable easy adaptation and replacement of these encoders, making the model highly versatile for different molecular tasks. The extracted tokens are then combined into a unified multimodal sequence,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVarious Chemistry Research Topics · Machine Learning in Materials Science · Machine Learning in Bioinformatics
MethodsSoftmax · Attention Is All You Need
