AIBullisharXiv – CS AI · Jun 237/10
🧠FoMoE introduces a distributed training system that breaks the full-model replication requirement in Mixture-of-Experts (MoE) architectures by partitioning experts across workers. The approach achieves up to 1.42x communication cost reduction and 45x improvement over traditional distributed training, enabling efficient LLM pre-training across geographically dispersed commodity hardware.
AIBullisharXiv – CS AI · Jun 107/10
🧠Researchers introduce SHAPE, a novel expert pruning framework for Sparse Mixture-of-Experts (MoE) language models that reduces memory requirements by up to 40% without retraining. Unlike traditional pruning methods that evaluate experts independently, SHAPE models expert cooperation using game theory, identifying which expert combinations matter most for model performance.
AIBullisharXiv – CS AI · Jun 107/10
🧠Researchers present a CPU-GPU hybrid system enabling local deployment of large Mixture-of-Experts models with cloud-level performance, achieving 1,800 tokens/s throughput and supporting 45K-token prompts within 30 seconds using consumer hardware. The breakthrough addresses critical gaps in local inference including latency, throughput, and concurrent workload handling without requiring quantization or model distillation.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce STAR, a novel Mixture-of-Experts routing mechanism that leverages subspace learning to improve how AI models distribute computational tasks across specialized expert networks. By incorporating structure-aware routing via the Generalized Hebbian Algorithm, STAR demonstrates more stable and efficient expert specialization compared to traditional shallow linear routing approaches.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduced ZEDA, a framework that converts fully-trained Mixture-of-Experts language models into dynamic variants capable of skipping unnecessary experts, reducing computational requirements by over 50% with minimal accuracy loss. The method uses self-distillation to adapt post-trained models without retraining from scratch, achieving ~1.20x end-to-end inference speedup on major language models.
AIBullisharXiv – CS AI · Jun 57/10
🧠Researchers introduce SpanNorm, a novel normalization technique for deep Transformer architectures that combines the training stability of PreNorm with the performance benefits of PostNorm. The method uses spanning residual connections and PostNorm-style computation to prevent gradient instability and representation collapse, demonstrating improvements in both dense and Mixture-of-Experts model configurations.
AIBullisharXiv – CS AI · Jun 47/10
🧠Researchers introduce CoRe-MoE, a reinforcement learning framework enabling humanoid robots to seamlessly transition between walking and running while adapting to complex terrains. The two-stage approach decouples gait generation from terrain adaptation using a contrastive learning mechanism, with successful zero-shot deployment on a Unitree G1 robot across varied outdoor environments.
AIBullisharXiv – CS AI · Jun 27/10
🧠Researchers introduce DOT-MoE, a framework that converts dense language models into sparse Mixture-of-Experts architectures using differentiable optimal transport. The method achieves 90% performance retention while reducing active parameters by 50%, addressing a critical bottleneck in LLM inference efficiency without the instability of training MoEs from scratch.
$DOT
AIBullisharXiv – CS AI · Jun 27/10
🧠Researchers introduce ProbMoE, a probabilistic routing framework that solves a fundamental challenge in training Mixture-of-Experts models by replacing discrete, non-differentiable top-k routing with a differentiable probabilistic approach. The method achieves comparable or improved performance while enabling dynamic expert allocation and better expert utilization across various benchmarks.
AIBullisharXiv – CS AI · Jun 27/10
🧠Researchers introduce Skill-MoE, a framework that improves AI reasoning by routing individual queries to specialized expert models based on inferred skills rather than broad task categories. The approach achieves 8.15% average improvement across multiple benchmarks while maintaining computational efficiency through intelligent batch processing.
AIBullisharXiv – CS AI · Jun 17/10
🧠Researchers introduce DTop-p, a dynamic routing mechanism for Mixture-of-Experts (MoE) architectures that adaptively selects experts based on token difficulty while maintaining controlled computational costs. The approach outperforms traditional Top-k routing and fixed Top-p methods by using a Proportional-Integral controller to dynamically adjust probability thresholds, demonstrating consistent improvements across large language models and diffusion transformers.
AIBullisharXiv – CS AI · May 297/10
🧠ConceptM³oE introduces a novel AI architecture that combines multimodal mixture-of-experts with interpretable concept bottlenecks for computational pathology, enabling medical AI models to provide transparent reasoning while maintaining competitive performance. The framework improves diagnostic accuracy in data-limited scenarios and demonstrates practical alignment with clinical decision-making processes.
AIBullisharXiv – CS AI · May 287/10
🧠Researchers present a framework for converting Mixture-of-Experts (MoE) language models into standard dense architectures through expert selection, grouping, and knowledge distillation. The method achieves superior performance compared to traditional dense-to-dense pruning while enabling deployment on memory-constrained systems.
AIBullisharXiv – CS AI · May 277/10
🧠Researchers present MobileMoE, a family of sub-billion parameter Mixture-of-Experts language models optimized for on-device deployment that achieve 2-4x efficiency gains over dense models while matching or exceeding performance. The work establishes new on-device scaling laws and delivers the first practical MoE inference implementation on smartphones, with 1.8-3.8x faster performance than existing mobile baselines.
AIBullisharXiv – CS AI · May 277/10
🧠Researchers introduce a symmetry-compatible principle for neural network optimizer design that aligns gradient updates with the geometric properties of different parameter types. The approach yields specialized update rules for embeddings, language model heads, SwiGLU MLPs, and mixture-of-experts routers, demonstrating improved validation loss and training stability across multiple language model architectures compared to standard AdamW optimization.
AIBullisharXiv – CS AI · May 277/10
🧠MiniMax introduces the M2 series, a Mixture-of-Experts language model with 229.9B total parameters but only 9.8B activated per token, achieving frontier-tier performance on agentic tasks through agent-driven data pipelines and a custom reinforcement learning system called Forge. The M2.7 checkpoint demonstrates early self-evolution capabilities, autonomously debugging and modifying its own training scaffold.
AIBullisharXiv – CS AI · May 277/10
🧠Researchers introduce ReMoE, a router fine-tuning framework that optimizes Mixture-of-Experts language models for memory-constrained inference by increasing expert reuse and reducing storage I/O overhead. The approach improves expert reuse by 26% while maintaining performance, delivering up to 1.99× decode speedup on edge devices.
AIBullisharXiv – CS AI · May 127/10
🧠Zyphra has released ZAYA1-VL-8B, a compact mixture-of-experts vision-language model that delivers competitive performance with larger systems while using significantly fewer active parameters. The model introduces vision-specific LoRA adapters and bidirectional attention mechanisms to enhance visual understanding, representing meaningful progress in efficient AI model design.
🏢 Hugging Face
AIBullisharXiv – CS AI · May 127/10
🧠Researchers demonstrate that Mixture of Experts (MoE) models contain substantial underutilized sparsity within individual experts that can be exploited without modifying model parameters. By implementing intra-expert activation sparsity in vLLM, they achieve up to 2.5x speedup in MoE layer execution, offering a practical optimization path for efficient large language model deployment.
AIBullisharXiv – CS AI · May 117/10
🧠Researchers introduce MISA, an optimization technique that reduces computational costs in DeepSeek's sparse attention mechanism for large language models by treating indexer heads as a mixture-of-experts system. The method achieves 3.82x speedup on GPU inference while maintaining performance across benchmarks, addressing a key bottleneck in long-context LLM processing.
🏢 Nvidia
AIBullisharXiv – CS AI · May 97/10
🧠Zyphra has unveiled ZAYA1-8B, a compact reasoning-focused AI model with only 700M active parameters that matches larger competitors like DeepSeek-R1 on mathematics and coding tasks. The model introduces Markovian RSA, a novel test-time compute method that achieves 91.9% on AIME'25 benchmarks while maintaining computational efficiency, suggesting small models can compete with much larger reasoning systems through architectural innovation.
🧠 GPT-5🧠 Gemini
AIBullisharXiv – CS AI · May 77/10
🧠Researchers introduce LAWS, a self-certifying caching architecture for neural inference that builds a library of expert functions with formal error bounds, enabling efficient deployment across LLMs, robotics, and edge devices. The system generalizes both Mixture-of-Experts and KV prefix caching while providing mathematically verifiable performance guarantees without requiring ground truth validation.
AIBullisharXiv – CS AI · Apr 147/10
🧠Researchers propose a method to adapt 2D multimodal large language models for 3D medical imaging analysis, introducing a Text-Guided Hierarchical Mixture of Experts framework that enables task-specific feature extraction. The approach demonstrates improved performance on medical report generation and visual question answering tasks while reusing pre-trained parameters from 2D models.
AINeutralarXiv – CS AI · Apr 147/10
🧠Researchers demonstrate that Mixture of Experts (MoEs) specialization in large language models emerges from hidden state geometry rather than specialized routing architecture, challenging assumptions about how these systems work. Expert routing patterns resist human interpretation across models and tasks, suggesting that understanding MoE specialization remains as difficult as the broader unsolved problem of interpreting LLM internal representations.
AIBullisharXiv – CS AI · Apr 147/10
🧠Researchers introduce SpecMoE, a new inference system that applies speculative decoding to Mixture-of-Experts language models to improve computational efficiency. The approach achieves up to 4.30x throughput improvements while reducing memory and bandwidth requirements without requiring model retraining.