paper-with-me

Papers

Single Cells Are Spatial Tokens: Transformers for Spatial Transcriptomic Data Imputation

2023-02-06 · Hongzhi Wen, Wenzhuo Tang, Wei Jin, Jiayuan Ding, Renming Liu, Xinnan Dai, Feng Shi, Lulu Shang, Hui Liu, Yuying Xie

Spatially resolved transcriptomics brings exciting breakthroughs to single-cell analysis by providing physical locations along with gene expression. However, as a cost of the extremely high spatial resolution, the cellular level spatial transcriptomic data suffer significantly from missing values. While a standard solution is to perform imputation on the missing values, most existing methods either overlook spatial information or only incorporate localized spatial context without the ability to capture long-range spatial information. Using multi-head self-attention mechanisms and positional encoding, transformer models can readily grasp the relationship between tokens and encode location information. In this paper, by treating single cells as spatial tokens, we study how to leverage transformers to facilitate spatial tanscriptomics imputation. In particular, investigate the following two key questions: (1) $\textit{how to encode spatial information of cells in transformers}$, and (2) $\textit{ how to train a transformer for transcriptomic imputation}$. By answering these two questions, we present a transformer-based imputation framework, SpaFormer, for cellular-level spatial transcriptomic data. Extensive experiments demonstrate that SpaFormer outperforms existing state-of-the-art imputation algorithms on three large-scale datasets while maintaining superior computational efficiency.

📄 PDF Abstract BibTeX arXiv:2302.03038

Code (1)

wehos/cellt 공식 구현 pytorch

Tasks

Computational EfficiencyImputationMissing Values

Similar Papers 제목 키워드 기반

Circuit Mechanisms for Spatial Relation Generation in Diffusion Transformers

2026-01-09 · Binxu Wang, Jingxuan Fan, Xu Pan arxiv

Diffusion Transformers (DiTs) have greatly advanced text-to-image generation, but models still struggle to generate the correct spatial relations between objects as specified in the text prompt. In this study, we adopt a…

Text-to-Image Generation

Appearance Pointers -- Multimodal Region Control of Diffusion Transformers

2026-07-21 · Rahul Sajnani, Yulia Gryaditskaya, Radomír Měch, Srinath Sridhar 외 hf

Controllable image generation remains challenging for creative professionals, who often require precise regional control over materials, object identities, and spatial arrangements that cannot be reliably achieved throug…

Image Generation

Higher-Order Spatial Information for Self-Supervised Place Cell Learning

2024-06-10 · Jared Deighton, Wyatt Mackey, Ioannis Schizas, David L. Boothe Jr. 외

Mammals navigate novel environments and exhibit resilience to sparse environmental sensory cues via place and grid cells, which encode position in space. While the efficiency of grid cell coding has been extensively stud…

NavigateSelf-Supervised Learning

Evo-ViT: Slow-Fast Token Evolution for Dynamic Vision Transformer

2021-08-03 · Yifan Xu, Zhijie Zhang, Mengdan Zhang, Kekai Sheng 외

Vision transformers (ViTs) have recently received explosive popularity, but the huge computational cost is still a severe issue. Since the computation complexity of ViT is quadratic with respect to the input sequence len…

Efficient ViTsimage-classificationImage Classification

DaViT: Dual Attention Vision Transformers

2022-04-07 · Mingyu Ding, Bin Xiao, Noel Codella, Ping Luo 외

In this work, we introduce Dual Attention Vision Transformers (DaViT), a simple yet effective vision transformer architecture that is able to capture global context while maintaining computational efficiency. We propose …

Computational EfficiencyImage ClassificationInstance SegmentationMedical Image Classification+2