Artificial IntelligencearXiv — cs.CLTue, May 26, 2026, 4:00 AMPositive

Routing by Analogy: kNN-Augmented Expert Assignment for Mixture-of-Experts

A new framework called kNN-MoE has been introduced to enhance the routing capabilities of Mixture-of-Experts (MoE) architectures by utilizing a memory of past expert assignments, allowing for more adaptive and efficient token dispatching. This approach addresses the limitations of traditional routers that are often frozen after initial training, which can lead to poor performance under changing data distributions.

WPN Brief

  • What Happened

    A new framework called kNN-MoE has been introduced to enhance the routing capabilities of Mixture-of-Experts (MoE) architectures by utilizing a memory of past expert assignments, allowing for more adaptive and efficient token dispatching. This approach addresses the limitations of traditional routers that are often frozen after initial training, which can lead to poor performance under changing data distributions.

  • Why It Matters

    The kNN-MoE framework is significant as it improves the performance of large language models by enabling them to leverage historical data for better decision-making, thus potentially reducing the need for extensive supervised fine-tuning.

  • The Bigger Picture

    This development reflects a broader trend in artificial intelligence towards integrating retrieval-augmented methods and knowledge-driven approaches, as seen in other innovations like knowledge graph-driven reasoning and efficient expert pruning techniques, which aim to enhance the efficiency and effectiveness of AI systems.

Ask WPN AI

Related Reports

More coverage on this story

2 reports across the wire

arXiv — cs.LG
May 26

HEAPr: Hessian-based Efficient Atomic Expert Pruning in Output Space

arXiv:2509.22299v3 Announce Type: replace Abstract: Mixture-of-Experts (MoE) architectures in large language models (LLMs) deliver exceptional performance and reduced inference costs compared to dense LLMs. However, their large parameter counts result in prohibitive memory requirements, limiting practical deployment. While existing pruning methods primarily focus on expert-level pruning, this coarse granularity often leads to substantial accuracy degradation. In this work, we introduce HEAPr, a novel pruning algorithm that decomposes experts into smaller, indivisible atomic experts, enabling more precise and flexible atomic expert pruning. To measure the importance of each atomic expert, we leverage second-order information based on principles similar to the Optimal Brain Surgeon theory. To address the computational and storage challenges posed by second-order information, HEAPr exploits the inherent properties of atomic experts to transform the second-order information from expert parameters into that of atomic expert parameters, and further simplifies it to the second-order information of atomic expert outputs. This approach reduces the space complexity from $O(d^4)$, where $d$ is the model's dimensionality, to $O(d^2)$. HEAPr requires only two forward passes and one backward pass on a small calibration set to compute the importance of atomic experts. Extensive experiments on MoE models, including DeepSeek MoE and Qwen MoE family, demonstrate that HEAPr outperforms existing expert-level pruning methods across a wide range of pruning ratios and benchmarks. Specifically, HEAPr achieves nearly lossless compression at pruning ratios of 20% ~ 25% in most models, while also reducing FLOPs nearly by 20%. The code can be found at [https://github.com/LLIKKE/HEAPr](https://github.com/LLIKKE/HEAPr).

Artificial Intelligence
arXiv — cs.CL
May 28

Knowledge Graph-Driven Expert-Level Reasoning for Neuroscience

A recent study has explored the potential of knowledge graphs (KGs) to enhance expert-level reasoning in neuroscience by utilizing information from a single authoritative textbook. The research posits that a well-structured KG can enable fine-tuned language models (LMs) to achieve superior reasoning capabilities, surpassing larger models in accuracy while using significantly fewer parameters.

Artificial Intelligenceneutral

Apps

Useful picks

Explore all apps

Articles

Continue Reading

arXiv — cs.CVArtificial Intelligenceyesterday

Generation Models Know Space: Unleashing Implicit 3D Priors for Scene Understanding

Recent advancements in artificial intelligence have led to the introduction of VEGA-3D, a framework that repurposes pre-trained video diffusion models to enhance scene understanding by leveraging implicit 3D priors. This development addresses the limitations of existing multimodal large language models (MLLMs) that struggle with spatial reasoning and geometric dynamics.

arXiv — cs.CLArtificial Intelligenceyesterday

Probing LLMs for Syntactic Structure Beyond Universal Dependencies: A Minimalist Phase Account in English

Recent research demonstrates that large language models (LLMs) encode syntactic distinctions that extend beyond the Universal Dependencies framework, particularly in English wh-movement stimuli. The study reveals that the distance between an embedded subject and its verb varies depending on the clause type, showcasing a sign asymmetry that cannot be explained by existing models based on UD distance or structural complexity.

arXiv — cs.CVArtificial Intelligenceyesterday

ABot-N1: Toward a General Visual Language Navigation Foundation Model

The recent introduction of ABot-N1 marks a significant advancement in Visual Language Navigation foundation models, aiming to enhance deep reasoning for spatial decisions while addressing issues such as coordinate drift and lack of interpretability in existing models. This model employs a slow-fast architecture that separates cognition from control, utilizing dual visual-language signals for improved performance.

arXiv — cs.LGArtificial Intelligenceyesterday

Constraint-Driven Model Optimization: An Industry Framework for Selecting Compression and Acceleration Techniques in Modern Machine Learning Systems

The recent publication on constraint-driven model optimization presents a unified framework for selecting compression and acceleration techniques in machine learning systems, emphasizing the need for a principled approach amidst the diverse optimization methods available.

arXiv — cs.CVArtificial Intelligenceyesterday

GeCo: Evaluating Geometric Consistency for Video Generation via Motion and Structure

The introduction of GeCo, a geometry-grounded metric, aims to enhance video generation by detecting geometric deformation and occlusion-inconsistency artifacts in static scenes. By integrating residual motion and depth priors, GeCo generates dense consistency maps that highlight these artifacts, facilitating a systematic benchmarking of recent video generation models.

arXiv — cs.LGArtificial Intelligenceyesterday

Robust Explanations for User Trust in Enterprise NLP Systems

A recent study highlights the necessity for robust explanations to foster user trust in enterprise NLP systems, particularly in scenarios where black-box deployment limits pre-deployment validation. The research proposes a unified evaluation framework for token-level explanations, assessing their stability under various real-world perturbations across multiple architectures and datasets.

arXiv — cs.CLArtificial Intelligenceyesterday

T^2MLR: Transformer with Temporal Middle-Layer Recurrence

The introduction of Transformers with Temporal Middle-Layer Recurrence (T2MLR) marks a significant advancement in transformer architecture, addressing limitations in autoregressive decoding that hinder persistent intermediate reasoning states. This new architecture allows for the integration of cached middle layer representations from previous tokens, enhancing the model's ability to maintain abstract computations across decoding steps with minimal inference overhead.

arXiv — cs.CLArtificial Intelligenceyesterday

Decoupled Alignment for Robust Plug-and-Play Adaptation

A new method for enhancing the safety of large language models (LLMs) has been introduced, focusing on a training-free approach to align these models without supervised fine-tuning or reinforcement learning. This method utilizes knowledge distillation to transfer alignment signals from well-aligned models to shadow-aligned ones, significantly improving defense success rates against harmful queries.