用翻转数据预训练,再微调,让自动驾驶模型更好适应左舵驾驶。
Saliency-Guided Domain Adaptation for Left-Hand Driving in Autonomous Steering
- 先用翻转的右舵数据预训练,再在真实左舵数据上微调
- 翻转预训练+微调使转向预测误差更低,更关注左侧道路特征
- 该方法适用于多种模型结构,适合资源有限的适配场景
域适应对自动驾驶模型在多样路况下的泛化至关重要。本文研究了一种针对左舵驾驶条件的PilotNet端到端深度学习模型的域适应训练方法,使用澳大利亚高速公路的真实数据。对比了四种训练方式:(1) 仅在美式右舵数据上训练的基线模型;(2) 在翻转的美国数据上训练;(3) 在美国数据上预训练后微调于澳大利亚数据;(4) 在翻转美国数据上预训练后微调于澳大利亚数据。通过显著性分析评估注意力分布变化,结果表明:单独使用翻转数据预训练会因特征表示错位导致预测不稳定,但若后续进行微调,则能显著提升适应性,降低预测误差,并增强对左侧道路线索的关注。为验证普适性,相同实验在ResNet上复现,结果趋势一致。研究强调了翻转数据预训练结合微调的预处理策略,在最小重训成本下有效提升模型跨域适应能力。
原文摘要 · Abstract (English)
Domain adaptation is required for automated driving models to generalize well across diverse road conditions. This paper explores a training method for domain adaptation to adapt PilotNet, an end-to-end deep learning-based model, for left-hand driving conditions using real-world Australian highway data. Four training methods were evaluated: (1) a baseline model trained on U.S. right-hand driving data, (2) a model trained on flipped U.S. data, (3) a model pretrained on U.S. data and then fine-tuned on Australian highways, and (4) a model pretrained on flipped U.S. data and then finetuned on Australian highways. This setup examines whether incorporating flipped data enhances the model adaptation by providing an initial left-hand driving alignment. The paper compares model performance regarding steering prediction accuracy and attention, using saliency-based analysis to measure attention shifts across significant road regions. Results show that pretraining on flipped data alone worsens prediction stability due to misaligned feature representations, but significantly improves adaptation when followed by fine-tuning, leading to lower prediction error and stronger focus on left-side cues. To validate this approach across different architectures, the same experiments were done on ResNet, which confirmed similar adaptation trends. These findings emphasize the importance of preprocessing techniques, such as flipped-data pretraining, followed by fine-tuning to improve model adaptation with minimal retraining requirements.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。