Towards Gene Expression Convolutions using Gene Interaction Graphs
Francis Dutil, Joseph Paul Cohen, Martin Weiss, Georgy Derevyanko,, Yoshua Bengio

TL;DR
This paper explores the use of gene interaction graphs with Graph Convolutional Neural Networks to improve gene expression analysis, especially in low-data scenarios, highlighting the importance of graph quality.
Contribution
It introduces a method combining GCNs with dropout and gene embeddings to leverage graph information in gene expression data analysis, emphasizing the impact of graph quality.
Findings
GCNs with gene embeddings outperform baseline models in low-data regimes.
The effectiveness of the approach heavily depends on the quality of the gene interaction graph.
Existing methods often fail to capture signals due to noise and limited samples.
Abstract
We study the challenges of applying deep learning to gene expression data. We find experimentally that there exists non-linear signal in the data, however is it not discovered automatically given the noise and low numbers of samples used in most research. We discuss how gene interaction graphs (same pathway, protein-protein, co-expression, or research paper text association) can be used to impose a bias on a deep model similar to the spatial bias imposed by convolutions on an image. We explore the usage of Graph Convolutional Neural Networks coupled with dropout and gene embeddings to utilize the graph information. We find this approach provides an advantage for particular tasks in a low data regime but is very dependent on the quality of the graph used. We conclude that more work should be done in this direction. We design experiments that show why existing methods fail to capture…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBioinformatics and Genomic Networks · Gene expression and cancer classification · Biomedical Text Mining and Ontologies
MethodsDropout
