paper-with-me

Papers

Hypernetwork approach to generating point clouds

2020-02-10 · ICML 2020 1 · Przemysław Spurek, Sebastian Winczowski, Jacek Tabor, Maciej Zamorski, Maciej Zięba, Tomasz Trzciński

In this work, we propose a novel method for generating 3D point clouds that leverage properties of hyper networks. Contrary to the existing methods that learn only the representation of a 3D object, our approach simultaneously finds a representation of the object and its 3D surface. The main idea of our HyperCloud method is to build a hyper network that returns weights of a particular neural network (target network) trained to map points from a uniform unit ball distribution into a 3D shape. As a consequence, a particular 3D shape can be generated using point-by-point sampling from the assumed prior distribution and transforming sampled points with the target network. Since the hyper network is based on an auto-encoder architecture trained to reconstruct realistic 3D shapes, the target network weights can be considered a parametrization of the surface of a 3D shape, and not a standard representation of point cloud usually returned by competitive approaches. The proposed architecture allows finding mesh-based representation of 3D objects in a generative manner while providing point clouds en pair in quality with the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2003.00802

Code (2)

gmum/3d-point-clouds-HyperCloud 공식 구현 pytorch
KostiukIvan/HyperColor pytorch

Tasks

Generating 3D Point Clouds

Similar Papers 제목 키워드 기반

Points2NeRF: Generating Neural Radiance Fields from 3D point cloud

2022-06-02 · Dominik Zimny, Joanna Waczyńska, Tomasz Trzciński, Przemysław Spurek

Contemporary registration devices for 3D visual information, such as LIDARs and various depth cameras, capture data as 3D point clouds. In turn, such clouds are challenging to be processed due to their size and complexit…

NeRF

HyperNet Fields: Efficiently Training Hypernetworks without Ground Truth by Learning Weight Trajectories

2024-12-22 · CVPR 2025 1 · Eric Hedlin, Munawar Hayat, Fatih Porikli, Kwang Moo Yi 외

To efficiently adapt large models or to train generative models of neural representations, Hypernetworks have drawn interest. While hypernetworks work well, training them is cumbersome, and often requires ground truth op…

3D Shape ReconstructionImage GenerationPersonalized Image Generation

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. Efficien…

Autonomous DrivingObjectQuantization

Partial Hypernetworks for Continual Learning

2023-06-19 · Hamed Hemati, Vincenzo Lomonaco, Davide Bacciu, Damian Borth

Hypernetworks mitigate forgetting in continual learning (CL) by generating task-dependent weights and penalizing weight changes at a meta-model level. Unfortunately, generating all weights is not only computationally exp…

Continual Learning

HyperPocket: Generative Point Cloud Completion

2021-02-11 · Przemysław Spurek, Artur Kasymov, Marcin Mazur, Diana Janik 외

Scanning real-life scenes with modern registration devices typically give incomplete point cloud representations, mostly due to the limitations of the scanning process and 3D occlusions. Therefore, completing such partia…

HallucinationObject HallucinationPoint Cloud Completion