← Back to Index
Daily Autonomous Driving Research Digest

AutoDrive Papers

2026-07-20
6
Papers
5
Topics
6
Translated

感知

2
感知 / 1 / 2607.16012

DPNeXt: A Lightweight Multi-Scale Feature Fusion Framework for Efficient ViT-Based Multi-Task Dense Prediction

DPNeXt:一种轻量级多尺度特征融合框架,用于高效的基于ViT的多任务密集预测
Jehun Kang, Jungha Wang, Youngjun Hwang, David Hyunchul Shim
cs.CV · cs.AI · cs.RO
Abstract
Multi-Task Learning (MTL) in robotics perception systems supports comprehensive 3D spatial scene understanding by integrating semantic segmentation and depth estimation. While Vision Foundation Models (VFMs) are increasingly adopted as robust feature encoders, existing decoding strategies present a critical bottleneck. To address this, we propose DPNeXt, a streamlined multi-scale feature fusion decoder and efficient alternative to the standard Dense Prediction Transformer (DPT). DPNeXt uses dual depthwise separable inverted bottlenecks to improve frozen VFM utilization through fusion-centric decoding and independent task modularization. To further mitigate negative inductive transfer between tasks, we introduce the Multi-Task Boundary Guidance (MTBG) strategy. Unlike prior boundary-aware methods that add fusion modules or gating, MTBG applies symmetric boundary-focused supervision to encourage geometric consistency without extra annotation or inference cost. Experiments on Cityscapes show that DPNeXt-S outperforms prior state-of-the-art (SOTA) MTL models, while DPNeXt-B further improves the overall performance and achieves the best results among the compared methods. On NYUv2, DPNeXt-B also achieves the best semantic segmentation and depth estimation results among the compared methods while requiring substantially fewer trainable parameters than prior large-scale MTL models. Compared with the standard DPT, DPNeXt-S reduces trainable parameters by 78.6% and achieves the fastest inference speed among the compared models on resource-constrained laptop hardware. The source code, model checkpoints, and a demo video will be made available at https://github.com/kangjehun/DPNeXt.
Chinese Translation
机器人感知系统中的多任务学习(MTL)通过整合语义分割和深度估计,支持全面的三维空间场景理解。尽管视觉基础模型(VFM)越来越多地被采用作为强大的特征编码器,但现有的解码策略却成为了一个关键瓶颈。为了解决这个问题,我们提出了DPNeXt,一种精简的多尺度特征融合解码器,是标准密集预测变换器(DPT)的高效替代方案。DPNeXt使用双深度可分离反向瓶颈,通过以融合为中心的解码和独立任务模块化,提升了冻结VFM的利用率。为了进一步减轻任务之间的负面归纳迁移,我们引入了多任务边界引导(MTBG)策略。与以往添加融合模块或门控的边界感知方法不同,MTBG应用对称的边界聚焦监督,以鼓励几何一致性,而无需额外的标注或推理成本。在Cityscapes上的实验表明,DPNeXt-S超越了之前的最先进(SOTA)MTL模型,而DPNeXt-B进一步提升了整体性能,并在比较方法中取得了最佳结果。在NYUv2上,DPNeXt-B也在比较方法中实现了最佳的语义分割和深度估计结果,同时所需的可训练参数显著少于之前的大规模MTL模型。与标准DPT相比,DPNeXt-S将可训练参数减少了78.6%,并在资源受限的笔记本硬件上实现了最快的推理速度。源代码、模型检查点和演示视频将发布在https://github.com/kangjehun/DPNeXt。
感知 / 2 / 2607.16181

Vision-Language Assistant for Emotional Reactions to Risky Driving

