Papers for

autonomous vehicle software teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Motion planning runs up to 10 times faster with vectorized reparameterization

ReVAMP: Vector-Accelerated Motion Planning for Kinematically-Constrained Systems via Reparameterization

Abstract: Robots often must satisfy one or more constraints during motion planning for real-world tasks. When such constraints reduce the valid configuration space to a measure-zero subset, sampling based planning algorithms require modifications to draw feasible samples. For many common end-effector constraints, parameterizations built on inverse kinematics (IK) provide an alternate formulation where the constraints are satisfied by construction, allowing directly sampling the feasible set. Despite their elegant approach, parameterized planners have remained slower than vector-accelerated implementations of projection-based approaches, leaving their performance ceiling an open question. We explore a new axis of vectorization built upon reparameterizing the planning space through analytic IK. This approach addresses existing inefficiencies in vectorized projection-based planners and exposes new opportunities for parallelism within the planner. We show that the planner can synthesize plans in microseconds to milliseconds for high dimensional systems (up to 20 dimensions), with complex constraints, up to 10x faster than the current state-of-the-art. Furthermore, we demonstrate how such planning speeds open up avenues for restructuring sequential manipulation pipelines.

Thu 24 SeptRobotics
The gist
Robots often have to move while following strict rules about how their arms or tools can be positioned. These rules make the planning very tricky because only a tiny set of movements are allowed. The authors found a new way to re-describe the robot’s possible movements so they can quickly find good paths by doing many calculations at once. Their method lets robots calculate complex movement plans much faster than before, which could make robot tasks more efficient and flexible.
Open → 2609.30213v1

Founref improves depth accuracy and speed using sparse metric anchors

FounRef: Robust, Structure-Preserving, and Fast Metric Refinement of Frozen Monocular Foundation Priors with Sparse Anchors

Abstract: Dense metric depth from cameras is essential to real-world 3D applications, yet achieving accuracy, faithful surface geometry, and fast inference simultaneously remains challenging. Monocular foundation models provide rich, transferable geometric priors but lack reliable metric scale, while depth-completion networks recover metric depth at the cost of geometric fidelity, cross-domain robustness, or speed. We present FounRef, a training-free method that aligns a frozen monocular foundation prior with sparse metric anchors to produce dense metric depth. FounRef is modular by design: its depth prior, anchor source, and refinement solver can each be replaced independently. We instantiate FounRef with MoGe-2 and LiDAR anchors. FounRef validates each anchor against the prior's dense depth prediction, rejecting inconsistencies caused by cross-sensor misalignment that geometry-only filters cannot detect. It then applies global and local metric corrections through a structure-preserving solver, retaining the prior's fine-grained geometry. FounRef requires no task-specific training and operates out of the box across unfamiliar cameras and scenes. On out-of-domain data, it delivers up to 24% lower depth error, 92% lower surface-normal noise, and almost 15x faster inference than DMD3C, a state-of-the-art depth-completion network. By decoupling metric alignment from geometry prediction, FounRef provides an accurate, geometrically faithful, and efficient approach to dense metric depth that can directly benefit from future advances in foundation models and metric sensors.

Thu 24 SeptComputer Vision and Pattern Recognition
The gist
Getting accurate 3D depth from single camera images is hard because computers often struggle to know the real size of objects. The authors developed FounRef, a method that improves depth guesses by combining general depth knowledge from AI models with a few real-world distance points from sensors like LiDAR. This approach fixes errors without needing new training and works fast in many situations. It gives better and more reliable 3D measurements for things like robots or cameras looking at new scenes.
Open → 2609.29224v1

Vision language models systematically tested for safer automotive perception

Towards Systematic Qualification of Vision-Language Models for Automotive Perception Systems

Abstract: The field of Artificial Intelligence has been adopted for many application domains. Vision Language Models are one of the recently advanced AI techniques that have been explored to support automotive features such as vehicle perception, and safety assurance. However, such language models are prone to hallucinations, posing a potential threat to the safety of automotive systems that may incorporate them. Within the automotive domain, VLMs could not only hallucinate traffic objects, but could also fail to identify traffic objects that are actually present, which may potentially lead to dangerous situations. Though we have observed a growing body of literature that proposes verification and validation techniques for safe and trustworthy AI, these methods are often studied in isolation, focusing either on run-time or design-time phases. Such isolated techniques could be insufficient in safety-critical, realistic contexts such as automotive perception systems. In this paper, we analyze design-time and run-time verification and validation techniques based on a taxonomy presented by Huang et al. We present an automotive study in which a design-time qualification workflow is proposed to complement run-time monitoring. This workflow combines a fixed safety-relevant ontology-based structured annotation system together with a synonym-based evaluation process to statistically evaluate three state-of-the-art VLMs against data from the nuScenes dataset. We observed that the proposed technique enables deterministic and repeatable quantification of the hallucinations VLMs generate in automotive perception-related tasks. The proposed workflow supports model comparison and deployment-oriented engineering decisions within the design-time verification and validation process and will contribute to a holistic verification strategy that strives towards trustworthy automotive perception systems

Tue 22 SeptComputer Vision and Pattern RecognitionSoftware Engineering
The gist
Vision-language models (VLMs) that combine images and text can help cars understand their surroundings. However, these models sometimes see things that aren’t really there or miss objects that are present, which can be dangerous for driving. The authors study ways to test these models both when they are being designed and while they are running. They create a method that uses a structured system of labels and synonyms to check how often and what types of mistakes the models make on a standard self-driving car dataset. This helps engineers compare models and make safer choices for car perception systems.
Open → 2609.25945v1

