Domain-Aware Geometric Multimodal Learning for Multi-Domain Protein-Ligand Affinity Prediction
Shuo Zhang, Jian K. Liu
TL;DR
This work tackles the challenge of protein-ligand affinity prediction for multi-domain proteins by introducing DAGML, a domain-aware geometric multimodal framework that explicitly models domain modularity and inter-domain interfaces. DAGML combines a pre-trained protein language model with a domain-aware geometric encoder and a motif-centric ligand encoder, using cross-modal attention to align pharmacophoric motifs with inter-domain clefts. The authors curate a geometry-stratified multi-domain affinity benchmark and demonstrate substantial improvements over baselines, with the full DAGML-ID model achieving lower MSE and higher correlation metrics, especially for interface binders. They also provide comprehensive ablations to dissect the contributions of domain semantics, inter-domain message passing, and feature modalities, and discuss limitations related to linker noise and potential future gains from dynamic graph representations.
Abstract
The accurate prediction of protein-ligand binding affinity is important for drug discovery yet remains challenging for multi-domain proteins, where inter-domain dynamics and flexible linkers govern molecular recognition. Current geometric deep learning methods typically treat proteins as monolithic graphs, failing to capture the distinct geometric and energetic signals at domain interfaces. To address this, we introduce DAGML (Domain-Aware Geometric Multimodal Learning), a hierarchical framework that explicitly models domain modularity. DAGML integrates a pre-trained protein language model with a novel domain-aware geometric encoder to distinguish intra- and inter-domain features, while a motif-centric ligand encoder captures pharmacophoric compatibility. We further curate a specialized multi-domain affinity benchmark, classifying complexes by binding topology (e.g., interface vs linker binders). Extensive experiments demonstrate that DAGML achieves a 21% reduction in MSE and a Pearson correlation of 0.726 compared to strong baselines. Ablation studies reveal that explicit modeling of domain interfaces is the primary driver of this improvement, particularly for ligands binding in the clefts between structural units. The code is available at https://github.com/jiankliu/DAGML.