情感反应的风险驾驶视觉-语言助手
Harine Choi, Eun Hak Lee, Zhengzhong Tu
cs.CV
Abstract
This study introduces a vision-language pipeline that detects risky driving behaviors and generates emotionally expressive responses to support driver awareness and comfort. Although vision-language models have advanced perception and reasoning in autonomous driving, existing systems rarely consider the emotional dimension or real-world user experience. Keep Yelling Assistant (KYA) detects high-risk driving maneuvers in real time, such as sudden cut-ins. It then produces emotional responses through a large language model tailored to driver preferences. The framework comprises two core modules. The vision module uses YOLOv8 variants to detect nearby vehicles and identify risky behaviors such as sudden cut-ins. Key driving metrics, including relative distance, speed, and projected reach time, are extracted and normalized to produce a structured behavior log. The language module processes this log with user-defined emotional tone settings, such as neutral, humorous, and analytical, and generates verbal reactions using state-of-the-art large language models, including ChatGPT-4o, Claude 3, Gemini 2.5, and Copilot. We evaluated the proposed system using dashcam videos containing risky driving behaviors and a user study involving 108 participants. Participants selected preferred response styles, and the large language models were evaluated based on emotional alignment. All models received favorable ratings, although preferences varied across personas. Notably, the combination of YOLOv8s and ChatGPT-4o achieved the highest score of 4.29 out of 5.00. By integrating real-world perception with emotionally adaptive dialogue, KYA introduces a new paradigm for emotionally intelligent in-vehicle artificial intelligence. It offers promising directions for improving safety, trust, and emotional well-being in both conventional and autonomous vehicles.
Chinese Translation
本研究介绍了一种视觉-语言管道,能够检测风险驾驶行为并生成情感表达的反应,以支持驾驶员的意识和舒适度。尽管视觉-语言模型在自动驾驶中的感知和推理方面取得了进展,但现有系统很少考虑情感维度或现实世界用户体验。Keep Yelling Assistant (KYA) 实时检测高风险驾驶操作,如突然插入。随后,它通过一个针对驾驶员偏好的大型语言模型生成情感反应。该框架由两个核心模块组成。视觉模块使用 YOLOv8 变体检测附近车辆并识别风险行为,如突然插入。提取并标准化相对距离、速度和预计到达时间等关键驾驶指标,以生成结构化的行为日志。语言模块根据用户定义的情感语调设置(如中性、幽默和分析)处理该日志,并使用最先进的大型语言模型(包括 ChatGPT-4o、Claude 3、Gemini 2.5 和 Copilot)生成口头反应。我们使用包含风险驾驶行为的行车记录仪视频和涉及 108 名参与者的用户研究评估了所提出的系统。参与者选择了偏好的反应风格,大型语言模型的情感一致性进行了评估。所有模型均获得了良好的评分,尽管不同角色的偏好有所不同。值得注意的是,YOLOv8s 和 ChatGPT-4o 的组合获得了 5.00 满分中的 4.29 的最高分。通过将现实世界的感知与情感自适应对话相结合,KYA 引入了一种情感智能车载人工智能的新范式。它为提高传统和自动驾驶车辆的安全性、信任度和情感福祉提供了有希望的方向。

多传感器融合

1
多传感器融合 / 1 / 2607.16154

CLIFE: Camera-LiDAR Fusion Framework for Edge-Deployable Roadside VRU Perception

CLIFE:用于边缘部署的路边脆弱道路用户感知的相机-激光雷达融合框架
Tam Bang, Hoang H. Nguyen, Lei Cheng, Lihao Guo, Siyang Cao, Hussam Abubakr, Tianya Zhang, Austin Harris, Mina Sartipi
cs.CV · eess.SY
Abstract
Reliable roadside perception of vulnerable road users (VRUs) remains challenging under occlusions, variable lighting, and diverse weather conditions, particularly under strict edge-computing and latency constraints. Existing multi-sensor fusion systems rely on cloud or server-grade infrastructure, creating a deployment gap at real-world intersections. We present CLIFE, an edge-native camera-LiDAR fusion framework that integrates targetless online calibration and lightweight late-fusion tracking entirely on a single embedded device, without cloud offloading. CLIFE adaptively refines camera-LiDAR alignment on demand and performs multi-sensor fusion and track association with O(N log N) per-frame cost. We deploy CLIFE across 12 signalized intersections in Chattanooga and conduct an in-depth evaluation at a representative intersection using synchronized camera-LiDAR data that spans diverse daytime, nighttime, and weather conditions. Our experiments demonstrate that the fusion architecture substantially enhances the perceptual range and robustness of the individual sensors under varied environmental and traffic conditions. The late-fusion core operates at 53.2 FPS on the Jetson AGX Thor, ensuring high throughput for real-time intersection-scale applications. By centering perception at the edge, CLIFE provides a deployable foundation for downstream safety applications, while reducing bandwidth and calibration overhead for agencies operating multi-intersection corridors.
Chinese Translation
在遮挡、光照变化和多样天气条件下,可靠的路边脆弱道路用户(VRUs)感知仍然面临挑战,尤其是在严格的边缘计算和延迟限制下。现有的多传感器融合系统依赖于云或服务器级基础设施,导致在实际交叉口的部署存在差距。我们提出了CLIFE,一个边缘原生的相机-激光雷达融合框架,能够在单一嵌入式设备上完全实现无目标在线校准和轻量级后融合跟踪,而无需云端卸载。CLIFE根据需求自适应地优化相机-激光雷达对齐,并以每帧O(N log N)的成本执行多传感器融合和轨迹关联。我们在查塔努加的12个信号交叉口部署了CLIFE,并在一个具有代表性的交叉口进行深入评估,使用同步的相机-激光雷达数据,涵盖了多样的白天、夜晚和天气条件。我们的实验表明,该融合架构显著增强了在不同环境和交通条件下各个传感器的感知范围和鲁棒性。后融合核心在Jetson AGX Thor上以53.2 FPS的速度运行,确保了实时交叉口规模应用的高吞吐量。通过将感知中心放在边缘,CLIFE为下游安全应用提供了可部署的基础,同时减少了多交叉口走廊运营机构的带宽和校准开销。

