#184 · Primary category: Computer Vision

PointLLM

3d chatbot foundation-models gpt-4 large-language-models llama multimodal objaverse point-cloud pointllm representation-learning vision-and-language

[ECCV 2024 Best Paper Candidate & TPAMI 2025] PointLLM: Empowering Large Language Models to Understand Point Clouds

Project last updated:05/15/26

GitHub Stars

1.1K

Forks

58

Contributors

3

License

Other

Why we included this project

PointLLM is worth a close look if you want to see how a large language model can work directly on raw 3D point clouds instead of images. It feeds colored object scans into an LLM backbone, so the model can name object types, describe geometric structure and appearance, and sidestep the occlusion and viewpoint problems that trip up camera-based recognition. The repo includes the full training pipeline, 660K simple and 70K complex instruction pairs, inference code with checkpoints, and evaluation scripts for the 3D object classification and captioning benchmarks, plus a Gradio demo, which makes it a practical reference for reproducing the ECCV 2024 results. Researchers and teams working on embodied AI, robotics, or spatial understanding can adapt its two-stage training strategy to their own point-cloud data, though expect a heavy training run and a pinned PyTorch and Transformers environment.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category