DriveDiTFit:微调自主驾驶中的扩散变换器
摘要
在自主驾驶领域,深度模型在各种视觉感知任务上表现突出,要求高质量和大规模训练数据集。这些数据集预计涵盖各种驾驶场景,包括恶劣天气、光照条件以及多样化的移动物体。然而,手动收集这些数据 presents huge challenges and expensive cost. With the rapid development of large generative models, we propose DriveDiTFit, a novel method for efficiently generating autonomous Driving data by Fine-tuning pre-trained Diffusion Transformers (DiTs). Specifically, DriveDiTFit utilizes a gap-driven modulation technique to carefully select and efficiently fine-tune a few parameters in DiTs according to the discrepancy between the pre-trained source data and the target driving data. Additionally, DriveDiTFit develops an effective weather and lighting condition embedding module to ensure diversity in the generated data, which is initialized by a nearest-semantic-similarity initialization approach. Through progressive tuning scheme to refined the process of detail generation in early diffusion process and enlarging the weights corresponding to small objects in training loss, DriveDiTFit ensures high-quality generation of small moving objects in the generated data. Extensive experiments conducted on driving datasets confirm that our method could efficiently produce diverse real driving data. The source codes will be available at https://github.com/TtuHamg/DriveDiTFit.
引用
@article{arxiv.2407.15661,
title = {DriveDiTFit: Fine-tuning Diffusion Transformers for Autonomous Driving},
author = {Jiahang Tu and Wei Ji and Hanbin Zhao and Chao Zhang and Roger Zimmermann and Hui Qian},
journal= {arXiv preprint arXiv:2407.15661},
year = {2024}
}