Papers for

autonomous vehicle 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.

Vision language action policies fail differently when multiple changes happen together

Beyond Single-Axis Testing: Paired Evaluation of Compound Robustness in Vision-Language-Action Policies

Abstract: Vision-language-action policies are typically evaluated one perturbation at a time, providing a useful diagnosis of their sensitivity to individual distribution shifts. Real-world deployment, however, may involve several shifts simultaneously, and it remains unclear how these individual robustness measurements compose. We ask whether compound robustness can be inferred from single-axis evaluations. We introduce LIBERO-CTRL, a six-axis benchmark that pairs each initial state across single-axis conditions and a matched simultaneous condition. This design reveals two opposing outcome changes that aggregate success rates cannot distinguish: emergent failures, where all single-axis rollouts succeed but the simultaneous rollout fails, and compensated successes, where at least one single-axis rollout fails but the simultaneous rollout succeeds. Because one transition decreases compound success while the other increases it, they can cancel, making aggregate compound performance appear consistent with single-axis measurements even when individual outcomes differ substantially. These opposing transitions can largely cancel in aggregate: even when the difference between the two transition rates is not statistically distinguishable from zero, as many as 29.0% of matched initial states still change outcome. Across six policies and three severity levels, such outcome changes reach 34.5% in the most affected condition. The relative prevalence of the two transitions varies across policies and severities, while the transition rates remain similar under independent re-evaluation of stochastic policies. Compound robustness therefore cannot be characterized from aggregate single-axis success rates alone; matched per-instance evaluation is needed to reveal how joint perturbations alter behavior.

Mon 14 SeptRobotics
The gist
Vision-language-action systems are usually tested by changing one thing at a time to see how that affects them. This paper shows that when multiple changes happen at the same time, the combined effect can be very different from looking at each change alone. The researchers created a new test to compare single changes with combined changes on the exact same starting situations. They found that sometimes combined changes cause new problems that single changes don’t, and other times combined changes fix problems that single changes cause. This means that testing only one change at a time isn't enough to understand how these systems behave in the real world, where many changes occur together.
Open 2609.15940v1

Robot memory stays accurate after map updates in navigation tasks

P-POSEMEM: Projective Semantic Memory for Consistent Language Grounding under Pose-Graph Rewrites

Abstract: A robot following language instructions needs its semantic memory to keep naming the same physical object while the SLAM pose graph underneath is optimized, loop-closed and compressed. Maps committing each detection to a world coordinate cannot: a closure moves the anchor it was measured from, or the solver marginalizes that anchor, and the query then selects a different object although both graphs represent the same posterior. P-POSEMEM stores each observation as an immutable event at its birth keyframe, retains the Bayes-tree elimination conditional of every marginalized keyframe, and integrates the semantic likelihood over the reconstructed joint posterior of poses, anchors and identities. Dproj, the total-variation defect between the language-goal distributions of inference-equivalent full and marginalized graphs, measures this directly. Over 40 HM3DSem scenes and 112,000 queries, P-POSEMEM reproduces the full-graph oracle (Dproj = 0) and reduces goal flips against every memory-reducing baseline. On an eight-run campaign whose 761 closures rewrote the map by up to 47 m, Dproj stays below 10^-13 with 0/288 goal flips when elimination follows the closures, where every ablation and a coordinate committed at insertion flip goals it does not; under a live bounded solver the same memory flips 23/288 against 53 for that frozen coordinate. A pre-registered negative control is detected by Dproj while leaving calibration error and navigation success unchanged, indicating that these measures capture distinct failure modes. Retrieval is held fixed by a shared frozen detector, isolating the gain to memory consistency. Code and data: https://anonymous.4open.science/r/posemem-2328/.

Mon 14 SeptRobotics
The gist
Robots that follow spoken instructions need to remember which objects they are talking about, even when their internal maps of the environment change. The authors show that common map updates cause robots to confuse objects they previously identified. They developed a new memory method called P-POSEMEM that keeps observations linked to their original map points, allowing consistent object recognition despite map changes. Their tests prove this method almost completely stops confusing objects in various indoor scenes.
Open 2609.15475v1

