LiME: Lightweight Mixture of Experts for Efficient Multimodal Multi-task Learning
About
MoE-PEFT methods combine Mixture of Experts with parameter-efficient fine-tuning for multi-task adaptation, but require separate adapters per expert causing trainable parameters to scale linearly with expert count and limiting applicability to adapter-based architectures. We propose LiME (Lightweight Mixture of Experts), which achieves expert specialization through lightweight modulation rather than adapter replication. Instead of separate adapters, LiME uses a single shared PEFT module and modulates its output with lightweight expert vectors, reducing expert parameters while generalizing to any PEFT method. Notably, LiME introduces zero-parameter routing by leveraging existing frozen and adapted representations eliminating learned router parameters typically required per layer. Theoretically, we prove that (i) more experts preserve more task-relevant information and (ii) modulation approximates full expert-specific PEFT with bounded error. LiME further incorporates n-gram windowed routing and adaptive expert selection (Auto Top-K) based on routing confidence. Experiments on MMT-47, a multimodal multi-task benchmark with 47 tasks spanning text, image, and video, demonstrate that LiME achieves competitive or superior performance while using up to 4x fewer trainable parameters and up to 29% faster training compared to corresponding MoE-PEFT baselines.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Commonsense Reasoning | MMT-47 Commonsense Reasoning | Accuracy84.98 | 17 | |
| Object Motion and Spatial Reasoning | MMT-47 Object Motion & Spatial | Accuracy65.41 | 17 | |
| Vision Understanding | MMT-47 Vision Benchmark | Accuracy78.12 | 17 | |
| Action Understanding | MMT-47 Action Understanding | Accuracy53.39 | 17 | |
| Natural Language Understanding | GLUE | Accuracy91.19 | 17 | |
| High-Level Reasoning | MMT-47 High Level Reasoning | Accuracy45.65 | 17 | |
| Image Classification | MMT-47 | Accuracy94.61 | 17 | |
| Language Understanding | GLUE (test) | SST-2 Score95.99 | 6 |