Research questionHow can residual sparsification reduce MoE LLM memory use without accuracy loss from coupled expert projections?Residual sparsification represents each expert projection using a shared base and a per-expert residual. Compressing residuals independently can overlook interactions among projections and hidden representations, allowing small local errors to become larger expert-output errors that reduce model accuracy.