Researchers propose EntropyMoE, a sparse Mixture-of-Experts architecture for tokenizer-free LLMs
EntropyMoE replaces dense feed-forward layers with Top-K expert layers, routing computation based on patch entropy and byte coverage to improve efficiency in byte-level models.
1 source · cross-referenced
- Proposes EntropyMoE, a Mixture-of-Experts (MoE) architecture for tokenizer-free LLMs that groups bytes into dynamic patches.
- Replaces dense feed-forward modules with Top-K expert layers, routing based on patch entropy and byte coverage.
- Reports lowest held-out bits-per-byte among matched dense and sparse baselines while maintaining comparable downstream accuracy.
- Demonstrates patch entropy as an effective routing signal for sparse conditional computation beyond tokenizer-based representations.
Byte-level large language models (LLMs) have recently become more competitive by grouping raw bytes into dynamically sized patches rather than relying on traditional tokenization. However, existing byte-patch architectures apply uniform dense feed-forward computation across all patches, which does not adapt model capacity to variations in patch semantics or granularity.
EntropyMoE, introduced in a new arXiv preprint, replaces these dense feed-forward modules with Top-K expert layers within a global patch Transformer. Each dynamic byte patch serves as the routing unit, and its byte coverage determines its contribution to workload accounting. The router selects experts using patch entropy—the same signal used to construct dynamic patches—as the primary routing coordinate.
The authors report that patch entropy and patch length jointly define the feature space for regulating expert specialization. In experiments, EntropyMoE achieved the lowest held-out bits-per-byte among matched dense and sparse baselines while maintaining comparable downstream accuracy. This establishes patch entropy as an effective signal for sparse conditional computation and extends MoE modeling beyond tokenizer-based representations.
The work is positioned as a step toward more efficient tokenizer-free LLMs, where dynamic patching and entropy-aware routing reduce unnecessary computation on semantically homogeneous or low-information patches.
- Aug 10, 2026 · arXiv cs.AI
New method proposed to interpret Mixture-of-Experts reward models via contribution contrast
Trust79 - Aug 8, 2026 · Apple — Machine Learning Research
Apple proposes DLR-Lock to restrict fine-tuning of open-weight language models
Trust79 - Aug 8, 2026 · Apple — Machine Learning Research
Apple study compares diffusion and autoregressive language models on performance and scaling trade-offs
Trust79