Papers › Threshold-Based Exclusive Batching for LLM Inference

Threshold-Based Exclusive Batching for LLM Inference

30 May 2026ICMLarXiv:2606.00516added by Syntology

Weifang Zhang, Yuzhou Nie, Bowen Pang, Guangrui Ma, Shining Wu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Mixed batching (MB)--interleaving prefill and decode in a single batch--has become the standard scheduling strategy for large language model (LLM) inference due to its efficiency in maximizing compute and memory utilization. However, through controlled experiments, we find that prefill-decode interference inflates MB's per-step marginal cost above that of pure decode. On the high-bandwidth H200 (4.8 TB/s), this occurs only when decode tokens exceed 80% of the batch; however, on the bandwidth-constrained RTX PRO 6000 (1.792 TB/s), this threshold plummets to just 20%. Consequently, the optimal choice between MB and exclusive batching (EB) fundamentally depends on GPU memory bandwidth, model size, and workload composition. We derive a closed-form condition for this EB-MB performance crossover, along with asymptotically optimal phase-switching thresholds and memory-safe batch sizing for EB. Optimized EB achieves up to 41.9% higher throughput on bandwidth-constrained GPUs, while MB retains its advantage on high-bandwidth hardware with larger models. Our hybrid scheduler EB+ applies this condition online to dynamically switch between EB and MB without manual intervention. Under non-stationary traffic with distribution or concurrency shifts, EB+ attains the highest or near-highest throughput in every setting, outperforming MB by up to 36.4%.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.00516")

Code

Syntology Ran 7 of 13 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

weifang231/eb-vllm found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 7 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran
6unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from weifang231/eb-vllm. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bc_linter_include weifang231/eb-vllm/vllm/_bc_linter.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8549c45bd80a1ae5 · report
bc_linter_skip weifang231/eb-vllm/vllm/_bc_linter.py found in paper text by Syntology ran Apache-2.0 (permissive) · e6eb11775bb350fd · report
get_beam_search_score weifang231/eb-vllm/vllm/beam_search.py found in paper text by Syntology ran Apache-2.0 (permissive) · e2dd50c8a6072e9b · report
get_served_model_name weifang231/eb-vllm/vllm/config/model.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 92fc6b49c51ae2c1 · report
run weifang231/eb-vllm/vllm/collect_env.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · bd5675c0d72d5295 · report
run_and_parse_first_match weifang231/eb-vllm/vllm/collect_env.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0b342669284f2be6 · report
run_and_read_all weifang231/eb-vllm/vllm/collect_env.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5ae630bfc3821b6e · report
convert_vertical_slash_indexes weifang231/eb-vllm/vllm/_custom_ops.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 89f4968f0bf052d7 · report
convert_vertical_slash_indexes_mergehead weifang231/eb-vllm/vllm/_custom_ops.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8c9d2bd2211f1bda · report
get_graph_partition_signature_patched weifang231/eb-vllm/vllm/env_override.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 41329a8dffd43d3a · report
memory_plan_reuse_patched weifang231/eb-vllm/vllm/env_override.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2842ff1da04c998d · report
rms_norm_dynamic_per_token_quant weifang231/eb-vllm/vllm/_custom_ops.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8954fe77978adce8 · report
should_partition_patched weifang231/eb-vllm/vllm/env_override.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7793c3aaf91b92fd · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.00516, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections