mixture-of-experts

Tag

Cards List
#mixture-of-experts

KITE: KV-Invariant Transformer Expansion for Efficient Agentic LLM Scaling

arXiv cs.LG ↗ · 17h ago Cached

This paper introduces KITE, a KV-invariant transformer expansion method that efficiently scales LLMs by reducing inference costs while maintaining performance. It presents the SST model that achieves lower training loss and reduced inference cost compared to baselines.

0 favorites 0 likes
#mixture-of-experts

Qwen3.8-Omni: Towards Native Omni-Modal Agents

arXiv cs.CL ↗ · yesterday Cached

Qwen3.8-Omni-Flash is a natively multimodal agentic model designed for real-world productivity, improving multimodal understanding and reasoning with a MoE architecture and extended context window, along with releasing open-source frameworks for multimodal applications.

0 favorites 0 likes
#mixture-of-experts

Hunyuan-A13B Technical Report

Hugging Face Daily Papers ↗ · yesterday Cached

Hunyuan-A13B is an open-source large language model with a Mixture-of-Experts architecture, activating 13 billion parameters during inference, and featuring a dual-mode chain-of-thought framework for adaptive reasoning across complex tasks.

0 favorites 0 likes
#mixture-of-experts

Keeping Large MoE Training Within Fixed GPU Memory (20 minute read)

TLDR AI ↗ · yesterday Cached

This paper introduces methods to bound four key memory peaks in large Mixture-of-Experts training, enabling training at 1M context length with fixed GPU memory and up to 10.4× throughput improvement over baselines.

0 favorites 0 likes
#mixture-of-experts

@AdinaYakup: RedNote don’t release that often, but each one is solid https://huggingface.co/dots-studio/dots3-note-prev…

X AI KOLs Timeline ↗ · 2d ago Cached

dots3-note Preview is a multimodal Mixture-of-Experts AI model with 280B total parameters and 16B activated, supporting up to 512K token context, released as an open-weight model on Hugging Face.

0 favorites 0 likes
#mixture-of-experts

Improving Parameter Utilization by Sharing Neural Experts Across Layers in Transformers

arXiv cs.LG ↗ · 2d ago Cached

The paper proposes CS-MoE, a novel Transformer architecture that shares neural experts across layers to improve parameter utilization, achieving lower perplexity with only 55% of parameters activated.

0 favorites 0 likes
#mixture-of-experts

The Limits of Speculation: Bounding Speculative Decoding in Mixture-of-Experts

arXiv cs.LG ↗ · 2d ago Cached

This paper formulates speculative decoding in Mixture-of-Experts models as a Stochastic Shortest Path problem and uses a diagnostic Oracle to demonstrate that optimal decisions follow a necessary condition balancing cost and progress.

0 favorites 0 likes
#mixture-of-experts

@AdinaYakup: Xiaomi @XiaomiMiMo just released 2 SoTA models One might be the new BEST open model yet Both are: - Sparse MoE + 1M con…

X AI KOLs Timeline ↗ · 3d ago Cached

Xiaomi has released two state-of-the-art AI models, MiMo-V2.6 Pro RL for maximum capability and MiMo-V2.6 Flash RL for maximum efficiency, both featuring sparse mixture-of-experts architecture, 1M context length, MIT licensing, and native omni-modal support for text, image, video, and audio.

0 favorites 0 likes
#mixture-of-experts

OneBid: A Unified Auto-Bidding Foundation Model for Diverse oCPX Advertising Scenarios

arXiv cs.LG ↗ · 3d ago Cached

OneBid is a unified auto-bidding foundation model that addresses challenges in diverse oCPX advertising scenarios by using Mixture-of-Experts architecture and CROP optimization, with deployment at Kuaishou showing significant improvements like +13.1% in ROAS.

0 favorites 0 likes
#mixture-of-experts

IntBMoE: Integrating Block-Level Conditioning into Expert Composition for Full-Participation Mixture-of-Experts

arXiv cs.LG ↗ · 3d ago Cached

IntBMoE is a novel Mixture-of-Experts method that decouples participation, execution, and materialization costs through block-level conditioning and sparse execution, demonstrating improvements in image classification, language modeling, and recommendation systems, with real-world deployment in AMap's generative recommendation system.

0 favorites 0 likes
#mixture-of-experts

Accelerating Dense LLMs via L0-regularized Mixture-of-Experts

arXiv cs.AI ↗ · 3d ago Cached

This paper proposes L0-MoE, a lightweight Mixture-of-Experts approach using L0-regularization to accelerate dense Large Language Models with up to 2.5x speedup while maintaining competitive performance.

0 favorites 0 likes
#mixture-of-experts

Attention-Aware Routing: Coupling Routing and Attention in MoEs

arXiv cs.AI ↗ · 3d ago Cached

This paper introduces Attention-Aware Routing (AAR), a method that enhances Mixture-of-Experts language models by incorporating attention weights into the router, improving mathematical reasoning performance and revealing coupled dynamics between routing and attention.

0 favorites 0 likes
#mixture-of-experts

All-in-One Multilingual Scene Text Recognition with Script-aware Mixture-of-Experts

Hugging Face Daily Papers ↗ · 3d ago Cached

The paper introduces ScriptMoE, a script-aware mixture-of-experts architecture for all-in-one multilingual scene text recognition, along with the TextMuSS-10M synthetic dataset, achieving state-of-the-art accuracy on benchmarks.

0 favorites 0 likes
#mixture-of-experts

@yibie: https://x.com/yibie/status/2101491585741394047

X AI KOLs Timeline ↗ · 4d ago Cached

This article explains in detail MoE (Mixture of Experts) inference engineering, corrects misconceptions about activated parameters and deployment costs, and delves into technical details such as router selection, runtime grouping, GPU execution, memory management, and expert parallelism.

0 favorites 0 likes
#mixture-of-experts

@_avichawla: https://x.com/_avichawla/status/2100876555409039605

X AI KOLs Timeline ↗ · 6d ago Cached

The article explains the engineering aspects of Mixture-of-Experts (MoE) inference, detailing token routing, expert batching, GPU distribution, and performance trade-offs for efficient serving.

0 favorites 0 likes
#mixture-of-experts

Flyweight: open-source C++/CUDA engine for running MoE models bigger than your VRAM on one GPU + system RAM. First PyPI release, looking for contributors.

Reddit r/LocalLLaMA ↗ · 6d ago

Flyweight is an open-source C++/CUDA inference engine for running large MoE models on consumer GPUs with system RAM, offering optimized performance and compatibility with models like Qwen and DeepSeek.

0 favorites 0 likes
#mixture-of-experts

llama.cpp expert-pool fork for Qwen 3.8 Flash next IQ4 + 16Gb VRAM tested on MI50 gfx906 with parameters

Reddit r/LocalLLaMA ↗ · 6d ago Cached

An unofficial fork of llama.cpp introduces a persistent expert pool for MoE models, optimized to reduce expert re-copies over PCIe on 16GB AMD gfx906 GPUs, thereby improving decode throughput for large context lengths.

0 favorites 0 likes
#mixture-of-experts

OceanMoE: Structured Conditional Sparse Computation for Long-Horizon Multivariate Ocean Forecasting

arXiv cs.LG ↗ · 6d ago Cached

OceanMoE introduces a Mixture-of-Experts framework with structured conditional sparse computation to balance shared ocean context and adaptive specialization for multivariate ocean forecasting, demonstrating improved accuracy in long-horizon predictions.

0 favorites 0 likes
#mixture-of-experts

Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data

Hacker News Top ↗ · 2026-09-17 Cached

This paper proposes an Infinite-Parameter LLM architecture that uses a hypernetwork to generate weights from live data via Bayesian updates, enabling continuous adaptation and outperforming in-context learning.

0 favorites 0 likes
#mixture-of-experts

The Other Half of the Memory Wall: Serving 35B MoEs from SSD with Trained Routing Prediction

arXiv cs.AI ↗ · 2026-09-17 Cached

Edge0 is a streaming MoE inference engine that uses trained routing prediction to serve 35B Mixture-of-Experts models from SSD, achieving near-fp16 performance on consumer hardware with low memory usage.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback