Enhancing DNA Foundation Models to Address Masking Inefficiencies
Monireh Safari, Pablo Millan Arias, Scott C. Lowe, Lila Kari, Angel X., Chang, Graham W. Taylor

TL;DR
This paper introduces a modified encoder-decoder architecture for DNA language models to reduce masking inefficiencies, leading to improved performance in genomic classification tasks without fine-tuning.
Contribution
It proposes a novel masked autoencoder-based model architecture tailored for genomic data, addressing the limitations of traditional MLM pretraining in DNA sequence modeling.
Findings
Significant performance improvements over causal and bidirectional models
Effective in both closed-world and open-world classification tasks
Reduces computational waste on irrelevant MLM pretraining work
Abstract
Masked language modelling (MLM) as a pretraining objective has been widely adopted in genomic sequence modelling. While pretrained models can successfully serve as encoders for various downstream tasks, the distribution shift between pretraining and inference detrimentally impacts performance, as the pretraining task is to map [MASK] tokens to predictions, yet the [MASK] is absent during downstream applications. This means the encoder does not prioritize its encodings of non-[MASK] tokens, and expends parameters and compute on work only relevant to the MLM task, despite this being irrelevant at deployment time. In this work, we propose a modified encoder-decoder architecture based on the masked autoencoder framework, designed to address this inefficiency within a BERT-based transformer. We empirically show that the resulting mismatch is particularly detrimental in genomic pipelines…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDNA and Biological Computing
