← Back to Index
Daily Autonomous Driving Research Digest

AutoDrive Papers

2026-08-05
10
Papers
5
Topics
10
Translated

感知

4
感知 / 1 / 2608.03490

Lightweight 3D Object Detection via Mamba-Based Knowledge Distillation

基于Mamba的知识蒸馏轻量级3D物体检测
Quoc Cuong Ninh, Huy Xuan Pham, Anh Tung Nguyen, Dinh Hoan Trinh
cs.RO · cs.CV
Abstract
3D object detection using light detection and ranging (LiDAR) sensors requires a balance between accuracy and computational efficiency for onboard perception in autonomous driving and robotic navigation. Many existing LiDAR-based detection methods employ complex architectures to extract features, integrating large amounts of contextual information to enhance accuracy. This often results in significant computational costs, leading to suboptimal performance on resource-constrained embedded devices. In this study, we propose a knowledge distillation framework that transfers object-level voxel representations from a strong teacher model to lightweight student models through selective voxel-space feature alignment. Taking advantage of the linear-time sequence model with selective state spaces (Mamba), we design a multi-branch Mamba teacher backbone and a box-aware feature transfer mechanism that aligns spatially corresponding voxel features between teacher and student networks through a Mamba-based projection module. Experimental results on both a public dataset and real-world data show that our approach significantly reduces computational load while maintaining competitive accuracy compared with state-of-the-art methods.
Chinese Translation
使用激光雷达(LiDAR)传感器进行3D物体检测需要在自主驾驶和机器人导航的车载感知中实现准确性与计算效率之间的平衡。许多现有的基于LiDAR的检测方法采用复杂的架构来提取特征,整合大量上下文信息以提高准确性。这通常导致显著的计算成本,从而在资源受限的嵌入式设备上表现不佳。在本研究中,我们提出了一种知识蒸馏框架,通过选择性体素空间特征对齐,将对象级体素表示从强教师模型转移到轻量级学生模型。利用具有选择性状态空间的线性时间序列模型(Mamba),我们设计了一个多分支Mamba教师主干和一个盒子感知特征转移机制,通过基于Mamba的投影模块对教师和学生网络之间空间对应的体素特征进行对齐。我们在公共数据集和真实世界数据上的实验结果表明,我们的方法在保持与最先进方法竞争的准确性的同时,显著降低了计算负担。
感知 / 2 / 2608.03216

iFAN: Inference-Aware Learning for Plain Mask Transformers

iFAN:面向推理的普通掩膜变换器学习
Fang Li, Yu He, Haoyang Tong, Lichen Ma, Jingling Fu, Wenxiao Fan, Tongxuan Liu, Luohang Liu, Ke Zhang, Junshi Huang
cs.CV
Abstract
Query-based mask transformers assemble segmentation outputs through pixel-wise competition among query predictions of the final layer, yet this inference process is not explicitly optimized during training. We identify two key mismatches: the query with the highest probability-mask score does not necessarily produce the most accurate mask, and final-layer decoding may discard superior predictions from intermediate layers. To address these issues, we propose Inference-Aware Learning (iFAN), a general training framework for plain mask transformers. iFAN introduces Adjusted Probability-Mask Ranking (APMR), which aligns query competition with predicted mask quality and suppresses high-confidence but inaccurate competitors. We further employ Cross-Layer Self-Distillation (CLSD) to transfer stronger intermediate predictions to the final layer. The ranking and distillation objectives are training-only, while inference retains efficient final-layer decoding. Experiments on COCO, ADE20K, and Cityscapes demonstrate consistent improvements across panoptic, instance, and semantic segmentation, as well as across different architectures, backbone scales, and input resolutions. Overall, iFAN improves performance by an average of 1.20 PQ, 1.30 AP, and 0.63 mIoU, with negligible additional parameters, FLOPs and inference latency.
Chinese Translation
基于查询的掩膜变换器通过最终层的查询预测之间的逐像素竞争来组装分割输出,然而这一推理过程在训练期间并未得到明确优化。我们识别出两个关键的不匹配:具有最高概率-掩膜分数的查询不一定产生最准确的掩膜,最终层解码可能会丢弃来自中间层的优越预测。为了解决这些问题,我们提出了面向推理的学习(Inference-Aware Learning, iFAN),这是一个针对普通掩膜变换器的通用训练框架。iFAN引入了调整后的概率-掩膜排名(Adjusted Probability-Mask Ranking, APMR),该方法将查询竞争与预测掩膜质量对齐,并抑制高置信度但不准确的竞争者。我们进一步采用跨层自蒸馏(Cross-Layer Self-Distillation, CLSD)将更强的中间预测转移到最终层。排名和蒸馏目标仅在训练中使用,而推理则保留高效的最终层解码。在COCO、ADE20K和Cityscapes上的实验表明,在全景、实例和语义分割方面,以及在不同架构、主干网络规模和输入分辨率下,均实现了一致的改进。总体而言,iFAN平均提高了1.20 PQ、1.30 AP和0.63 mIoU,且附加参数、FLOPs和推理延迟微不足道。
感知 / 3 / 2608.03407

