← Back to Index
Daily Autonomous Driving Research Digest

AutoDrive Papers

2026-08-03
4
Papers
4
Topics
4
Translated

BEV/Occupancy

1
BEV/Occupancy / 1 / 2607.29237

CorrelationFlow: A Training-Free Geometric Approach for LiDAR Scene Flow Estimation

CorrelationFlow:一种无训练的几何方法用于LiDAR场景流估计
Minh-Quan Dao, Yancong Lin, Julie Stephany Berrio Perez, Holger Caesar
cs.CV · cs.RO
Abstract
LiDAR scene flow estimation has settled into a monoculture: nearly all recent methods share the same feed-forward architecture and the same family of self-supervised losses, inheriting each other's assumptions, and each other's blind spots. When those assumptions fail, as they do for sparse, distant, or fast-moving objects, every method built on them fails together, and adding parameters or simulated training data does not fix what the formulation itself gets wrong. This paper takes the opposite path. We present CorrelationFlow, a training-free geometric framework that reduces scene flow to two textbook operations: connected-component labeling and correlation maximization on bird's-eye-view occupancy images. Objects are isolated as spatio-temporal connected components, their motions recovered as correlation peaks, and the resulting velocities propagated to all member points. However, this dense correlation evaluates every candidate displacement of every cluster and requires a window of past sweeps; therefore, we develop a sparse counterpart that operates on a single sweep pair by matching lightweight occupancy descriptors at boundary key points. Because nothing is trained, nothing is inherited: on the multi-domain test set of the Argoverse 2 2026 Scene Flow Challenge, spanning five datasets with heterogeneous sensors and platforms, CorrelationFlow ranked second among unsupervised methods and degrades most gracefully at long range, where the shared assumptions of learned methods break down. Our results suggest that a substantial share of the scene flow problem is solvable by classical computer vision, and that progress may require questioning the formulation, not scaling it.
Chinese Translation
LiDAR场景流估计已经进入了一种单一化的状态:几乎所有近期的方法都共享相同的前馈架构和相同类型的自监督损失,继承了彼此的假设和盲点。当这些假设失效时,例如在稀疏、远距离或快速移动的物体上,基于这些假设构建的每种方法都会一起失效,而增加参数或模拟训练数据并不能修正公式本身的错误。本文采取了相反的路径。我们提出了CorrelationFlow,这是一种无训练的几何框架,将场景流简化为两个教科书操作:连通组件标记和在鸟瞰图占用图像上的相关性最大化。物体被孤立为时空连通组件,其运动被恢复为相关性峰值,结果速度传播到所有成员点。然而,这种密集的相关性评估每个聚类的每个候选位移,并需要过去扫面的窗口;因此,我们开发了一种稀疏对应方法,通过在边界关键点匹配轻量级占用描述符,在单一扫面对上进行操作。由于没有经过训练,因此没有任何东西被继承:在Argoverse 2 2026场景流挑战的多领域测试集中,涵盖了五个具有异构传感器和平台的数据集,CorrelationFlow在无监督方法中排名第二,并且在长距离时表现最为优雅,此时学习方法的共享假设会崩溃。我们的结果表明,场景流问题的很大一部分可以通过经典计算机视觉解决,而进展可能需要质疑公式,而不是扩展它。

预测/规划

1
预测/规划 / 1 / 2607.29031

Auto-JEPA: A Latent World Model of Continuous Intent for End-to-End Autonomous Driving

