paper-with-me

Papers

M5: A Whole Genome Bacterial Encoder at Single Nucleotide Resolution

2024-07-03 · Agust Egilsson

A linear attention mechanism is described to extend the context length of an encoder only transformer, called M5 in this report, to a multi-million single nucleotide resolution foundation model pretrained on bacterial whole genomes. The linear attention mechanism used approximates a full quadratic attention mechanism tightly and has a simple and lightweight implementation for the use case when the key-query embedding dimensionality is low. The M5-small model is entirely trained and tested on one A100 GPU with 40gb of memory up to 196K nucleotides during training and 2M nucleotides during testing. We test the performance of the M5-small model and record notable improvements in performance as whole genome bacterial sequence lengths are increased as well as demonstrating the stability of the full multi-head attention approximation used as sequence length is increased.

📄 PDF Abstract BibTeX arXiv:2407.03392

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Whole genome single nucleotide polymorphism genotyping of Staphylococcus aureus

2018-10-30

Next-generation sequencing technology enables routine detection of bacterial pathogens for clinical diagnostics and genetic research. Whole genome sequencing has been of importance in the epidemiologic analysis of bacter…

Revolutionising Bacterial Genomics: Graph-Based Strategies for Improved Variant Identification

2025-05-12 · Fathima Nuzla Ismail, Abira Sengupta

A significant advancement in bioinformatics is using genome graph techniques to improve variation discovery across organisms. Traditional approaches, such as bwa mem, rely on linear reference genomes for genomic analyses…

Diversity

Revealing the Shape of Genome Space via K-mer Topology

2024-12-28 · Yuta Hozumi, Guo-Wei Wei

Despite decades of effort, understanding the shape of genome space in biology remains a challenge due to the similarity, variability, diversity, and plasticity of evolutionary relationships among species, genes, or other…

Diversity

Whole-Genome Phenotype Prediction with Machine Learning: Open Problems in Bacterial Genomics

2025-02-11 · Tamsin James, Ben Williamson, Peter Tino, Nicole Wheeler

How can we identify causal genetic mechanisms that govern bacterial traits? Initial efforts entrusting machine learning models to handle the task of predicting phenotype from genotype return high accuracy scores. However…

Decision Making

Orthologs from maxmer sequence context

2015-11-22

Context-dependent identification of orthologs customarily relies on conserved gene order or whole-genome sequence alignment. It is shown here that short-range context--as short as single maximal matches--also provides an…