LGAIMay 1, 2025

Fast and Low-Cost Genomic Foundation Models via Outlier Removal

arXiv:2505.00598v29 citationsh-index: 14Has CodeICML
Originality Incremental advance
AI Analysis

This provides a practical solution for genomic modeling in resource-constrained settings, though it is incremental as it builds on existing models like DNABERT-2.

The paper tackles the challenge of computational resource scarcity in genomic modeling by introducing GERM, a genomic foundation model that improves fine-tuning performance by 37.98% and quantization by 64.34% over baselines through outlier removal.

To address the challenge of scarce computational resources in genomic modeling, we introduce GERM, a genomic foundation model with strong compression performance and fast adaptability. GERM improves upon models like DNABERT-2 by eliminating outliers that hinder low-rank adaptation and post-training quantization, enhancing both efficiency and robustness. We replace the vanilla attention layer with an outlier-free mechanism inspired by associative memory models. By removing outliers during both pre-training and fine-tuning, this approach accelerates adaptation, reduces computational costs, and enhances quantization robustness within acceptable loss margins. Additionally, we propose GERM-T, a strategy that employs small-step continual learning within the outlier-free framework, leveraging original checkpoints to avoid retraining from scratch. Empirically, GERM improves fine-tuning performance by 37.98% and quantization by 64.34% over the baseline model. It also reduces average kurtosis by 92.14% and maximum infinity norm by 82.77%. Compared to leading methods, GERM consistently delivers superior performance, offering a practical solution for genomic modeling in resource-constrained settings. Code is available at https://github.com/MAGICS-LAB/GERM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes