cMoLLM Scales LLM Capacity with Convolutional Mixture-of-Experts

Xin Yang, Yemin Wang, Mingda Liu, Letian Li, Shuaishuai Cao, Zhengxiao He, Ryan Dong· July 28, 2026 View original

Summary

cMoLLM introduces a convolutionally gated Mixture-of-LLMs architecture that scales model capacity horizontally across the entire LLM pipeline, improving language modeling perplexity and downstream task accuracy. It reformulates MoE layers as dynamic convolutions, offering better stream utilization and more stable optimization than prior approaches.

The success of Large Language Models (LLMs) has been driven by scaling, but traditional dense Transformers suffer from a bottleneck where every parameter is activated for every token, leading to linearly increasing costs with model size. This makes scaling into the trillion-parameter regime challenging. Researchers propose cMoLLM, a convolutionally gated Mixture-of-LLMs, to scale capacity horizontally throughout the entire LLM pipeline, not just in Feed-Forward Networks (FFNs). This approach reinterprets MoE-style mixture layers as variable-kernel dynamic convolutions, where each expert acts as a 1x1 convolutional kernel and routing aggregates input-conditioned kernels. Trained on FineWeb, cMoLLM models, based on GPT-2 style architectures, demonstrated improved language modeling perplexity and better accuracy on GLUE and SQuAD benchmarks under matched compute. It also showed superior stream utilization, more stable optimization, and favorable scaling compared to existing pipeline-level mixture approaches like ParaScale and AltUp.

Why it matters

This research offers a more efficient and scalable architecture for LLMs, potentially enabling the development of larger, more capable models with reduced training and inference costs, which is critical for advancing AI capabilities.

How to implement this in your domain

  1. 1Evaluate cMoLLM's architectural principles for designing next-generation LLMs or adapting existing ones.
  2. 2Experiment with implementing convolutionally gated mixture-of-experts layers in your custom LLM training pipelines.
  3. 3Benchmark cMoLLM against dense Transformer models and other MoE variants for perplexity, accuracy, and computational efficiency.
  4. 4Explore how dynamic convolution can be applied to other parts of the LLM pipeline beyond FFNs for further optimization.
  5. 5Consider the implications of horizontal scaling for deploying very large models in resource-constrained environments.

Who benefits

AI/ML DevelopmentCloud ComputingData CentersResearch & Development

Key takeaways

  • Dense LLMs face scaling bottlenecks due to linear cost growth with size.
  • cMoLLM uses convolutionally gated MoE for horizontal scaling across the pipeline.
  • It reformulates MoE layers as dynamic convolutions for efficiency.
  • cMoLLM improves perplexity, accuracy, and optimization stability.

Original post by Xin Yang, Yemin Wang, Mingda Liu, Letian Li, Shuaishuai Cao, Zhengxiao He, Ryan Dong

"arXiv:2607.22577v1 Announce Type: new Abstract: Scaling large language models (LLMs) has driven their success, yet dense Transformers couple capacity and computation: every parameter is activated for every token, making training and inference costs grow linearly with model size-a…"

View on X

Originally posted by Xin Yang, Yemin Wang, Mingda Liu, Letian Li, Shuaishuai Cao, Zhengxiao He, Ryan Dong on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses