paper-with-me

홈 › Papers

Exemplar Guided Deep Neural Network for Spatial Transcriptomics Analysis of Gene Expression Prediction

2022-10-30 · Yan Yang, Md Zakir Hossain, Eric A Stone, Shafin Rahman

Spatial transcriptomics (ST) is essential for understanding diseases and developing novel treatments. It measures gene expression of each fine-grained area (i.e., different windows) in the tissue slide with low throughput. This paper proposes an Exemplar Guided Network (EGN) to accurately and efficiently predict gene expression directly from each window of a tissue slide image. We apply exemplar learning to dynamically boost gene expression prediction from nearest/similar exemplars of a given tissue slide image window. Our EGN framework composes of three main components: 1) an extractor to structure a representation space for unsupervised exemplar retrievals; 2) a vision transformer (ViT) backbone to progressively extract representations of the input window; and 3) an Exemplar Bridging (EB) block to adaptively revise the intermediate ViT representations by using the nearest exemplars. Finally, we complete the gene expression prediction task with a simple attention-based prediction block. Experiments on standard benchmark datasets indicate the superiority of our approach when comparing with the past state-of-the-art (SOTA) methods.

📄 PDF Abstract BibTeX arXiv:2210.16721

Code (1)

yan98/egn 공식 구현 pytorch

Tasks

Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

When Genes Speak: A Semantic-Guided Framework for Spatially Resolved Transcriptomics Data Clustering

2025-11-14 · Jiangkai Long, Yanran Zhu, Chang Tang, Kun Sun 외 arxiv

Spatial transcriptomics enables gene expression profiling with spatial context, offering unprecedented insights into the tissue microenvironment. However, most computational models treat genes as isolated numerical featu…

Dual-Path Knowledge-Augmented Contrastive Alignment Network for Spatially Resolved Transcriptomics

2025-11-21 · Wei Zhang, Jiajun Chu, Xinci Liu, Chen Tong 외 arxiv

Spatial Transcriptomics (ST) is a technology that measures gene expression profiles within tissue sections while retaining spatial context. It reveals localized gene expression patterns and tissue heterogeneity, both of …

Contrastive Learning

MOSAIK: Multi-Origin Spatial Transcriptomics Analysis and Integration Kit

2025-05-16 · Anthony Baptista, Rosamond Nuamah, Ciro Chiappini, Anita Grigoriadis

Spatial transcriptomics (ST) has revolutionised transcriptomics analysis by preserving tissue architecture, allowing researchers to study gene expression in its native spatial context. However, despite its potential, ST …

Benchmarking Dimensionality Reduction Techniques for Spatial Transcriptomics

2025-09-12 · Md Ishtyaq Mahmud, Veena Kochat, Suresh Satpati, Jagan Mohan Reddy Dwarampudi 외 arxiv

We introduce a unified framework for evaluating dimensionality reduction techniques in spatial transcriptomics beyond standard PCA approaches. We benchmark six methods PCA, NMF, autoencoder, VAE, and two hybrid embedding…

Dimensionality Reduction

PersiST: Robust Identification of Spatially Variable Features in Spatial Omics Datasets via Topological Data Analysis

2025-05-07 · James Boyle, Gregory Hamm, Eleanor Williams, Robin JG Hartman 외

Spatial transcriptomics studies are becoming increasingly large and commonplace, necessitating the analysis of a large number of spatially resolved variables. With spatial transcriptomics data sets typically containing d…

Topological Data Analysis