Table of Contents
Fetching ...

CAR: Cross-Vehicle Kinodynamics Adaptation via Mobility Representation

Tong Xu, Chenhui Pan, Xuesu Xiao

TL;DR

CAR achieves up to 67.2% reduction in prediction error compared to direct neighbor transfer across diverse unseen vehicle configurations, demonstrating the effectiveness of cross-vehicle mobility knowledge transfer in both simulated and real-world environments.

Abstract

Developing autonomous off-road mobility typically requires either extensive, platform-specific data collection or relies on simplified abstractions, such as unicycle or bicycle models, that fail to capture the complex kinodynamics of diverse platforms, ranging from wheeled to tracked vehicles. This limitation hinders scalability across evolving heterogeneous autonomous robot fleets. To address this challenge, we propose Cross-vehicle kinodynamics Adaptation via mobility Representation (CAR), a novel framework that enables rapid mobility transfer to new vehicles. CAR employs a Transformer encoder with Adaptive Layer Normalization to embed vehicle trajectory transitions and physical configurations into a shared mobility latent space. By identifying and extracting commonality from nearest neighbors within this latent space, our approach enables rapid kinodynamics adaptation to novel platforms with minimal data collection and computational overhead. We evaluate CAR using the Verti-Bench simulator, built on the Chrono multi-physics engine, and validate its performance on four distinct physical configurations of the Verti-4-Wheeler platform. With only one minute of new trajectory data, CAR achieves up to 67.2% reduction in prediction error compared to direct neighbor transfer across diverse unseen vehicle configurations, demonstrating the effectiveness of cross-vehicle mobility knowledge transfer in both simulated and real-world environments.

CAR: Cross-Vehicle Kinodynamics Adaptation via Mobility Representation

TL;DR

CAR achieves up to 67.2% reduction in prediction error compared to direct neighbor transfer across diverse unseen vehicle configurations, demonstrating the effectiveness of cross-vehicle mobility knowledge transfer in both simulated and real-world environments.

Abstract

Developing autonomous off-road mobility typically requires either extensive, platform-specific data collection or relies on simplified abstractions, such as unicycle or bicycle models, that fail to capture the complex kinodynamics of diverse platforms, ranging from wheeled to tracked vehicles. This limitation hinders scalability across evolving heterogeneous autonomous robot fleets. To address this challenge, we propose Cross-vehicle kinodynamics Adaptation via mobility Representation (CAR), a novel framework that enables rapid mobility transfer to new vehicles. CAR employs a Transformer encoder with Adaptive Layer Normalization to embed vehicle trajectory transitions and physical configurations into a shared mobility latent space. By identifying and extracting commonality from nearest neighbors within this latent space, our approach enables rapid kinodynamics adaptation to novel platforms with minimal data collection and computational overhead. We evaluate CAR using the Verti-Bench simulator, built on the Chrono multi-physics engine, and validate its performance on four distinct physical configurations of the Verti-4-Wheeler platform. With only one minute of new trajectory data, CAR achieves up to 67.2% reduction in prediction error compared to direct neighbor transfer across diverse unseen vehicle configurations, demonstrating the effectiveness of cross-vehicle mobility knowledge transfer in both simulated and real-world environments.
Paper Structure (25 sections, 20 equations, 3 figures, 5 tables)

This paper contains 25 sections, 20 equations, 3 figures, 5 tables.

Figures (3)

  • Figure 1: A heterogeneous fleet of vehicles with diverse physical configurations form a kinodynamics knowledge base. When a new vehicle is introduced, shared mobility representations in this knowledge base enable rapid adaptation with minimal data, without designing or retraining from scratch.
  • Figure 2: CAR Overview: Physical configurations and vehicle trajectories from a diverse fleet (left) are embedded into a shared mobility latent space (middle). When a new vehicle is introduced (right), its representation identifies nearest mobility neighbors in this mobility latent space. Inversely proportional to the distances to the mobility neighbors, weights $w_1, w_2, w_3$ are used to aggregate datasets and bias training loss. Gradient updates regulated by minimal new vehicle data then enables rapid kinodynamics adaptation.
  • Figure 3: The physical mobility latent space is learned from three distinct configurations (blue, red, and green). When the new heavy-payload platform (yellow) is introduced, it is projected into this space to identify the most relevant mobility neighbors (blue and red) before rapid adaptation.