LiDAR/点云

1
LiDAR/点云 / 1 / 2607.15889

Hardware-triggered Time Synchronization of Roadside Multi-lidar, Multi-camera Measurement System for Accurate Data Alignment

基于硬件触发的路边多激光雷达、多摄像头测量系统时间同步方法以实现精确数据对齐
Shiva Agrawal, Savankumar Bhanderi, Zhiran Yan, Gordon Elger
cs.CV
Abstract
Accurate temporal alignment of heterogeneous sensors is necessary for reliable environment perception in roadside multi-lidar, multi-camera systems, particularly in dense urban traffic. For this purpose, an open-source, simple, modular, and configurable hardware-triggered time-synchronization circuit is presented in this work to perform temporal alignment or accurate time synchronization between a lidar and multiple cameras. In the designed circuit, a lidar synchronization pulse is used as a reference input, and independently programmable, time-delayed trigger pulses are generated for each camera, allowing flexible adaptation to varying sensor setups and mounting geometries. A series of experiments is conducted on a roadside-mounted perception system comprised of lidar and three cameras, in which the trigger delay is systematically varied, and its impact on spatial-temporal alignment is evaluated. For different classes of road users, the overlap between lidar point cloud measurements and camera measurements is quantified to identify delay configurations that maximize cross-sensor consistency. The proposed circuit is shown to achieve robust and repeatable synchronization while remaining straightforward to deploy, reconfigure, and extend due to its simple and open-source design. Following validation on a three-camera roadside system, the circuit is extended to a vehicle platform with seven cameras and a lidar, providing a low-cost, extensible solution for multi-sensor synchronization across infrastructure and vehicle setups. All hardware circuit design files and source codes are available at https://github.com/shiva-THI/hardware-trigger-time-sync-lidar-cameras.
Chinese Translation
在路边多激光雷达和多摄像头系统中,尤其是在密集城市交通环境中,异构传感器的准确时间对齐对于可靠的环境感知至关重要。为此,本文提出了一种开源、简单、模块化且可配置的硬件触发时间同步电路,以实现激光雷达与多个摄像头之间的时间对齐或准确时间同步。在设计的电路中,激光雷达同步脉冲作为参考输入,为每个摄像头生成独立可编程的时间延迟触发脉冲,从而灵活适应不同的传感器配置和安装几何形状。我们在一个路边安装的感知系统上进行了系列实验,该系统由激光雷达和三台摄像头组成,系统地改变触发延迟,并评估其对时空对齐的影响。对于不同类型的道路使用者,量化激光雷达点云测量与摄像头测量之间的重叠,以识别最大化跨传感器一致性的延迟配置。所提出的电路在实现稳健且可重复的同步的同时,由于其简单且开源的设计,仍然易于部署、重新配置和扩展。在对三摄像头路边系统进行验证后,该电路扩展到一个配备七台摄像头和一台激光雷达的车辆平台,提供了一种低成本、可扩展的多传感器同步解决方案,适用于基础设施和车辆配置。所有硬件电路设计文件和源代码可在 https://github.com/shiva-THI/hardware-trigger-time-sync-lidar-cameras 获取。

深度/几何

1
深度/几何 / 1 / 2607.15491

Trajectory-aware Cross-view Geo-localization with Sequential Observations

