paper-with-me

홈 › Papers

Position: LLM Serving Needs Mathematical Optimization and Algorithmic Foundations, Not Just Heuristics

2026-05-02 · Zijie Zhou arxiv

This position paper argues that LLM inference serving has outgrown generic heuristics and now demands mathematical optimization and algorithmic foundations. Despite rapid advances in serving systems such as vLLM and SGLang, their algorithmic cores remain largely unchanged from classical distributed computing: request routing uses join-shortest-queue or round-robin, scheduling defaults to FIFO, and KV cache eviction follows LRU. These general-purpose policies ignore the distinctive structure of LLM inference--dynamically growing KV cache memory, prefill-decode phase asymmetry, unknown output lengths, and continuous batching constraints. We contend that the field must develop mathematical models capturing these characteristics, enabling the design of algorithms with provable performance guarantees across diverse workloads, rather than heuristics that may succeed in some scenarios but fail unpredictably in others. Emerging work at the intersection of operations research and ML systems demonstrates that principled methods can match or exceed heuristic performance while providing theoretical guarantees. We call on the community to recognize algorithmic design for LLM serving as a research frontier.

📄 PDF Abstract BibTeX arXiv:2605.01280

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerating Attention with Basis Decomposition

2025-10-02 · Jialin Zhao arxiv

Attention is a core operation in large language models (LLMs). We present BD Attention (BDA), a lossless algorithmic reformulation of attention. BDA is enabled by a simple matrix identity from Basis Decomposition (BD), w…

Approximation of Box Decomposition Algorithm for Fast Hypervolume-Based Multi-Objective Optimization

2025-12-05 · Shuhei Watanabe arxiv

Hypervolume (HV)-based Bayesian optimization (BO) is one of the standard approaches for multi-objective decision-making. However, the computational cost of optimizing the acquisition function remains a significant bottle…

Learning Shapes by Convex Composition

2016-02-23 · Alireza Aghasi, Justin Romberg

We present a mathematical and algorithmic scheme for learning the principal geometric elements in an image or 3D object. We build on recent work that convexifies the basic problem of finding a combination of a small numb…

A mathematical model for automatic differentiation in machine learning

2020-06-03 · NeurIPS 2020 12 · Jerome Bolte, Edouard Pauwels

Automatic differentiation, as implemented today, does not have a simple mathematical model adapted to the needs of modern machine learning. In this work we articulate the relationships between differentiation of programs…

BIG-bench Machine Learning

Mathematical methods of reinforcement learning

2026-07-08 · Denis Belomestny, Alexander Gasnikov, Egor Gladin, Alexey Naumov 외 arxiv

Reinforcement learning (RL) is increasingly grounded in tools from probability, optimization, and operator theory. This survey organizes the mathematical structures that underpin the design and analysis of modern algorit…

Reinforcement Learning