paper-with-me

홈 › Papers

dnaHNet: A Scalable and Hierarchical Foundation Model for Genomic Sequence Learning

2026-02-11 · Arnav Shah, Junzhe Li, Parsa Idehpour, Adibvafa Fallahpour, Brandon Wang, Sukjun Hwang, Bo Wang, Patrick D. Hsu, Hani Goodarzi, Albert Gu arxiv

Genomic foundation models have the potential to decode DNA syntax, yet face a fundamental tradeoff in their input representation. Standard fixed-vocabulary tokenizers fragment biologically meaningful motifs such as codons and regulatory elements, while nucleotide-level models preserve biological coherence but incur prohibitive computational costs for long contexts. We introduce dnaHNet, a state-of-the-art tokenizer-free autoregressive model that segments and models genomic sequences end-to-end. Using a differentiable dynamic chunking mechanism, dnaHNet compresses raw nucleotides into latent tokens adaptively, balancing compression with predictive accuracy. Pretrained on prokaryotic genomes, dnaHNet outperforms leading architectures including StripedHyena2 in scaling and efficiency. This recursive chunking yields quadratic FLOP reductions, enabling $>3 \times$ inference speedup over Transformers. On zero-shot tasks, dnaHNet achieves superior performance in predicting protein variant fitness and gene essentiality, while automatically discovering hierarchical biological structures without supervision. These results establish dnaHNet as a scalable, interpretable framework for next-generation genomic modeling.

📄 PDF Abstract BibTeX arXiv:2602.10603

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Distilling Genomic Models for Efficient mRNA Representation Learning via Embedding Matching

2026-03-27 · Rasched Haidari, Sam Martin, Maxime Allard arxiv

Large Genomic Foundation Models have recently achieved remarkable results and in-vivo translation capabilities. However these models quickly grow to over a few Billion of parameters and are expensive to run when compute …

Representation Learning

Efficient and Scalable Fine-Tune of Language Models for Genome Understanding

2024-02-12 · Huixin Zhan, Ying Nian Wu, Zijun Zhang

Although DNA foundation models have advanced the understanding of genomes, they still face significant challenges in the limited scale and diversity of genomic data. This limitation starkly contrasts with the success of …

Genome Understanding

Revisiting K-mer Profile for Effective and Scalable Genome Representation Learning

2024-11-04 · Abdulkadir Celikkanat, Andres R. Masegosa, Thomas D. Nielsen

Obtaining effective representations of DNA sequences is crucial for genome analysis. Metagenomic binning, for instance, relies on genome representations to cluster complex mixtures of DNA fragments from biological sample…

Representation Learning

LDARNet: DNA Adaptive Representation Network with Learnable Tokenization for Genomic Modeling

2026-06-03 · Daria Ledneva, Denis Kuznetsov arxiv

Genomic foundation models increasingly adopt large language model architectures, yet almost universally rely on fixed tokenization schemes such as $k$-mers, BPE, or single nucleotides, which impose arbitrary sequence bou…

Spike2Vec: An Efficient and Scalable Embedding Approach for COVID-19 Spike Sequences

2021-09-12 · Sarwan Ali, Murray Patterson

With the rapid global spread of COVID-19, more and more data related to this virus is becoming available, including genomic sequence data. The total number of genomic sequences that are publicly available on platforms su…