MLLGQMAug 7, 2018

DeePathology: Deep Multi-Task Learning for Inferring Molecular Pathology from Cancer Transcriptome

arXiv:1808.02237v21 citationsHas Code
AI Analysis

This work addresses computational limitations in molecular cancer pathology for researchers and clinicians, offering a novel method with high accuracy, though it is incremental in applying deep learning to this domain.

The authors tackled the challenge of inferring molecular pathology from cancer transcriptomes by developing a deep multi-task learning architecture that encodes whole transcriptome profiles into an 8-dimensional latent vector, achieving 99.4% accuracy in identifying cancer subtypes for tissues with multiple cancers.

Despite great advances, molecular cancer pathology is often limited to the use of a small number of biomarkers rather than the whole transcriptome, partly due to computational challenges. Here, we introduce a novel architecture of Deep Neural Networks (DNNs) that is capable of simultaneous inference of various properties of biological samples, through multi-task and transfer learning. It encodes the whole transcription profile into a strikingly low-dimensional latent vector of size 8, and then recovers mRNA and miRNA expression profiles, tissue and disease type from this vector. This latent space is significantly better than the original gene expression profiles for discriminating samples based on their tissue and disease. We employed this architecture on mRNA transcription profiles of 10787 clinical samples from 34 classes (one healthy and 33 different types of cancer) from 27 tissues. Our method significantly outperforms prior works and classical machine learning approaches in predicting tissue-of-origin, normal or disease state and cancer type of each sample. For tissues with more than one type of cancer, it reaches 99.4\% accuracy in identifying the correct cancer subtype. We also show this system is very robust against noise and missing values. Collectively, our results highlight applications of artificial intelligence in molecular cancer pathology and oncological research. DeePathology is freely available at \url{https://github.com/SharifBioinf/DeePathology}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes