Composer: A Search Framework for Hybrid Neural Architecture Design
Abstract
Hybrid model architectures that combine computational primitives (e.g., Attention, MLP) in different ratios have shown promising performance beyond Transformers. Some studies have shown that different interleavings of primitives can affect model quality as well. However, prior works explore the hybrid model architecture design space manually. Due to the large design space and training costs, discovering hybrid models that combine key computational primitives for pre-training is challenging. In this work, we take a principled approach in designing a modular hybrid model architecture search framework — Composer. Composer explores model architectures at a small scale and extrapolates the top-performing model architectures to a larger scale using our proposed scaling strategies. Using Composer, we discover new hybrid LLM architectures that outperform Llama 3.2. Compared to Llama 3.2 and previous state-of-the-art baselines, the new model architectures consistently reduce validation loss at parameter scales of 350M-8B and improve evaluation accuracy on the downstream tasks by up to 2-2.1% on average while improving both training and inference efficiency.
Cite
Text
Acun et al. "Composer: A Search Framework for Hybrid Neural Architecture Design." International Conference on Learning Representations, 2026.Markdown
[Acun et al. "Composer: A Search Framework for Hybrid Neural Architecture Design." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/acun2026iclr-composer/)BibTeX
@inproceedings{acun2026iclr-composer,
title = {{Composer: A Search Framework for Hybrid Neural Architecture Design}},
author = {Acun, Bilge and Sinha, Prasoon and Ardalani, Newsha and Bae, Sangmin and Golden, Alicia and Madhyastha, Meghana and Lin, Chien-Yu and Sun, Fei and Yadwadkar, Neeraja J. and Wu, Carole-Jean},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/acun2026iclr-composer/}
}