paper-with-me

Papers

Diversity and Depth in Per-Example Routing Models

2019-05-01 · ICLR 2019 5 · Prajit Ramachandran, Quoc V. Le

Routing models, a form of conditional computation where examples are routed through a subset of components in a larger network, have shown promising results in recent works. Surprisingly, routing models to date have lacked important properties, such as architectural diversity and large numbers of routing decisions. Both architectural diversity and routing depth can increase the representational power of a routing network. In this work, we address both of these deficiencies. We discuss the significance of architectural diversity in routing models, and explain the tradeoffs between capacity and optimization when increasing routing depth. In our experiments, we find that adding architectural diversity to routing models significantly improves performance, cutting the error rates of a strong baseline by 35% on an Omniglot setup. However, when scaling up routing depth, we find that modern routing techniques struggle with optimization. We conclude by discussing both the positive and negative results, and suggest directions for future research.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityMulti-Task Learning

Similar Papers 제목 키워드 기반

Spectral Manifold Regularization for Stable and Modular Routing in Deep MoE Architectures

2026-01-07 · Ibrahim Delibasoglu arxiv

Mixture of Experts (MoE) architectures enable efficient scaling of neural networks but suffer from expert collapse, where routing converges to a few dominant experts. This reduces model capacity and causes catastrophic i…

CoDiNet: Path Distribution Modeling with Consistency and Diversity for Dynamic Routing

2020-05-29 · Huanyu Wang, Zequn Qin, Songyuan Li, Xi Li

Dynamic routing networks, aimed at finding the best routing paths in the networks, have achieved significant improvements to neural networks in terms of accuracy and efficiency. In this paper, we see dynamic routing netw…

DiversityModel Compression

Probing Routing-Conditional Calibration in Attention-Residual Transformers

2026-05-11 · Wenhao Liang, Lin Yue, Wei Emma Zhang, Miao Xu 외 arxiv

Post-hoc calibration is usually evaluated as a function of logits or softmax confidence alone, even as routing-augmented architectures increasingly accompany predictions with sample-specific internal routing traces and p…

Beyond Top-k Skill Retrieval: Diversity-Aware Skill Routing for LLM Agents

2026-09-05 · Wang Wei, Tiankai Yang, Samyadeep Basu, Hongjie Chen 외 hf

Large language model (LLM) agents increasingly rely on external skills, but routing user requests over large skill registries is difficult because many skills are functionally redundant while complex tasks often require …

BUDDY: BUdget-Driven DYnamic Depth Routing for Adaptive Large Language Model Inference

2026-06-08 · Yuhua Zhou, Shaoqi Yu, Shichao Weng, Changhai Zhou 외 arxiv

Large language models (LLMs) incur high inference cost due to their depth and parameter scale. Depth pruning can reduce latency by skipping redundant Transformer blocks, but existing methods (i) provide limited control u…