GLACIER: A Multimodal Student-Teacher Foundation Model for Molecular Property Prediction

TL;DR

Proposes GLACIER, a multimodal foundation model using contrastive learning and Finsler geometry for molecular property prediction, achieving SOTA results.

cs.LG 🔴 Advanced 2026-06-10 51 views
Emily Nguyen Yongchan Hong Harsh Toshniwal Yan Liu Andreas Luttens
molecular representation multimodal learning knowledge distillation contrastive learning drug discovery

Key Findings

Methodology

GLACIER employs a student-teacher framework, pretraining three encoders: MPNN for graphs, Transformer for SMILES, and MLP for descriptors. It fuses modalities via a Finsler geometry-aware mechanism based on Randers space, dynamically adjusting modality importance. Knowledge distillation from large models MiniMol and MolFormer uses contrastive loss to align fused embeddings. The training involves multi-stage pretraining, multimodal fusion, and distillation, resulting in a lightweight yet high-performing model suitable for molecular property prediction.

Key Results

  • On TDC and MoleculeNet benchmarks, GLACIER (MolFormer version) achieves an average AUROC of 0.799, surpassing existing models, with significantly fewer parameters (~few million) and fast inference, setting new state-of-the-art performance.
  • In regression tasks, RMSE averages 0.834, outperforming most baselines, demonstrating the effectiveness of multimodal fusion and knowledge distillation.
  • Ablation studies confirm that the Finsler geometry fusion mechanism enhances modality integration, and multi-teacher distillation further improves predictive accuracy, with models remaining lightweight and suitable for deployment.

Significance

This work advances molecular representation learning by integrating multiple modalities through a novel geometric fusion mechanism, addressing scalability and generalization issues of prior models. It significantly enhances the accuracy and efficiency of molecular property prediction, which is crucial for drug discovery and chemical analysis. The approach offers a scalable, interpretable, and computationally efficient framework, bridging the gap between large-scale models and practical deployment, thus accelerating pharmaceutical research and chemical engineering workflows.

Technical Contribution

Key innovations include the Finsler geometry-based dynamic modality fusion, multi-teacher contrastive knowledge distillation, and a lightweight architecture. The geometric fusion mechanism allows for adaptive weighting of modalities, improving information synergy. The multi-teacher distillation leverages large models to boost performance without increasing inference costs. The combination results in a high-performance, scalable, and interpretable model that outperforms existing SOTA methods in molecular property prediction.

Novelty

This is the first application of Finsler geometry for dynamic multimodal fusion in molecular modeling, enabling asymmetric, context-dependent weighting of modalities. Unlike traditional concatenation or attention-based fusion, this approach captures the directional importance of different modalities, leading to superior integration. Additionally, the multi-teacher contrastive distillation strategy enhances model performance while maintaining efficiency, representing a significant step forward in chemical foundation models.

Limitations

  • The model's generalization to novel chemical spaces or highly diverse molecules remains to be validated, as pretraining data may limit diversity.
  • The geometric fusion mechanism's robustness under noisy or imbalanced modalities needs further testing.
  • Training relies on large datasets and multiple large teacher models, which still demand substantial computational resources, posing challenges for widespread deployment.

Future Work

Future directions include incorporating 3D structural data and dynamic molecular information, enhancing robustness against noise, and exploring self-supervised pretraining strategies. Extending the framework to generate molecules and optimize properties end-to-end could revolutionize drug design. Additionally, efforts to compress models for edge deployment and real-world applications will be prioritized, aiming for broader industrial adoption.

AI Executive Summary

The discovery of new drugs hinges on accurately predicting molecular properties, yet existing models face limitations in scalability, efficiency, and the ability to leverage diverse molecular data. Traditional approaches like graph neural networks and transformers have achieved notable success but are often resource-intensive and unimodal, missing the potential of integrating multiple sources of information.

In response, this study introduces GLACIER, a novel multimodal foundation model that combines molecular graphs, SMILES strings, and physicochemical descriptors. The core innovation lies in employing a Finsler geometry-aware fusion mechanism, inspired by Randers space, which dynamically balances the importance of each modality based on their semantic relevance. This mechanism allows the model to adaptively prioritize structural or textual information, leading to richer molecular embeddings.

The training process involves a three-stage pipeline: pretraining encoders on 100,000 drug-like molecules, fusing modalities with the geometric mechanism, and distilling knowledge from large models like MiniMol and MolFormer via contrastive learning. This approach results in a lightweight model that rivals or surpasses larger models in predictive tasks.

Experimental results on benchmarks such as TDC and MoleculeNet demonstrate that GLACIER achieves an average AUROC of 0.799 and RMSE of 0.834, outperforming many existing models. The model's efficiency, with fewer parameters and faster inference, makes it suitable for practical deployment in drug discovery pipelines.

This work marks a significant step forward in molecular AI, offering a scalable, interpretable, and high-performance framework. Its ability to effectively fuse multiple data modalities and distill knowledge from large models opens new avenues for accelerating chemical research and pharmaceutical development. Future work will focus on expanding modalities, improving robustness, and translating these advances into industrial applications, ultimately transforming how molecules are designed and evaluated.

Deep Dive

⚠️

Limitations & Outlook

What gaps remain?

While GLACIER demonstrates impressive performance, its generalization to unseen chemical spaces remains uncertain, as pretraining data may not cover all molecular diversity. The geometric fusion mechanism's robustness under noisy or imbalanced modalities needs further validation. Additionally, the reliance on large datasets and teacher models entails substantial computational costs, which could hinder widespread adoption without further optimization.

Abstract

Deep learning models facilitate the discovery of molecules with tailored properties among billions of candidate compounds. However, the computational burden to develop and deploy state-of-the-art models continuously increases, limiting their scalability. Most large-scale models are unimodal in nature and overlook the potential to leverage complementary molecular data modalities. To address these shortcomings, this paper introduces the Graph-Language Alignment for Chemical Inference and Exploration using Representations (GLACIER) model, a student-teacher framework that integrates molecular graphs, SMILES strings, and physicochemical descriptors to learn rich molecular embeddings. Our framework consists of three stages: (1) we pretrain three student encoders on 100,000 drug-like molecules: a message-passing neural network for molecular graphs, a transformer-based encoder for SMILES strings, and a multilayer perceptron for physicochemical descriptors, (2) we fuse these student modalities using a novel Finsler geometry-aware module, and (3) distill complementary knowledge from large teacher models, including MiniMol and MolFormer, into a single lightweight model via contrastive learning. We demonstrate that GLACIER is a robust framework that delivers high predictive performance and computational efficiency in complex molecular property prediction tasks. Our code is publicly available at https://github.com/eemokey/glacier.

cs.LG q-bio.BM