paper-with-me

홈 › Papers

3D-PLOT-LLM: Part-Level Object Tokens for 3D Large Language Models

2026-06-18 · Jintang Xue, Xinyu Wang, Yixing Wu, Jingwen Chen, C. -C. Jay Kuo arxiv

3D multimodal large language models (3D MLLMs) describe a 3D object as a whole but cannot address, name, or reason about its parts. Prior part-aware attempts add segmentation decoders, heavier 3D encoders, or bounding-box grammars at substantial parameter cost. We take a fundamentally different path: we reorganize the input token stream so that parts become directly addressable through the LLM's own vocabulary. Our model, 3D-PLOT-LLM, partitions the frozen point encoder's patches into K locally coherent regions and inserts, before each region's patch tokens, a learnable per-region marker and a reserved vocabulary token <part_k>; a Marker-Space Refinement (MSR) module then conditions each marker on its region's spatial statistics and adjacency neighbors. The model thus cites parts in its output and follows prompts that refer to parts by token, a capability absent from prior object-level 3D MLLMs. To probe this interface, we construct PartVerse-QA, a vocabulary-level part-QA benchmark adapted from PartVerse mesh annotations (77K training pairs and 588 held-out queries on disjoint object splits), on which 3D-PLOT-LLM reaches caption-to-slots Jaccard 0.459 and Exact-match 13.78%, with a slot-to-caption GPT-4o judge of 44.68. On the 3DCoMPaT-GrIn part-aware grounded description benchmark, 3D-PLOT-LLM outperforms PointLLM, Kestrel, PARIS3D, and SegPoint on every text-output metric, and ShapeLLM on 3 of 4, with up to +3.03 GPT-4o judge over PointLLM. On Objaverse whole-object captioning, adding PartVerse-QA at Stage 2 yields +0.65 SBERT and +1.85 GPT-4o over PointLLM, and tops PointLLM-PiSA on 4 of 5 traditional metrics (SBERT, SimCSE, BLEU-1, METEOR) despite targeting a different (part-grounded) objective. All with under 1M new trainable parameters on a frozen point encoder, an order of magnitude below prior part-aware 3D MLLMs, and no segmentation decoder or bounding-box head.

📄 PDF Abstract BibTeX arXiv:2606.19828

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond BEV: Optimizing Point-Level Tokens for Collaborative Perception

2025-08-27 · Yang Li, Quan Yuan, Guiyang Luo, Xiaoyuan Fu 외 arxiv

Collaborative perception allows agents to enhance their perceptual capabilities by exchanging intermediate features. Existing methods typically organize these intermediate features as 2D bird's-eye-view (BEV) representat…

Object Recognition

IBSEN: Director-Actor Agent Collaboration for Controllable and Interactive Drama Script Generation

2024-07-01 · Senyu Han, Lu Chen, Li-Min Lin, Zhengshan Xu 외

Large language models have demonstrated their capabilities in storyline creation and human-like character role-playing. Current language model agents mainly focus on reasonable behaviors from the level of individuals, an…

Language ModelingLanguage ModellingScript Generation

PLOT: Progressive Localization via Optimal Transport in Neural Causal Abstraction

2026-05-07 · Jonathn Chang, Arya Datla, Ziv Goldfeld arxiv

Causal abstraction offers a principled framework for mechanistic interpretability, aligning a high-level causal model with the low-level computation realized by a neural network through counterfactual intervention analys…

End-to-end Story Plot Generator

2023-10-13 · Hanlin Zhu, Andrew Cohen, Danqing Wang, Kevin Yang 외

Story plots, while short, carry most of the essential information of a full story that may contain tens of thousands of words. We study the problem of automatic generation of story plots, which includes story premise, ch…

Blocking

PlotMachines: Outline-Conditioned Generation with Dynamic Plot State Tracking

2020-04-30 · EMNLP 2020 11 · Hannah Rashkin, Asli Celikyilmaz, Yejin Choi, Jianfeng Gao

We propose the task of outline-conditioned story generation: given an outline as a set of phrases that describe key characters and events to appear in a story, the task is to generate a coherent narrative that is consist…

Story Generation