Multi-modal Representation Learning Enables Accurate Protein Function Prediction in Low-Data Setting
Serbülent Ünsal, Sinem Özdemir, Bünyamin Kasap, M. Erşan Kalaycı, Kemal Turhan, Tunca Doğan, Aybar C. Acar
TL;DR
The paper tackles protein function prediction in data-scarce settings by introducing HOPER, a multimodal framework that fuses protein sequences, biomedical text, and PPI networks through autoencoder-based representations and transfer learning. It systematically evaluates sequence-, text-, and PPI-based representations, then explores several multimodal fusion strategies, including SimpleAE, MultiModalAE, and TransferAE, using the PROBE benchmark across GO categories $MF$, $BP$, and $CC$. While text-based TF-IDF_PCA often performs strongest in low-data scenarios, transfer learning from multimodal representations (TransferAE) can improve sequence-only predictions, and a case study on LUAD immune-escape proteins demonstrates practical utility with 121 predictions and literature-backed targets. Overall, the results support multimodal representation learning as an effective approach to overcome data limitations in protein function prediction and suggest avenues for further improvement with advanced fusion methods and graph-based models.
Abstract
In this study, we propose HOPER (HOlistic ProtEin Representation), a novel multimodal learning framework designed to enhance protein function prediction (PFP) in low-data settings. The challenge of predicting protein functions is compounded by the limited availability of labeled data. Traditional machine learning models already struggle in such cases, and while deep learning models excel with abundant data, they also face difficulties when data is scarce. HOPER addresses this issue by integrating three distinct modalities - protein sequences, biomedical text, and protein-protein interaction (PPI) networks - to create a comprehensive protein representation. The model utilizes autoencoders to generate holistic embeddings, which are then employed for PFP tasks using transfer learning. HOPER outperforms existing methods on a benchmark dataset across all Gene Ontology categories, i.e., molecular function, biological process, and cellular component. Additionally, we demonstrate its practical utility by identifying new immune-escape proteins in lung adenocarcinoma, offering insights into potential therapeutic targets. Our results highlight the effectiveness of multimodal representation learning for overcoming data limitations in biological research, potentially enabling more accurate and scalable protein function prediction. HOPER source code and datasets are available at https://github.com/kansil/HOPER
