vLAR commited on
Commit
d665cd5
ยท
verified ยท
1 Parent(s): 8da26fd

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -21
README.md CHANGED
@@ -207,11 +207,9 @@ homepage: https://vlar-group.github.io/PhysInOne.html
207
  <main class="physinone-main" style="flex: 1 1 500px; min-width: min(100%, 500px); line-height: 1.38; font-size: 15px;">
208
 
209
  <h2 id="summary" style="margin-left: 0; font-size: 1.9em; line-height: 1.22; margin-top: 1.2em; margin-bottom: 0.5em;">๐Ÿ“Œ Summary</h2>
210
- <div style="margin-left: 24px;">
211
 
212
- <p style="text-align: justify;">
213
  <strong>PhysInOne</strong> is a large-scale synthetic dataset for visual physics learning and reasoning, containing <strong>153,810 dynamic 3D scenes</strong> and <strong>2 million annotated videos</strong> across <strong>71 physical phenomena</strong> in mechanics, optics, fluid dynamics, and magnetism. Each scene features complex multi-object and multi-physics interactions with rich annotations, including RGB videos, depth maps, object masks, 3D trajectories, camera poses, object meshes, material properties, and textual descriptions. The dataset supports research on physics-aware video generation, future frame prediction, physical property estimation, motion transfer, physical reasoning, and world models.
214
- </p>
215
 
216
  <div class="physinone-summary-grid" style="display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0;">
217
 
@@ -262,11 +260,9 @@ For large-scale downloading and filtering, please refer to the **How to Download
262
  </div>
263
 
264
  <h2 id="data-splits" style="margin-left: 0; font-size: 1.9em; line-height: 1.22; margin-top: 1.2em; margin-bottom: 0.5em;">๐Ÿ“Š Data Splits</h2>
265
- <div style="margin-left: 24px;">
266
 
267
- <p style="text-align: justify;">
268
  PhysInOne is divided into <strong>Train, Val, and Test</strong> splits, containing 122,988, 15,411, and 15,411 scenes, respectively. The three splits are generated with <strong>completely distinct 3D meshes and backgrounds</strong>, ensuring that no scene or visual content is shared across splits. This separation provides a robust benchmark for evaluating generalization and physical reasoning.
269
- </p>
270
 
271
  </div>
272
 
@@ -274,7 +270,7 @@ PhysInOne is divided into <strong>Train, Val, and Test</strong> splits, containi
274
 
275
  <h3 id="download-scripts" style="font-size: 1.35em; margin-top: 0.75em; margin-bottom: 0.22em; line-height: 1.2; margin-left: 24px;">1. Download Scripts</h3>
276
 
277
- <div style="margin-left: 40px;">
278
 
279
  Please download the `assets` folder, which contains:
280
 
@@ -287,12 +283,10 @@ scripts/
287
  download.py
288
  ```
289
 
290
- <p style="text-align: justify;">
291
  PhysInOne is distributed across multiple Hugging Face dataset repositories because of its large scale. We provide two scripts for selecting and downloading cases:
292
 
293
- - `filter_cases.py`: parses the case-to-repository assignment file and exports selected cases to JSON.
294
- - `download.py`: downloads the selected case zip files from the corresponding Hugging Face shard repositories.
295
- </p>
296
 
297
  </div>
298
 
@@ -308,9 +302,8 @@ pip install huggingface_hub tqdm
308
 
309
  <h3 id="filter-cases" style="font-size: 1.35em; margin-top: 0.75em; margin-bottom: 0.22em; line-height: 1.2; margin-left: 24px;">3. Filter Cases</h3>
310
 
311
- <div style="margin-left: 40px;">
312
 
313
- <p style="text-align: justify;">
314
  Export a JSON file containing case information matching your filter criteria, for use in subsequent download scripts. The `filter_cases.py` script supports selection by:
315
 
316
  - Split: `train`, `val`, `test`
@@ -319,7 +312,6 @@ Export a JSON file containing case information matching your filter criteria, fo
319
  - Number of cases: globally sample `num` cases after filtering
320
 
321
  The following examples show common filtering workflows.
322
- </p>
323
 
324
  </div>
325
 
@@ -642,8 +634,6 @@ All 3D assets and materials included in PhysInOne have been sourced from publicl
642
 
643
  In total, assets comply with licenses including CC BY-NC, CC BY-SA, CC BY-NC-SA, CC0, CC BY, and RF, ensuring all files can be legally used for building a non-commercial dataset. Users must adhere to the original licenses for any redistribution or derivative work.
644
 
645
- > โš ๏ธ Note: PhysInOne is intended for **non-commercial research and educational purposes**. For commercial use, users must verify the licensing terms of individual assets.
646
-
647
  </div>
648
 
649
  <h2 id="citation" style="margin-left: 0; font-size: 1.9em; line-height: 1.22; margin-top: 1.2em; margin-bottom: 0.5em;">๐Ÿ“š Citation</h2>
@@ -653,11 +643,14 @@ In total, assets comply with licenses including CC BY-NC, CC BY-SA, CC BY-NC-SA,
653
  If you use PhysInOne in your research, please cite:
654
 
655
  ```bibtex
656
- @article{zhou2026physinone,
657
- title={PhysInOne: Visual Physics Learning and Reasoning in One Suite},
658
- author={Zhou, Siyuan and Wang, Hejun and Cheng, Hu and Li, Jinxi and Wang, Dongsheng and Jiang, Junwei and Jin, Yixiao and Huang, Jiayue and Mao, Shiwei and Liu, Shangjia and others},
659
- journal={arXiv preprint arXiv:2604.09415},
660
- year={2026}
 
 
 
661
  }
