BioArc: Discovering Optimal Neural Architectures for Biological Foundation Models
Yi Fang, Haoran Xu, Jiaxin Han, Sirui Ding, Yizhi Wang, Yue Wang, Xuan Wang
TL;DR
BioArc introduces a principled Neural Architecture Search framework to automatically discover optimized neural architectures for biological foundation models, addressing the mismatch between generic AI architectures and biology-specific data grammars. Through a weight-sharing one-shot supernet, diverse architecture blocks (CNNs, Transformers, Hyena, Mamba, LSTM) and a carefully pruned search space, BioArc identifies hybrid designs (notably Hyena-Transformer-CNN) that excel on DNA and protein tasks, often outperforming larger pretrained models with far fewer parameters. The framework also characterizes how tokenization and training strategies interact with architecture, and it provides several architecture-prediction approaches, including a BioArc Agent that leverages retrieval and reasoning to predict top architectures for new tasks. The work culminates in a foundation-model backbone that matches or exceeds task-specific architectures, with scalable evidence across modalities, suggesting a practical path toward the next generation of biology-focused foundation models.
Abstract
Foundation models have revolutionized various fields such as natural language processing (NLP) and computer vision (CV). While efforts have been made to transfer the success of the foundation models in general AI domains to biology, existing works focus on directly adopting the existing foundation model architectures from general machine learning domains without a systematic design considering the unique physicochemical and structural properties of each biological data modality. This leads to suboptimal performance, as these repurposed architectures struggle to capture the long-range dependencies, sparse information, and complex underlying ``grammars'' inherent to biological data. To address this gap, we introduce BioArc, a novel framework designed to move beyond intuition-driven architecture design towards principled, automated architecture discovery for biological foundation models. Leveraging Neural Architecture Search (NAS), BioArc systematically explores a vast architecture design space, evaluating architectures across multiple biological modalities while rigorously analyzing the interplay between architecture, tokenization, and training strategies. This large-scale analysis identifies novel, high-performance architectures, allowing us to distill a set of empirical design principles to guide future model development. Furthermore, to make the best of this set of discovered principled architectures, we propose and compare several architecture prediction methods that effectively and efficiently predict optimal architectures for new biological tasks. Overall, our work provides a foundational resource and a principled methodology to guide the creation of the next generation of task-specific and foundation models for biology.
