ACE: Adaptive Calibration-Free Expert Skipping for MoE-based LLMs
MoE routing is stuck routing the same number of experts per token, which wastes compute on tokens that don't need it. This paper's contribution is narrow: a calibration-free algorithm to decide which experts to skip. Real but incremental. It matters if you're running MoE inference at scale, but the gains are meaningful only if expert-skipping wasn't already on your roadmap.