paper-with-me

Papers

Action-guided generation of 3D functionality segmentation data

2025-11-28 · Jaime Corsetti, Francesco Giuliari, Davide Boscaini, Pedro Hermosilla, Andrea Pilzer, Guofeng Mei, Alexandros Delitzas, Francis Engelmann, Fabio Poiesi arxiv

3D functionality segmentation aims to identify the interactive element in a 3D scene required to perform an action described in free-form language (e.g., the handle to ``Open the second drawer of the cabinet near the bed''). Progress has been constrained by the scarcity of annotated real-world data, as collecting and labeling fine-grained 3D masks is prohibitively expensive. To address this limitation, we introduce SynthFun3D, the first method for generating 3D functionality segmentation data directly from action descriptions. Given an action description, SynthFun3D constructs a plausible 3D scene by retrieving objects with part-level annotations from a large-scale asset repository and arranging them under spatial and semantic constraints. SynthFun3D renders multi-view images and automatically identifies the target functional element, producing precise ground-truth masks without manual annotation. We demonstrate the effectiveness of the generated data by training a VLM-based 3D functionality segmentation model. Augmenting real-world data with our synthetic data consistently improves performance, with gains of +2.2 mAP, +6.3 mAR, and +5.7 mIoU over real-only training. This shows that action-guided synthetic data generation provides a scalable and effective complement to manual annotation for 3D functionality understanding. Project page: tev-fbk.github.io/synthfun3d.

📄 PDF Abstract BibTeX arXiv:2511.23230

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data Generation

Similar Papers 제목 키워드 기반

Panoptic Diffusion Models: co-generation of images and segmentation maps

2024-12-04 · Yinghan Long, Kaushik Roy

Recently, diffusion models have demonstrated impressive capabilities in text-guided and image-conditioned image generation. However, existing diffusion models cannot simultaneously generate a segmentation map of objects …

Image GenerationPanoptic SegmentationSegmentation

Repo0: Design-Driven Zero-to-All Code Generation

2026-08-20 · Silin Chen, Haoyi Teng, Xiaodong Gu, Yuling Shi 외 arxiv

Large language model agents have made substantial progress in code generation, yet most existing systems assume a predefined repository architecture. This assumption does not hold in zero-to-all code generation, where an…

Code Generation

T-FunS3D: Task-Driven Hierarchical Open-Vocabulary 3D Functionality Segmentation

2026-06-04 · Jingkun Feng, Reza Sabzevari arxiv

Open-vocabulary 3D functionality segmentation enables robots to localize functional object components in 3D scenes. It is a challenging task that requires spatial understanding and task interpretation. Current open-vocab…

Predictive and Generative Neural Networks for Object Functionality

2020-06-28 · Ruizhen Hu, Zihao Yan, Jingwen Zhang, Oliver van Kaick 외

Humans can predict the functionality of an object even without any surroundings, since their knowledge and experience would allow them to "hallucinate" the interaction or usage scenarios involving the object. We develop …

ObjectTriplet

NaviQAte: Functionality-Guided Web Application Navigation

2024-09-16 · Mobina Shahbandeh, Parsa Alian, Noor Nashid, Ali Mesbah

End-to-end web testing is challenging due to the need to explore diverse web application functionalities. Current state-of-the-art methods, such as WebCanvas, are not designed for broad functionality exploration; they re…

Decision Making