paper-with-me

Papers

Primer C-VAE: An interpretable deep learning primer design method to detect emerging virus variants

2025-03-03 · Hanyu Wang, Emmanuel K. Tsinda, Anthony J. Dunn, Francis Chikweto, Alain B. Zemkoho

Motivation: PCR is more economical and quicker than Next Generation Sequencing for detecting target organisms, with primer design being a critical step. In epidemiology with rapidly mutating viruses, designing effective primers is challenging. Traditional methods require substantial manual intervention and struggle to ensure effective primer design across different strains. For organisms with large, similar genomes like Escherichia coli and Shigella flexneri, differentiating between species is also difficult but crucial. Results: We developed Primer C-VAE, a model based on a Variational Auto-Encoder framework with Convolutional Neural Networks to identify variants and generate specific primers. Using SARS-CoV-2, our model classified variants (alpha, beta, gamma, delta, omicron) with 98% accuracy and generated variant-specific primers. These primers appeared with >95% frequency in target variants and <5% in others, showing good performance in in-silico PCR tests. For Alpha, Delta, and Omicron, our primer pairs produced fragments <200 bp, suitable for qPCR detection. The model also generated effective primers for organisms with longer gene sequences like E. coli and S. flexneri. Conclusion: Primer C-VAE is an interpretable deep learning approach for developing specific primer pairs for target organisms. This flexible, semi-automated and reliable tool works regardless of sequence completeness and length, allowing for qPCR applications and can be applied to organisms with large and highly similar genomes.

📄 PDF Abstract BibTeX arXiv:2503.01459

Code (0)

등록된 구현이 없습니다.

Tasks

Epidemiology

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$…
Squared ReLU Squared ReLU is an activation function used in the Primer architecture in the feedforward block of the…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
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…
Multi-DConv-Head Attention 설명 없음
Primer Primer is a Transformer-based architecture that improves upon the…

Similar Papers 제목 키워드 기반

Deep learning forward and reverse primer design to detect SARS-CoV-2 emerging variants

2022-09-25 · Hanyu Wang, Emmanuel K. Tsinda, Anthony J. Dunn, Francis Chikweto 외

Surges that have been observed at different periods in the number of COVID-19 cases are associated with the emergence of multiple SARS-CoV-2 (Severe Acute Respiratory Virus) variants. The design of methods to support lab…

PRIMERA: Pyramid-based Masked Sentence Pre-training for Multi-document Summarization

2021-10-16 · ACL 2022 5 · Wen Xiao, Iz Beltagy, Giuseppe Carenini, Arman Cohan

We introduce PRIMERA, a pre-trained model for multi-document representation with a focus on summarization that reduces the need for dataset-specific architectures and large amounts of fine-tuning labeled data. PRIMERA us…

Abstractive Text SummarizationDecoderDocument SummarizationMulti-Document Summarization+2

PRIMERA: Pyramid-based Masked Sentence Pre-training for Multi-document Summarization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We introduce PRIMERA, a pre-trained model for multi-document representation with a focus on summarization that reduces the need for dataset-specific architectures and large amounts of fine-tuning labeled data. PRIMERA us…

DecoderDocument SummarizationMulti-Document SummarizationSentence

TopoPrimer: The Missing Topological Context in Forecasting Models

2026-05-14 · Zara Zetlin, Kayhan Moharreri, Maria Safi arxiv

We introduce TopoPrimer, a framework that makes the global topological structure of the series population an explicit input to any forecasting model. TopoPrimer improves accuracy across diverse domains, stabilizes foreca…

Primer: Searching for Efficient Transformers for Language Modeling

2021-09-17 · David R. So, Wojciech Mańke, Hanxiao Liu, Zihang Dai 외

Large Transformer models have been central to recent advances in natural language processing. The training and inference costs of these models, however, have grown rapidly and become prohibitively expensive. Here we aim …

Language ModelingLanguage Modelling