Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,59 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
tags:
|
| 5 |
+
- pointllm
|
| 6 |
+
- point-cloud
|
| 7 |
+
- 3d
|
| 8 |
+
- multimodal
|
| 9 |
+
- chain-of-thought
|
| 10 |
+
- reasoning
|
| 11 |
+
base_model: RunsenXu/PointLLM_7B_v1.2
|
| 12 |
+
datasets:
|
| 13 |
+
- QileXu/PoCoTI-55K
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
---
|
| 17 |
+
|
| 18 |
+
# PointLLM-R-7B
|
| 19 |
+
|
| 20 |
+
**Chaoqi Chen**¹\*, **Qile Xu**¹\*, **Wenjun Zhou**¹, **Hui Huang**¹†
|
| 21 |
+
|
| 22 |
+
¹Shenzhen University \*Equal contribution †Corresponding author
|
| 23 |
+
|
| 24 |
+
[Paper](https://arxiv.org/abs/2605.22013) | [Project Page](https://vcc.tech/research/2026/PointLLM-R) | [Code](https://github.com/Xqle/PointLLM-R) | [Collection](https://huggingface.co/collections/QileXu/pointllm-r)
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
Official model weights for the paper **PointLLM-R: Enhancing 3D Point Cloud Reasoning via Chain-of-Thought** (ACM SIGGRAPH 2026).
|
| 29 |
+
|
| 30 |
+
PointLLM-R-7B is a 3D multimodal LLM fine-tuned from [PointLLM](https://github.com/OpenRobotLab/PointLLM) on the [PoCoTI-55K](https://huggingface.co/datasets/QileXu/PoCoTI-55K) dataset, which augments point-cloud QA pairs with structured 5-step chain-of-thought reasoning.
|
| 31 |
+
|
| 32 |
+
## Links
|
| 33 |
+
|
| 34 |
+
- 📄 Paper: https://arxiv.org/abs/2605.22013
|
| 35 |
+
- 🌐 Project page: https://vcc.tech/research/2026/PointLLM-R
|
| 36 |
+
- 💻 Code: https://github.com/Xqle/PointLLM-R
|
| 37 |
+
- 📦 Collection: https://huggingface.co/collections/QileXu/pointllm-r
|
| 38 |
+
- 🗂️ Training data: [QileXu/PoCoTI-55K](https://huggingface.co/datasets/QileXu/PoCoTI-55K)
|
| 39 |
+
- 📊 Eval GT: [QileXu/OmniObject3D_brief_description_val_GT](https://huggingface.co/datasets/QileXu/OmniObject3D_brief_description_val_GT)
|
| 40 |
+
|
| 41 |
+
## Quick Start
|
| 42 |
+
|
| 43 |
+
See the [GitHub repository](https://github.com/Xqle/PointLLM-R) for installation, inference, and evaluation instructions.
|
| 44 |
+
|
| 45 |
+
## Citation
|
| 46 |
+
|
| 47 |
+
```bibtex
|
| 48 |
+
@inproceedings{chen2026pointllmr,
|
| 49 |
+
title = {PointLLM-R: Enhancing 3D Point Cloud Reasoning via Chain-of-Thought},
|
| 50 |
+
author = {Chen, Chaoqi and Xu, Qile and Zhou, Wenjun and Huang, Hui},
|
| 51 |
+
booktitle = {ACM SIGGRAPH},
|
| 52 |
+
year = {2026},
|
| 53 |
+
pages = {}
|
| 54 |
+
}
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
## License
|
| 58 |
+
|
| 59 |
+
MIT. The base model and Objaverse-derived data retain their original licenses.
|