paper-with-me

홈 › Papers

Neural Parts: Learning Expressive 3D Shape Abstractions with Invertible Neural Networks

2021-03-18 · CVPR 2021 1 · Despoina Paschalidou, Angelos Katharopoulos, Andreas Geiger, Sanja Fidler

Impressive progress in 3D shape extraction led to representations that can capture object geometries with high fidelity. In parallel, primitive-based methods seek to represent objects as semantically consistent part arrangements. However, due to the simplicity of existing primitive representations, these methods fail to accurately reconstruct 3D shapes using a small number of primitives/parts. We address the trade-off between reconstruction quality and number of parts with Neural Parts, a novel 3D primitive representation that defines primitives using an Invertible Neural Network (INN) which implements homeomorphic mappings between a sphere and the target object. The INN allows us to compute the inverse mapping of the homeomorphism, which in turn, enables the efficient computation of both the implicit surface function of a primitive and its mesh, without any additional post-processing. Our model learns to parse 3D objects into semantically consistent part arrangements without any part-level supervision. Evaluations on ShapeNet, D-FAUST and FreiHAND demonstrate that our primitives can capture complex geometries and thus simultaneously achieve geometrically accurate as well as interpretable reconstructions using an order of magnitude fewer primitives than state-of-the-art shape abstraction methods.

📄 PDF Abstract BibTeX arXiv:2103.10429

Code (1)

paschalidoud/neural_parts 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Deep Deformable Models: Learning 3D Shape Abstractions with Part Consistency

2023-09-02 · Di Liu, Long Zhao, Qilong Zhangli, Yunhe Gao 외

The task of shape abstraction with semantic part consistency is challenging due to the complex geometries of natural objects. Recent methods learn to represent an object shape using a set of simple primitives to fit the …

HINT: Hierarchical Invertible Neural Transport for Density Estimation and Bayesian Inference

2019-05-25 · Jakob Kruse, Gianluca Detommaso, Ullrich Köthe, Robert Scheichl

Many recent invertible neural architectures are based on coupling block designs where variables are divided in two subsets which serve as inputs of an easily invertible (usually affine) triangular transformation. While s…

Bayesian InferenceDensity Estimation

Modular meta-learning in abstract graph networks for combinatorial generalization

2018-12-19 · Ferran Alet, Maria Bauza, Alberto Rodriguez, Tomas Lozano-Perez 외

Modular meta-learning is a new framework that generalizes to unseen datasets by combining a small set of neural modules in different ways. In this work we propose abstract graph networks: using graphs as abstractions of …

Meta-Learning

CInC Flow: Characterizable Invertible 3x3 Convolution

2021-07-03 · Sandeep Nagar, Marius Dufraisse, Girish Varma

Normalizing flows are an essential alternative to GANs for generative modelling, which can be optimized directly on the maximum likelihood of the dataset. They also allow computation of the exact latent vector correspond…

ShapeCoder: Discovering Abstractions for Visual Programs from Unstructured Primitives

2023-05-09 · R. Kenny Jones, Paul Guerrero, Niloy J. Mitra, Daniel Ritchie

Programs are an increasingly popular representation for visual data, exposing compact, interpretable structure that supports manipulation. Visual programs are usually written in domain-specific languages (DSLs). Finding …