Research

Paper

AI LLM February 27, 2026

LK Losses: Direct Acceptance Rate Optimization for Speculative Decoding

Authors

Alexander Samarin, Sergei Krutikov, Anton Shevtsov, Sergei Skvortsov, Filipp Fisin, Alexander Golubev

Abstract

Speculative decoding accelerates autoregressive large language model (LLM) inference by using a lightweight draft model to propose candidate tokens that are then verified in parallel by the target model. The speedup is significantly determined by the acceptance rate, yet standard training minimizes Kullback-Leibler (KL) divergence as a proxy objective. While KL divergence and acceptance rate share the same global optimum, small draft models, having limited capacity, typically converge to suboptimal solutions where minimizing KL does not guarantee maximizing acceptance rate. To address this issue, we propose LK losses, special training objectives that directly target acceptance rate. Comprehensive experiments across four draft architectures and six target models, ranging from 8B to 685B parameters, demonstrate consistent improvements in acceptance metrics across all configurations compared to the standard KL-based training. We evaluate our approach on general, coding and math domains and report gains of up to 8-10% in average acceptance length. LK losses are easy to implement, introduce no computational overhead and can be directly integrated into any existing speculator training framework, making them a compelling alternative to the existing draft training objectives.

Metadata

arXiv ID: 2602.23881
Provider: ARXIV
Primary Category: cs.LG
Published: 2026-02-27
Fetched: 2026-03-02 06:04

Related papers

Raw Data (Debug)
{
  "raw_xml": "<entry>\n    <id>http://arxiv.org/abs/2602.23881v1</id>\n    <title>LK Losses: Direct Acceptance Rate Optimization for Speculative Decoding</title>\n    <updated>2026-02-27T10:20:11Z</updated>\n    <link href='https://arxiv.org/abs/2602.23881v1' rel='alternate' type='text/html'/>\n    <link href='https://arxiv.org/pdf/2602.23881v1' rel='related' title='pdf' type='application/pdf'/>\n    <summary>Speculative decoding accelerates autoregressive large language model (LLM) inference by using a lightweight draft model to propose candidate tokens that are then verified in parallel by the target model. The speedup is significantly determined by the acceptance rate, yet standard training minimizes Kullback-Leibler (KL) divergence as a proxy objective. While KL divergence and acceptance rate share the same global optimum, small draft models, having limited capacity, typically converge to suboptimal solutions where minimizing KL does not guarantee maximizing acceptance rate. To address this issue, we propose LK losses, special training objectives that directly target acceptance rate. Comprehensive experiments across four draft architectures and six target models, ranging from 8B to 685B parameters, demonstrate consistent improvements in acceptance metrics across all configurations compared to the standard KL-based training. We evaluate our approach on general, coding and math domains and report gains of up to 8-10% in average acceptance length. LK losses are easy to implement, introduce no computational overhead and can be directly integrated into any existing speculator training framework, making them a compelling alternative to the existing draft training objectives.</summary>\n    <category scheme='http://arxiv.org/schemas/atom' term='cs.LG'/>\n    <category scheme='http://arxiv.org/schemas/atom' term='cs.CL'/>\n    <published>2026-02-27T10:20:11Z</published>\n    <arxiv:primary_category term='cs.LG'/>\n    <author>\n      <name>Alexander Samarin</name>\n    </author>\n    <author>\n      <name>Sergei Krutikov</name>\n    </author>\n    <author>\n      <name>Anton Shevtsov</name>\n    </author>\n    <author>\n      <name>Sergei Skvortsov</name>\n    </author>\n    <author>\n      <name>Filipp Fisin</name>\n    </author>\n    <author>\n      <name>Alexander Golubev</name>\n    </author>\n  </entry>"
}