Hybrid MoE Dense FFN Architecture

  • Last Updated 19 June, 2026
  • by David Spuler, Ph.D.

What is Hybrid MoE Dense FFN Architecture?

A hybrid Mixture-of-Experts (MoE) with a dense FFN architecture consists of parallel execution of an MoE FFN architecture with a dense non-MoE FFN. The MoE operates its sparse experts, and the dense FFN runs like a classic FFN, and the results are combined at the end.

Isn't this just a shared expert?

Yes, they are similar since a shared expert is like a fixed always-run FFN, but no, there are differences:

  • The dense FFN may have different dimensions to the other experts.
  • The dense FFN is not included in the normal MoE gating mechanism (although arguably, neither is a shared expert).
  • Different weightings of the combination of the MoE experts and the dense FFN at the end (possibly).

An example of this architecture is the Edge versions of the Gemma models. The idea is to run a slightly larger dense FFN, as well as the various MoE experts.

Hybrid MoE Dense FFN Architecture: Book Excerpts and Blog Articles

Free online book excerpts with full text chapters online and free PDF downloads, and the Aussie AI blog, including related articles:

Research on Hybrid MoE Dense FFN Architecture

Research papers include:

More AI Research Topics

Read more about: