← Back to Index
Daily Autonomous Driving Research Digest

AutoDrive Papers

2026-07-31
3
Papers
2
Topics
3
Translated

感知

2
感知 / 1 / 2607.28045

RaDiVe: Robust 4D Radar Odometry with Distance-Bounded NDT and Velocity-Discrepancy Point Uncertainty

RaDiVe:基于距离约束的NDT和速度差异点不确定性的鲁棒4D雷达里程计
Sangwoo Jung, Dongjae Lee, Chiyun Noh, Ayoung Kim
cs.RO
Abstract
Recent advances in 4D radar enable robust perception in adverse weather; however, the inherent sparsity, noise, and limited positional precision of radar point clouds pose significant challenges for registration-based odometry. In this letter, we propose RaDiVe, a 4D radar odometry framework designed to improve the accuracy and robustness of radar point-cloud registration. We introduce a distance-bounded Normal Distributions Transform (NDT), which improves optimization stability and computational efficiency by restricting the correspondence search to near-distance voxel pairs. To mitigate measurement ambiguity, we propose a velocity-discrepancy point uncertainty model that weights each input 4D radar point according to the discrepancy between its measured Doppler radial velocity and the radial velocity predicted from the estimated ego-velocity. Furthermore, we incorporate Signed Distance Function (SDF)-based surface point extraction via implicit neural mapping to construct a geometrically consistent and noise-filtered local submap. Evaluations across multiple public datasets demonstrate that RaDiVe outperforms existing 4D radar odometry baselines by 44.4% in translational Absolute Trajectory Error (ATE) and 21.3% in rotational ATE on average, while maintaining real-time performance. The source code will be made publicly available to the robotics community: https://github.com/to-be-open-sourced.
Chinese Translation
近年来4D雷达的进展使得在恶劣天气条件下实现鲁棒感知成为可能;然而,雷达点云固有的稀疏性、噪声以及有限的位置信息精度对基于配准的里程计提出了重大挑战。在本文中,我们提出了RaDiVe,一个旨在提高雷达点云配准准确性和鲁棒性的4D雷达里程计框架。我们引入了一种距离约束的正态分布变换(Normal Distributions Transform, NDT),通过将对应关系搜索限制在近距离体素对,从而提高了优化的稳定性和计算效率。为了减轻测量模糊性,我们提出了一种速度差异点不确定性模型,根据测量的多普勒径向速度与从估计的自我速度预测的径向速度之间的差异,对每个输入的4D雷达点进行加权。此外,我们通过隐式神经映射结合基于符号距离函数(Signed Distance Function, SDF)的表面点提取,构建了一个几何一致且经过噪声过滤的局部子图。对多个公共数据集的评估表明,RaDiVe在平移绝对轨迹误差(Absolute Trajectory Error, ATE)上平均优于现有的4D雷达里程计基准44.4%,在旋转ATE上优于21.3%,同时保持实时性能。源代码将向机器人社区公开: https://github.com/to-be-open-sourced.
感知 / 2 / 2607.27465

IGME: Efficient Chained Method Ensemble for Transferable Semantic Segmentation Attacks

IGME:用于可转移语义分割攻击的高效链式方法集成
Mengqi He, Jing Zhang
cs.CV
Abstract
Semantic segmentation models are vulnerable to transferable adversarial perturbations, yet evaluating transfer attacks on dense prediction models can be computationally expensive. Existing ensemble attacks often rely on multiple surrogate models, increasing the computation cost, even harder for segmentation. This paper studies an efficient single-source alternative for transferable attacks on semantic segmentation. We formulate transferable attack composition as a chained computation over differentiable attack components, allowing the expensive source-model gradient computation to be shared. To reduce the update instability introduced by chained composition, we further use an integrated-gradient-style path-averaged direction as an empirical stabilization heuristic. Experiments on Pascal VOC and Cityscapes evaluate the resulting transferability efficiency trade-off across CNN- and transformer-based segmentation models. IGME achieves competitive transferability compared with single-source baselines and favorable runtime compared with model-ensemble attacks, while requiring access to only one source model.
Chinese Translation
语义分割模型对可转移的对抗扰动存在脆弱性,但在密集预测模型上评估转移攻击可能会计算成本高昂。现有的集成攻击通常依赖多个替代模型,增加了计算成本,对分割任务来说更是如此。本文研究了一种高效的单源替代方案,用于对语义分割进行可转移攻击。我们将可转移攻击的组合形式化为对可微分攻击组件的链式计算,从而允许昂贵的源模型梯度计算得以共享。为了减少链式组合引入的更新不稳定性,我们进一步使用集成梯度风格的路径平均方向作为经验稳定化启发式方法。在 Pascal VOC 和 Cityscapes 上的实验评估了在基于 CNN 和变换器的分割模型中所获得的转移效率与计算时间的权衡。IGME 在与单源基线相比时实现了具有竞争力的转移性,并且与模型集成攻击相比具有良好的运行时间,同时仅需访问一个源模型。

安全/异常

1
安全/异常 / 1 / 2607.28483

Towards Real-Time PixOOD: Efficient Anomaly Segmentation for Autonomous Vehicles

迈向实时 PixOOD:用于自主车辆的高效异常分割
Luca de Martino, Federico Aromolo, Federico Nesti, Giorgio Buttazzo
cs.CV
Abstract
Real-time anomaly segmentation is essential for the safety of autonomous systems. Although recent approaches offer high accuracy, their computational cost limits their deployment on embedded hardware. This work presents an efficient and accelerated pipeline designed for both embedded and desktop platforms, targeting the autonomous driving and railway domains. The proposed approach reformulates the Neyman-Pearson scoring stage of PixOOD, a state-of-the-art out-of-distribution detection method, and deploys the full pipeline through hardware-optimized TensorRT compilation, reaching up to 182 FPS on a desktop NVIDIA RTX 4060 GPU and 75 FPS on the NVIDIA Jetson AGX Orin embedded platform, respectively 20x and 18x faster than the original baseline. The achieved results demonstrate that advanced anomaly segmentation can be efficiently deployed for onboard processing in autonomous driving and railway applications.
Chinese Translation
实时异常分割对于自主系统的安全至关重要。尽管近期的方法提供了高准确性,但其计算成本限制了它们在嵌入式硬件上的部署。本研究提出了一种高效且加速的处理管道,旨在同时适用于嵌入式和桌面平台,针对自主驾驶和铁路领域。所提出的方法重新构建了 PixOOD 的 Neyman-Pearson 评分阶段,PixOOD 是一种最先进的分布外检测方法,并通过硬件优化的 TensorRT 编译部署完整管道,在桌面 NVIDIA RTX 4060 GPU 上达到最高 182 FPS,在 NVIDIA Jetson AGX Orin 嵌入式平台上达到 75 FPS,分别比原始基线快 20 倍和 18 倍。所取得的结果表明,先进的异常分割可以高效地部署于自主驾驶和铁路应用的车载处理。