← Search

Jiajun Luo

5 accepted papers

2026

Approximated Collision Detection for Contact-Rich Dexterous Manipulation with Nonnegative Least Squares

ICRA 2026poster

Collision detection between robotic hands and manipulated objects is crucial to model predictive control (MPC) for contact-rich dexterous manipulation. Based on the Gilbert-Johnson-Keerthi (GJK) algorithm and the expanding polytope algorithm (EPA), the GJK-EPA method has achieved success while requi…

Cited by 0Scholar
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…