Dynamic pedestrian aware navigation improves robot safety and success

DPed-VLN: A Benchmark for Socially Compliant Vision-and-Language Navigation in Dynamic Pedestrian Environments

Abstract: Vision-and-language navigation (VLN) has advanced rapidly in static indoor environments, but robots operating in human-populated spaces must ground language while responding to moving pedestrians and social-safety constraints. We present DPed-VLN, a Habitat 3.0 benchmark for dynamic-pedestrian VLN that couples 33,093 navigation episodes with paired global and prior-augmented instructions, ORCA-controlled humanoid pedestrians, socially constrained expert paths, and metrics that jointly assess navigation efficiency and social safety. DPed-VLN separates ordinary goal-oriented route guidance from prior-augmented instructions that expose dynamic-pedestrian cues for controlled analysis. To instantiate the benchmark, we introduce DPet (Dynamic Pedestrian-aware Network), a pedestrian-aware policy network trained with reinforcement learning and imitation learning. We further adapt representative state-of-the-art VLM-based navigation models, including NaVILA and StreamVLN, to DPed-VLN through LoRA fine-tuning. Experiments show that LoRA adaptation improves zero-shot VLM baselines in several success and safety metrics, especially reducing StreamVLN's collision rate. Among the evaluated methods, DPet-RL achieves the highest SR, SPL, and STL.

Fri 18 SeptRobotics
The gist
Robots that navigate indoors often avoid obstacles, but walking safely with moving people requires understanding instructions while reacting socially. The authors created a new benchmark and dataset called DPed-VLN that tests robot navigation with moving pedestrians and social rules. They made a new navigation system called DPet that learns to avoid collisions and follow instructions better by watching and practicing. They also improved other robot navigation models to adapt to crowded, moving environments. Their system showed better success in finishing tasks safely compared to others.
Open → 2609.21504v1

Vehicular federated learning improves communication with adaptive gradient sending

FedPGT: Progressive Gradient Transmission for Vehicular Federated Learning over Time-Varying Channels

Abstract: Vehicular federated learning (VFL) enables privacy-preserving collaborative model training for intelligent transportation systems, where communication resource allocation and gradient sparsification techniques have been explored to reduce communication overhead. However, vehicle mobility leads to rapidly varying channel conditions and transmission capacity, rendering predetermined resource allocation and sparsification decisions ineffective. In this paper, we propose FedPGT, a progressive gradient transmission scheme for VFL over time-varying channels, where vehicles progressively transmit high-magnitude gradient entries in response to instantaneous channel conditions. We establish a convergence bound that characterizes the impact of transmitted gradient entries and reveals diminishing-return behavior governed by a power-law decay. Motivated by this result, we formulate a stochastic optimization problem for online decision-making, where the main challenge lies in a cumulatively coupled, non-separable objective. To handle this challenge, we introduce per-slot surrogate transmission variables to decouple the long-term dependence across time slots and convert the original objective into an additive per-slot optimization problem, enabling a Lyapunov drift-plus-penalty approach for online scheduling. We further develop a low-complexity resource allocation algorithm for efficient online implementation. Experimental results demonstrate that the proposed scheme achieves a 3.65% accuracy improvement on the CIFAR-10 image classification task and a 12.66% reduction in average displacement error on the Argoverse trajectory prediction task compared with state-of-the-art baselines, demonstrating its applicability to diverse learning tasks under highly dynamic vehicular environments.

Wed 16 SeptMachine LearningInformation Theory
The gist
Training AI models in cars without sharing raw data is tricky because cars move fast and wireless connections change suddenly. The authors designed a method that lets cars send the most important learning updates bit by bit, adjusting to how good the connection is at each moment. This approach helps the learning process stay accurate and efficient even when signals are unstable. They tested it on image recognition and vehicle path prediction, showing it works better than previous methods.
Open → 2609.18089v1

Hyperball optimizers match conventional optimizers in scale invariant networks

HyperTransfer: Understanding the Equivalence between Base Optimizer and Hyperball

Abstract: Hyperball optimizers constrain parameter norms and update only their directions, establishing a distinct paradigm for neural network optimization. Although this geometry appears fundamentally different from that of conventional Base Optimizers, which update both parameter norms and directions, we show that the two paradigms are dynamically equivalent for scale-invariant networks. Building on this equivalence, we propose HyperTransfer, which constructs a Hyperball optimizer that reproduces the dynamics of a target Base Optimizer using only its initialization and learning-rate schedule, without running the target optimizer itself. We further derive the inverse mapping and extend the framework to non-scale-invariant networks. Experiments show that both HyperTransfer and the inverse mapping produce loss trajectories nearly identical to those of their targets, suggesting that Hyperball dynamics are governed primarily by the induced effective learning-rate schedule and optimizer state.

Mon 7 SeptMachine Learning
The gist
Neural network training can use different methods to update parameters, like changing both the size and direction or just the direction. The authors show that for certain networks where scaling doesn’t matter, these two methods behave the same way during training. They created a way called HyperTransfer to copy the training path of one method using only its starting settings and learning schedule, without running it. Their experiments show that this copying is very precise, and they also extended the idea to networks without the scaling property.
Open → 2609.07017v1