PulseAugur
EN
LIVE 06:35:01

DynaNDE framework boosts MoE inference speed with NPU-NDP scheduling

Researchers have developed DynaNDE, a dynamic scheduling framework designed to accelerate batched Mixture-of-Experts (MoE) model inference on neural processing unit (NPU)-based systems. This framework leverages near-data processing (NDP) to reduce data movement overhead, a significant bottleneck for MoE models. DynaNDE incorporates an analytical performance model to optimize expert scheduling across NPUs and NDPs, considering hardware heterogeneity and concurrency. Experimental results indicate that DynaNDE can achieve substantial throughput improvements, with average speedups of 2.6x for prefill and 2.2x for decoding stages compared to existing state-of-the-art methods. AI

IMPACT Optimizes MoE inference efficiency, potentially reducing hardware costs and latency for large language models.

RANK_REASON This is a research paper detailing a new framework for optimizing AI model inference. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

DynaNDE framework boosts MoE inference speed with NPU-NDP scheduling

How we ranked this

Signal score
29 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
This is a research paper detailing a new framework for optimizing AI model inference. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
infra, paper
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Xiaoyang Lu, Belthangady Akash Vi Narayana Pai, Xian-He Sun ·

    DynaNDE: Dynamic Near-Data Expert Scheduling for Batched MoE Inference

    arXiv:2609.00407v1 Announce Type: cross Abstract: Mixture-of-Experts (MoE) models enable efficient scaling of large language model (LLM) inference but suffer from substantial data-movement overhead when deployed on neural processing unit (NPU)-based systems. Near-Data Processing …