662
  ```
663
 
 
207
  <main class="physinone-main" style="flex: 1 1 500px; min-width: min(100%, 500px); line-height: 1.38; font-size: 15px;">
208
 
209
  <h2 id="summary" style="margin-left: 0; font-size: 1.9em; line-height: 1.22; margin-top: 1.2em; margin-bottom: 0.5em;">๐Ÿ“Œ Summary</h2>
210
+ <div style="margin-left: 24px; text-align: justify;">
211
 
 
212
  <strong>PhysInOne</strong> is a large-scale synthetic dataset for visual physics learning and reasoning, containing <strong>153,810 dynamic 3D scenes</strong> and <strong>2 million annotated videos</strong> across <strong>71 physical phenomena</strong> in mechanics, optics, fluid dynamics, and magnetism. Each scene features complex multi-object and multi-physics interactions with rich annotations, including RGB videos, depth maps, object masks, 3D trajectories, camera poses, object meshes, material properties, and textual descriptions. The dataset supports research on physics-aware video generation, future frame prediction, physical property estimation, motion transfer, physical reasoning, and world models.
 
213
 
214
  <div class="physinone-summary-grid" style="display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0;">
215
 
 
260
  </div>
261
 
262
  <h2 id="data-splits" style="margin-left: 0; font-size: 1.9em; line-height: 1.22; margin-top: 1.2em; margin-bottom: 0.5em;">๐Ÿ“Š Data Splits</h2>
263
+ <div style="margin-left: 24px; text-align: justify;">
264
 
 
265
  PhysInOne is divided into <strong>Train, Val, and Test</strong> splits, containing 122,988, 15,411, and 15,411 scenes, respectively. The three splits are generated with <strong>completely distinct 3D meshes and backgrounds</strong>, ensuring that no scene or visual content is shared across splits. This separation provides a robust benchmark for evaluating generalization and physical reasoning.
 
266
 
267
  </div>
268
 
 
270
 
271
  <h3 id="download-scripts" style="font-size: 1.35em; margin-top: 0.75em; margin-bottom: 0.22em; line-height: 1.2; margin-left: 24px;">1. Download Scripts</h3>
272
 
273
+ <div style="margin-left: 40px; text-align: justify;">
274
 
275
  Please download the `assets` folder, which contains:
276
 
 
283
  download.py
284
  ```
285
 
 
286
  PhysInOne is distributed across multiple Hugging Face dataset repositories because of its large scale. We provide two scripts for selecting and downloading cases:
287
 
288
+ - `filter_cases.py`: exports selected cases to JSON.
289
+ - `download.py`: downloads the selected case zip files from the corresponding repositories.
 
290
 
291
  </div>
292
 
 
302
 
303
  <h3 id="filter-cases" style="font-size: 1.35em; margin-top: 0.75em; margin-bottom: 0.22em; line-height: 1.2; margin-left: 24px;">3. Filter Cases</h3>
304
 
305
+ <div style="margin-left: 40px; text-align: justify;">
306
 
 
307
  Export a JSON file containing case information matching your filter criteria, for use in subsequent download scripts. The `filter_cases.py` script supports selection by:
308
 
309
  - Split: `train`, `val`, `test`
 
312
  - Number of cases: globally sample `num` cases after filtering
313
 
314
  The following examples show common filtering workflows.
 
315
 
316
  </div>
317
 
 
634
 
635
  In total, assets comply with licenses including CC BY-NC, CC BY-SA, CC BY-NC-SA, CC0, CC BY, and RF, ensuring all files can be legally used for building a non-commercial dataset. Users must adhere to the original licenses for any redistribution or derivative work.
636
 
 
 
637
  </div>
638
 
639
  <h2 id="citation" style="margin-left: 0; font-size: 1.9em; line-height: 1.22; margin-top: 1.2em; margin-bottom: 0.5em;">๐Ÿ“š Citation</h2>
 
643
  If you use PhysInOne in your research, please cite:
644
 
645
  ```bibtex
646
+ @misc{zhou2026physinonevisualphysicslearning,
647
+ title={PhysInOne: Visual Physics Learning and Reasoning in One Suite},
648
+ author={Siyuan Zhou and Hejun Wang and Hu Cheng and Jinxi Li and Dongsheng Wang and Junwei Jiang and Yixiao Jin and Jiayue Huang and Shiwei Mao and Shangjia Liu and Yafei Yang and Hongkang Song and Shenxing Wei and Zihui Zhang and Peng Huang and Shijie Liu and Zhengli Hao and Hao Li and Yitian Li and Wenqi Zhou and Zhihan Zhao and Zongqi He and Hongtao Wen and Shouwang Huang and Peng Yun and Bowen Cheng and Pok Kazaf Fu and Wai Kit Lai and Jiahao Chen and Kaiyuan Wang and Zhixuan Sun and Ziqi Li and Haochen Hu and Di Zhang and Chun Ho Yuen and Bing Wang and Zhihua Wang and Chuhang Zou and Bo Yang},
649
+ year={2026},
650
+ eprint={2604.09415},
651
+ archivePrefix={arXiv},
652
+ primaryClass={cs.CV},
653
+ url={https://arxiv.org/abs/2604.09415},
654
  }
655
  ```
656