Auto-JEPA:一种用于端到端自主驾驶的连续意图潜在世界模型
Jiwei Yang, Zhengxian Chen, Chaosheng Huang, Jun Li
cs.RO · cs.AI
Abstract
Existing autonomous-driving world models typically perform dense prediction of future videos, occupancy states, BEV representations, or agent motion. We argue that planning need not reconstruct the complete future world, but only focus on scene features that affect future ego action. Based on this perspective, we propose Auto-JEPA, an action-oriented latent world model that learns continuous future driving intent through joint-embedding prediction. Given visual observations, egomotion history, and navigation commands, Auto-JEPA predicts an intent embedding aligned with the latent representation of the future ego trajectory. The predicted intent retrieves executable trajectories from a fixed trajectory memory, which are then ranked by a scene-conditioned candidate selection module. Auto-JEPA keeps the visual encoder frozen, requires no explicit perception annotations, and uses no learned trajectory generator. By optimizing only task-specific modules for trajectory representation, intent prediction, and candidate selection, Auto-JEPA achieves 91.3 PDMS on NAVSIM v1 and 89.1 EPDMS on NAVSIM v2. Semantic occlusion experiments show that masking dynamic-agent regions induces an average intent change 2.97x that of equal-area random masking. Moreover, occluding vehicles that affect future driving substantially changes the predicted intent and selected trajectory, whereas both remain essentially unchanged when non-influential vehicles are occluded. These results show that future-intent prediction encourages the model to focus on planning-relevant visual features and supports high-quality planning without dense future-world modeling.
Chinese Translation
现有的自主驾驶世界模型通常对未来视频、占用状态、鸟瞰视图(BEV)表示或代理运动进行密集预测。我们认为,规划不必重建完整的未来世界,而只需关注影响未来自我行为的场景特征。基于这一观点,我们提出了Auto-JEPA,一种面向行动的潜在世界模型,通过联合嵌入预测学习连续的未来驾驶意图。给定视觉观测、自我运动历史和导航指令,Auto-JEPA预测与未来自我轨迹的潜在表示对齐的意图嵌入。预测的意图从固定轨迹记忆中检索可执行轨迹,然后通过场景条件候选选择模块进行排序。Auto-JEPA保持视觉编码器不变,不需要显式的感知注释,也不使用学习的轨迹生成器。通过仅优化任务特定模块以进行轨迹表示、意图预测和候选选择,Auto-JEPA在NAVSIM v1上达到了91.3的PDMS,在NAVSIM v2上达到了89.1的EPDMS。语义遮挡实验表明,遮挡动态代理区域会导致平均意图变化为等面积随机遮挡的2.97倍。此外,遮挡影响未来驾驶的车辆会显著改变预测的意图和选择的轨迹,而当遮挡无影响的车辆时,两者基本保持不变。这些结果表明,未来意图预测促使模型专注于与规划相关的视觉特征,并支持高质量的规划,而无需密集的未来世界建模。

端到端驾驶

1
端到端驾驶 / 1 / 2607.29052

Outcome-Guided Distillation: A Teacher-Student Framework to Advance VLM Reasoning in Autonomous Driving

基于结果指导的蒸馏:推动自主驾驶中视觉-语言模型推理的教师-学生框架
Zeyu Dong, Yimin Zhu, Yu Wu, Yu Sun
cs.RO
Abstract
End-to-end (E2E) autonomous driving aims to learn a direct mapping from visual observations to control actions. However, these E2E models often act as black boxes and struggle with complex scenarios. To address this, recent works incorporate Vision-Language Models (VLMs) to provide explicit reasoning, enhancing both interpretability and driving robustness. These approaches typically rely on pre-generated annotations, which suffer from potentially flawed labels and require costly human labor. In this work, we propose a new framework that integrates structured reasoning and geometric precision through a teacher-student architecture. The teacher model introduces reflective reasoning, where the VLM generates logical explanations and then reflectively refines the reasoning under the supervision of ground-truth action. This enhances zero-shot generalization without intermediate labels. The student model distills the teacher's reasoning capabilities via supervised fine-tuning. We also design a separate waypoint decoder that interprets textual reasoning into continuous trajectories. Our proposed solution integrates two goals: providing explicit reasoning for interpretability and delivering robust and accurate driving performance. It leverages the synergy between these two objectives within a staged inference engine to enhance driving performance and explicitly uses the reasoning to guide driving prediction. Evaluated on Waymo benchmarks, our framework outperforms classical reasoning-based baselines in zero-shot reasoning, waypoint accuracy, and inference efficiency. Our experiments validate this design, demonstrating that the reasoning text makes a significant contribution to driving inference, resulting in around a 24% improvement in performance compared to an identical model that lacks reasoning. Our work advances reasoning-driven autonomous driving toward interpretable and deployable systems.
Chinese Translation
端到端(E2E)自主驾驶旨在学习从视觉观测到控制动作的直接映射。然而,这些E2E模型往往表现为黑箱,难以应对复杂场景。为了解决这个问题,最近的研究将视觉-语言模型(VLMs)纳入其中,以提供明确的推理,从而增强可解释性和驾驶鲁棒性。这些方法通常依赖于预生成的注释,而这些注释可能存在缺陷标签,并且需要昂贵的人力劳动。在本研究中,我们提出了一种新框架,通过教师-学生架构整合结构化推理和几何精度。教师模型引入反思性推理,其中VLM生成逻辑解释,然后在真实动作的监督下反思性地完善推理。这增强了零样本泛化能力,而无需中间标签。学生模型通过监督微调提炼教师的推理能力。我们还设计了一个独立的航点解码器,将文本推理解释为连续轨迹。我们提出的解决方案整合了两个目标:提供明确的推理以增强可解释性,并提供鲁棒且准确的驾驶性能。它利用这两个目标之间的协同作用,在分阶段推理引擎中提升驾驶性能,并明确使用推理来指导驾驶预测。在Waymo基准测试中,我们的框架在零样本推理、航点准确性和推理效率方面优于经典的基于推理的基线。我们的实验验证了这一设计,表明推理文本对驾驶推理做出了显著贡献,与缺乏推理的相同模型相比,性能提升约24%。我们的工作推动了以推理为驱动的自主驾驶朝着可解释和可部署的系统发展。

安全/异常

1
安全/异常 / 1 / 2607.29517

STAGE: STyle-controllable Action GEneration for personalized autonomous driving

STAGE:可控风格的个性化自动驾驶动作生成
Zihao Liu, Xing Liu, Yizhai Zhang, Panfeng Huang
cs.RO · cs.HC
Abstract
Driving style refers to the behavioral preferences that drivers maintain during driving, shaped by their diverse experiences, habits, and needs, and is typically reflected in varying levels of aggressiveness. If humans choose to use autonomous driving systems, they would expect the driving style of the systems to closely resemble their own habit. However, this is challenging for current industrial autonomous driving systems. To address this, we developed a style controllable action generation method, STAGE, for driving tasks. Its training process is based on imitation learning, incorporating both style value and latent value action modality encoding. Preference learning is then used to identify the user's driving style as a continuous, monotonic style value. And to reduce the cost of human involvement in the preference training process, we also developed a set of rules to compare driving style in data pairs. Then, during inference, the user inputs the style value to control the generated action patterns, dynamically meeting the user's expectations. Using the STAGE method, we verified that the style-controlled action generation results in several typical road scenarios significantly align with human expectations. Furthermore, through comparisons between the STAGE method and various other approaches, we reveal the unique functionalities of STAGE, including its style controllability, style continuity, driving style alignment capability and driving safety. The code for this work is available at: https://github.com/CarlDegio/STAGE
Chinese Translation
驾驶风格是指驾驶者在驾驶过程中保持的行为偏好,这些偏好受到他们多样的经验、习惯和需求的影响,通常表现为不同程度的攻击性。如果人们选择使用自动驾驶系统,他们希望系统的驾驶风格能够与自己的习惯紧密相似。然而,这对当前的工业自动驾驶系统来说是一个挑战。为了解决这个问题,我们开发了一种可控风格的动作生成方法STAGE,适用于驾驶任务。其训练过程基于模仿学习,结合了风格值和潜在值的动作模态编码。接着,采用偏好学习来识别用户的驾驶风格,作为一个连续的单调风格值。为了减少人类参与偏好训练过程的成本,我们还制定了一套规则来比较数据对中的驾驶风格。然后,在推理过程中,用户输入风格值以控制生成的动作模式,动态满足用户的期望。使用STAGE方法,我们验证了风格控制的动作生成在多个典型道路场景中显著符合人类的期望。此外,通过将STAGE方法与其他多种方法进行比较,我们揭示了STAGE的独特功能,包括其风格可控性、风格连续性、驾驶风格对齐能力和驾驶安全性。本研究的代码可在以下网址获取:https://github.com/CarlDegio/STAGE