paper-with-me

홈 › Papers

scBiGNN: Bilevel Graph Representation Learning for Cell Type Classification from Single-cell RNA Sequencing Data

2023-12-16 · Rui Yang, Wenrui Dai, Chenglin Li, Junni Zou, Dapeng Wu, Hongkai Xiong

Single-cell RNA sequencing (scRNA-seq) technology provides high-throughput gene expression data to study the cellular heterogeneity and dynamics of complex organisms. Graph neural networks (GNNs) have been widely used for automatic cell type classification, which is a fundamental problem to solve in scRNA-seq analysis. However, existing methods do not sufficiently exploit both gene-gene and cell-cell relationships, and thus the true potential of GNNs is not realized. In this work, we propose a bilevel graph representation learning method, named scBiGNN, to simultaneously mine the relationships at both gene and cell levels for more accurate single-cell classification. Specifically, scBiGNN comprises two GNN modules to identify cell types. A gene-level GNN is established to adaptively learn gene-gene interactions and cell representations via the self-attention mechanism, and a cell-level GNN builds on the cell-cell graph that is constructed from the cell representations generated by the gene-level GNN. To tackle the scalability issue for processing a large number of cells, scBiGNN adopts an Expectation Maximization (EM) framework in which the two modules are alternately trained via the E-step and M-step to learn from each other. Through this interaction, the gene- and cell-level structural information is integrated to gradually enhance the classification performance of both GNN modules. Experiments on benchmark datasets demonstrate that our scBiGNN outperforms a variety of existing methods for cell type classification from scRNA-seq data.

📄 PDF Abstract BibTeX arXiv:2312.10310

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Graph4BiLO: Graph Neural Network Approximation for Bilevel Mixed-Integer Linear Optimization

2026-08-31 · Jessica D. Elrefaei, Kaixun Hua, Seungbae Kim, Hoang Nam Tran 외 arxiv

Bilevel mixed-integer linear optimization problems model hierarchical decision processes in which a leader anticipates the optimal response of a follower. Although expressive, these problems are computationally challengi…

Graph Neural Network

BiAdam: Fast Adaptive Bilevel Optimization Methods

2021-06-21 · Feihu Huang, Junyi Li, Shangqian Gao

Bilevel optimization recently has attracted increased interest in machine learning due to its many applications such as hyper-parameter optimization and meta learning. Although many bilevel methods recently have been pro…

Bilevel OptimizationMeta-LearningRepresentation Learning

Towards Interpretable Multi-Task Learning Using Bilevel Programming

2020-09-11 · Francesco Alesiani, Shujian Yu, Ammar Shaker, Wenzhe Yin

Interpretable Multi-Task Learning can be expressed as learning a sparse graph of the task relationship based on the prediction performance of the learned models. Since many natural phenomenon exhibit sparse structures, e…

Multi-Task Learning

Bilevel Graph Structure Learning, Revisited: Inner-Channel Origins of the Reported Gain

2026-05-08 · Minkyoung Kim, Beakcheol Jang arxiv

Bilevel graph structure learning is widely understood to improve graph neural networks by jointly optimizing model parameters and a learned graph structure, with the resulting performance gain attributed to the rewired a…

Graph structure learningNode Classification

Self-Supervised Graph Representation Learning for Neuronal Morphologies

2021-12-23 · Marissa A. Weis, Laura Hansel, Timo Lüddecke, Alexander S. Ecker

Unsupervised graph representation learning has recently gained interest in several application domains such as neuroscience, where modeling the diverse morphology of cell types in the brain is one of the key challenges. …

Data AugmentationGraph Representation LearningRepresentation LearningSelf-Supervised Learning