NeFut Logo NeFut
Admin Login

[CS.AI] BRIDGE: Innovative Framework for Gene Regulatory Networks

Published at: 2026-06-17 22:00 Last updated: 2026-06-20 13:45
#AI #Machine Learning #Neural

Motivation

Inferring gene regulatory networks (GRNs) from single-cell RNA sequencing (scRNA-seq) data is crucial for uncovering cell-state-specific transcriptional programs. However, scRNA-seq measurements are sparse and noisy, and experimentally validated transcription factor-target interactions remain limited, making reliable inference challenging. Although graph neural networks have advanced GRN prediction, existing methods often rely on biologically unconstrained graph augmentation, such as random edge perturbation, and insufficiently control information transfer between genes and cells. These limitations may distort regulatory structures and weaken robustness under noisy and weakly supervised settings.

Results

To address these issues, we propose an innovative framework named Biological Evidence Refinement and Heterogeneous Dynamic Gating for Gene Regulatory Networks (BRIDGE). BRIDGE extracts gene and cell representations from the expression matrix and its matrix dual, and performs contrastive learning in the gene space and cell space between self and neighbors across the co-expression-refined regulatory view and the original graph. It then applies heterogeneous gated encoding to adaptively regulate information transfer between genes and cells, enabling robust transcription factor-to-target gene prediction.

Experiments on benchmark datasets spanning three network types and seven cell types show that BRIDGE achieves state-of-the-art AUROC and AUPRC in most settings. In particular, on Specific networks, BRIDGE improves average AUPRC by 5% over the second-best baseline, GCLink. In cross-cell-type few-shot transfer, BRIDGE consistently outperforms GCLink and GENELink across all six target cell types. A case study on hESC further supports the biological relevance of the predictions, with 9 of the top 10 and 46 of the top 100 novel TF-target interactions validated by ChIPBase.

Blogger's Review: The BRIDGE framework effectively enhances the accuracy of gene regulatory network inference by integrating biological evidence with dynamic gating mechanisms, demonstrating robustness in handling sparse and noisy data, and holds significant biological relevance and application potential.

Original Source: https://arxiv.org/abs/2606.14734

[h] Back to Home