Distilled Roads: Generalisable Road Network Extraction Across Sensors, Resolutions, and Region

提炼道路:跨传感器、分辨率和区域的可推广道路网络提取
Sanayya, Rakshith Sathish, Ashwathi Nambiar
cs.CV · cs.AI · cs.LG
Abstract
Road network segmentation from satellite imagery remains challenging due to large geographic variation in road appearance, occlusions, and domain shifts introduced by differing resolutions and sensors. Existing models, typically trained under narrow resolution--region combinations, generalise poorly to unseen environments such as rural settings, regions with distinct road materials, or imagery from new satellite platforms, often producing broken or disconnected predictions. Adapting these models to new domains usually requires retraining or fine-tuning, which is costly and risks catastrophic forgetting. In this work, we reframe global road extraction as a continual adaptation problem rather than an architectural one. Our framework combines cross-resolution knowledge distillation across a resolution-decreasing curriculum, multi-sensor training, and topology-aware supervision, yielding a single model that generalises across $0.3-1.0$ m imagery from multiple satellite platforms across continents. On publicly available benchmarks, including City-Scale and Global-Scale, our model outperforms state-of-the-art results by up to $22$ F1 points and $15$ APLS points, while remaining the most efficient, with $3\times$ faster inference. Our results suggest that improved robustness across diverse sub-meter satellite imagery can be achieved through targeted training strategies, such as data curricula, distillation, and topology-aware losses, rather than increasingly complex architectures.
Chinese Translation
从卫星影像中进行道路网络分割仍然面临挑战,这主要是由于道路外观的地理差异、遮挡以及不同分辨率和传感器引入的领域转移。现有模型通常在狭窄的分辨率-区域组合下训练,难以在未见环境中进行推广,例如乡村环境、具有不同道路材料的区域或来自新卫星平台的影像,常常产生断裂或不连贯的预测。将这些模型适应于新领域通常需要重新训练或微调,这既成本高昂又存在灾难性遗忘的风险。在本研究中,我们将全球道路提取重新框定为一个持续适应问题,而非架构问题。我们的框架结合了跨分辨率知识蒸馏、逐步降低分辨率的课程、多传感器训练和拓扑感知监督,生成一个能够在来自多个卫星平台的 $0.3-1.0$ 米影像上进行推广的单一模型。在公开可用的基准测试中,包括城市规模和全球规模,我们的模型在 F1 分数上比最先进的结果提高了多达 $22$ 点,在 APLS 分数上提高了 $15$ 点,同时保持了最高的效率,推理速度提高了 $3 imes$。我们的结果表明,通过有针对性的训练策略,如数据课程、蒸馏和拓扑感知损失,可以在多样的亚米级卫星影像中实现更好的鲁棒性,而不是依赖于日益复杂的架构。
感知 / 4 / 2608.03895

NCGR: Noise-Conditional Gated Rectification for Camera Extrinsic Perturbations in BEV 3D Object Detection

NCGR:用于鸟瞰视图(BEV)3D物体检测中相机外部扰动的噪声条件门控整流
Wenbin Pan, Wanhao Liu, Liwei Luo, Panshuo Li, Yong Xu, Renquan Lu
cs.CV
Abstract
Camera-based bird's-eye-view (BEV) 3D detection typically assumes accurate and fixed camera extrinsics. In detectors using spatial cross-attention (SCA), extrinsic perturbations displace the image-plane projections of BEV reference points, causing queries to sample features from incorrect regions and degrading detection performance. To address this failure mode, Noise-Conditional Gated Rectification (NCGR) is proposed to compensate for projection errors without explicitly estimating a full six-degree-of-freedom extrinsic correction. For each query-camera pair, a 2D rectification offset is predicted and modulated by a camera-level gate to rectify the base projection before native deformable sampling. During training, the perturbation-derived quantities used to construct the condition and gate are gradually replaced through scheduled interpolation by counterparts generated from an auxiliary scalar predicted from camera features. This transition enables blind inference without perturbation metadata. During training, a weight-shared clean-teacher/perturbed-student pair is used, and the rectification module is supervised by a BEV-consistency objective between the two branches. NCGR is evaluated on nuScenes with simulated dynamic and static extrinsic perturbations. In a five-camera dynamic stress test, NCGR achieves 39.69% NDS, compared with 28.00% for BEVFormer and 33.23% for CAPE. Under clean extrinsics, NCGR maintains performance comparable to that of BEVFormer.
Chinese Translation
基于相机的鸟瞰视图(BEV)3D检测通常假设相机外部参数准确且固定。在使用空间交叉注意力(SCA)的检测器中,外部扰动会使BEV参考点的图像平面投影发生位移,从而导致查询从错误区域采样特征,降低检测性能。为了解决这一失败模式,提出了噪声条件门控整流(NCGR),以补偿投影误差,而无需显式估计完整的六自由度外部校正。对于每个查询-相机对,预测一个2D整流偏移,并通过相机级别的门控进行调制,以在本地可变采样之前整流基础投影。在训练过程中,用于构建条件和门控的扰动派生量通过调度插值逐渐被从相机特征生成的辅助标量的对应物替代。这一过渡使得在没有扰动元数据的情况下进行盲推理成为可能。在训练中,使用权重共享的干净教师/扰动学生对,并通过两个分支之间的BEV一致性目标对整流模块进行监督。NCGR在nuScenes上进行了评估,测试了模拟的动态和静态外部扰动。在五个相机的动态压力测试中,NCGR达到了39.69%的NDS,而BEVFormer为28.00%,CAPE为33.23%。在干净的外部参数下,NCGR保持了与BEVFormer相当的性能。

深度/几何

2
深度/几何 / 1 / 2608.03618

Geospatial-Prior Guidance for 3D Semantic Scene Completion

基于地理空间先验的三维语义场景补全
Meng Wang, Shougao Zhang, Wenzhe He, Ruihui Li, Nan Hu, Zhuo Tang, Kenli Li
cs.CV
Abstract
Inferring complete 3D geometry and semantics from onboard images remains challenging because occlusions and restricted fields of view leave large scene regions underconstrained. Although satellite imagery provides wide-area context, appearance cues alone offer limited structural guidance and may be unreliable because of spatial or temporal discrepancies. We present GeoScene, a geospatially guided framework that jointly uses satellite imagery and structured OpenStreetMap cues as soft priors for 3D semantic scene completion. GeoScene learns complementary voxel-wise reliability weights for onboard observations and geospatial guidance, and uses them to control feature refinement in observed and unobserved regions. This design preserves local visual evidence while exploiting large-scale road and building structure beyond onboard visibility. Experiments on SemanticKITTI and SSCBench-KITTI-360 demonstrate that GeoScene consistently improves both geometric and semantic completion under the geospatial-prior-assisted setting, with the most pronounced benefits for large-scale static and geospatially structured classes.
Chinese Translation
从车载图像推断完整的三维几何形状和语义仍然具有挑战性,因为遮挡和受限的视野使得大场景区域处于欠约束状态。尽管卫星图像提供了广域上下文,但单靠外观线索提供的结构指导有限,并且由于空间或时间差异可能不可靠。我们提出了GeoScene,一个地理空间引导框架,联合利用卫星图像和结构化的OpenStreetMap线索作为三维语义场景补全的软先验。GeoScene学习车载观测和地理空间引导的互补体素级可靠性权重,并利用这些权重控制观察和未观察区域的特征精细化。该设计在保留局部视觉证据的同时,利用超出车载可见性的广域道路和建筑结构。对SemanticKITTI和SSCBench-KITTI-360的实验表明,在地理空间先验辅助的设置下,GeoScene在几何和语义补全方面始终表现出改善,尤其对大规模静态和地理空间结构化类别的益处最为显著。
深度/几何 / 2 / 2608.03666

XiDepth: a Lightweight and Efficient Network for Self-supervised Monocular Depth Estimation