基于轨迹的跨视角地理定位与序列观测
Tianyi Gao, Jiayu Lin, Danielle Beaulieu, Nathan Jacobs
cs.CV
Abstract
Cross-view geo-localization matches ground-level observations against geo-tagged satellite imagery. Recent methods show that sequential queries such as video clips yield richer spatiotemporal cues than single images, yet they overlook a complementary sequential modality: route descriptions -- which capture the same trajectory at a higher level of abstraction and are often the only input available (e.g., a user directing an autonomous vehicle to a pickup point). To bridge this gap, we introduce SeqGeo-VL, a dataset of $\sim$39K video-text-satellite triplets, and TrajLoc, a unified framework capable of processing both video clips and route descriptions. By leveraging both dense visual and abstract linguistic semantics, TrajLoc enables these modalities to mutually reinforce cross-view matching. We further propose TrajMod, a lightweight module that conditions query embeddings on trajectory geometry, yielding spatially-aware representations. Experiments show that TrajLoc achieves substantial gains over state-of-the-art methods on both video and text geo-localization. The project page is available at https://humblegamer.github.io/trajloc/.
Chinese Translation
跨视角地理定位将地面观测与地理标记的卫星图像进行匹配。近期的方法表明,视频片段等序列查询比单幅图像提供了更丰富的时空线索,但它们忽视了一种互补的序列模态:路线描述——这种描述以更高的抽象层次捕捉相同的轨迹,且往往是唯一可用的输入(例如,用户指导自动驾驶车辆到达接送点)。为了解决这一问题,我们引入了SeqGeo-VL,一个包含约39K视频-文本-卫星三元组的数据集,以及TrajLoc,一个能够处理视频片段和路线描述的统一框架。通过利用密集的视觉和抽象的语言语义,TrajLoc使得这两种模态能够相互增强跨视角匹配。我们进一步提出了TrajMod,一个轻量级模块,它根据轨迹几何条件化查询嵌入,从而生成空间感知的表示。实验表明,TrajLoc在视频和文本地理定位上均显著超越了最先进的方法。项目页面可访问 https://humblegamer.github.io/trajloc/。

端到端驾驶

1
端到端驾驶 / 1 / 2607.15621

Think at 5 Hz, Act at 20 Hz: Asynchronous Fast-Slow Vision-Language-Action Inference for Closed-Loop Driving

以5 Hz思考,以20 Hz行动:闭环驾驶中的异步快慢视觉-语言-动作推断
Yun Li, Jiachen Gong, Simon Thompson, Ehsan Javanmardi, Qunli Zhang, Zifan Zeng, Shiming Liu, Peng Wang, Zixuan Guo, Manabu Tsukada
cs.RO · cs.AI
Abstract
Large language models bring instruction following and scene reasoning to end-to-end driving, but their inference latency collides with the control rate a vehicle requires. Existing closed-loop agents hide this gap by invoking the model on alternate simulation ticks and replaying the previous command in between, so half of all control outputs ignore the newest observations. We present a fast-slow architecture that removes this compromise. A frozen 7B vision-language backbone acts as the slow system, digesting navigation instructions and visual history at low frequency while exposing its per-layer key-value cache as a standing representation of the scene. A lightweight action expert acts as the fast system, attending to this cache and to the current camera frame at every simulation tick to regress waypoints in a single forward pass. Since the cache lags behind the world at deployment, we train the expert under randomized staleness, aligning training with asynchronous execution. On LangAuto-Short routes in CARLA, our system produces fresh control at every 50 ms simulation tick and lifts route completion from 37.0 to 94.0 over the frame-skipping baseline. A frame-skip ablation with the same expert separates the two factors at work: the expert raises the driving score on its own, while per-tick freshness raises completion from 82.1 to 94.0 and cuts red-light violations by a third. Trained on a single town, the expert transfers zero-shot to two unseen towns, holding 84-94% route completion where the baseline reaches 31-41%. It reduces open-loop waypoint error by nearly a factor of four compared to the backbone's own action head, at a per-tick model cost of 32 ms that is independent of history length on a single consumer GPU.
Chinese Translation
大型语言模型将指令跟随和场景推理引入端到端驾驶,但它们的推断延迟与车辆所需的控制频率相冲突。现有的闭环代理通过在交替的仿真时刻调用模型,并在两者之间重放先前的命令,来掩盖这一差距,因此一半的控制输出忽略了最新的观察结果。我们提出了一种快慢架构,消除了这种妥协。一个冻结的7B视觉-语言主干作为慢系统,以低频率消化导航指令和视觉历史,同时将其每层的键值缓存作为场景的静态表示。一个轻量级的动作专家作为快系统,在每个仿真时刻关注该缓存和当前的相机帧,以单次前向传递回归航点。由于缓存在部署时滞后于现实世界,我们在随机陈旧性下训练专家,使训练与异步执行对齐。在CARLA的LangAuto-Short路线中,我们的系统在每50毫秒的仿真时刻产生新鲜的控制,并将路线完成率从37.0提升至94.0,超越了跳帧基线。与相同专家的跳帧消融实验分离了两种作用因素:专家单独提高了驾驶评分,而每个时刻的新鲜度将完成率从82.1提升至94.0,并减少了三分之一的红灯违规。专家在一个城镇上训练后,零样本迁移到两个未见过的城镇,保持84-94%的路线完成率,而基线仅达到31-41%。与主干的动作头相比,它将开放循环航点误差降低了近四倍,在单个消费级GPU上,每个时刻的模型成本为32毫秒,与历史长度无关。