Safe reinforcement learning needs better safety measurements

Evaluation Metrics for Safe Reinforcement Learning

Abstract: Safe reinforcement learning (RL) is commonly formalized as a Constrained Markov Decision Process (CMDP), in which an agent maximizes expected reward while keeping its expected cumulative cost below a specified safety bound. Existing safe RL benchmarks predominantly report whether an algorithm is safe on average, following this expectation-based guarantee. We argue that this convention is insufficient to reliably characterize an algorithm's true safety: it fails to capture how often and how severely the safety bound is violated, whether this holds consistently across tasks and safety bounds, and whether training-time behavior is representative of behavior of the final converged policy. Therefore, we introduce (i) evaluation metrics for safe RL that address each of these concerns and in addition allow for aggregation across tasks and safety bounds. We furthermore define (ii) a safety tier system to systematically categorize and compare algorithms in terms of safety and reliability at both training and for a final policy. Using this framework, we provide (iii) an empirical safety evaluation across multiple safety navigation tasks. Our results show that aggregate metrics, distributional reporting, and task- and safety bound-specific results each reveal information the other metrics cannot. We therefore recommend reporting all three jointly, rather than compressing this information into a single value, as is common practice. We provide SafeRLEval, an open-source evaluation suite to support the reliable characterization of safety in future safe RL research.

Mon 14 SeptArtificial IntelligenceMachine Learning
The gist
Safe reinforcement learning tries to teach machines to make good choices without causing harm. The usual way to check if these machines are safe looks only at average safety, which misses important details like how often and how badly safety rules are broken. The authors introduce new ways to measure safety more thoroughly and a system to compare different safety techniques. They tested these ideas on multiple tasks and found that using several measurements together gives a clearer picture of safety. They also created an open-source tool to help others check safety more reliably in future work.
Open 2609.15315v1

Lightweight framework improves 3d drone location using lidar and images

PRI-Net: A Lightweight Multimodal Framework for 3D UAV Localization

Abstract: Accurate 3D localization of unmanned aerial vehicles (UAVs) remains challenging for existing multimodal approaches due to sparse LiDAR geometry, modality-imbalanced fusion, and redundant feature transmission over constrained edge-to-server links. To address these limitations, we propose PRI-Net, an efficient and lightweight multimodal fusion framework for UAV localization that integrates point cloud splatting, residual attention fusion, and an information bottleneck. Specifically, a 3D point cloud splatting (3DPCS) strategy is introduced to transform sparse LiDAR observations into geometrically consistent dense depth maps. A residual attention fusion (RAF) module is then designed to alleviate modal bias by using an image branch for coarse estimation and a gated fusion branch for refinement. In addition, a multimodal information bottleneck (MIB) module compacts features by filtering task-irrelevant redundancy. Experiments show that PRI-Net achieves high localization accuracy with lightweight architectures, while reducing feature dimensionality and improving edge-to-server UAV sensing efficiency and robustness.

Sun 13 SeptComputer Vision and Pattern Recognition
The gist
Locating drones accurately in 3D space is hard because the data they get from sensors like LiDAR can be sparse and tricky to combine with camera images. The authors propose PRI-Net, a new way to merge these sensor inputs more efficiently. They turn the sparse LiDAR data into denser depth maps, then carefully fuse this with image information while filtering out irrelevant details. This approach helps UAVs find their position better and faster, especially when sending data between the drone and remote servers.
Open 2609.14469v1

Imply improves object physics consistency in world model predictions

IMPLY: Physically Anchored Consistency for World-Model Rollouts

