VertiCoder: Self-Supervised Kinodynamic Representation Learning on Vertically Challenging Terrain
Mohammad Nazeri, Aniket Datar, Anuj Pokhrel, Chenhui Pan, Garrett Warnell, Xuesu Xiao
TL;DR
VertiCoder addresses the challenge of kinodynamic understanding for robots on vertically challenging terrain by learning a general terrain representation through self-supervised learning. It uses a TransformerEncoder with a context token to mask tokens and predict the next terrain patch, enabling four downstream tasks: Forward Kinodynamics Learning ($FKD$), Inverse Kinodynamics Learning ($IKD$), Behavior Cloning ($BC$), and Patch Reconstruction ($PR$) from a single representation. The approach achieves better generalization than specialized End-to-End models while using roughly $77\%$ fewer parameters, and shows competitive performance in real-world deployment against state-of-the-art kinodynamic methods. This work demonstrates that SSL can mitigate overfitting and improve robustness across diverse environments and tasks in off-road robot mobility.
Abstract
We present VertiCoder, a self-supervised representation learning approach for robot mobility on vertically challenging terrain. Using the same pre-training process, VertiCoder can handle four different downstream tasks, including forward kinodynamics learning, inverse kinodynamics learning, behavior cloning, and patch reconstruction with a single representation. VertiCoder uses a TransformerEncoder to learn the local context of its surroundings by random masking and next patch reconstruction. We show that VertiCoder achieves better performance across all four different tasks compared to specialized End-to-End models with 77% fewer parameters. We also show VertiCoder's comparable performance against state-of-the-art kinodynamic modeling and planning approaches in real-world robot deployment. These results underscore the efficacy of VertiCoder in mitigating overfitting and fostering more robust generalization across diverse environmental contexts and downstream vehicle kinodynamic tasks.
