routing

Tag

Cards List
#routing

Elbow-Based MoE Routing: A Training-Free Inference Time Plugin for Expert Selection

arXiv cs.LG ↗ · 2026-08-06 Cached

This paper introduces elbow-based routing, a training-free inference-time method for MoE models that dynamically adjusts the number of active experts per token by detecting the elbow point in router probability distributions, achieving a 5.3% average latency reduction while maintaining accuracy.

0 favorites 0 likes
#routing

SpecDrop: Parameter-Free Category-Conditioned Routing for Modular Specialization

arXiv cs.LG ↗ · 2026-08-06 Cached

This paper introduces SpecDrop, a parameter-free category-conditioned routing scheme for modular networks, showing that on vision tasks it achieves competitive accuracy while on fuzzy language partitions it reduces to no-routing baselines, suggesting granularity alignment matters more than router design.

0 favorites 0 likes
#routing

MetaRoute-Bench: Evaluating Meta-Decision Policies for Agentic Workflow Routing

arXiv cs.LG ↗ · 2026-08-04 Cached

This paper introduces MetaRoute-Bench, an open benchmark for evaluating meta-decision policies in agentic workflows, comparing routing policies on success, cost, and latency under a shared execution model.

0 favorites 0 likes
#routing

Learning Compositional Meta-Routing for Agentic Workflows: An Executable Benchmark

arXiv cs.LG ↗ · 2026-08-04 Cached

This paper introduces an executable benchmark for learning compositional meta-routing in agentic workflows, where a budget-aware controller composes operations like retrieval, code execution, and verification. The learned policy outperforms static workflows on held-out tests but shows lower lexical generalization on challenge splits.

0 favorites 0 likes
#routing

Hierarchical Copula-Gumbel-Top-\texorpdfstring{$K$}{K} Routing: Two-Sided Dependence Control for Frozen Mixture-of-Experts at Fixed Per-Token Routing Laws

arXiv cs.LG ↗ · 2026-08-03 Cached

The paper introduces Hierarchical Copula-Gumbel-Top-K (H-CGA) routing, a method to control joint dependence among token routing choices in frozen Mixture-of-Experts models while keeping each token's routing law exactly fixed. It provides theoretical trade-offs between coherence and load dispersion and validates the mechanism with a small-scale pilot.

0 favorites 0 likes
#routing

Relax Within, Balance Across: Geometry-Guided Load Balancing for Vision-Language Mixture-of-Experts

Hugging Face Daily Papers ↗ · 2026-08-01 Cached

This paper presents ReBA (Relax Within, Balance Across), a geometry-guided load-balancing method for vision-language mixture-of-experts models. It addresses modality-specific routing imbalance by balancing image and text separately and grouping correlated visual tokens, improving robustness across resolution and composition shifts.

0 favorites 0 likes
#routing

@jerryjliu0: We created a document OCR router that can estimate the complexity of every single page and parse it with the relevant m…

X AI KOLs Following ↗ · 2026-07-31 Cached

LlamaIndex introduces Parse Gateway, a page-level document OCR router that estimates each page's complexity and routes it to the appropriate parsing tier (LiteParse or LlamaParse), balancing cost, latency, and quality.

0 favorites 0 likes
#routing

On-Policy Distillation for LLM Safety: A Routing Approach to Template-Robust Realignment

arXiv cs.AI ↗ · 2026-07-31 Cached

This paper proposes Routing-based On-Policy Distillation (ROPD), a safety realignment framework that uses two frozen teachers to preserve task performance while restoring safety, and shows it is more robust to prompt-template mismatch than existing defenses.

0 favorites 0 likes
#routing

Beyond Geometric Complementarity: Coherent Overlap in Sparse Mixture-of-Experts Routing

Hugging Face Daily Papers ↗ · 2026-07-30 Cached

This paper introduces the Expert Subspace Separation Index (ESSI) to disentangle route coherence, candidate quality, and candidate-by-context interaction in sparse Mixture-of-Experts language models, revealing a pattern of coherent overlap where routing selects token-relevant experts from a shared geometric neighborhood yet multi-expert computation remains useful.