Abstract: A world model asked what happens if an object is pushed at several speeds produces several futures. If the model has the object in mind, those futures agree about it: each implies the same mass and friction. The consistency checks now used to vet world-action models ask whether a model's futures agree with each other, and none of them knows any physics. We show that this is not enough, and what to do instead. IMPLY reads the physics each rollout implies by inverting a simulator and scores a set of rollouts by how well one object explains all of them, anchored to two calibration pushes the model has observed. In a controlled setting, self-consistency gives a perfect score to a model that ignores the object and always predicts a typical push; anchoring exposes it (AUROC 0.70 versus 1.00). On a real model, V-JEPA 2-AC adapted to the scene, the same thing happens. Given its own calibration pushes the model tracks the object (per-object correlation with the truth 0.91); given another object's, it does not (0.05). Self-consistency cannot tell these apart, preferring the right evidence on 52% of objects, chance level, while anchored disagreement prefers it on 73% and correlates 0.92-0.99 with the rollouts' error. Used to choose among candidate rollout sets, it comes within 0.003 of an oracle that sees the truth. A model that has internalised the wrong object is exactly as self-consistent as one that has internalised the right one; consistency has to be anchored to evidence.

Fri 11 SeptRoboticsArtificial IntelligenceComputer Vision and Pattern Recognition
The gist
World models try to guess what happens when an object is pushed at different speeds, but they often produce many possible futures that don’t always agree about the object’s real physical properties like mass and friction. The authors show that just checking if these futures agree with each other isn’t enough to know if the model really understands the object. They introduce IMPLY, a method that uses real physical evidence from known pushes to anchor these predictions, making it easier to tell if a model truly tracks the object or just guesses. This anchored consistency helps pick better predictions and avoid models that give consistent but wrong answers.
Open 2609.12441v1

Chain-SLAM improves map alignment for multi-session LiDAR mapping

Chain-SLAM: Globally Consistent Backend for Multi-Session LiDAR SLAM via Chained Loop Closure

Abstract: Maintaining consistency over long spatial and temporal horizons remains a fundamental challenge in large-scale LiDAR SLAM, particularly when integrating maps collected across multiple sessions. We present Chain-SLAM, a LiDAR SLAM backend enabling online multi-session map alignment and reuse with global consistency at large scale. We implement a chained loop closure mechanism that efficiently propagates geometric constraints across inter-session keyframes through an adjacency graph, enabling robust long-horizon consistency triggered by reliable short-horizon loop closures. The system initializes inter-session alignment with GNSS-proximity place recognition, then performs on-the-fly loop closure detections and joint optimization of loaded maps and newly acquired trajectories within a unified factor graph, maintaining both inter- and intra-session geometric consistency without dynamic object removal, and cross-platform robustness with minimal hyperparameter tuning. Experimental results show improved trajectory accuracy and robust multi-session integration on large-scale datasets. We release our source code to support reproducible research in large-scale multi-session LiDAR SLAM. Project site: https://ai4ce.github.io/Chain-SLAM/

Thu 10 SeptRobotics
The gist
LiDAR SLAM helps create maps by tracking a sensor as it moves, but it can be hard to keep maps consistent when combining data from many sessions. The authors made Chain-SLAM, a system that better aligns and merges these maps by chaining together loop closures between sessions. This method helps correct errors over long distances and times, resulting in more accurate and stable maps. Their approach uses GPS data to start matching places and adjusts the entire map as new data arrives.
Open 2609.12221v1

EgosIS improves drone video understanding by separating motion from scene changes

EgoSIS: From Factorized Visual Ego-Transitions to Motion-Canonical Spatial Evidence for UAV Reasoning

Abstract: UAV video question answering requires separating camera motion from changes in the scene, but RGB-only multimodal models receive no explicit, stable reference for that separation. We present EgoSIS, a pose-free adapter that converts RGB-derived bidirectional flow into motion-canonical visual evidence in three stages. Factorized Visual Ego-Transitions (FVET) fits a robust image-plane transition and exposes motion, residual-support, and reliability factors. Reliability-Gated Ego-Transition Memory (ReTEM) uses reliability-weighted updates for a bounded history and re-anchors it at cuts or sustained uncertainty. Ego-Aligned Spatial Evidence (EASE) warps supported visual features into each segment's local anchor and injects four spatial evidence tokens per visual slice through zero-initialized residuals, without changing Qwen's visual-token count. On SIS-Bench, EgoSIS-8B obtains 89.9\% perception, 82.5\% perception-plus-memory, and 76.2\% overall accuracy, with the largest gains concentrated in self-awareness perception and memory. The adapter thus provides an interpretable interface between optical flow and spatial reasoning.

