paper-with-me

Papers

Generating Part-Aware Editable 3D Shapes Without 3D Supervision

2023-01-01 · CVPR 2023 1 · Konstantinos Tertikas, Despoina Paschalidou, Boxiao Pan, Jeong Joon Park, Mikaela Angelina Uy, Ioannis Emiris, Yannis Avrithis, Leonidas Guibas

Impressive progress in generative models and implicit representations gave rise to methods that can generate 3D shapes of high quality. However, being able to locally control and edit shapes is another essential property that can unlock several content creation applications. Local control can be achieved with part-aware models, but existing methods require 3D supervision and cannot produce textures. In this work, we devise PartNeRF, a novel part-aware generative model for editable 3D shape synthesis that does not require any explicit 3D supervision. Our model generates objects as a set of locally defined NeRFs, augmented with an affine transformation. This enables several editing operations such as applying transformations on parts, mixing parts from different objects etc. To ensure distinct, manipulable parts we enforce a hard assignment of rays to parts that makes sure that the color of each ray is only determined by a single NeRF. As a result, altering one part does not affect the appearance of the others. Evaluations on various ShapeNet categories demonstrate the ability of our model to generate editable 3D objects of improved fidelity, compared to previous part-based generative approaches that require 3D supervision or models relying on NeRFs.

📄 PDF Abstract BibTeX

Code (1)

ktertikas/part_nerf 공식 구현 pytorch

Tasks

NeRF

Similar Papers 제목 키워드 기반

PartNeRF: Generating Part-Aware Editable 3D Shapes without 3D Supervision

2023-03-16 · Konstantinos Tertikas, Despoina Paschalidou, Boxiao Pan, Jeong Joon Park 외

Impressive progress in generative models and implicit representations gave rise to methods that can generate 3D shapes of high quality. However, being able to locally control and edit shapes is another essential property…

NeRF

OmniPart: Part-Aware 3D Generation with Semantic Decoupling and Structural Cohesion

2025-07-08 · Yunhan Yang, Yufan Zhou, Yuan-Chen Guo, Zi-Xin Zou 외

The creation of 3D assets with explicit, editable part structures is crucial for advancing interactive applications, yet most generative methods produce only monolithic shapes, limiting their utility. We introduce OmniPa…

3D Generation

X-Part: high fidelity and structure coherent shape decomposition

2025-09-10 · Xinhao Yan, Jiachen Xu, Yang Li, Changfeng Ma 외 arxiv

Generating 3D shapes at part level is pivotal for downstream applications such as mesh retopology, UV mapping, and 3D printing. However, existing part-based generation methods often lack sufficient controllability and su…

Hi-TOPS: Hierarchical Topology-aware Scoring Prior for 3D Part Decomposition

2026-08-01 · Ruoyu Wu, Zhenhong Sun, Xiaoming Gong, Yuxin Xian 외 arxiv

Accurate 3D part decomposition requires separating shapes into structurally meaningful components with precise boundaries while preserving articulation seams and thin attachments. Existing approaches often suffer from a …

ShapeAssembly: Learning to Generate Programs for 3D Shape Structure Synthesis

2020-09-17 · R. Kenny Jones, Theresa Barton, Xianghao Xu, Kai Wang 외

Manually authoring 3D shapes is difficult and time consuming; generative models of 3D shapes offer compelling alternatives. Procedural representations are one such possibility: they offer high-quality and editable result…