paper-with-me

Papers

TIDE: Temporal Incremental Draft Engine for Self-Improving LLM Inference

2026-02-05 · Jiyoung Park, Hankyu Jang, Changseok Song, Wookeun Jung arxiv

Speculative decoding can substantially accelerate LLM inference, but realizing its benefits in practice is challenging due to evolving workloads and system-level constraints. We present TIDE (Temporal Incremental Draft Engine), a serving-engine-native framework that integrates online draft adaptation directly into high-performance LLM inference systems. TIDE reuses target model hidden states generated during inference as training signals, enabling zero-overhead draft adaptation without reloading the target model, and employs adaptive runtime control to activate speculation and training only when beneficial. TIDE exploits heterogeneous clusters by mapping decoupled inference and training to appropriate GPU classes. Across diverse real-world workloads, TIDE achieves up to 1.15x throughput improvement over static speculative decoding while reducing draft training time by 1.67x compared to approaches that recompute training signals.

📄 PDF Abstract BibTeX arXiv:2602.05145

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TIDE: Temporally Incremental Disparity Estimation via Pattern Flow in Structured Light System

2023-10-13 · Rukun Qiao, Hiroshi Kawasaki, Hongbin Zha

We introduced Temporally Incremental Disparity Estimation Network (TIDE-Net), a learning-based technique for disparity computation in mono-camera structured light systems. In our hardware setting, a static pattern is pro…

Disparity EstimationOptical Flow Estimation

VideoCoCo: Code-as-CoT for Physically-Consistent Video Generation via an Agentic Dual-Engine System

2026-07-29 · Haodong Li, Tianfei Ren, Xiaoxiao Ma, Chunmei Qing 외 hf

Text-to-video models have achieved remarkable visual quality, yet they still struggle to generate physically consistent dynamics because the temporal evolution of a scene must be inferred implicitly from a highly compres…

Video Generation

Self-Improvement Programming for Temporal Knowledge Graph Question Answering

2024-04-02 · Zhuo Chen, Zhao Zhang, Zixuan Li, Fei Wang 외

Temporal Knowledge Graph Question Answering (TKGQA) aims to answer questions with temporal intent over Temporal Knowledge Graphs (TKGs). The core challenge of this task lies in understanding the complex semantic informat…

Graph Question AnsweringIn-Context LearningKnowledge GraphsQuestion Answering+1

TIDE: Asymmetric Neural Circuits for Stabilized Temporal Inhibitory-Excitatory Dynamics

2026-05-19 · Alexander Kyuroson, Denis Kleyko, Marcus Liwicki arxiv

Recent Continuous Thought Machine architecture decouples internal computation from external inputs via neural dynamics, but relies on multi-layer perceptrons without stability guarantees. We propose to model neural dynam…

DrafterBench: Benchmarking Large Language Models for Tasks Automation in Civil Engineering

2025-07-15 · Yinsheng Li, Zhen Dong, Yi Shao

Large Language Model (LLM) agents have shown great potential for solving real-world problems and promise to be a solution for tasks automation in industry. However, more benchmarks are needed to systematically evaluate a…

BenchmarkingInstruction FollowingLarge Language Model