paper-with-me

Papers

RADAR: Accelerate Large Language Model Inference With RL-Based Dynamic Draft Trees

2025-12-16 · Junjie Ma, Jinlong Li arxiv

Inference with modern Large Language Models (LLMs) is expensive and slow, and speculative sampling has emerged as an effective solution to this problem. However, the number of calls to the draft model for generating candidate tokens in speculative sampling is a preset hyperparameter, lacking flexibility. To generate and utilize the candidate tokens more effectively, we propose RADAR, a novel speculative sampling method with RL-based dynamic draft trees. RADAR formulates the draft tree generation process as a Markov Decision Process (MDP) and employs offline reinforcement learning to train a prediction model, which enables real-time decisions on calls to the draft model, reducing redundant computations and further accelerating inference. Evaluations across three LLMs and four tasks show that RADAR achieves a speedup of 3.17x-4.82x over the auto-regressive decoding baseline. The code is available at https://github.com/minaduki-sora/RADAR.

📄 PDF Abstract BibTeX arXiv:2512.14069

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Radar: Fast Long-Context Decoding for Any Transformer

2025-03-13 · Yongchang Hao, Mengyao Zhai, Hossein Hajimirsadeghi, Sepidehsadat Hosseini 외

Transformer models have demonstrated exceptional performance across a wide range of applications. Though forming the foundation of Transformer models, the dot-product attention does not scale well to long-context data si…

RadarNeXt: Real-Time and Reliable 3D Object Detector Based On 4D mmWave Imaging Radar

2025-01-04 · Liye Jia, Runwei Guan, Haocheng Zhao, Qiuchi Zhao 외

3D object detection is crucial for Autonomous Driving (AD) and Advanced Driver Assistance Systems (ADAS). However, most 3D detectors prioritize detection accuracy, often overlooking network inference speed in practical a…

3D Object Detection3D Object Detection (RoI)Autonomous DrivingGPU+2

GPTCast: a weather language model for precipitation nowcasting

2024-07-02 · Gabriele Franch, Elena Tomasi, Rishabh Wanjari, Virginia Poli 외

This work introduces GPTCast, a generative deep-learning method for ensemble nowcast of radar-based precipitation, inspired by advancements in large language models (LLMs). We employ a GPT model as a forecaster to learn …

Language ModelingLanguage Modellingmodel

Adversarial Radar Inference. From Inverse Tracking to Inverse Reinforcement Learning of Cognitive Radar

2020-02-22 · Vikram Krishnamurthy

Cognitive sensing refers to a reconfigurable sensor that dynamically adapts its sensing mechanism by using stochastic control to optimize its sensing resources. For example, cognitive radars are sophisticated dynamical s…

Reinforcement Learning (RL)Stochastic Optimization

From Sequential to Spatial: Reordering Autoregression for Efficient Visual Generation

2025-12-31 · Siyang Wang, Hanting Li, Wei Li, Jie Hu 외 arxiv

Inspired by the remarkable success of autoregressive models in language modeling, this paradigm has been widely adopted in visual generation. However, the sequential token-by-token decoding mechanism inherent in traditio…