Related Experiment Video
Updated: Jun 15, 2025

05:12
Author Spotlight: AQRNA-seq Role in Mapping Small RNAs and Unraveling Protein Translation Mechanisms
Published on: February 2, 2024
696
Selective State Space Models Outperform Transformers at Predicting RNA-Seq Read Coverage
Ian Holmes1,2, Johannes Linder2, David Kelley2
1Department of Bioengineering, University of California, University Drive, Berkeley 94703.
Biorxiv : the Preprint Server for Biology
|March 3, 2025
Summary
State-space models like Mamba offer slight but consistent improvements in gene expression prediction accuracy compared to traditional transformer models. While these gains don't yet boost downstream SNP classification, Mamba-based models show promise for functional genomics.
Area of Science:
- Computational Biology and Genomics
- Machine Learning in Bioinformatics
Background:
- Transformer models are foundational for gene expression prediction from DNA, but their training is time-consuming and costly.
- Alternative models inspired by signal processing, including state-space models (Mamba), Fourier transforms (Hyena), and wavelet transforms (MultiResNet), have emerged to address these limitations.
Purpose of the Study:
- To evaluate alternative machine learning architectures as replacements or complements to attention mechanisms for predicting gene expression.
- To compare the performance of convolutional, attention, Hyena, Mamba, and striped-architecture models in functional genomics tasks.
Main Methods:
- Developed the 'bilby' software library in Python and Jax/Flax, offering various convolutional, attention, and state-space models.
- Conducted supervised multi-task learning experiments on gene expression data.
- Compared model performance using prediction accuracy metrics (Pearson R, r^2) and downstream SNP classification on a GTEx eQTL dataset.
Main Results:
- Convolutional models incorporating bidirectional Mamba layers showed small but consistent prediction accuracy improvements (3-4% Pearson R, 1-2% r^2) over convolution-attention models.
- The highest gains were observed with a striped architecture combining Mamba and attention layers.
- Hyena models were not competitive, and MultiResNet was too slow; Mamba's accuracy gains did not significantly improve SNP classification performance.
Conclusions:
- Selective state-space models, particularly Mamba and striped Mamba architectures, demonstrate potential for improving gene expression prediction in functional genomics.
- Further research into Mamba-based models is warranted for these tasks, despite current limitations in downstream SNP classification.
- The 'bilby' library and trained models are publicly available for reproducible research.
More Related Videos
Related Concept Videos
RNA-seq
9.9K
RNA sequencing, or RNA-Seq, is a high-throughput sequencing technology used to study the transcriptome of a cell. Transcriptomics helps to interpret the functional elements of a genome and identify the molecular constituents of an organism. Additionally, it also helps in understanding the development of an organism and the occurrence of diseases.
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
9.9K
Ribosome Profiling
3.5K
Ribosome profiling or ribo-sequencing is a deep sequencing technique that produces a snapshot of active translation in a cell. It selectively sequences the mRNAs protected by ribosomes to get an insight into a cell’s translation landscape at any given point in time.
Applications of ribosome profiling
Ribosome profiling has many applications, including in vivo monitoring of translation inside a particular organ or tissue type and quantifying new protein synthesis levels.
The technique...
Applications of ribosome profiling
Ribosome profiling has many applications, including in vivo monitoring of translation inside a particular organ or tissue type and quantifying new protein synthesis levels.
The technique...
3.5K

