← Search

Rongwei Lu

6 accepted papers

2026

VVS: Accelerating Speculative Decoding for Visual Autoregressive Generation via Partial Verification Skipping

CVPR 2026

Visual autoregressive (AR) generation models have demonstrated strong potential for image generation, yet their next-token-prediction paradigm introduces considerable inference latency. Although speculative decoding (SD) has been proven effective for accelerating visual AR models, its "draft one ste

Cited by 0SourcecodeScholar
2025

Accelerating Parallel Diffusion Model Serving with Residual Compression

NeurIPS 2025poster

Diffusion models produce realistic images and videos but require substantial computational resources, necessitating multi-accelerator parallelism for real-time deployment. However, parallel inference introduces significant communication overhead from exchanging large activations between devices, lim…

Cited by 0SourcecodeScholar
2025

Beyond A Single AI Cluster: A Survey of Decentralized LLM Training

EMNLP 2025

The emergence of large language models (LLMs) has revolutionized AI development, yet their resource demands beyond a single cluster or even datacenter, limiting accessibility to well-resourced organizations. Decentralized training has emerged as a promising paradigm to leverage dispersed resources a

Cited by 0SourcePDFScholar
2025

DICE: Staleness-Centric Optimizations for Parallel Diffusion MoE Inference

ICCV 2025poster

Mixture-of-Experts-based (MoE-based) diffusion models demonstrate remarkable scalability in high-fidelity image generation, yet their reliance on expert parallelism introduces critical communication bottlenecks. State-of-the-art methods alleviate such overhead in parallel diffusion inference through…

2024

MesonGS: Post-training Compression of 3D Gaussians via Efficient Attribute Transformation

ECCV 2024poster

"3D Gaussian Splatting demonstrates excellent quality and speed in novel view synthesis. Nevertheless, the huge file size of the 3D Gaussians presents challenges for transmission and storage. Current works design compact models to replace the substantial volume and attributes of 3D Gaussians, along…

Cited by 12SourcePDFScholar
2024

Retraining-Free Model Quantization via One-Shot Weight-Coupling Learning

CVPR 2024poster

Quantization is of significance for compressing the over-parameterized deep neural models and deploying them on resource-limited devices. Fixed-precision quantization suffers from performance drop due to the limited numerical representation ability. Conversely mixed-precision quantization (MPQ) is a…