XiDepth:一种轻量高效的自监督单目深度估计网络
Elena Izzo, Riccardo Toniolo, Lamberto Ballan
cs.CV
Abstract
Self-supervised monocular depth estimation has emerged as an appealing solution to design lightweight and effective models for deployment on computationally constrained devices due to its reduced reliance on expensive depth sensors. By eliminating the need for ground-truth annotations and leveraging the simplicity of monocular camera setups, this approach facilitates cost-effective data collection and broad applicability across fields such as computer vision and robotics. A critical challenge is achieving resource-efficient neural networks without compromising the overall performance. State-of-the-art models generally adopt depth-wise convolutions and attention mechanisms; however, these functions often incur high energy costs and face compatibility issues in embedded environments. To address this, we propose XiDepth, a lightweight architecture based on the XiNet operator block, designed to enhance feature extraction while maintaining low computational complexity and energy demand. On the KITTI dataset, XiDepth achieves state-of-the-art performance with only 0.8M parameters. Tests on a Raspberry Pi 4 further confirm its suitability for real-world embedded applications, reducing FLOPs by 40% and energy consumption by 35% compared to leading methods.
Chinese Translation
自监督单目深度估计因其对昂贵深度传感器的依赖减少,已成为设计轻量且有效模型以在计算资源受限设备上部署的一个吸引人的解决方案。通过消除对真实标注的需求并利用单目相机设置的简单性,该方法促进了成本效益高的数据收集,并在计算机视觉和机器人等领域具有广泛的适用性。一个关键挑战是实现资源高效的神经网络,而不影响整体性能。现有的最先进模型通常采用深度卷积和注意力机制;然而,这些功能往往会产生高能耗,并在嵌入式环境中面临兼容性问题。为了解决这一问题,我们提出了XiDepth,一种基于XiNet操作块的轻量架构,旨在增强特征提取,同时保持低计算复杂度和能量需求。在KITTI数据集上,XiDepth以仅0.8M的参数量实现了最先进的性能。在Raspberry Pi 4上的测试进一步确认了其在现实嵌入式应用中的适用性,与领先方法相比,FLOPs减少了40%,能耗降低了35%。

预测/规划

2
预测/规划 / 1 / 2608.03521

Pivot-Centric Trajectory Prediction: Bridging Long Horizons via Dynamical Guidance

以枢轴为中心的轨迹预测:通过动态引导连接长时间预测
Xiucong Zhao, Jindong Tian, Hao Miao
cs.RO · cs.AI
Abstract
Forecasting precise future motion of surrounding agents is essential for reliable autonomous vehicles. However, as the demand for longer prediction horizons increases, existing endpoint-completion or iterative-refine methods increasingly struggle with weak guidance and compounding errors. To tackle the long-horizon prediction challenge, we propose Pivot-Centric Trajectory Prediction (PCTP). By introducing ``pivots'' and focusing on predicting pivot points along extended trajectories, we divide the long-term prediction task into short-term sub-tasks at various scales. Specifically, PCTP decouples the long-term trajectory predicting process into two processes: pivot prediction and pivot-based trajectory refinement. The pivot prediction process aims to utilize global map context and agent-to-agent interactions to identify these ``pivot points'', while the pivot-based trajectory refinement process focuses on local map details and refines the short-term trajectory based on predicted ``pivot points''. Compared with existing methods, PCTP provides more intermediate guidance while reducing compounding errors. Moreover, PCTP is a flexible approach that can be integrated into most state-of-the-art trajectory prediction models. Experimental results show that PCTP improves the prediction accuracy of leading models on both Argoverse I and Argoverse II datasets with minimal impact on model size. Specifically, PCTP combined with QCNet outperforms all published ensemble-free methods on the Argoverse II leaderboard at submission.
Chinese Translation
准确预测周围代理的未来运动对于可靠的自动驾驶车辆至关重要。然而,随着对更长预测时间范围的需求增加,现有的端点完成或迭代优化方法在弱引导和累积误差方面越来越难以应对。为了解决长时间预测的挑战,我们提出了以枢轴为中心的轨迹预测(Pivot-Centric Trajectory Prediction, PCTP)。通过引入“枢轴”并专注于预测沿扩展轨迹的枢轴点,我们将长期预测任务分解为不同尺度的短期子任务。具体而言,PCTP将长期轨迹预测过程解耦为两个过程:枢轴预测和基于枢轴的轨迹细化。枢轴预测过程旨在利用全局地图上下文和代理间的互动来识别这些“枢轴点”,而基于枢轴的轨迹细化过程则关注局部地图细节,并根据预测的“枢轴点”细化短期轨迹。与现有方法相比,PCTP提供了更多的中间引导,同时减少了累积误差。此外,PCTP是一种灵活的方法,可以集成到大多数最先进的轨迹预测模型中。实验结果表明,PCTP在Argoverse I和Argoverse II数据集上提高了领先模型的预测准确性,对模型大小的影响最小。具体而言,PCTP与QCNet结合在Argoverse II排行榜上超越了所有已发布的无集成方法。
预测/规划 / 2 / 2608.03084

