AnyThermal: Towards Learning Universal Representations for Thermal Perception
Paper • 2602.06203 • Published • 2
TartanRGBT is a hardware-synchronized RGB–thermal robotics dataset from CMU AirLab's AnyThermal project (ICRA 2026). Features co-registered stereo RGB and thermal images across indoor, urban, park, and off-road environments.
This subset:
This is a FiftyOne dataset with 5952 samples.
If you haven't already, install FiftyOne:
pip install -U fiftyone
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/TartanRGBT")
# Launch the App
session = fo.launch_app(dataset)
Each timestep provides 4 synchronized camera streams:
| Stream | Resolution | Notes |
|---|---|---|
| RGB in thermal frame | 640 × 512 | ZED RGB reprojected to thermal grid. Pixel-aligned with left thermal. Primary RGB–thermal pair. |
| Left thermal | 640 × 512 | FLIR Boson 640+, 8-bit grayscale |
| Right thermal | 640 × 512 | FLIR Boson 640+, 8-bit grayscale |
| ZED left RGB | 960 × 540 | Native rectified stereo |
| ZED right RGB | 960 × 540 | Native rectified stereo |
| Stereo depth | 960 × 540 | Dense depth map (meters), aligned with ZED left |
15 scenes across 5 collection days covering indoor, urban, park, and off-road terrain.
rgb_in_thermal | Field | Type | Description |
|---|---|---|
day |
str | "day1" – "day5" |
scene_name |
str | e.g. "park_frick_seq_1_riverview_trail" |
frame_id |
int | Frame index (0, 10, 20, …) |
timestamp |
float | Unix time (seconds) |
ffc_dropped |
bool | Exclude from training if True (thermal calibration event) |
pose_x/y/z |
float | Position (meters, from stereo odometry) |
pose_qx/qy/qz/qw |
float | Orientation (quaternion) |
thermal (rgb_in_thermal slice): Heatmap overlay of thermal intensity on RGBdepth (zed_left slice): Display-optimized depth (masked, percentile-normalized)depth_gt (zed_left slice): Raw depth visualization (min/max normalized)✅ Intended:
❌ Out of scope:
@misc{maheshwari2026anythermallearninguniversalrepresentations,
title={AnyThermal: Towards Learning Universal Representations for Thermal Perception},
author={Parv Maheshwari and Jay Karhade and Yogesh Chawla and Isaiah Adu and Florian Heisen
and Andrew Porco and Andrew Jong and Yifei Liu and Santosh Pitla
and Sebastian Scherer and Wenshan Wang},
year={2026},
eprint={2602.06203},
archivePrefix={arXiv},
primaryClass={cs.CV}
}