Table of Contents
Fetching ...

A Novel Framework for Multi-Modal Protein Representation Learning

Runjie Zheng, Zhen Wang, Anjie Qiao, Jiancong Xie, Jiahua Rao, Yuedong Yang

TL;DR

DAMPE tackles protein function prediction by unifying intrinsic sequence/structure with extrinsic PPI-GO context. It first aligns structure into the sequence space via Optimal Transport, then fuses modalities with a conditional diffusion-based CGG that denoises a heterogeneous graph conditioned on fused intrinsic features and GO priors. Theoretical analysis shows the CGG objective promotes the condition encoder to absorb graph-aware knowledge into protein representations, and empirical results demonstrate improved GO-term prediction (notably MF/BP) with favorable efficiency compared to GNN baselines. The framework achieves robust performance across GO branches, with ablations confirming the critical roles of OT-based alignment and CGG fusion, making it a scalable, theoretically grounded approach for multi-modal protein representation learning.

Abstract

Accurate protein function prediction requires integrating heterogeneous intrinsic signals (e.g., sequence and structure) with noisy extrinsic contexts (e.g., protein-protein interactions and GO term annotations). However, two key challenges hinder effective fusion: (i) cross-modal distributional mismatch among embeddings produced by pre-trained intrinsic encoders, and (ii) noisy relational graphs of extrinsic data that degrade GNN-based information aggregation. We propose Diffused and Aligned Multi-modal Protein Embedding (DAMPE), a unified framework that addresses these through two core mechanisms. First, we propose Optimal Transport (OT)-based representation alignment that establishes correspondence between intrinsic embedding spaces of different modalities, effectively mitigating cross-modal heterogeneity. Second, we develop a Conditional Graph Generation (CGG)-based information fusion method, where a condition encoder fuses the aligned intrinsic embeddings to provide informative cues for graph reconstruction. Meanwhile, our theoretical analysis implies that the CGG objective drives this condition encoder to absorb graph-aware knowledge into its produced protein representations. Empirically, DAMPE outperforms or matches state-of-the-art methods such as DPFunc on standard GO benchmarks, achieving AUPR gains of 0.002-0.013 pp and Fmax gains 0.004-0.007 pp. Ablation studies further show that OT-based alignment contributes 0.043-0.064 pp AUPR, while CGG-based fusion adds 0.005-0.111 pp Fmax. Overall, DAMPE offers a scalable and theoretically grounded approach for robust multi-modal protein representation learning, substantially enhancing protein function prediction.

A Novel Framework for Multi-Modal Protein Representation Learning

TL;DR

DAMPE tackles protein function prediction by unifying intrinsic sequence/structure with extrinsic PPI-GO context. It first aligns structure into the sequence space via Optimal Transport, then fuses modalities with a conditional diffusion-based CGG that denoises a heterogeneous graph conditioned on fused intrinsic features and GO priors. Theoretical analysis shows the CGG objective promotes the condition encoder to absorb graph-aware knowledge into protein representations, and empirical results demonstrate improved GO-term prediction (notably MF/BP) with favorable efficiency compared to GNN baselines. The framework achieves robust performance across GO branches, with ablations confirming the critical roles of OT-based alignment and CGG fusion, making it a scalable, theoretically grounded approach for multi-modal protein representation learning.

Abstract

Accurate protein function prediction requires integrating heterogeneous intrinsic signals (e.g., sequence and structure) with noisy extrinsic contexts (e.g., protein-protein interactions and GO term annotations). However, two key challenges hinder effective fusion: (i) cross-modal distributional mismatch among embeddings produced by pre-trained intrinsic encoders, and (ii) noisy relational graphs of extrinsic data that degrade GNN-based information aggregation. We propose Diffused and Aligned Multi-modal Protein Embedding (DAMPE), a unified framework that addresses these through two core mechanisms. First, we propose Optimal Transport (OT)-based representation alignment that establishes correspondence between intrinsic embedding spaces of different modalities, effectively mitigating cross-modal heterogeneity. Second, we develop a Conditional Graph Generation (CGG)-based information fusion method, where a condition encoder fuses the aligned intrinsic embeddings to provide informative cues for graph reconstruction. Meanwhile, our theoretical analysis implies that the CGG objective drives this condition encoder to absorb graph-aware knowledge into its produced protein representations. Empirically, DAMPE outperforms or matches state-of-the-art methods such as DPFunc on standard GO benchmarks, achieving AUPR gains of 0.002-0.013 pp and Fmax gains 0.004-0.007 pp. Ablation studies further show that OT-based alignment contributes 0.043-0.064 pp AUPR, while CGG-based fusion adds 0.005-0.111 pp Fmax. Overall, DAMPE offers a scalable and theoretically grounded approach for robust multi-modal protein representation learning, substantially enhancing protein function prediction.
Paper Structure (24 sections, 1 theorem, 14 equations, 5 figures, 4 tables, 1 algorithm)

This paper contains 24 sections, 1 theorem, 14 equations, 5 figures, 4 tables, 1 algorithm.

Key Result

Proposition 1

Minimizing our diffusion objective $\mathcal{L}(\theta, \phi)\triangleq \mathbb{E}_{t}\mathbb{E}_{\mathbf{A}^{(0)}, \mathbf{H}, \mathbf{A}^{(t)} } \text{CE}( \mathbf{A}^{(0)}, \widehat{\mathbf{P}})$ encourages the condition encoder to produce condition embedding that maximizes its conditional mutual

Figures (5)

  • Figure 1: Fraction of Edge Types Across Different Ontology. The proportions of edge types are normalized, with $r_{\varnothing}$ accounting for 99.91% in MF, 99.81% in BP, and 99.87% in CC. Isolated nodes are excluded to highlight the relative prevalence of each edge type among connected nodes.
  • Figure 2: Pipeline of DAMPE, which adopts Optimal Transport (OT)-based representation alignment and Conditional Graph Generation (CGG)-based information fusion to learn robust and versatile protein representations for function prediction.
  • Figure 3: Performance comparison of five models (DAMPE, DPFunc, ESM-GearNet, GearNet, ATGO+) across Gene Ontology (GO) ontology using AUPR and Fmax metrics. DPFunc is the state-of-the-art baseline with domain-guided structure information; ESM-GearNet is a multi-modal baseline fusing intrinsic information; GearNet is a structure-only baseline with a residue-level geometric encoder; ATGO+ is a sequence-only baseline with alignment-enhanced features.
  • Figure 4: Hyperparameter Sensitivity
  • Figure 5: Qualitative evaluation of embeddings from four models (Contrastive, ESM-GearNet, DPFunc, DAMPE) via UMAP 2D projections and clustering metrics. The figure includes 4 rows: 3 rows for individual Molecular Function GO terms and 1 row for the combined three GO terms. Each subplot shows UMAP-projected embeddings (distinguishing positive/negative samples for individual GO terms, or GO membership for combined terms) and reports two metrics for individual GO terms: intra/inter-cluster distance ratio (measuring cluster compactness) and silhouette score (measuring positive-negative separation). Color bars indicate sample labels for individual and combined GO term projections. This visualization is used to assess the quality of model embeddings in capturing functional patterns of GO terms.

Theorems & Definitions (2)

  • Proposition 1
  • proof