paper-with-me

Papers

Neural Shape Parsers for Constructive Solid Geometry

2019-12-22 · Gopal Sharma, Rishabh Goyal, Difan Liu, Evangelos Kalogerakis, Subhransu Maji

Constructive Solid Geometry (CSG) is a geometric modeling technique that defines complex shapes by recursively applying boolean operations on primitives such as spheres and cylinders. We present CSGNe, a deep network architecture that takes as input a 2D or 3D shape and outputs a CSG program that models it. Parsing shapes into CSG programs is desirable as it yields a compact and interpretable generative model. However, the task is challenging since the space of primitives and their combinations can be prohibitively large. CSGNe uses a convolutional encoder and recurrent decoder based on deep networks to map shapes to modeling instructions in a feed-forward manner and is significantly faster than bottom-up approaches. We investigate two architectures for this task --- a vanilla encoder (CNN) - decoder (RNN) and another architecture that augments the encoder with an explicit memory module based on the program execution stack. The stack augmentation improves the reconstruction quality of the generated shape and learning efficiency. Our approach is also more effective as a shape primitive detector compared to a state-of-the-art object detector. Finally, we demonstrate CSGNet can be trained on novel datasets without program annotations through policy gradient techniques.

📄 PDF Abstract BibTeX arXiv:1912.11393

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

CSGNet: Neural Shape Parser for Constructive Solid Geometry

2017-12-22 · CVPR 2018 6 · Gopal Sharma, Rishabh Goyal, Difan Liu, Evangelos Kalogerakis 외

We present a neural architecture that takes as input a 2D or 3D shape and outputs a program that generates the shape. The instructions in our program are based on constructive solid geometry principles, i.e., a set of bo…

UCSG-NET- Unsupervised Discovering of Constructive Solid Geometry Tree

2020-12-01 · NeurIPS 2020 12 · Kacper Kania, Maciej Zieba, Tomasz Kajdanowicz

Signed distance field (SDF) is a prominent implicit representation of 3D meshes. Methods that are based on such representation achieved state-of-the-art 3D shape reconstruction quality. However, these methods struggle to…

3D Shape Reconstruction

UCSG-Net -- Unsupervised Discovering of Constructive Solid Geometry Tree

2020-06-16 · Kacper Kania, Maciej Zięba, Tomasz Kajdanowicz

Signed distance field (SDF) is a prominent implicit representation of 3D meshes. Methods that are based on such representation achieved state-of-the-art 3D shape reconstruction quality. However, these methods struggle to…

3D Shape Reconstruction

A Unified Differentiable Boolean Operator with Fuzzy Logic

2024-07-15 · Hsueh-Ti Derek Liu, Maneesh Agrawala, Cem Yuksel, Tim Omernick 외

This paper presents a unified differentiable boolean operator for implicit solid shape modeling using Constructive Solid Geometry (CSG). Traditional CSG relies on min, max operators to perform boolean operations on impli…

Don't Mesh with Me: Generating Constructive Solid Geometry Instead of Meshes by Fine-Tuning a Code-Generation LLM

2024-11-22 · Maximilian Mews, Ansar Aynetdinov, Vivian Schiller, Peter Eisert 외

While recent advancements in machine learning, such as LLMs, are revolutionizing software development and creative industries, they have had minimal impact on engineers designing mechanical parts, which remains largely a…

3D geometryCode Generation