paper-with-me

Papers

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 boundaries that may obscure biologically relevant structure. We present LDARNet, a 120M-parameter hierarchical genomic foundation model that adapts H-Net-style dynamic chunking from autoregressive generation to masked language modeling, combining BiMamba-2 state-space layers with local attention, bidirectional routing, and a ratio-based regularizer to induce adaptive token boundaries without supervision. Fine-tuned on 27 tasks from the Nucleotide Transformer and Genomic Benchmarks suites, LDARNet achieves 11/18 wins among compact models ($<$300M parameters) and state-of-the-art results on 5 histone modification tasks, outperforming models up to 20$\times$ larger. A FLOPs-matched controlled experiment isolates learned routing as the source of these gains: learned boundaries beat fixed-grid boundaries by up to 14 percentage points on histone tasks at identical compute. Nucleotide-resolution analysis further shows that the learned boundaries align with canonical promoter motifs and splice junctions without supervision, providing a biological interpretation for adaptive tokenization in genomic foundation models.

📄 PDF Abstract BibTeX arXiv:2606.04552

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DNACHUNKER: Learnable Tokenization for DNA Language Models

2026-01-06 · Taewon Kim, Jihwan Shin, Hyomin Kim, Youngmok Jung 외 arxiv

DNA language models are increasingly used to represent genomic sequence, yet their effectiveness depends critically on how raw nucleotides are converted into model inputs. Unlike natural language, DNA offers no canonical…

VQDNA: Unleashing the Power of Vector Quantization for Multi-Species Genomic Sequence Modeling

2024-05-13 · Siyuan Li, Zedong Wang, Zicheng Liu, Di wu 외

Similar to natural language models, pre-trained genome language models are proposed to capture the underlying intricacies within genomes with unsupervised sequence modeling. They have become essential tools for researche…

Quantization

Model Decides How to Tokenize: Adaptive DNA Sequence Tokenization with MxDNA

2024-12-18 · Lifeng Qiao, Peng Ye, Yuchen Ren, Weiqiang Bai 외

Foundation models have made significant strides in understanding the genomic language of DNA sequences. However, previous models typically adopt the tokenization methods designed for natural language, which are unsuitabl…

MergeDNA: Context-aware Genome Modeling with Dynamic Tokenization through Token Merging

2025-11-17 · Siyuan Li, Kai Yu, Anna Wang, Zicheng Liu 외 arxiv

Modeling genomic sequences faces two unsolved challenges: the information density varies widely across different regions, while there is no clearly defined minimum vocabulary unit. Relying on either four primitive bases …

Unlocking Noisy Real-World Corpora for Foundation Model Pre-Training via Quality-Aware Tokenization

2026-02-06 · Arvid E. Gollwitzer, Paridhi Latawa, David de Gruijl, Deepak A. Subramanian 외 arxiv

Current tokenization methods process sequential data without accounting for signal quality, limiting their effectiveness on noisy real-world corpora. We present QA-Token (Quality-Aware Tokenization), which incorporates d…

Reinforcement LearningBilevel Optimization