paper-with-me

홈 › Papers

Lynx: Enabling Efficient MoE Inference through Dynamic Batch-Aware Expert Selection

2024-11-13 · Vima Gupta, Kartik Sinha, Ada Gavrilovska, Anand Padmanabha Iyer

Mixture-of-Experts (MoE) architectures have recently gained popularity in enabling efficient scaling of large language models. However, we uncover a fundamental tension: while MoEs are designed for selective expert activation, production serving requires request batching, which forces the activation of all experts and negates MoE's efficiency benefits during the decode phase. We present Lynx, a system that enables efficient MoE inference through dynamic, batch-aware expert selection. Our key insight is that expert importance varies significantly across tokens and inference phases, creating opportunities for runtime optimization. Lynx leverages this insight through a lightweight framework that dynamically reduces active experts while preserving model accuracy. Our evaluations show that Lynx achieves up to 1.55x reduction in inference latency while maintaining negligible accuracy loss from baseline model across complex code generation and mathematical reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2411.08982

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationMathematical ReasoningMixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

LYNX: Learning Dynamic Exits for Confidence-Controlled Reasoning

2025-12-05 · Ömer Faruk Akgül, Yusuf Hakan Kalaycı, Rajgopal Kannan, Willie Neiswanger 외 arxiv

Large reasoning models achieve strong performance on complex tasks by generating extended chains of thought, but they often "overthink": continuing to reason long after they have enough information to answer correctly. T…

Lynx: Towards High-Fidelity Personalized Video Generation

2025-09-19 · Shen Sang, Tiancheng Zhi, Tianpei Gu, Jing Liu 외 arxiv

We present Lynx, a high-fidelity model for personalized video synthesis from a single input image. Built on an open-source Diffusion Transformer (DiT) foundation model, Lynx introduces two lightweight adapters to ensure …

Video Generation

CzechLynx: A Dataset for Individual Identification and Pose Estimation of the Eurasian Lynx

2025-06-05 · Lukas Picek, Elisa Belotti, Michal Bojda, Ludek Bufka 외

We introduce CzechLynx, the first large-scale, open-access dataset for individual identification, 2D pose estimation, and instance segmentation of the Eurasian lynx (Lynx lynx). CzechLynx includes more than 30k camera tr…

2D Pose EstimationBenchmarkingInstance SegmentationPose Estimation+2

Lynx: An Open Source Hallucination Evaluation Model

2024-07-11 · Selvan Sunitha Ravi, Bartosz Mielczarek, Anand Kannappan, Douwe Kiela 외

Retrieval Augmented Generation (RAG) techniques aim to mitigate hallucinations in Large Language Models (LLMs). However, LLMs can still produce information that is unsupported or contradictory to the retrieved contexts. …

HallucinationHallucination EvaluationmodelRAG+2

Lynx: Progressive Speculative Quantization for accelerating KV Transfer in Long-Context Inference

2026-07-02 · Wenchen Han, Gingfung Matthew Yeung, Marco Barletta, William Toner 외 arxiv

Long-context inference is increasingly common in large language model (LLM) serving, driven by retrieval-augmented generation and agentic systems. In disaggregated inference, these workloads require transferring large Ke…