TSR Desk · compute · 24 September 2026, 01:00 UTC
Efficient Iterative Retrieval with Heterogeneous Batching
- What
- Efficient Iterative Retrieval with Heterogeneous Batching
- Who
- arxiv.org
- When
- 23 September 2026, 04:00 UTC
- Category
- Compute
- Primary source
- https://arxiv.org/abs/2609.25405
- What is not known
- This brief does not claim independent replication. Claims that appear only on X and not in the primary source stay unknown.
Evaluation on four A100 GPUs shows that, relative to baseline deployments, Orthrus achieves 1.28$\times$--4.52$\times$ higher throughput on controlled workloads and up to 55.8% lower end-to-end p99 latency on an iterative-RAG benchmark. It comes from a paper posted to arXiv on 23 September 2026. Modern information retrieval increasingly employs both embedding and generative models to handle complex queries. However, current serving systems suffer from low throughput and poor GPU utilization because they execute these models in isolation. Coarse-grained partitioning, such as dedicating GPUs to specific tasks, fails to adapt to dynamic workloads and creates computational "bubbles". To address these, we present Orthrus, a serving system that performs heterogeneous batching within a unified inference loop. The primary challenge lies in unifying embedding and generation workloads with conflicting computational patterns while optimizing batch composition for high performance. Orthrus addresses these challenges through chunked embedding with incremental pooling and by adjusting batch composition in a workload-aware manner. We release our code at https://github.com/illinoisdata/Orthrus .
Why it counts
Evaluation on four A100 GPUs shows that, relative to baseline deployments, Orthrus achieves 1.28$\times$--4.52$\times$ higher throughput on controlled workloads and up to 55.8% lower end-to-end p99 latency on an iterative-RAG benchmark.
Sources
Primary source: primary source
What is not known
This brief does not claim independent replication. Claims that appear only on X and not in the primary source stay unknown.
No clip. The article still stands.