A lightweight heterogeneous MoE with a GRU and an FFNN expert trails homogeneous baselines, and its claimed reasoning-type specialization is confounded by unequal expert inputs.
MoFE: Mixture of Frozen Experts Architecture
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We propose the Mixture of Frozen Experts (MoFE) architecture, which integrates Parameter-efficient Fine-tuning (PEFT) and the Mixture of Experts (MoE) architecture to enhance both training efficiency and model scalability. By freezing the Feed Forward Network (FFN) layers within the MoE framework, MoFE significantly reduces the number of trainable parameters, improving training efficiency while still allowing for effective knowledge transfer from the expert models. This facilitates the creation of models proficient in multiple domains. We conduct experiments to evaluate the trade-offs between performance and efficiency, compare MoFE with other PEFT methodologies, assess the impact of domain expertise in the constituent models, and determine the optimal training strategy. The results show that, although there may be some trade-offs in performance, the efficiency gains are substantial, making MoFE a reasonable solution for real-world, resource-constrained environments.
citation-role summary
citation-polarity summary
fields
cs.AI 1years
2025 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Hecto: Modular Sparse Experts for Adaptive and Interpretable Reasoning
A lightweight heterogeneous MoE with a GRU and an FFNN expert trails homogeneous baselines, and its claimed reasoning-type specialization is confounded by unequal expert inputs.