Skip to content
Preprint

EGRL: Edge generation-guided relation-aware learning for RNA-protein interaction prediction

Aug 2026 · 0 citations · 40 references
Computer Science

TL;DR

Edge Generation-guided Relation-aware Learning (EGRL) is proposed, a novel framework with several key components: implicit meta-path learning to capture relational semantics without handcrafted paths; a multi-relation-aware attention mechanism for adaptive fusion of interaction patterns; a graph generator that predicts potential ("soft") edges to support cold-start nodes; and a multi-feature fusion predictor for final interaction scoring.

Abstract

RNA-Protein Interactions (RPIs) are critical for regulating cellular functions. While traditional wet-lab experiments for RPI detection are costly and time-consuming, Deep Learning (DL) methods provide an efficient computational alternative for RPI Prediction (RPIP). In particular, Graph Neural Networks (GNNs) are promising, as they naturally model RPI networks. However, existing GNN-based methods often rely on homogeneous graphs or predefined meta-paths, which limit their ability to handle data sparsity and to generalize to cold-start scenarios involving unknown molecules. To address these limitations, we propose Edge Generation-guided Relation-aware Learning (EGRL), a novel framework with several key components: implicit meta-path learning to capture relational semantics without handcrafted paths; a multi-relation-aware attention mechanism for adaptive fusion of interaction patterns; a graph generator that predicts potential ("soft") edges to support cold-start nodes; and a multi-feature fusion predictor for final interaction scoring. EGRL is jointly trained with a primary task loss and an auxiliary generator loss. Comprehensive evaluations on four benchmark datasets demonstrate that EGRL achieves competitive overall performance. More importantly, it exhibits superior generalization in cold-start settings, achieving an Area Under the Receiver Operating Characteristic curve (AUROC) of 0.867 and an Area Under the Precision-Recall curve (AUPR) of 0.861 on unknown molecules, corresponding to improvements of 8.6% in AUROC and 5.0% in AUPR over prior state-of-the-art methods. The code will be released soon.

View source

Similar papers

Open access Aug 2026

IAGRN: An Interleaved-Attention Graph Neural Network for Gene Regulatory Network Inference

A structure-aware interleaved-attention graph learning framework, termed IAGRN, is proposed for GRN inference from scRNA-seq data that interleaves topology-constrained local attention with distance-aware global attention, enabling effective integration of structural priors and long-range regulatory signals.

Yue Wang, Si-Cheng Tian, Dan Li · 0 citations
Aug 2026

Hierarchical Graph Representation Learning for Protein-Protein Interaction Site Prediction.

This work presents HGRL-PPIS, a novel hierarchical graph representation learning approach for predicting protein-protein interaction sites that achieves superior performance over competing methods on multiple benchmark datasets, enabling more reliable detection of protein-protein binding residues.

Wenjun Xu, Xiaosong Wang, Zihao Zhao et al. · 0 citations
Review Jul 2026

From binary labels to dynamic landscapes: The evolving computational prediction of protein-RNA interactions through tasks and deep learning paradigms.

Protein-RNA interactions (RPIs) stand for the central process in post-transcriptional regulation and have catalyzed a fast proliferation of computational approaches in recent years. Adopting a task-oriented classification method, RPIs calculation prediction schemes proposed over the period 2010-2025 fall into five primary categories: RNA-binding protein (RBP) classification, RPIs prediction, binding site and binding profile modeling on RNA, residue-level RNA-binding interface prediction on proteins, and quantitative estimation of binding affinity and mutation effects. This study reviews the methodological evolution from conventional machine learning to deep learning, graph neural networks and large-scale pre-trained language models, and compares their differences in data preparation, evaluation protocols and generalization behavior. Particular emphasis is placed on recent advances in structure-aware and condition-aware models, as well as learning in low-data regimes. Finally, the study outlines practical recommendations for field-wide benchmarking and looks ahead to the integration with spatial omics and the development of dynamic, generative landscapes of RPIs to better empower biomedical research.

Xinyu Li, Qianmao Wen, Zilong Zhang et al. · 0 citations
Aug 2026

ARF-GNN: Adaptive receptive field graph neural network for protein function prediction.

This work proposes ARF-GNN, an adaptive receptive field graph neural network tailored for protein function prediction, which dynamically models structural context via hierarchical multi-hop neighborhood aggregation and introduces a dual-branch meta-learning framework.

Zhiqiang Hui, Weizhong Lu, Yiyi Xia et al. · 0 citations
Open access Jul 2026

A Dual- Task Hierarchical Graph Attention Network for Protein-Protein interaction sites Prediction

An innovative two-stage deep learning framework that combines residue-level graph representation learning with protein-level regression to achieve a thorough modeling of protein interactions and gives a better understanding of the structural processes that control PPI.

Oras A. Hussein, E. Al-Shamery · 0 citations
Preprint Aug 2026

bioMoR: Biology-Guided Mixture-of-Recursions for Effective Genomic Learning

This work proposes bioMoR, which is the first framework to apply MoR to gene-level and pathway-level learning, and identifies three locations for integrating structured biological knowledge within an MoR backbone: graph-based information sharing refines token embeddings, a structural bias guides self-attention toward biologically related tokens, and a graph-aware router uses neighborhood information to determine each token's recursion depth.

Koushik Howlader, Tirtho Roy, Md Tauhidul Islam et al. · 0 citations