|
This week at a glance
|
|
1
Must-reads
|
2
New papers
|
3
Active fronts
|
This week's theme: Concept-structured search is outperforming brute code mutation across multiple optimization domains.
|
|
Top Priority Papers
2 must-read papers this week (ranked by significance, recency, and impact)
| |
PRIORITY 6.5/10 MUST-READ
2026-03-27 | IMDEA Software Institute, Universidad Politécnica de Madrid | 2603.26498
M=5
P=8
I=7
RPS-Serve introduces a modality-aware scheduler for multimodal LLMs that classifies requests into 'rocks' (video), 'pebbles' (image), and 'sand' (text) based on predicted prefill latency and memory, using dynamic priorities and aging to prevent head-of-line blocking. The results are real and backed by solid systems experiments on vLLM, showing a 78.5% reduction in time-to-first-token for latency-critical text requests compared to FCFS and EDF baselines. The core takeaway is that multimodal workloads completely break standard text-only LLM serving assumptions because video/image prefill times and KV-cache footprints are orders of magnitude larger. This matters directly for our GPUSched project: any OR formulation we develop for LLM inference scheduling must now explicitly model this extreme multimodal variance rather than assuming homogeneous text workloads.
| |
PRIORITY 5.0/10 EMERGING FRONT
2026-03-26 | Microsoft Gray Systems Lab, SK Telecom, Yonsei University | 2603.25120
M=6
P=5
I=7
DFLOP optimizes distributed 3D parallelism for multimodal LLM training by combining offline profiling with an online ILP-based microbatch scheduler to minimize pipeline bubbles caused by heterogeneous data inputs. The results are real and backed by extensive hardware experiments, showing up to 3.6x throughput improvements over Megatron-LM. The single most useful takeaway for us is their hybrid online scheduling architecture: running an ILP solver asynchronously on the CPU to schedule the next batch while the GPU processes the current one, with a strict time limit that falls back to a fast Longest Processing Time (LPT) heuristic. Although this targets training, this exact asynchronous OR-based scheduling architecture and their adaptive throughput correction mechanism are directly stealable for our GPUSched project on LLM serving optimization.
|
Research Front Landscape
3 active fronts | 2 new papers
| |
ILP and Queueing for LLM Inference Scheduling and Agent Coordination
EMERGING Density: 0.01 55 papers
Methodsllm_in_the_loop llm_as_heuristic linear_programming reinforcement_learning llm_as_evaluator
Inst:Tsinghua University 9% · Peking University 7% · Fudan University 5% · Shanghai Innovation Institute 5%
This research front is dedicated to applying advanced Operations Research (OR) methodologies, specifically Integer Linear Programming (ILP), Mixed-Integer Programming (MIP), and queueing theory, to optimize the performance and resource management of Large Language Model (LLM) inference systems and multi-agent LLM architectures. The unifying theme is the use of formal mathematical models to address complex scheduling, resource allocation, and coordination challenges. Key frameworks and systems like IEMAS, JIGSAWSERVE, RLTune, AdaptOrch, and FineMoE exemplify this trend, demonstrating how OR can provide robust and efficient solutions for LLM infrastructure. Significant contributions include IEMAS's use of Min-Cost Max-Flow for 80.2% KV-cache hit rates and 35% cost reduction in LLM request routing, and JIGSAWSERVE's MILP formulation achieving 11.3x capacity improvement for compound inference systems. For resource allocation, BAMAS demonstrated ~80% cost reduction in multi-agent LLM selection via ILP, while Puzzle used MIP for Neural Architecture Search, compressing Llama-70B with 2.17x throughput gain. In scheduling, TRAIL achieved 2x lower latency and 24x lower time-to-first-token (TTFT) by predicting output lengths with LLM embeddings, and RLTune combined RL with MILP for a 25% makespan reduction in DL workload scheduling. Multi-agent coordination saw MAMUT GEPA improve rubric pass rates by 7% through joint prompt evolution, and SRPO enhance partner generalization by 19% in LLM debates. Furthermore, BandPO and LCO introduced novel policy optimization methods, yielding 2-10% gains on math benchmarks and 2-3x fewer training samples for LLM reinforcement learning. This front is in an emerging phase, characterized by a rapid integration of rigorous OR principles into the design and operation of LLM-powered systems. The trajectory suggests a continued focus on hybrid optimization strategies that combine the adaptability of machine learning (RL, evolutionary search) with the guarantees and efficiency of symbolic solvers (ILP, queueing theory). Future work will likely explore dynamic, real-time resource allocation for highly heterogeneous and multimodal LLM inference (e.g., RPS-Serve, Trident), robust and cost-aware coordination mechanisms for large-scale multi-agent systems (e.g., APEMO, MARINE), and advanced uncertainty quantification (e.g., 3D-Learning) to build more resilient and efficient generative AI infrastructure.
| |
Exact Optimization for LLM Serving, Training, and Agentic Workflows
EMERGING Density: 0.01 30 papers
Methodspipeline_parallelism llm_in_the_loop integer_linear_programming llm_as_evaluator llm_as_heuristic
Inst:Georgia Institute of. 13% · Tsinghua University 10% · Peking University 10% · Kyung Hee University 7%
This emerging research front is dedicated to applying rigorous Operations Research (OR) and mathematical optimization techniques to enhance the efficiency, cost-effectiveness, and safety of Large Language Model (LLM) systems. It leverages methodologies such as Integer Linear Programming (ILP), Mixed-Integer Programming (MIP), Satisfiability Modulo Theories (SMT), Dynamic Programming (DP), Reinforcement Learning with Optimal Transport (RL+OT), Rate-Distortion theory, and Game Theory. These advanced OR methods are systematically applied across critical domains including LLM inference serving, distributed training pipeline optimization, automated agentic system design, and prompt engineering. Key contributions demonstrate substantial quantitative improvements. In LLM serving and training, DFLOP achieves 1.2-3.6x faster multimodal LLM training throughput, while MoETuner yields a 17.5% speedup for MoE expert placement on multi-node H200 clusters. SageServe reduces GPU hours by 25% for LLM serving, and Helix achieves up to 3.3x decode throughput on heterogeneous GPU clusters by dynamic request routing. For agentic systems and prompt engineering, MaMa reduces attack success rates from ~50% to 15-25% in adversarial agent design, and Wang et al.'s Knowledge-Gradient policy improves automated prompt engineering by 6.47-11.99% over evolutionary baselines. Furthermore, Nagle et al. formalize prompt compression using Rate-Distortion theory, and ODAR's Free-Energy-Principled fusion matches supervised Process Reward Models on MATH while cutting compute by 82%. This front is clearly emerging, marked by a strong shift from heuristic-driven approaches to mathematically rigorous, often exact, OR formulations. The trajectory indicates a future focused on scaling these exact methods to larger, more dynamic, and multi-tenant AI systems. Upcoming research will likely emphasize integrating OR solutions more deeply into the runtime of LLM systems for online adaptive scheduling, developing sophisticated hybrid approaches that combine OR optimality with learned predictors, and extending game-theoretic and combinatorial optimization for provably robust and safe agentic AI. The next generation of papers will aim for full-stack AI system optimization, from low-level GPU kernel scheduling to high-level multi-cloud resource management, with a strong emphasis on minimizing cost and latency.
| |
OR-Driven Resource Allocation and Scheduling for LLM Systems
EMERGING Density: 0.00 23 papers
Methodsresource_allocation llm_in_the_loop integer_linear_programming convex_optimization tensor_parallelism
Inst:Shanghai Jiao Tong. 17% · Peking University 9% · Carnegie Mellon University 9% · Beijing Institute of. 4%
This research front unifies advanced Operations Research (OR) methodologies, including Integer Linear Programming (ILP), Mixed Integer Programming (MIP), convex optimization, and queueing theory, to address critical resource allocation, scheduling, and efficiency challenges across the LLM lifecycle. Key frameworks like DORA optimize test-time search, RMOD enables robust multi-objective decoding, and PRINMIX applies ILP to LLM delta compression. Further, HAP, FREESH, Justitia, HeteroServe, FlexSP, MEMO, MuxTune, MIGRator, and SBS leverage OR to enhance LLM inference serving, training, and GPU resource management, while AgentConductor, MAESTRO, and CARD apply similar principles to multi-agent system design and coordination. Contributions include DORA's embedding-based resource allocation achieving state-of-the-art accuracy on MATH500 with 3.5x fewer FLOPs, and RMOD's robust multi-objective decoding improving worst-case reward on HH benchmarks. PRINMIX demonstrates ~22% improvement on AIME2024 for LLM compression via ILP. For LLM serving, HAP achieves up to 1.77x speedup for MoE inference, FREESH reduces carbon emissions by 45% using MILP for routing, and Justitia reduces average job completion time by ~60% on vLLM. HeteroServe improves multimodal LLM inference cost-efficiency by 37% through modality-level partitioning, while FlexSP and MEMO achieve up to 1.98x speedup and 1.97x MFU improvement respectively for LLM training via MILP/MIP. AgentConductor shows ~14% gains on APPS by RL-driven topology evolution, and OCCAM reduces ImageNet inference cost by 40% with <1% accuracy drop using ILP for model selection. This front is rapidly emerging, characterized by a shift from heuristic-driven LLM system design to theoretically grounded OR formulations. The consistent empirical gains across diverse problems (compression, serving, training, multi-agent systems) validate the "OR for AI Systems" thesis. Future work will likely focus on integrating these exact optimization methods with dynamic, real-time adaptation, scaling to larger distributed heterogeneous clusters, and developing more sophisticated multi-objective and stochastic optimization techniques to handle the inherent uncertainties and complexities of LLM workloads and multi-agent interactions.
|
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
|
61 frameworks tracked · 59 root frameworks · 13 active (last 30 days)
Framework landscape (size = paper count, color = must-read ratio)
vllm (7 papers, 7 must-read) • grpo (3 papers, 3 must-read) • sarathi_serve (2 papers, 2 must-read) • rebase (2 papers, 2 must-read) • megatron_lm (2 papers, 1 must-read) • pytorch (1 papers, 0 must-read) • inference_fleet_sim (1 papers, 1 must-read) • metaclaw (1 papers, 1 must-read) • heteroserve (1 papers, 1 must-read) • knative (1 papers, 0 must-read)
■ Active + Must-read
■ Active
■ Inactive + Must-read
■ Inactive
|
|