AI Briefing
KO

[CVPR 2026] An Upcycling Method for Creating Truly Meaningful Experts within the Mixture-of-Experts Architecture

·2026.07.16 09:00

Key point

LG AI Research has unveiled Cluster-Aware Upcycling technology that reduces expert redundancy and maximizes specialization when converting a Dense model into an MoE.

1 / 2

Details

The existing Sparse Upcycling approach initializes multiple Experts by copying the FFN of a Dense model, which causes all Experts to end up with similar parameters, leading to the Expert Symmetry problem where specialization is diminished. This becomes a major cause of reduced model efficiency.

To address this, LG AI Research proposed the Cluster-Aware Upcycling technique. This approach differentiates Experts by leveraging the semantic structure of data contained in the Activation Space of the Dense model.

The core process is as follows:

  • Step 1: Cluster FFN Activations using Spherical K-Means to distinguish semantic regions within the data.
  • Step 2: Use Data-Aware Truncated SVD to initialize each Expert so that it handles the principal components of a specific cluster.
  • Step 3: Use the cluster's Centroid as the Router Weight, guiding data to be assigned to the appropriate Expert from the early stages of training.

Additionally, to prevent specialization from being undermined by tokens with uncertain Routing during training, an EESD loss function leveraging an Ensemble Teacher is introduced to support stable training.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.