Car Expert Model
AI-IMU
CVPR 2025
A Light Foundation Model for Inertial Positioning in Robotics
One inertial model learns motion across ground vehicles, quadrupeds, drones, and humans, then adapts efficiently to new robots and operating conditions.
Explore IMU sequences and inspect model predictions directly in your browser.
Put cross-platform inertial models to the test. The IROS 2026 IMU Odometry Challenge provides a platform-blind benchmark across four embodiments.
View the challengeTartanIMU transfers motion knowledge across distinct embodiments instead of training an isolated model for every platform.
Compare platform-specific expert models with the shared IMU pretrained model on the same car, quadruped, human, and drone trajectories.
AI-IMU
RNIN-VIO
TLIO
IMO
TartanIMU (ours)
AI-IMU
RNIN-VIO
TLIO
IMO
TartanIMU (ours)
AI-IMU
RNIN-VIO
TLIO
IMO
TartanIMU (ours)
AI-IMU
RNIN-VIO
TLIO
IMO
TartanIMU (ours)
Ground-truth trajectories and network predictions across four robot platforms.
Most learned IMU odometry systems overfit one dataset or one robot. TartanIMU learns shared motion structure from diverse platforms, then adapts without discarding that general representation.
The system combines large-scale pretraining, parameter-efficient fine-tuning, and online test-time adaptation. This progression supports both zero-shot transfer and rapid specialization when a deployment introduces an unseen motion pattern or domain shift.
A shared backbone captures motion knowledge across ground vehicles, quadrupeds, drones, and humans.
LoRA adapts the model to new tasks with 1.1 million trainable parameters while retaining prior knowledge.
An adaptive memory buffer supports real-time updates as motion and operating conditions change.
The same model moves from broad motion learning to lightweight task adaptation and finally to online updates in the field.
A shared backbone learns general motion patterns from more than 100 hours of multi-platform inertial data.
Low-Rank Adaptation freezes the foundation model and trains compact adapters for new tasks, enabling positive transfer with limited data and compute.
A motion-aware memory buffer selects diverse recent samples for stable, real-time updates when speed, terrain, or motion patterns shift.
More than 100 hours of synchronized inertial data span four embodiment families and a wide range of indoor and outdoor motion.
Driving, off-road, and subterranean motion.
Walking, turning, stairs, and rough terrain.
Three-dimensional flight and rapid maneuvers.
Handheld and body-worn locomotion patterns.
TartanIMU generalizes across vehicles, drones, humans, and legged robots, but it does not yet support every possible embodiment. New platform families may require a dedicated motion head or a mixture of existing experts.
@inproceedings{zhao2025tartan,
title={Tartan IMU: A Light Foundation Model for Inertial Positioning in Robotics},
author={Zhao, Shibo and Zhou, Sifan and Blanchard, Raphael and Qiu, Yuheng and Wang, Wenshan and Scherer, Sebastian},
booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
pages={22520--22529},
year={2025}
}
Models, training code, and project updates are available in the public repository.