SUV: Future Scene Understanding as Video Generation for End-to-End Driving

SUV:将未来场景理解视为端到端驾驶的视频生成
Yibo Yuan, Jiacheng Fu, Jiangtong Zhu, Yi Li, Jianhua Han, Meng Tian, Zhuohan Liu, Zhiwei Xiong, Hang Xu, Jianwu Fang, Jianru Xue
cs.CV
Abstract
End-to-end driving requires a coherent understanding of future scenes, yet existing methods model these scenes using task-specific heads and output formats, with limited scalability. Can video generation instead provide a shared predictor? We introduce SUV, a unified end-to-end driving framework that casts future Scene Understanding as Video generation using a pretrained video foundation model. SUV models future appearance, semantics, relative depth, and instance-level dynamics as video streams with a shared video expert, without stream-specific visual prediction heads. Through joint video-action attention, the action expert attends to the latent representations of all future streams and generates the ego trajectory. Experiments show that SUV directly predicts all four future streams, while controlled ablations show that structured future supervision and direct future-stream access yield higher trajectory planning scores. With only a single front camera and no candidate-trajectory selection, SUV outperforms a broad set of recent state-of-the-art methods on both NAVSIM-v2 splits, achieving 91.0 EPDMS on navtest and 36.9 on navhard. On the long-tail WOD-E2E benchmark, SUV achieves a competitive RFS of 7.94.
Chinese Translation
端到端驾驶需要对未来场景进行连贯的理解,然而现有方法使用特定任务的头部和输出格式来建模这些场景,具有有限的可扩展性。那么,视频生成是否可以提供一个共享的预测器呢?我们提出了SUV,一个统一的端到端驾驶框架,将未来场景理解视为使用预训练视频基础模型的视频生成。SUV将未来的外观、语义、相对深度和实例级动态建模为视频流,并使用共享的视频专家,而不需要特定于流的视觉预测头。通过联合视频-动作注意力,动作专家关注所有未来流的潜在表示,并生成自我轨迹。实验表明,SUV可以直接预测所有四个未来流,而控制性消融实验显示,结构化的未来监督和直接的未来流访问可以提高轨迹规划得分。在仅使用单个前置摄像头且不进行候选轨迹选择的情况下,SUV在NAVSIM-v2的两个分割上超越了一系列最新的先进方法,在navtest上达到91.0 EPDMS,在navhard上达到36.9。在长尾WOD-E2E基准测试中,SUV实现了竞争力的RFS得分7.94。

世界模型/生成

1
世界模型/生成 / 1 / 2608.03330

Long-term Traffic Scene Prediction via Polynomial Representations in Autonomous Driving

基于多项式表示的长期交通场景预测在自动驾驶中的应用
Yue Yao
cs.AI
Abstract
This thesis addresses fundamental challenges in traffic scene prediction for autonomous driving by introducing robust and computationally efficient models based on polynomial representations. While conventional sequence-based representations often struggle with noise and generalization, this work demonstrates that polynomial representations offer significant advantages in computational efficiency, generalization, and prediction plausibility. Through theoretical analysis and empirical validation, this thesis demonstrates that moderate-degree polynomials capture real-world motion dynamics with high fidelity without constraining predictive performance. Building on this foundation, a prediction model representing both trajectories and map geometry with polynomial representations achieves near state-of-the-art accuracy on standard benchmarks while substantially improving generalization under distribution shift. Extending this concept, a diffusion- based generative framework enables multi-agent scene generation, producing traffic continuations that are more plausible and kinematically consistent than those generated by conventional baselines. Evaluations on the Argoverse 2 and Waymo Open datasets confirm that polynomial representations reduce computational cost, enhance cross-dataset generalization, and yield smoother trajectories and higher behavioral plausibility. The findings reveal that standard in-distribution evaluation and regression-based metrics may fail to reflect true model generalization and prediction plausibility. By providing theoretical justification and empirical validation, this dissertation estab- lishes polynomial trajectory representations as an efficient, expressive, and generalizable foundation for traffic scene prediction in safety critical autonomous driving.
Chinese Translation
本论文通过引入基于多项式表示的稳健且计算高效的模型,解决了自动驾驶中交通场景预测的基本挑战。尽管传统的基于序列的表示往往在噪声和泛化方面存在困难,但本研究表明,多项式表示在计算效率、泛化能力和预测合理性方面具有显著优势。通过理论分析和实证验证,本文证明中等度数的多项式能够高保真地捕捉现实世界的运动动态,而不限制预测性能。在此基础上,采用多项式表示的预测模型同时表示轨迹和地图几何,在标准基准测试中实现了接近最先进的准确性,并在分布转移下显著提高了泛化能力。扩展这一概念,基于扩散的生成框架实现了多智能体场景生成,产生的交通延续比传统基线生成的更加合理且运动学一致。对Argoverse 2和Waymo Open数据集的评估确认,多项式表示降低了计算成本,增强了跨数据集的泛化能力,并产生了更平滑的轨迹和更高的行为合理性。研究结果揭示,标准的分布内评估和基于回归的指标可能无法真实反映模型的泛化能力和预测合理性。通过提供理论依据和实证验证,本论文确立了多项式轨迹表示作为安全关键自动驾驶中交通场景预测的高效、表达性强且具有良好泛化能力的基础。