0 favorites 0 likes
#routing

cMoLLM at Scale: Horizontal Scaling Laws for Mixture-of-LLMs

arXiv cs.AI ↗ · 2026-07-28 Cached

Introduces cMoLLM, a convolutionally gated mixture-of-LLMs that routes over end-to-end streams through fully differentiable dynamic convolution, improving perplexity and downstream accuracy under matched compute.

0 favorites 0 likes
#routing

SLA-Constrained Carbon-Aware Routing in Geo-Distributed Serverless Clouds

arXiv cs.LG ↗ · 2026-07-28 Cached

A proposed SLA-constrained carbon-aware routing policy for geo-distributed serverless clouds achieves up to 46.8% carbon reduction while maintaining zero SLA violations, evaluated on real AWS deployments.

0 favorites 0 likes
#routing

@DanKornas: Running several MCP servers separately gets messy fast. MCPHub is a centralized management and routing hub for builders…

X AI KOLs Timeline ↗ · 2026-07-28 Cached

MCPHub is an open-source centralized management and routing hub for connecting multiple MCP servers to AI clients, offering a unified dashboard, flexible routing, and access controls.

0 favorites 0 likes
#routing

MoE$^2$-LoRA: When MoE Models Meet MoE-style Low-Rank Adaptation

arXiv cs.CL ↗ · 2026-07-27 Cached

MoE2-LoRA introduces a dual-channel Routing-Conditioned Projection and a global LoRA expert pool to enable MoE-style low-rank adaptation for fine-tuning MoE models, achieving state-of-the-art accuracy while retaining general capabilities.

0 favorites 0 likes
#routing

How to self-host servers in your living room on static IPs

Lobsters Hottest ↗ · 2026-07-25 Cached

A guide to self-hosting servers at home using L2TP tunnels and static IPs, bypassing ISP restrictions like CGNAT.

0 favorites 0 likes
#routing

Multicast TV Distribution on My Home Network

Hacker News Top ↗ · 2026-07-25 Cached

A technical guide on setting up multicast TV distribution on a home network using ffmpeg and multicast routing protocols, with examples for local and routed scenarios.

0 favorites 0 likes
#routing

Some combinatorial applications of spacefilling curves

Hacker News Top ↗ · 2026-07-25 Cached

This page describes the spacefilling curve heuristic for generating approximate solutions to the Traveling Salesman Problem, emphasizing its speed, simplicity, and practical applications in routing, logistics, and map drawing.

0 favorites 0 likes
#routing

Is MoE Routing a Huffman Code? Discovering the Frequency-Diversity Law in Chain-of-Thought

arXiv cs.CL ↗ · 2026-07-24 Cached

Reveals that MoE routing in LLMs follows a Frequency-Diversity Law analogous to Huffman coding, and proposes Subset Difference Pruning to eliminate functional redundancy and achieve optimal compression.

0 favorites 0 likes
#routing

Enhancing Transformer-based Routing by Encoding Distance via Relative Positional Encoding

arXiv cs.AI ↗ · 2026-07-22 Cached

This paper explores Relative Positional Encoding (RPE) as an additive bias in Transformer architectures to solve the Team Orienteering Problem, demonstrating consistent improvements in collected rewards and optimality gaps over vanilla Transformer architectures.

0 favorites 0 likes
#routing

Multi-Head Attention Residuals

Hugging Face Daily Papers ↗ · 2026-07-22 Cached

Introduces Multi-Head Attention Residuals (MHAR), which reshapes the routing query into per-subspace heads so each feature subspace reads depth history via its own softmax. Trained from scratch on a Nemotron-based corpus, MHAR consistently improves validation loss over standard Transformers from 100M to 1B scale and also boosts mid-training downstream accuracy.

0 favorites 0 likes
#routing

Kimi K3 Is Competitive with Fable; Kimi K3 and Fable Is SoTA

Hacker News Top ↗ · 2026-07-21 Cached

Kimi K3, an open model, rivals Fable in agentic tasks, and routing between them achieves 93% accuracy with up to 50x cost savings, establishing a new state-of-the-art approach.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback