← Back to Index
Daily Autonomous Driving Research Digest

AutoDrive Papers

2026-07-27
5
Papers
3
Topics
5
Translated

感知

1
感知 / 1 / 2607.22172

JustDepth: Real-Time Radar-Camera Depth Estimation with Single-Scan LiDAR Supervision

JustDepth:基于单次扫描激光雷达监督的实时雷达-相机深度估计
Wooyung Yun, Dongwook Kim, Soomok Lee
cs.CV · cs.RO
Abstract
Accurate yet low-latency depth is essential for radar-camera perception in autonomous systems. Cameras provide rich appearance but lack metric scale, whereas automotive radar offers metric range but is sparse and noisy. Many pipelines are multi-stage or depend on auxiliary annotations, increasing latency and limiting portability. We introduce JustDepth, a single-stage radar-camera depth estimator trained only with radar, camera, and single-scan LiDAR. All radar returns are aggregated into a fixed-width 1D representation, decoupling runtime from point count. A Height Fusion Block fuses modalities, a lightweight GNN propagates depth globally, and a training-only confidence decoder stabilizes learning with zero test-time cost. We mitigate stripe artifacts via simple augmentations and quantify them using the Vertical-Horizontal Gradient Ratio (VHGR). On nuScenes, compared to recent state-of-the-art methods, JustDepth maintains accuracy while reducing inference time by 39.7x and stripe artifacts by 66% as measured by VHGR.
Chinese Translation
在自主系统中,准确且低延迟的深度信息对于雷达-相机感知至关重要。相机提供丰富的外观信息,但缺乏度量尺度;而汽车雷达则提供度量范围,但数据稀疏且噪声较大。许多处理流程是多阶段的,或依赖辅助注释,这增加了延迟并限制了可移植性。我们提出了JustDepth,一种仅使用雷达、相机和单次扫描激光雷达训练的单阶段雷达-相机深度估计器。所有雷达返回信号被聚合成固定宽度的1D表示,从而将运行时间与点数解耦。高度融合模块(Height Fusion Block)融合了不同模态,轻量级图神经网络(GNN)在全局范围内传播深度,而仅在训练时使用的置信解码器则以零测试时间成本稳定学习。我们通过简单的增强方法减轻条纹伪影,并使用垂直-水平梯度比(Vertical-Horizontal Gradient Ratio, VHGR)对其进行量化。在nuScenes数据集上,与最近的最先进方法相比,JustDepth在保持准确性的同时,推理时间减少了39.7倍,条纹伪影减少了66%(根据VHGR测量)。

多传感器融合

1
多传感器融合 / 1 / 2607.22078

CommandLM: Data driven behavior level descriptor for ego vehicles

CommandLM:基于数据驱动的自我车辆行为级描述符
Boris Tokic, Constantin Selzer, Fabian B. Flohr
cs.CV
Abstract
As autonomous driving systems move toward real-world deployment, interpretable, behavior-level decision-making is essential for safety, trust, and regulation. We introduce CommandLM, a multimodal large language model that generates concise, human-readable behavior descriptions for ego vehicles from fused multi-sensor data. Our model processes temporally fused bird's-eye view representations from LiDAR and multi-camera inputs via a Q-Former adapter connected to a quantized, LoRA-fine-tuned large language model. Trained on our CommandLM-nuScenes dataset, CommandLM produces intent-aware, interpretable captions suitable for planner supervision and safety auditing. Experiments demonstrate strong linguistic and behavioral alignment, achieving CIDEr 0.67, and BERT-F1 0.88, substantially outperforming the BLIP-2 baseline (CIDEr 0.52, BERT-F1 0.86). In human evaluation, 58% of the generated descriptions were rated accurate, efficient and rule-compliant, confirming their real-world plausibility. While the remaining descriptions may not always select the most efficient, goal-oriented behavior, CommandLM's interpretable outputs enable downstream validation systems to identify and correct such cases, making it an effective tool for transparent behavior auditing. These results show that integrating multimodal fusion with language reasoning yields efficient and transparent behavior-level understanding for autonomous driving. We release our code and dataset at: https://github.com/b-tok/CommandLM
Chinese Translation
随着自动驾驶系统向现实世界部署的推进,可解释的行为级决策对于安全、信任和监管至关重要。我们提出了CommandLM,这是一种多模态大型语言模型,能够从融合的多传感器数据中生成简洁、易于理解的自我车辆行为描述。我们的模型通过一个Q-Former适配器处理来自LiDAR和多摄像头输入的时间融合鸟瞰图表示,该适配器连接到量化的、经过LoRA微调的大型语言模型。CommandLM在我们的CommandLM-nuScenes数据集上进行训练,能够生成意图感知的、可解释的描述,适用于规划者监督和安全审计。实验结果表明,CommandLM在语言和行为上具有强一致性,CIDEr得分为0.67,BERT-F1得分为0.88,显著优于BLIP-2基线(CIDEr 0.52,BERT-F1 0.86)。在人类评估中,58%的生成描述被评为准确、高效且符合规则,确认了其在现实世界中的合理性。虽然剩余的描述可能并不总是选择最有效、以目标为导向的行为,但CommandLM的可解释输出使下游验证系统能够识别并纠正此类情况,从而成为透明行为审计的有效工具。这些结果表明,将多模态融合与语言推理相结合,可以为自动驾驶提供高效且透明的行为级理解。我们将在以下网址发布我们的代码和数据集:https://github.com/b-tok/CommandLM