安全/异常

1
安全/异常 / 1 / 2608.02953

RealWeather: Realistic and Scene-Faithful Weather Translation with Driving World Models

RealWeather:基于驾驶世界模型的真实场景天气翻译
Yuwei Ning, Liangzhi Wang, Yi Xiao, Zhenhua Wu, Yun Pang, Mingkun Chan, Jichang Li, Guanbin Li
cs.CV
Abstract
Realistic weather translation is valuable for developing and evaluating autonomous driving systems, yet collecting paired videos of the same scenes under different weather conditions at scale is impractical. Existing methods therefore rely on synthetic data, 3D weather editing, or geometry-conditioned generation, often compromising weather realism or scene fidelity. We propose RealWeather, a driving world model for both realistic and scene-faithful weather translation. Our key idea is to learn authentic weather dynamics directly from real-world videos. Specifically, RealWeather employs Progressive Realism Bootstrapping, an iterative data-refinement strategy. Assisted by an auxiliary Pseudo-Clear Generation pipeline, training initially starts with pseudo-style conditioning videos. As training proceeds, these inputs are progressively replaced with increasingly realistic videos generated by the model itself. This strategy bridges the pseudo-to-real domain gap, allowing the model to adapt seamlessly to real-world input distributions and naturally support bidirectional clear adverse translation. Furthermore, to strictly enforce structural integrity and suppress hallucinations, we introduce Scene-Fidelity RL Optimization, a reward-driven policy optimization strategy that explicitly penalizes alterations to safety-critical driving elements. Extensive experiments demonstrate that RealWeather significantly outperforms existing methods in visual realism and structural preservation, while enabling robust long-tail weather scenario generation and strong zero-shot out-of-distribution generalization.
Chinese Translation
真实的天气翻译对于开发和评估自动驾驶系统具有重要价值,但在不同天气条件下收集同一场景的配对视频在规模上是不切实际的。因此,现有方法通常依赖于合成数据、3D天气编辑或几何条件生成,往往妥协了天气的真实感或场景的保真度。我们提出了RealWeather,一种用于真实且场景保真的天气翻译的驾驶世界模型。我们的关键思想是直接从真实世界视频中学习真实的天气动态。具体而言,RealWeather采用渐进真实引导(Progressive Realism Bootstrapping),这是一种迭代的数据精炼策略。在辅助伪清晰生成(Pseudo-Clear Generation)管道的帮助下,训练最初从伪风格条件视频开始。随着训练的进行,这些输入逐渐被模型自身生成的越来越真实的视频所替代。这一策略弥合了伪域与真实域之间的差距,使模型能够无缝适应真实世界的输入分布,并自然支持双向的清晰与恶劣天气翻译。此外,为了严格维护结构完整性并抑制幻觉,我们引入了场景保真强化学习优化(Scene-Fidelity RL Optimization),这是一种奖励驱动的策略优化策略,明确惩罚对安全关键驾驶元素的修改。大量实验表明,RealWeather在视觉真实感和结构保留方面显著优于现有方法,同时能够生成强健的长尾天气场景,并具备强大的零样本分布外泛化能力。