| This week at a glance |
|
0
s
|
1
New papers
|
3
Active fronts
|
This week's theme:Concept-structured search is outperforming brute code mutation across multiple optimization domains.
|
|
Top Priority Papers
1 papers this week (ranked by significance, recency and impact)
| |
PRIORITY 5.5/10 EMERGING FRONT
This paper formulates the scheduling of distributed speculative decoding (local drafting, centralized verification) as a fractional mixed-integer program to maximize multi-user token throughput. The authors demonstrate up to 1.93x throughput improvements over greedy batching in simulated edge deployments using Qwen3 models. The key insight is that the complex fractional objective of throughput (expected accepted tokens per unit time) can be efficiently decoupled and solved using the Dinkelbach method combined with alternating optimization for batch assignment and draft lengths.
|
Research Front Landscape
3 active fronts | 1 new papers
| |
Operations Research for Heterogeneous LLM Serving and Agentic Workflows
EMERGING Density: 0.01 33 papers
Methodsllm_in_the_loop pipeline_parallelism tensor_parallelism convex_optimization data_parallelism
Inst:Tsinghua University 12% · Independent Researcher 9% · Shanghai Innovation Institute 9% · Shanghai Jiao Tong. 9%
This research front integrates advanced Operations Research (OR) techniques and AI-driven heuristics to optimize resource allocation and scheduling for large language model (LLM) serving, training and multi-agent workflows. A central theme is the efficient utilization of heterogeneous GPU clusters, addressing challenges like KV-cache management, dynamic load balancing and cost-efficiency. Key OR methods include Mixed-Integer Linear Programming (MILP), Integer Linear Programming (ILP), stochastic control and queueing theory, often integrated with adaptive heuristics and reinforcement learning. Key contributions include SageServe [1] and Helix [10], which leverage ILP/MILP for LLM serving, demonstrating 25% GPU-hour savings and 3.3x throughput on production traces. ALTO [5] and MIGRator [13] apply MILP to LoRA tuning and MIG reconfiguration, achieving up to 13.8x speedup and 20% Goodput gains. HetRL [4] and AReaL-Hex [14] optimize RL training on heterogeneous GPUs, yielding 3-9x throughput increases. For agentic workflows, AdaptOrch [2] and AgentConductor [7] introduce task-adaptive routing and RL-optimized topology evolution, improving SWE-bench by 9.8% and APPS by 14%. Policy optimization is advanced by LCO [6] and BandPO [17], which stabilize RL training for LLMs, showing significant gains (e.g., +7.8% Pass@1 on MATH500 for LCO, 2-10% for BandPO). Glia [18] demonstrates agentic reasoning outperforming black-box evolution by 1.3-1.7x in response time. This front is rapidly emerging, driven by the increasing complexity and cost of LLM infrastructure and agentic systems. Future work will likely focus on integrating more sophisticated stochastic optimization and real-time control into OR formulations to handle dynamic workloads and hardware failures. The next generation of papers will probably combine the rigorous mathematical guarantees of OR with the adaptive, learning capabilities of AI agents, moving towards truly autonomous and self-optimizing LLM ecosystems that can dynamically reconfigure and adapt to unforeseen conditions and objectives.
| |
Combinatorial Optimization and RL for LLM Infrastructure and Agent Orchestration
EMERGING Density: 0.00 25 papers
Methodsllm_in_the_loop llm_as_heuristic llm_as_evaluator reinforcement_learning distributed_training
Inst:Peking University 16% · Beihang University 16% · University of Illinois. 12% · Tsinghua University 12%
This front unifies research applying Operations Research (OR) and Reinforcement Learning (RL) to optimize various aspects of Large Language Model (LLM) systems. A central theme is the use of Mixed-Integer Linear Programming (MILP) and Integer Linear Programming (ILP) for static system design and component provisioning, alongside RL for dynamic scheduling, routing and multi-agent coordination. Specific applications include KV cache eviction (Tang et al.), GPU resource provisioning (Wen et al., Chen et al.), Mixture-of-Experts (MoE) compression (Huang et al.) and distributed training/inference pipeline optimization (Yu et al., She et al., FlexSP, DFLOP). Papers demonstrate significant quantitative improvements across these domains. HeteroServe (Yu et al.) achieved up to 63% cost-efficiency for multimodal LLM inference. BAMAS (BAMAS et al.) reduced multi-agent system costs by ~80% on GSM8K/MBPP while maintaining accuracy using ILP. 3D-Learning (Wen et al.) showed ~40-50% regret reduction for LLM provisioning using diffusion-augmented Distributionally Robust Optimization. TORTA (TORTA et al.) reduced latency by ~15% for distributed LLM inference via RL-Optimal Transport supervision. DynaMO (DynaMO et al.) improved Pass@1 by 11.8% on mathematical reasoning with variance-based rollout allocation, while MC# (Huang et al.) achieved 6.2x weight reduction for MoE models with<2% accuracy loss using ILP. ODAR (ODAR et al.) matched supervised PRM performance on MATH without training, cutting compute by 82% using Free-Energy-Principled fusion. This front is rapidly emerging, characterized by the successful application of rigorous OR methods (MILP, convex optimization) to previously heuristic-driven LLM system design problems and the integration of RL for dynamic, adaptive control. The trajectory suggests a move towards more sophisticated hybrid approaches, combining the optimality guarantees of OR with the adaptability of RL and generative models. The next papers will likely focus on integrating these methods more deeply, addressing real-world deployment challenges like non-stationary workloads and balancing conflicting system objectives and extending to new LLM architectures (e.g., multimodal, sparse models).
| |
OR-Driven Resource Optimization for LLM Serving and Multi-Agent Systems
STABLE Density: 0.01 58 papers
Methodsllm_in_the_loop integer_linear_programming linear_programming llm_as_evaluator resource_allocation
Inst:Shanghai Jiao Tong. 9% · Peking University 7% · UC Berkeley 7% · Stanford University 5%
This research front unifies advanced Operations Research (OR) methodologies, including Integer Linear Programming (ILP), Queueing Theory and Convex Optimization, to address critical resource allocation, scheduling and coordination challenges in large language model (LLM) inference and multi-agent AI systems. Key frameworks like Global Resolution, HAP, Puzzle, AMPD and Nested WAIT are developed to optimize GPU utilization, memory management and latency for diverse LLM workloads. Concurrently, approaches such as MARINE, SRPO, MAMUT GEPA and AgentDropoutV2 apply OR principles to enhance multi-agent reasoning, collaboration and robustness. Key contributions include Global Resolution achieving 10,000x speedup in speculative sampling, HAP delivering 1.6x speedups for MoE inference via ILP and Puzzle enabling 2.17x throughput gains for compressed LLMs while retaining 98.4% accuracy. In multi-agent systems, MARINE allowed 80B models to match 1000B baselines on retrieval tasks, while SRPO improved joint accuracy by 19% in heterogeneous LLM debates. Novel scheduling algorithms like Nested WAIT achieved near-optimal performance for LLM inference and TRAIL reduced mean latency by 2x using embedding-based predictions. These methods leverage rigorous OR formulations, often outperforming heuristic baselines by significant margins across benchmarks like ImageNet, MATH500 and SWE-Bench. This research front is rapidly maturing, characterized by a shift from heuristic-based solutions to theoretically grounded OR formulations for complex AI systems. The trajectory indicates a strong focus on real-world deployment challenges, including distributed, heterogeneous and multi-modal LLM serving, as well as robust and efficient multi-agent coordination. Future work will likely involve integrating multi-objective optimization (e.g., latency, cost, carbon emissions), developing adaptive online scheduling policies that combine predictive models with formal solvers and extending these OR frameworks to handle the increasing complexity of multi-turn, tool-using agentic workflows and their unique resource demands.
|
Cross-Front Bridge Papers
1 papers connecting multiple research fronts
| |
TRUE SYNTHESIS Front 1 → Front 0
2025-11-12 · 2502.14617
SageServe optimizes LLM inference resource allocation across regions using an Integer Linear Programming (ILP) model coupled with ARIMA-based traffic forecasting, specifically targeting mixed interact...
|
Framework Genealogy
Tracking research lineages and framework evolution
|
63frameworks tracked ·61root frameworks ·3active (last 30 days)
Framework landscape (size = paper count, color = ratio)
vllm (7 papers, 7 ) • sglang (3 papers, 2 ) • grpo (3 papers, 3 ) • sarathi_serve (2 papers, 2 ) • rebase (2 papers, 2 ) • megatron_lm (2 papers, 1 ) • kubernetes (1 papers, 1 ) • lorafusion (1 papers, 0 ) • pytorch (1 papers, 0 ) • inference_fleet_sim (1 papers, 1 )
■Active + ■Active ■Inactive + ■Inactive
|
|