paper-with-me

홈 › Papers

DriveDiTFit: Fine-tuning Diffusion Transformers for Autonomous Driving

2024-07-22 · Jiahang Tu, Wei Ji, Hanbin Zhao, Chao Zhang, Roger Zimmermann, Hui Qian

In autonomous driving, deep models have shown remarkable performance across various visual perception tasks with the demand of high-quality and huge-diversity training datasets. Such datasets are expected to cover various driving scenarios with adverse weather, lighting conditions and diverse moving objects. However, manually collecting these data 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.

📄 PDF Abstract BibTeX arXiv:2407.15661

Code (1)

ttuhamg/driveditfit 공식 구현 pytorch

Tasks

Autonomous DrivingDiversitySemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

TinyFusion: Diffusion Transformers Learned Shallow

2024-12-02 · CVPR 2025 1 · Gongfan Fang, Kunjun Li, Xinyin Ma, Xinchao Wang

Diffusion Transformers have demonstrated remarkable capabilities in image generation but often come with excessive parameterization, resulting in considerable inference overhead in real-world applications. In this work, …

Image Generation

VDT-Auto: End-to-end Autonomous Driving with VLM-Guided Diffusion Transformers

2025-02-27 · Ziang Guo, Konstantin Gubernatorov, Selamawit Asfaw, Zakhar Yagudin 외

In autonomous driving, dynamic environment and corner cases pose significant challenges to the robustness of ego vehicle's decision-making. To address these challenges, commencing with the representation of state-action …

Action GenerationAutonomous Driving

Memory-Efficient Fine-Tuning Diffusion Transformers via Dynamic Patch Sampling and Block Skipping

2026-03-21 · Sunghyun Park, Jeongho Kim, Hyoungwoo Park, Debasmit Das 외 arxiv

Diffusion Transformers (DiTs) have significantly enhanced text-to-image (T2I) generation quality, enabling high-quality personalized content creation. However, fine-tuning these models requires substantial computational …

Diffscaler: Enhancing the Generative Prowess of Diffusion Transformers

2024-04-15 · Nithin Gopalakrishnan Nair, Jeya Maria Jose Valanarasu, Vishal M. Patel

Recently, diffusion transformers have gained wide attention with its excellent performance in text-to-image and text-to-vidoe models, emphasizing the need for transformers as backbone for diffusion models. Transformer-ba…

Image GenerationUnconditional Image Generation

Scaling Diffusion Transformers Efficiently via $μ$P

2025-05-21 · Chenyu Zheng, Xinyu Zhang, Rongzhen Wang, Wei Huang 외

Diffusion Transformers have emerged as the foundation for vision generative models, but their scalability is limited by the high cost of hyperparameter (HP) tuning at large scales. Recently, Maximal Update Parametrizatio…

Image GenerationText to Image GenerationText-to-Image Generation