Tue 8 SeptComputer Vision and Pattern Recognition
The gist
When drones capture video, it can be hard for computers to tell if something moved or if the camera itself moved. The authors created EgoSIS, a tool that helps separate the drone's motion from changes happening in the scene using only regular video data without needing extra sensors. EgoSIS processes how images shift and remembers the drone’s recent movement to provide clearer visual clues for understanding the environment. This improves answering questions about drone videos by making it easier to know what the drone is seeing versus how it is moving.
Open 2609.08938v1

Clamp improves safe embodied plans by grounding vision and actions

CLAMP: Constrained Decoding for Vision-Language Embodied Planning

Abstract: Embodied planning increasingly relies on vision-language models (VLMs) to translate instructions and visual observations into executable action sequences. However, fluent plans are not always executable. A VLM may refer to objects that are not visually observed, select actions whose required affordances are unavailable, or violate syntax and action constraints. We introduce CLAMP, a multimodal constraint-grounding framework that turns scene evidence into decoding-time constraints for a frozen VLM planner. CLAMP uses the initial observation to restrict object references to those supported by the scene, while a provided symbolic action model specifies state transitions and goals. During decoding, hard masks eliminate invalid next-token candidates, while a Hidden Markov Model (HMM)-based world-state lookahead module reweights the probabilities of the remaining feasible candidates based on action preconditions and goal reachability. This allows the planner to retain the VLM's language prior while preventing visually unsupported, unsafe, or infeasible candidates from entering the plan. For unseen tasks and environments, CLAMP adapts the HMM at test time using label-free continuations sampled from the frozen VLM. Experiments on VLABench, SafeAgentBench, and TaPA show that scene-grounded constraints improve object grounding and safety, while most remaining failures stem from perception errors or misaligned constraint specifications.

Tue 8 SeptArtificial Intelligence
The gist
Making robots follow instructions safely is hard because they might talk about things they don’t see or choose actions that don’t work. The authors created CLAMP, a method that uses what a robot sees and rules about actions to stop bad or impossible choices when planning. CLAMP filters out wrong next steps and favors ones that fit the scene and goals, helping plans stay realistic and safe. It learns from its own guesses to work better with new tasks and environments.
Open 2609.08602v1

Vision language action models improve by training world models at test time

WorldAgen: Unified State-Action Prediction with Test-Time World Model Training

Abstract: How can vision-language-action (VLA) models adapt to new environments where world dynamics shift? While recent research has combined world modeling and action prediction to improve VLA performance, existing methods largely rely on pretraining on static datasets, without mechanisms for active adaptation at deployment time. As a result, these models often fail to generalize when deployed in unseen scenarios with novel object configurations or dynamics. We present WorldAgen, a unified framework that jointly learns world modeling and action prediction while enabling Test-Time Training (TTT) to adapt to new environments. WorldAgen employs a shared Transformer backbone with two heads: (1) a world model head that predicts future states from past state-action trajectories, and (2) an agent model head that predicts actions conditioned on task instructions. We design a Mixed Unidirectional Attention Mask to separate these two models. During test time, WorldAgen samples exploratory actions, collects ground-truth state transitions, and performs lightweight TTT updates to refine its world model. This adaptation improves the model's understanding of the environment and leads to more accurate action predictions. Experiments on the CALVIN and LIBERO benchmarks demonstrate that our baseline model achieves comparable, and in some cases superior, performance to current state-of-the-art approaches. Moreover, with TTT on a small number of samples, our method surpasses existing state-of-the-art models, highlighting the effectiveness of adapting world models at inference time.

Tue 8 SeptArtificial Intelligence
The gist
Models that see, understand language, and act often struggle when they face new environments they haven't seen before. The authors created WorldAgen, a system that learns both how the world changes and what actions to take based on instructions. When used in a new place, it tries some actions, watches what happens, and quickly updates itself to understand better. This makes the model more accurate in predicting what to do. Tests show it beats or matches current best methods, especially when it adapts during use.
Open 2609.08162v1

