Pixie: Fast and Generalizable Supervised Learning of 3D Physics from Pixels
Paper
• 2508.17437 • Published
• 37
frames listlengths 4 4 | camera_angle_x float64 1.4 1.41 | camera_angle_y float64 1.11 1.11 |
|---|---|---|
[
{
"file_path": "./data/m_0_0",
"time": 0,
"rotation": 0,
"transform_matrix": [
[
0.9434546017509048,
-0.07639730548521206,
0.32257846510522153,
6.4606981722533625
],
[
-0.33149986386933605,
-0.22071362962819152,
0.917274950029... | 1.406866 | 1.113034 |
[
{
"file_path": "./data/m_0_0",
"time": 0,
"rotation": 0,
"transform_matrix": [
[
-0.7516773763955982,
-0.15837397639875606,
0.6402333991714868,
15.237180472615622
],
[
-0.6594942480109824,
0.19073712857650393,
-0.7271084407588... | 1.406866 | 1.113034 |
[
{
"file_path": "./data/m_0_0",
"time": 0,
"rotation": 0,
"transform_matrix": [
[
0.8566686289211609,
-0.1206002383627148,
0.5015719716343754,
9.714696557527622
],
[
-0.5158666760108059,
-0.20151315269628295,
0.8326307836442073... | 1.401624 | 1.106936 |
This dataset contains data and pre-trained models for the paper Pixie: Fast and Generalizable Supervised Learning of 3D Physics from Pixels.
checkpoints_continuous_mse/: Continuous material property prediction model checkpointscheckpoints_discrete/: Discrete material classification model checkpointsreal_scene_data/: Real scene data for evaluationreal_scene_models/: Trained models for real scenesFirst, use the download script in the Pixie repository to automatically download this data and models:
python scripts/download_data.py
Then, you can run the main pipeline with a synthetic Objaverse object, for example:
python pipeline.py obj_id=f420ea9edb914e1b9b7adebbacecc7d8 material_mode=neural
This command will:
For more detailed usage, including real-scene processing and training, refer to the Github repository's usage section.
If you find this work useful, please consider citing:
@article{le2025pixie,
title={Pixie: Fast and Generalizable Supervised Learning of 3D Physics from Pixels},
author={Le, Long and Lucas, Ryan and Wang, Chen and Chen, Chuhao and Jayaraman, Dinesh and Eaton, Eric and Liu, Lingjie},
journal={arXiv preprint arXiv:2508.17437},
year={2025}
}