KangLiao commited on
Commit
2112b35
Β·
verified Β·
1 Parent(s): 104cb14

Update Puffin-16M paper metadata

Browse files

Link Puffin-World paper arXiv:2609.04196 and refresh authors, resources, and citation.

Files changed (1) hide show
  1. README.md +23 -16
README.md CHANGED
@@ -14,15 +14,22 @@ task_categories:
14
  pretty_name: Puffin-16M
15
  size_categories:
16
  - 10M<n<100M
 
17
  ---
18
 
19
- # **Thinking with Camera: A Unified Multimodal Model for Camera-Centric Understanding and Generation**
20
 
21
  <p align="center">
22
- &nbsp&nbsp πŸ“– <a href="https://kangliao929.github.io/projects/puffin">Project Page</a>&nbsp&nbsp| &nbsp&nbsp πŸ–₯️ <a href="https://github.com/KangLiao929/Puffin">GitHub</a> &nbsp&nbsp | &nbsp&nbspπŸ€— <a href="https://huggingface.co/spaces/KangLiao/Puffin">Hugging Face</a>&nbsp&nbsp | &nbsp&nbsp πŸ“‘ <a href="https://arxiv.org/abs/2510.08673">Paper </a> &nbsp&nbsp
23
- <br>
24
-
25
-
 
 
 
 
 
 
26
 
27
  ## Dataset Details
28
 
@@ -43,10 +50,10 @@ Two small **held-out benchmarks** accompany the training corpus for evaluation,
43
 
44
  | | |
45
  |---|---|
46
- | **Developed by** | Kang Liao, Size Wu, Zhonghua Wu, Linyi Jin, Chao Wang, Yikai Wang, Fei Wang, Wei Li, Chen Change Loy |
47
- | **Affiliation** | S-Lab, Nanyang Technological University |
48
- | **First released** | arXiv pre-print, 2025 |
49
- | **Dataset type** | Camera-centric understanding and generation |
50
  | **Modality** | Image β†’ Text+Camera; Text+Camera β†’ Image; Image+Camera β†’ Image; Image+Camera β†’ Text |
51
 
52
  ---
@@ -173,15 +180,15 @@ Pixel-wise camera maps are omitted due to their large total size, but can be gen
173
 
174
 
175
  ### Citation
176
- If you find Puffin useful for your research or applications, please cite our paper using the following BibTeX:
177
 
178
  ```bibtex
179
- @article{liao2025puffin,
180
- title={Thinking with Camera: A Unified Multimodal Model for Camera-Centric Understanding and Generation},
181
- author={Liao, Kang and Wu, Size and Wu, Zhonghua and Jin, Linyi and Wang, Chao and Wang, Yikai and Wang, Fei and Li, Wei and Loy, Chen Change},
182
- journal={arXiv preprint arXiv:2510.08673},
183
- year={2025}
184
- }
185
  ```
186
 
187
  ### License
 
14
  pretty_name: Puffin-16M
15
  size_categories:
16
  - 10M<n<100M
17
+ arxiv: 2609.04196
18
  ---
19
 
20
+ # Puffin-World: Scaling a Unified Multimodal Model with Native 3D World States
21
 
22
  <p align="center">
23
+ πŸ“– <a href="https://kangliao929.github.io/projects/puffin-16m/">Project Page</a>
24
+ &nbsp; | &nbsp;
25
+ πŸ’» <a href="https://github.com/KangLiao929/Puffin">GitHub</a>
26
+ &nbsp; | &nbsp;
27
+ πŸ€— <a href="https://huggingface.co/ACERobotics/Puffin-World">Models</a>
28
+ &nbsp; | &nbsp;
29
+ πŸ“„ <a href="https://huggingface.co/papers/2609.04196">HF Paper</a>
30
+ &nbsp; | &nbsp;
31
+ πŸ€— <a href="https://huggingface.co/blog/KangLiao/puffin-world">HF Blog</a>
32
+ </p>
33
 
34
  ## Dataset Details
35
 
 
50
 
51
  | | |
52
  |---|---|
53
+ | **Developed by** | Kang Liao, Yihang Luo, Xiao-Ming Wu, Linyi Jin, Size Wu, Chunyu Lin, Yao Zhao, Fei Wang, Wei Li, Chen Change Loy |
54
+ | **Affiliations** | S-Lab, Nanyang Technological University; University of Michigan; Beijing Jiaotong University; ACE Robotics |
55
+ | **First released** | arXiv preprint, 2026 |
56
+ | **Dataset type** | Camera-centric multimodal dataset for physical-world perception and 3D world modeling |
57
  | **Modality** | Image β†’ Text+Camera; Text+Camera β†’ Image; Image+Camera β†’ Image; Image+Camera β†’ Text |
58
 
59
  ---
 
180
 
181
 
182
  ### Citation
183
+ If Puffin-16M or Puffin-World supports your research, please cite our paper:
184
 
185
  ```bibtex
186
+ @article{liao2026puffinworld,
187
+ title = {Puffin-World: Scaling a Unified Multimodal Model with Native 3D World States},
188
+ author = {Liao, Kang and Luo, Yihang and Wu, Xiao-Ming and Jin, Linyi and Wu, Size and Lin, Chunyu and Zhao, Yao and Wang, Fei and Li, Wei and Loy, Chen Change},
189
+ journal = {arXiv preprint arXiv:2609.04196},
190
+ year = {2026}
191
+ }
192
  ```
193
 
194
  ### License