paper-with-me

홈 › Papers

Dynamic Rebatching for Efficient Early-Exit Inference with DREX

2025-12-17 · Xuting Liu, Daniel Alexander, Siva Kesava Reddy Kakarla, Behnaz Arzani, Vincent Liu arxiv

Early-Exit (EE) is a Large Language Model (LLM) architecture that accelerates inference by allowing easier tokens to be generated using only a subset of the model's layers. However, traditional batching frameworks are ill-suited for EE LLMs, as not all requests in a batch may be ready to exit at the same time. Existing solutions either force a uniform decision on the batch, which overlooks EE opportunities, or degrade output quality by forcing premature exits. We propose Dynamic Rebatching, a solution where we dynamically reorganize the batch at each early-exit point. Requests that meet the exit criteria are immediately processed, while those that continue are held in a buffer, re-grouped into a new batch, and forwarded to deeper layers. We introduce DREX, an early-exit inference system that implements Dynamic Rebatching with two key optimizations: 1) a copy-free rebatching buffer that avoids physical data movement, and 2) an EE and SLA-aware scheduler that analytically predicts whether a given rebatching operation will be profitable. DREX also efficiently handles the missing KV cache from skipped layers using memory-efficient state-copying. Our evaluation shows that DREX improves throughput by 2-12% compared to baseline approaches while maintaining output quality. Crucially, DREX completely eliminates involuntary exits, providing a key guarantee for preserving the output quality intended by the EE model.

📄 PDF Abstract BibTeX arXiv:2512.15705

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DReX: Pure Vision Fusion of Self-Supervised and Convolutional Representations for Image Complexity Prediction

2025-11-21 · Jonathan Skaza, Parsa Madinei, Ziqi Wen, Miguel Eckstein arxiv

Visual complexity prediction is a fundamental problem in computer vision with applications in image compression, retrieval, and classification. Understanding what makes humans perceive an image as complex is also a long-…

Image Compression

DRExplainer: Quantifiable Interpretability in Drug Response Prediction with Directed Graph Convolutional Network

2024-08-22 · Haoyuan Shi, Tao Xu, Xiaodi Li, Qian Gao 외

Predicting the response of a cancer cell line to a therapeutic drug is pivotal for personalized medicine. Despite numerous deep learning methods that have been developed for drug response prediction, integrating diverse …

Decision MakingDrug Response PredictionPrediction

Conversational No-code, Multi-agentic Disease Module Identification and Drug Repurposing Prediction with ChatDRex

2025-11-26 · Simon Süwer, Kester Bagemihl, Sylvie Baier, Lucia Dicunta 외 arxiv

Repurposing approved drugs offers a time-efficient and cost-effective alternative to traditional drug development. However, in silico prediction of repurposing candidates is challenging and requires the effective collabo…

2021 Drexel Society of Artificial Intelligence Research Conference

2021-08-25 · Ethan Jacob Moyer, Yigit Can Alparslan

The 2021 Drexel Society of Artificial Intelligence Research Conference highlights papers focused on a broad set of papers in machine learning. This was our organizations' first annual conference. It was conducted virtual…

BIG-bench Machine Learning

Interactive Relation Extraction in Main Memory Database Systems

2016-12-01 · COLING 2016 12 · Rudolf Schneider, Cordula Guder, Torsten Kilias, Alex L{\"o}ser 외

We present INDREX-MM, a main memory database system for interactively executing two interwoven tasks, declarative relation extraction from text and their exploitation with SQL. INDREX-MM simplifies these tasks for the us…

Open Information ExtractionRelationRelation Extraction