paper-with-me

Papers

HyperFlow: Representing 3D Objects as Surfaces

2020-06-15 · Przemysław Spurek, Maciej Zięba, Jacek Tabor, Tomasz Trzciński

In this work, we present HyperFlow - a novel generative model that leverages hypernetworks to create continuous 3D object representations in a form of lightweight surfaces (meshes), directly out of point clouds. Efficient object representations are essential for many computer vision applications, including robotic manipulation and autonomous driving. However, creating those representations is often cumbersome, because it requires processing unordered sets of point clouds. Therefore, it is either computationally expensive, due to additional optimization constraints such as permutation invariance, or leads to quantization losses introduced by binning point clouds into discrete voxels. Inspired by mesh-based representations of objects used in computer graphics, we postulate a fundamentally different approach and represent 3D objects as a family of surfaces. To that end, we devise a generative model that uses a hypernetwork to return the weights of a Continuous Normalizing Flows (CNF) target network. The goal of this target network is to map points from a probability distribution into a 3D mesh. To avoid numerical instability of the CNF on compact support distributions, we propose a new Spherical Log-Normal function which models density of 3D points around object surfaces mimicking noise introduced by 3D capturing devices. As a result, we obtain continuous mesh-based object representations that yield better qualitative results than competing approaches, while reducing training time by over an order of magnitude.

📄 PDF Abstract BibTeX arXiv:2006.08710

Code (1)

maciejzieba/HyperFlow 공식 구현 pytorch

Tasks

Autonomous DrivingObjectQuantization

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Hyperflows: Pruning Reveals the Importance of Weights

2025-04-06 · Eugen Barbulescu, Antonio Alexoaie

Network pruning is used to reduce inference latency and power consumption in large neural networks. However, most existing methods struggle to accurately assess the importance of individual weights due to their inherent …

Network Pruning

NLOS-NeuS: Non-line-of-sight Neural Implicit Surface

2023-03-22 · ICCV 2023 1 · Yuki Fujimura, Takahiro Kushida, Takuya Funatomi, Yasuhiro Mukaigawa

Non-line-of-sight (NLOS) imaging is conducted to infer invisible scenes from indirect light on visible objects. The neural transient field (NeTF) was proposed for representing scenes as neural radiance fields in NLOS sce…

Volumetric Surfaces: Representing Fuzzy Geometries with Layered Meshes

2024-09-04 · CVPR 2025 1 · Stefano Esposito, Anpei Chen, Christian Reiser, Samuel Rota Bulò 외

High-quality view synthesis relies on volume rendering, splatting, or surface rendering. While surface rendering is typically the fastest, it struggles to accurately model fuzzy geometry like hair. In turn, alpha-blendin…

Neural Implicit Surface Reconstruction from Noisy Camera Observations

2022-10-02 · Sarthak Gupta, Patrik Huber

Representing 3D objects and scenes with neural radiance fields has become very popular over the last years. Recently, surface-based representations have been proposed, that allow to reconstruct 3D objects from simple pho…

Camera CalibrationSurface Reconstruction

SweepNet: Unsupervised Learning Shape Abstraction via Neural Sweepers

2024-07-08 · Mingrui Zhao, Yizhi Wang, Fenggen Yu, Changqing Zou 외

Shape abstraction is an important task for simplifying complex geometric structures while retaining essential features. Sweep surfaces, commonly found in human-made objects, aid in this process by effectively capturing a…

Decoder