Home Knowledge Base Mixture of Depths (MoD)

Mixture of Depths (MoD) is a dynamic computation architecture for transformer models that routes individual tokens through a variable number of layers based on processing difficulty, using lightweight router networks at each layer to decide whether a token requires full self-attention and feed-forward computation or can skip directly to the next layer via a residual connection — reducing average inference FLOPs by 30–50% with minimal quality degradation by acknowledging that not every token in a sequence requires the same amount of neural processing.

What Is Mixture of Depths?

Why Mixture of Depths Matters

Router Architecture and Training

Mixture of Depths is dynamic depth allocation — the architectural recognition that different tokens require fundamentally different amounts of neural processing, enabling transformers to invest computation where it matters most while saving resources on the easy predictions.

mixture of depths advancedarchitecture

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.