Search papers, labs, and topics across Lattice.
The paper introduces RISE, a novel method for optimizing edge-device collaborative diffusion model services by combining relay inference with online scheduling. This approach effectively balances the trade-off between high fidelity and low latency by leveraging a large edge model for initial denoising and a smaller device model for final refinement, all while utilizing a contextual bandit scheduler to adapt to varying workloads. Experimental results demonstrate that RISE can achieve up to a 2.1脳 speedup without sacrificing output quality, addressing a critical gap in current deployment strategies.
RISE achieves a remarkable 2.1脳 speedup in text-to-image diffusion tasks by intelligently splitting the denoising workload between edge and device models without compromising quality.
Text-to-image diffusion models are increasingly deployed at the network edge to serve heterogeneous workloads with diverse quality and latency requirements. However, existing deployment strategies choose either large edge-side models with high fidelity but high latency or lightweight device-side models that offer speed at the cost of semantic coherence. Moreover, these approaches rarely split the denoising workload between models of different sizes across edge servers and user devices. To bridge this gap, we propose RISE, a method for edge-device diffusion model services that combines relay inference with online scheduling. Driven by the finding that the latent intensity exhibits minimal deviation after a model handoff, RISE uses a training-free relay mechanism that exploits the shared latent space within a model family: the large model on the edge handles the early denoising steps that shape semantic structure, then passes the intermediate latent to a small device-side model for detail refinement. To deploy this mechanism as a practical service, a contextual bandit scheduler selects the best relay configuration based on prompt complexity, user preferences, network quality and real-time node loads. Experiments on two benchmarks show that RISE's relay mechanism achieves up to 2.1$\times$ speedup while preserving full-model quality, and its context-aware scheduler effectively balances quality and latency under mixed workloads.