SPADE: Speculative Decoding for Efficient Edge-Cloud LLM Inference
SPADE, a novel distributed inference framework, combines speculative decoding between edge devices and the cloud to enhance efficiency and minimize costs and latency while maintaining accuracy. It employs a lightweight draft model on edge devices to swiftly produce candidate tokens, which are then concurrently verified by a larger model in the cloud. Only the accepted tokens are kept, with rejections prompting corrections from the verifier, thereby significantly cutting down cloud queries. This adaptable design transfers most computations to the edge, reducing both inference time and cloud expenses while retaining the larger model's accuracy. This research, identified by arXiv 2608.13076, presents a practical solution to the heavy computational needs of large language models (LLMs), especially in resource-limited edge computing environments.
Key facts
- SPADE is a distributed inference framework that integrates speculative decoding across edge and cloud.
- A compact draft model on the edge generates candidate tokens rapidly.
- A large verifier model on the cloud validates tokens in parallel.
- Accepted tokens are retained; only rejections trigger verifier correction.
- The design reduces the number of cloud queries substantially.
- It shifts the bulk of computation to the edge, lowering inference time and cloud cost.
- It preserves the accuracy of the larger model.
- The paper is available on arXiv with identifier 2608.13076.
Entities
Institutions
- arXiv