English

Diffusion Distillation With Direct Preference Optimization For Efficient 3D LiDAR Scene Completion

Computer Vision and Pattern Recognition 2025-04-17 v2

Abstract

The application of diffusion models in 3D LiDAR scene completion is limited due to diffusion's slow sampling speed. Score distillation accelerates diffusion sampling but with performance degradation, while post-training with direct policy optimization (DPO) boosts performance using preference data. This paper proposes Distillation-DPO, a novel diffusion distillation framework for LiDAR scene completion with preference aligment. First, the student model generates paired completion scenes with different initial noises. Second, using LiDAR scene evaluation metrics as preference, we construct winning and losing sample pairs. Such construction is reasonable, since most LiDAR scene metrics are informative but non-differentiable to be optimized directly. Third, Distillation-DPO optimizes the student model by exploiting the difference in score functions between the teacher and student models on the paired completion scenes. Such procedure is repeated until convergence. Extensive experiments demonstrate that, compared to state-of-the-art LiDAR scene completion diffusion models, Distillation-DPO achieves higher-quality scene completion while accelerating the completion speed by more than 5-fold. Our method is the first to explore adopting preference learning in distillation to the best of our knowledge and provide insights into preference-aligned distillation. Our code is public available on https://github.com/happyw1nd/DistillationDPO.

Keywords

Cite

@article{arxiv.2504.11447,
  title  = {Diffusion Distillation With Direct Preference Optimization For Efficient 3D LiDAR Scene Completion},
  author = {An Zhao and Shengyuan Zhang and Ling Yang and Zejian Li and Jiale Wu and Haoran Xu and AnYang Wei and Perry Pengyun GU and Lingyun Sun},
  journal= {arXiv preprint arXiv:2504.11447},
  year   = {2025}
}

Comments

Our code is public available on https://github.com/happyw1nd/DistillationDPO

R2 v1 2026-06-28T22:59:31.236Z