Updated · 1 episodes · 1 show · 1 source notes

concept Topics: Technology

Latent MoE

Definition

Latent MoE is the MoE design pattern described in the Kimi K3 technical-report reading where expert dispatch happens on a reduced latent hidden-state dimension rather than the full model hidden state.

Current Synthesis

The concept’s practical target is expert-parallel communication. In large MoE models, all-to-all dispatch can dominate latency because token representations have to move across devices to selected experts. Latent MoE reduces the representation that travels, then tries to restore model capacity through larger FFN intermediate dimensions, more total experts, or more activated experts. The source treats this as an inference-latency and Model-Infra Co-Design move: model quality, expert layout, communication volume, and deployment speed are traded together.

Key Claims

  • MoE inference latency can be constrained more by expert-dispatch communication than by pure arithmetic.
  • Compressing the dispatched hidden state can reduce all-to-all communication pressure in expert-parallel serving.
  • Capacity has to be recovered elsewhere, such as wider expert interiors, more experts, or more active experts per token.
  • Latent MoE only works if the communication savings do not erase too much representational capacity or destabilize training.

Evidence

Counterevidence & Qualifications

The source presents Latent MoE through one K3 technical reading, not as an independently validated universal MoE replacement. Its benefit depends on the exact routing, expert dimensions, hardware topology, communication library, and workload; reducing dispatch width can save bandwidth but may introduce quality or training-stability costs if the recovered capacity is insufficient.

What Changed

  • Adds a specific MoE communication-reduction concept to the Kimi K3 architecture cluster.
  • Clarifies that K3’s MoE story is not only expert count or load balance; representation width and all-to-all dispatch size are part of the design.

Sources

1 source notes across 1 show
  1. 152. 领读Kimi K3技术报告:从架构创新聊起,注意力美学、多教师蒸馏和开源MoE 张小珺Jùn|商业访谈录