TaskGuard predicts when image fixes help object detectors in poor conditions

TaskGuard: Task-Conditioned Restoration Utility for Risk-Aware Object Detection

Abstract: Image restoration is commonly applied before object detection under adverse conditions, yet a visually improved image need not improve the downstream task. We study this mismatch as restoration utility prediction: given a degraded image and its candidate restoration, should the restoration be used or should the original observation be preserved? We introduce TaskGuard, a post-hoc controller for frozen restoration and detection pipelines. TaskGuard characterizes the realized restoration residual through its interaction with detector sensitivity and predicts whether the intervention is task-beneficial. Exact regional counterfactuals reveal substantial within-image utility heterogeneity, while a deployable pseudo-gradient preserves statistically reliable directional information. Feature-group ablation further shows that task-conditioned evidence contributes information beyond detector-response and residual statistics. The TaskGuard utility predictor is trained only on Gaussian degradation and frozen before final evaluation, then transferred to unseen motion blur, rain, and defocus. Across these unseen families, TaskGuard reduces lossnegative interventions by 54.2% (family macro) and practical per-image detection deteriorations by 37.0% (pooled), while preserving 98.8% of the Always-Restore COCO AP. On natural-rain DAWN, it reduces loss-negative interventions by 97.9% while retaining 77.8% of the AP improvement obtained by deraining. These results support restoration utility as a task-conditioned property of the specific intervention rather than image appearance alone.

Mon 7 SeptComputer Vision and Pattern Recognition
The gist
Object detection systems often use image cleanup methods to help recognize objects in blurry or rainy pictures, but these fixes don’t always improve results. The authors propose TaskGuard, a tool that decides whether to keep the original image or use the fixed version for detection. It learns from how different fix attempts affect detection performance and works well even on conditions it wasn’t specifically trained on. This helps avoid using image corrections that actually make object detection worse.
Open 2609.08011v1

Vision language models misjudge missing image or text impact on answers

I Don't Miss You, but I Do: Self-Explanation Faithfulness of Modality Missingness in Vision-Language Models

Abstract: Vision-language models are increasingly used in settings where some input modalities may be unavailable, yet we know little about whether they can faithfully explain how such missing information affects their own predictions. We introduce an interventional protocol for evaluating self-explanations of modality dynamics: models state what each modality alone would support, whether restoring a missing modality would change their answer, and whether the available evidence is sufficient; we then execute the corresponding modality intervention and compare these claims with the model's realized behavior. We evaluate eight open-weight VLMs from two model families across four tasks spanning complementary and isomorphic text-image settings and a multi-view driving setting. We find a systematic tendency to overstate the sufficiency of available modality evidence. Models substantially underestimate the effect of restoring missing modalities: task-level median predicted change rates are at most 8.8%, while the corresponding executed change rates reach 72.1%, with underprediction in 62 of 64 model-task-condition settings. Insufficiency claims are rare, but precise when produced: restoring the modality changes the answer in a median of 78-100% of flagged cases. Retrospective self-explanations show the same tendency: on complementary data, models over-credit single-modality sufficiency; on isomorphic data, they over-credit single representation sufficiency relative to their executed behavior. Together, these results show that VLMs systematically mischaracterize how their predictions depend on available and missing modality evidence, motivating executable interventions as a behavioral ground truth for evaluating multimodal self-explanations.

Mon 7 SeptMachine LearningComputation and LanguageComputer Vision and Pattern Recognition
The gist
Vision-language models try to explain how missing images or text affect their answers, but they often get it wrong. The authors tested eight models across different tasks to see if models could accurately say what the missing parts would change. They found models usually think the given information is enough and fail to predict how much missing pieces change the answer. When models say missing data matters, they are usually right, but they mostly underestimate its importance. This shows current vision-language models don’t fully understand or truthfully report how missing images or text influence their predictions.
Open 2609.07596v1