Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

Hugging Face Unveils MoE-ViE: Efficient Vision Encoders Outperform Dense Models

AI By Crimson AI Hugging Face Papers 19 August 2026 · 00:00 4 views
Share: X Telegram

Researchers at Hugging Face introduce MoE-ViE, a family of Mixture-of-Experts vision encoders that achieve state-of-the-art performance on image and video tasks while being more efficient than dense counterparts.

Hugging Face Unveils MoE-ViE: Efficient Vision Encoders Outperform Dense Models

Key points

Vision encoders are essential for vision-language models, but scaling them densely increases compute and latency. A new paper from Hugging Face researchers proposes MoE-ViE (Mixture-of-Experts Vision Encoder), a family of models that leverage fine-grained MoE topologies to achieve superior performance without the usual overhead.

The study systematically explores MoE designs for CLIP-style vision encoders, finding that fine-grained topologies significantly outperform both dense and standard MoE variants. To further improve efficiency, the authors introduce an auxiliary-loss-free balancing method for better expert utilization and a specialized MoE kernel that reduces inference latency.

For video understanding, MoE-ViE uses frame-level distillation with a novel freezing mechanism, preserving image knowledge while enhancing video capabilities. The models are pretrained across various sizes, consistently outperforming their dense counterparts.

Notably, the largest MoE-ViE model matches the zero-shot performance of a state-of-the-art encoder that is 1.7x its size, while running at 76% of the latency. When aligned with a language model, MoE-ViE surpasses all compared encoders on image and video benchmarks, including those with up to 5x more activated parameters.

The code is available on GitHub at facebookresearch/moe_vie.

ModelSizeZero-shot PerformanceLatency
MoE-ViE (largest)1xMatches SOTA encoder76% of SOTA encoder
SOTA encoder (dense)1.7xBaseline100%
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 29 Aug 2026

Hugging Face Audit: 110 of 124 AI Evaluations Fail to Support Their Claims

A new commit-bound census of 124 Inspect Evals units reveals that 110 stop before deterministic inference due to missing historica...

4
Research paper
Hugging Face 29 Aug 2026

Aphanta: New Framework Diagnoses When Image Editing Boosts Multimodal Reasoning

Hugging Face researchers introduce Aphanta, a diagnostic framework that evaluates when image-editing intermediates improve multimo...

5
Research paper
Hugging Face 29 Aug 2026

EditaLive! Enables Real-Time Character Video Editing for Live Streaming

Hugging Face researchers introduce EditaLive, a framework for real-time human-centric video editing in live streams, achieving sta...

4