Mining Tensor/Neuron-Level Sparsity to Maximize Mixture-of-Experts Potential in Post-Training and Inference
Abstract
Lay Summary
Problem: Large Language Models (LLMs) are incredibly powerful but require massive computing power to run, making them slow and expensive to deploy. A popular architecture called Mixture-of-Experts (MoE) speeds things up by activating only a small, relevant portion of the model (called "experts") for each task. However, much of the model's potential efficiency remains locked and wasted during actual use. Solution: To unlock this hidden efficiency, we developed a method that breaks these "experts" into even smaller, more precise sub-units. We then introduce a smart filtering system that dynamically skips unnecessary calculations based on their importance, focusing only on the most critical parts of the model. Impact: Our approach speeds up model operations by up to 1.4 times while maintaining, and in some cases even improving, the accuracy of the model's answers. This makes running advanced AI models faster, cheaper, and more accessible for everyday applications.