Back to Research papers
Research paper index

Quantize the Target, Quantize the Drafter: Efficient Inference with Qwen3.5-4B

Jaeyeon Kim, Jewon Lee, Bo-Kyeong Kim

arXiv:2607.04244Published July 5, 2026Updated July 7, 20260 citations
  • cs.LG

Abstract

This report describes our approach to the Efficient Qwen Competition, where the goal is to enable low-latency serving of Qwen3.5-4B on a resource-constrained NVIDIA A10G GPU. Our system combines a quantized target model with speculative decoding. To recover accuracy, we apply quantization-aware distillation to the target model while retaining the original quantization grid. To speed up decoding, a block-diffusion drafter specialized for the quantized target model is trained using a two-stage procedure: first learning from the high-precision target and then adapting to the low-precision target. Because the drafter is invoked at every speculative decoding step, we further reduce its overhead with quantization and sliding-window attention, preserving draft-token acceptance while improving long-context decoding latency. As a result, our submission achieves a 6.978$\times$ average speedup over the baseline while satisfying the required quality thresholds, ranking 3rd overall. We hope these results provide useful insights for practical LLM inference. The code and resources are available at https://github.com/nota-github/adaptfm-quant-dflash

Read the original paper

This page indexes public paper metadata. The manuscript remains with its original publisher and authors.