The task checkpoint uses the Patch-Interaction Transformer implementation and
was jointly fine-tuned on the three released task datasets. Code and training
scripts are available at:
Our latest checkpoint and cleaned datasets further improve multi-object 3D
reasoning performance.
Task
Metric
Current release
MO3D holistic QA
Binary accuracy B
84.0% (42/50)
Shape Mating
Selection accuracy S
73.0% (146/200)
Change Captioning verify
Binary accuracy B
67.0% (67/100)
The separately released classification checkpoint follows the PointLLM
ModelNet40 evaluation protocol. See the repository README for its six
one-, two-, and three-object commands.
LLM-judged reasoning and delta-caption scores depend on the judge model and
prompt configuration. Use the released evaluators and report the exact judge
configuration when comparing those metrics. The task and classification
checkpoints have different roles and should not be interchanged.
License
These checkpoints are built with the BeyondSingleObject codebase and use
PointLLM-style initialization and data. They may inherit terms from upstream
model, code, and dataset components, including PointLLM, Vicuna/Llama,
Objaverse/Cap3D, ShapeTalk, Thingi10K, Neural Shape Mating, and ModelNet40.
Please check the corresponding upstream licenses before redistribution or
commercial use.
Citation
bibtex
1@inproceedings{ide2026beyondsingleobject,
2 title={BeyondSingleObject: Learning 3D Relations with Large Language Models},
3 author={Ide, Kohsuke and Yamada, Ryousuke and Qiu, Yue and Ma, Xianzheng and Fukuhara, Yoshihiro and Kataoka, Hirokatsu and Satoh, Yutaka},
4 booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Findings},
5 year={2026}
6}