paper-with-me

Papers

Learning to Infer and Execute 3D Shape Programs

2019-01-09 · ICLR 2019 5 · Yonglong Tian, Andrew Luo, Xingyuan Sun, Kevin Ellis, William T. Freeman, Joshua B. Tenenbaum, Jiajun Wu

Human perception of 3D shapes goes beyond reconstructing them as a set of points or a composition of geometric primitives: we also effortlessly understand higher-level shape structure such as the repetition and reflective symmetry of object parts. In contrast, recent advances in 3D shape sensing focus more on low-level geometry but less on these higher-level relationships. In this paper, we propose 3D shape programs, integrating bottom-up recognition systems with top-down, symbolic program structure to capture both low-level geometry and high-level structural priors for 3D shapes. Because there are no annotations of shape programs for real shapes, we develop neural modules that not only learn to infer 3D shape programs from raw, unannotated shapes, but also to execute these programs for shape reconstruction. After initial bootstrapping, our end-to-end differentiable model learns 3D shape programs by reconstructing shapes in a self-supervised manner. Experiments demonstrate that our model accurately infers and executes 3D shape programs for highly complex shapes from various categories. It can also be integrated with an image-to-shape module to infer 3D shape programs directly from an RGB image, leading to 3D shape reconstructions that are both more accurate and more physically plausible.

📄 PDF Abstract BibTeX arXiv:1901.02875

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PLAD: Learning to Infer Shape Programs with Pseudo-Labels and Approximate Distributions

2020-11-25 · CVPR 2022 1 · R. Kenny Jones, Homer Walke, Daniel Ritchie

Inferring programs which generate 2D and 3D shapes is important for reverse engineering, editing, and more. Training models to perform this task is complicated because paired (shape, program) data is not readily availabl…

Self-Supervised Learning

ShapeMOD: Macro Operation Discovery for 3D Shape Programs

2021-04-13 · R. Kenny Jones, David Charatan, Paul Guerrero, Niloy J. Mitra 외

A popular way to create detailed yet easily controllable 3D shapes is via procedural modeling, i.e. generating geometry using programs. Such programs consist of a series of instructions along with their associated parame…

Write, Execute, Assess: Program Synthesis with a REPL

2019-06-09 · NeurIPS 2019 12 · Kevin Ellis, Maxwell Nye, Yewen Pu, Felix Sosa 외

We present a neural program synthesis approach integrating components which write, execute, and assess code to navigate the search space of possible programs. We equip the search process with an interpreter or a read-eva…

NavigateProgram Synthesis

Probabilistic Neural Programs

2016-12-02 · Kenton W. Murray, Jayant Krishnamurthy

We present probabilistic neural programs, a framework for program induction that permits flexible specification of both a computational model and inference algorithm while simultaneously enabling the use of deep neural n…

Program inductionQuestion Answering

Disentangling Visual Priors: Unsupervised Learning of Scene Interpretations with Compositional Autoencoder

2024-09-15 · Krzysztof Krawiec, Antoni Nowinowski

Contemporary deep learning architectures lack principled means for capturing and handling fundamental visual concepts, like objects, shapes, geometric transforms, and other higher-level structures. We propose a neurosymb…