paper-with-me

Papers

Embed-Search-Align: DNA Sequence Alignment using Transformer Models

2023-09-20 · Pavan Holur, K. C. Enevoldsen, Shreyas Rajesh, Lajoyce Mboning, Thalia Georgiou, Louis-S. Bouchard, Matteo Pellegrini, Vwani Roychowdhury

DNA sequence alignment involves assigning short DNA reads to the most probable locations on an extensive reference genome. This process is crucial for various genomic analyses, including variant calling, transcriptomics, and epigenomics. Conventional methods, refined over decades, tackle this challenge in 2 steps: genome indexing followed by efficient search to locate likely positions for given reads. Building on the success of Large Language Models in encoding text into embeddings, where the distance metric captures semantic similarity, recent efforts have explored whether the same Transformer architecture can produce embeddings for DNA sequences. Such models have shown early promise in classifying short DNA sequences, such as detecting coding/non-coding regions, and enhancer, promoter sequences. However, performance at sequence classification tasks does not translate to sequence alignment, where it is necessary to search across the genome to align each read, a significantly longer-range task. We bridge this gap by framing the Sequence Alignment task for Transformer models as an "Embed-Search-Align" task. In this framework, a novel Reference-Free DNA Embedding model generates embeddings of reads and reference fragments, which are projected into a shared vector space where the read-fragment distance is used as a surrogate for alignment. Technical contributions include: (1) Contrastive loss for self-supervised training of DNA sequence representations, facilitating rich reference-free, sequence-level embeddings, and (2) a DNA vector store to enable search across fragments on a global scale. DNA-ESA is 99% accurate when aligning 250-length reads onto a human genome (3gb), rivaling conventional methods such as Bowtie and BWA-Mem. DNA-ESA exceeds the performance of 6 Transformer model baselines such as Nucleotide Transformer, Hyena-DNA, and shows task transfer across chromosomes and species.

📄 PDF Abstract BibTeX arXiv:2309.11087

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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$…
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…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Attention Alignment and Flexible Positional Embeddings Improve Transformer Length Extrapolation

2023-11-01 · Ta-Chung Chi, Ting-Han Fan, Alexander I. Rudnicky

An ideal length-extrapolatable Transformer language model can handle sequences longer than the training length without any fine-tuning. Such long-context utilization capability relies heavily on a flexible positional emb…

Code CompletionLanguage ModelingLanguage ModellingQuestion Answering+1

Self-Supervised Contrastive Learning for Videos using Differentiable Local Alignment

2024-09-06 · Keyne Oei, Amr Gomaa, Anna Maria Feit, João Belo

Robust frame-wise embeddings are essential to perform video analysis and understanding tasks. We present a self-supervised method for representation learning based on aligning temporal video sequences. Our framework uses…

Action RecognitionContrastive LearningRepresentation LearningVideo Alignment

Fixed-Length Protein Embeddings using Contextual Lenses

2020-10-15 · Amir Shanehsazzadeh, David Belanger, David Dohan

The Basic Local Alignment Search Tool (BLAST) is currently the most popular method for searching databases of biological sequences. BLAST compares sequences via similarity defined by a weighted edit distance, which resul…

A$^{2}$V-SLP: Alignment-Aware Variational Modeling for Disentangled Sign Language Production

2026-02-12 · Sümeyye Meryem Taşyürek, Enis Mücahid İskender, Hacer Yalim Keles arxiv

Building upon recent structural disentanglement frameworks for sign language production, we propose A$^{2}$V-SLP, an alignment-aware variational framework that learns articulator-wise disentangled latent distributions ra…

Enhancing LLMs for Time Series Forecasting via Structure-Guided Cross-Modal Alignment

2025-05-19 · Siming Sun, Kai Zhang, Xuejun Jiang, Wenchao Meng 외

The emerging paradigm of leveraging pretrained large language models (LLMs) for time series forecasting has predominantly employed linguistic-temporal modality alignment strategies through token-level or layer-wise featu…

cross-modal alignmentTime SeriesTime Series Forecasting