MoE-ViE: Mixture of Experts Vision Encoder for Efficient Image and Video Understanding

📅 2026-08-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究通过设计细粒度MoE架构及优化方法,有效解决了视觉编码器在扩展时遇到的计算成本和推理延迟增加的问题。
📝 Abstract
Vision encoders are a critical component of vision-language models, and scaling their capacity effectively improves performance. However, dense scaling increases compute cost and inference latency. Mixture-of-Experts (MoE) architectures offer a compelling alternative, having enabled efficient scaling in LLMs, yet the MoE design space for CLIP-style vision encoders remains underexplored at State-of-the-Art (SOTA) levels. In this work, we systematically study MoE designs for vision encoder scaling and find that fine-grained MoE topologies yield substantial gains over both dense and standard MoE counterparts. We further propose an auxiliary-loss-free balancing variant for better expert utilization, and design a specialized MoE kernel to mitigate inference latency overhead. To enhance video capabilities while preserving image knowledge, we introduce frame-level distillation paired with a novel freezing mechanism. We pretrain a series of Mixture-of-Experts Vision Encoders (MoE-ViE) across a range of sizes, all consistently outperforming their dense counterparts. Our largest model matches the zero-shot performance of a SOTA encoder 1.7x its size at 76% of its latency. When aligned with an LLM, MoE-ViE surpasses all compared encoders on image and video benchmarks, including those with up to 5x more activated parameters. Code is available at https://github.com/facebookresearch/moe_vie.
Problem

Research questions and friction points this paper is trying to address.

vision encoder
scaling
compute cost
inference latency
video understanding
Innovation

Methods, ideas, or system contributions that make the work stand out.

Mixture-of-Experts
Vision Encoder
Fine-grained Topology
Inference Latency
Frame-level Distillation
🔎 Similar Papers
2024-02-20International Conference on Machine LearningCitations: 30