深度/几何

3
深度/几何 / 1 / 2607.22123

DB-VIO: Dual-Branch Visual Inertial Odometry with Enhanced Visual-Inertial Representation

DB-VIO:具有增强视觉-惯性表示的双分支视觉惯性里程计
Ziyu Wan, Lin Zhao
cs.RO
Abstract
Visual inertial odometry (VIO) is essential for accurate 6-DoF motion estimation in mobile robotic systems. Recent learning-based VIO methods have shown promising progress, but they often rely on unified visual--inertial representations and a single temporal model for full-pose estimation, limiting their ability to capture the heterogeneous dynamics of rotation and translation. Moreover, monocular visual features often lack explicit geometric structure, while raw inertial encoding leaves the underlying rotational kinematics implicit, weakening the rotation-related cues in IMU features. To address these issues, we propose DB-VIO, a dual-branch visual inertial odometry framework with enhanced visual--inertial representation. DB-VIO incorporates depth cues to improve monocular visual perception, injects an explicit integrated-attitude prior to strengthen rotation-aware inertial representation, and decouples pose estimation into dedicated rotational and translational branches for motion-specific temporal modeling. Experiments on autonomous driving and aerial robot benchmarks show that DB-VIO achieves state-of-the-art performance, improving the corresponding baselines by 20\% on KITTI and 33\% on EuRoC. Notably, under the more agile motion patterns of EuRoC, DB-VIO improves the rotational metric by 65.7\% over prior methods. These results demonstrate the effectiveness and generalization of DB-VIO across different platforms and motion scenarios.
Chinese Translation
视觉惯性里程计(VIO)对于移动机器人系统中精确的6自由度运动估计至关重要。近期基于学习的VIO方法显示出良好的进展,但它们通常依赖统一的视觉-惯性表示和单一的时间模型进行全姿态估计,这限制了它们捕捉旋转和位移异构动态的能力。此外,单目视觉特征往往缺乏明确的几何结构,而原始惯性编码则使得潜在的旋转运动学隐含,削弱了IMU特征中与旋转相关的线索。为了解决这些问题,我们提出了DB-VIO,一种具有增强视觉-惯性表示的双分支视觉惯性里程计框架。DB-VIO结合深度线索以改善单目视觉感知,注入明确的综合姿态先验以增强旋转感知的惯性表示,并将姿态估计解耦为专门的旋转和位移分支,以进行特定运动的时间建模。在自主驾驶和空中机器人基准测试中的实验表明,DB-VIO实现了最先进的性能,在KITTI上提高了20%的基线,在EuRoC上提高了33%。值得注意的是,在EuRoC更灵活的运动模式下,DB-VIO在旋转指标上比之前的方法提高了65.7%。这些结果证明了DB-VIO在不同平台和运动场景中的有效性和泛化能力。
深度/几何 / 2 / 2607.21896

Learning Adaptive Semantic Gaussian Allocation for 3D Occupancy

学习自适应语义高斯分配用于3D占用预测
Kanglin Ning, Yiran Zhao, Wenrui Li, Houde Quan, Qifan Li, Xingtao Wang, Xiaopeng Fan
cs.CV
Abstract
Semantic 3D Gaussians provide a compact representation for 3D semantic occupancy prediction by rendering semantic primitives into a voxel volume under voxel-wise supervision. Recent methods have improved the modeling ability and efficiency of this representation through more flexible primitive shapes, geometry-guided initialization, and progressive densification. However, these advances mainly determine how primitives are represented, initialized, or added, and do not explicitly address how to select the most useful Gaussians when their total number must be limited to control memory and computation. This imbalance creates an allocation bottleneck: redundant Gaussians remain in simple regions, while difficult regions receive insufficient semantic support. We propose the Semantic Gaussian Allocation Transformer (SAGFormer), which uses Gaussian attributes and local geometric-semantic features to score candidates and select a fixed final Gaussian set. Experiments on nuScenes-SurroundOcc and SSCBench-KITTI-360 show that SAGFormer improves occupancy prediction under the evaluated protocols and yields more semantically consistent and better-utilized Gaussian representations. Under similar final counts and raw coverage, it reduces semantic mixing, strengthens class-consistent voxel support, and produces fewer unused Gaussians. The results indicate that explicit capacity allocation is a useful complement to Gaussian refinement for semantic occupancy prediction.
Chinese Translation
语义3D高斯为3D语义占用预测提供了一种紧凑的表示,通过在体素级监督下将语义原语渲染到体素体积中。最近的方法通过更灵活的原语形状、几何引导的初始化和渐进式稠密化,提高了这种表示的建模能力和效率。然而,这些进展主要决定了原语的表示、初始化或添加方式,并未明确解决在总数必须限制以控制内存和计算时如何选择最有用的高斯的问题。这种不平衡造成了分配瓶颈:冗余的高斯留在简单区域,而困难区域则获得不足的语义支持。我们提出了语义高斯分配变换器(Semantic Gaussian Allocation Transformer, SAGFormer),它利用高斯属性和局部几何-语义特征对候选者进行评分,并选择固定的最终高斯集。在nuScenes-SurroundOcc和SSCBench-KITTI-360上的实验表明,SAGFormer在评估协议下改善了占用预测,并产生了更具语义一致性和更好利用的高斯表示。在相似的最终数量和原始覆盖下,它减少了语义混合,加强了类别一致的体素支持,并产生了更少的未使用高斯。结果表明,明确的容量分配是语义占用预测中高斯精炼的有益补充。
深度/几何 / 3 / 2607.21628

Wavelet Phase Diffusion for Structurally and Semantically Consistent Sim-to-Real Translation

小波相位扩散用于结构和语义一致的模拟到现实转换
Kaiwen Wang, Frank Bieder, Yinzhe Shen, Carlos Fernandez, Jan-Hendrik Pauls, Omer Sahin Tas
cs.AI · eess.IV
Abstract
Simulation-to-reality translation must bridge the appearance gap between synthetic and real domains while preserving structural and semantic consistency. Conditioning-based methods achieve spatial alignment but introduce computationally expensive control modules. Paired-data methods achieve realism but rely on complex synthesis pipelines, often altering scene geometry and semantics. Training-free editing methods avoid both constraints but lack a learned appearance prior, limiting their perceptual quality. Recently proposed phase-preserving diffusion presents a promising alternative, but Fourier-domain formulations are constrained by global spectral coupling. This coupling induces spatial artifacts such as ringing and boundary leakage, thereby degrading structural and semantic consistency. We introduce Wavelet Phase Diffusion, which addresses this through two components. First, we operate in the Dual-Tree Complex Wavelet Packet Transform domain, whose localized wavelet packets enable spatially adaptive phase injection without global spectral interference. Second, Low-Frequency Randomization (LFR) replaces the low-frequency packet, decoupling the model from the synthetic illumination prior and enabling in-distribution real-world appearance. Both components train on unpaired open-domain data, and introduce negligible inference overhead. The spatial locality further enables instance-level translation, where individual objects or regions are translated to photorealistic appearance independently while the surrounding scene remains untranslated. On vKITTI $\to$ KITTI image translation, ours outperforms prior methods in realism and semantic consistency while maintaining competitive structural alignment. For CARLA video translation, ours approaches the realism of paired-data methods while reducing VLM planner ADE and FDE by $5.4\%$ and $5.1\%$, respectively.
Chinese Translation
模拟到现实的转换必须弥合合成和真实领域之间的外观差距,同时保持结构和语义的一致性。基于条件的方法实现了空间对齐,但引入了计算成本高昂的控制模块。配对数据的方法实现了真实感,但依赖于复杂的合成流程,常常改变场景的几何形状和语义。无训练编辑方法避免了这两种限制,但缺乏学习的外观先验,限制了其感知质量。最近提出的相位保持扩散提供了一种有前景的替代方案,但傅里叶域的公式受到全局谱耦合的限制。这种耦合会引入空间伪影,如振铃和边界泄漏,从而降低结构和语义的一致性。我们提出了小波相位扩散,通过两个组件来解决这个问题。首先,我们在双树复小波包变换域中操作,其局部化的小波包能够在没有全局谱干扰的情况下进行空间自适应相位注入。其次,低频随机化(Low-Frequency Randomization, LFR)替换低频包,使模型与合成照明先验解耦,并实现分布内的真实世界外观。这两个组件在未配对的开放域数据上进行训练,并引入了微不足道的推理开销。空间局部性进一步实现了实例级翻译,其中单个对象或区域独立转换为照片级真实外观,而周围场景保持未翻译状态。在 vKITTI 到 KITTI 的图像翻译中,我们的方法在真实感和语义一致性方面超越了先前的方法,同时保持了竞争性的结构对齐。在 CARLA 视频翻译中,我们的方法接近配对数据方法的真实感,同时将 VLM 规划器的 ADE 和 FDE 分别降低了 5.4% 和 5.1%。