MoE²-LoRA introduces a dual-channel Routing-Conditioned Projection module to fine-tune Mixture-of-Experts models. It reuses base router activations to guide LoRA routing, avoiding the efficiency loss of uniform adapters. This approach preserves pretrained expert specialization while enabling dynamic, per-token task adaptation.
- Introduces MoE-style low-rank adaptation for LLMs, a previously underexplored area.
- Uses Routing-Conditioned Projection to reuse base router activations for LoRA routing.
- Avoids uniform adapters that ignore router priors and risk catastrophic forgetting.
- Enables dynamic expert selection rather than relying on static routing mechanisms.