paper-with-me

홈 › Papers

Harnessing Generative Image Models for Training-Free Primitive Shape Abstraction

2026-07-06 · Gregor Kobsik, Tim Elsner, Leif Kobbelt arxiv

Representing 3D shapes as compact sets of geometric primitives is fundamental to robotics, simulation, and scene understanding. Generative image models trained at scale have recently emerged as generalist visual learners that can identify and segment object parts directly in the image domain, across arbitrary categories and without task-specific training. Adapting such models to downstream tasks typically requires fine-tuning; we ask whether their pretrained capability can instead be harnessed directly, without any training, and answer affirmatively with a training-free harness. Our pipeline renders multi-view images of a 3D object, uses a vision-language model to analyze its semantic parts, prompts a generative image model to paint a color-coded part segmentation mask, reprojects it onto the geometry, and fits a superquadric primitive to each part via parameter optimization. The approach contains no learned parameters: it is category-agnostic and orientation-invariant, properties that previous learning-based models struggled with. Its accuracy ceiling rises with future generative-model improvements, which we confirm with a ground-truth segmentation study showing that part segmentation, not primitive fitting, is the current accuracy bottleneck. On HumanPrim and Toys4K, our method achieves the lowest Chamfer distance among all evaluated methods, using 5--9 primitives per object on average.

📄 PDF Abstract BibTeX arXiv:2607.05568

Code (0)

등록된 구현이 없습니다.

Tasks

Scene Understanding

Similar Papers 제목 키워드 기반

GVP: Generative Volumetric Primitives

2023-03-31 · Mallikarjun B R, Xingang Pan, Mohamed Elgharib, Christian Theobalt

Advances in 3D-aware generative models have pushed the boundary of image synthesis with explicit camera control. To achieve high-resolution image synthesis, several attempts have been made to design efficient generators,…

Image GenerationKnowledge Distillation

GenEOL: Harnessing the Generative Power of LLMs for Training-Free Sentence Embeddings

2024-10-18 · Raghuveer Thirukovalluru, Bhuwan Dhingra

Training-free embedding methods directly leverage pretrained large language models (LLMs) to embed text, bypassing the costly and complex procedure of contrastive learning. Previous training-free embedding methods have m…

Contrastive LearningMTEB BenchmarkRerankingSentence+6

Image Shape Manipulation from a Single Augmented Training Sample

2020-07-02 · Yael Vinker, Eliahu Horwitz, Nir Zabari, Yedid Hoshen

In this paper, we present DeepSIM, a generative model for conditional image manipulation based on a single image. We find that extensive augmentation is key for enabling single image training, and incorporate the use of …

Image GenerationImage ManipulationImage-to-Image TranslationSketch-to-Image Translation

Image Shape Manipulation from a Single Augmented Training Sample

2021-09-13 · ICCV 2021 10 · Yael Vinker, Eliahu Horwitz, Nir Zabari, Yedid Hoshen

In this paper, we present DeepSIM, a generative model for conditional image manipulation based on a single image. We find that extensive augmentation is key for enabling single image training, and incorporate the use of …

Image GenerationImage ManipulationImage-to-Image TranslationSketch-to-Image Translation

SpaceControl: Introducing Test-Time Spatial Control to 3D Generative Modeling

2025-12-05 · Elisabetta Fedele, Francis Engelmann, Ian Huang, Or Litany 외 arxiv

Generative methods for 3D assets have recently achieved remarkable progress, yet providing intuitive and precise control over the object geometry remains a key challenge. Existing approaches predominantly rely on text or…