zzcnewly commited on
Commit
0c7fd1d
1 Parent(s): 286584d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -3
README.md CHANGED
@@ -1,3 +1,56 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ size_categories:
6
+ - 1K<n<10K
7
+ ---
8
+
9
+ # ContPhy Dataset Repository
10
+
11
+ > ### ContPhy: Continuum Physical Concept Learning and Reasoning from Videos
12
+ > Zhicheng Zheng*, Xin Yan*, Zhenfang Chen*, Jingzhou Wang, Qin Zhi Eddie Lim, Joshua B. Tenenbaum, and Chuang Gan (* denotes equal contributions)
13
+ >
14
+ > *ICML 2024*
15
+ > Links | [Project Page](https://physical-reasoning-project.github.io/) | [Paper (Arxiv)](https://arxiv.org/abs/2402.06119) | [Codebase](https://github.com/zzcnewly/ContPhy-Gen) | [Cite ContPhy](#citation)
16
+
17
+
18
+ <table>
19
+ <tr>
20
+ <td>
21
+ <image src="./Teasers/fluid.gif" title="Fluid Teaser"></image>
22
+ </td>
23
+ <td>
24
+ <image src="./Teasers/rope.gif" title="Rope Teaser"></image>
25
+ </td>
26
+ </tr>
27
+ <tr>
28
+ <td>
29
+ <image src="./Teasers/cloth.gif" title="Cloth Teaser"></image>
30
+ </td>
31
+ <td>
32
+ <image src="./Teasers/ball.gif" title="Ball Teaser"></image>
33
+ </td>
34
+
35
+ </tr>
36
+ <tr>
37
+ <td>
38
+ <image src="./Teasers/fire.gif" title="Fire Teaser"></image>
39
+ </td>
40
+ <td>
41
+ <image src="./Teasers/sensors.gif" title="Sensor Teaser"></image>
42
+ </td>
43
+ </tr>
44
+ </table>
45
+
46
+ ## Citation
47
+ Welcome to cite `ContPhy` if you find the paper, dataset, and implementations useful in your research :)
48
+ ```bibtex
49
+ @inproceedings{zheng2024contphy,
50
+ title={ContPhy: Continuum Physical Concept Learning and Reasoning from Videos},
51
+ author={Zheng, Zhicheng and Yan, Xin and Chen, Zhenfang and Wang, Jingzhou and Lim, Qin Zhi Eddie and Tenenbaum, Joshua B and Gan, Chuang},
52
+ booktitle={International Conference on Machine Learning},
53
+ year={2024},
54
+ organization={PMLR}
55
+ }
56
+ ```