paper-with-me

Papers

PU-Flow: a Point Cloud Upsampling Network with Normalizing Flows

2021-07-13 · Aihua Mao, Zihui Du, Junhui Hou, Yaqi Duan, Yong-Jin Liu, Ying He

Point cloud upsampling aims to generate dense point clouds from given sparse ones, which is a challenging task due to the irregular and unordered nature of point sets. To address this issue, we present a novel deep learning-based model, called PU-Flow, which incorporates normalizing flows and weight prediction techniques to produce dense points uniformly distributed on the underlying surface. Specifically, we exploit the invertible characteristics of normalizing flows to transform points between Euclidean and latent spaces and formulate the upsampling process as ensemble of neighbouring points in a latent space, where the ensemble weights are adaptively learned from local geometric context. Extensive experiments show that our method is competitive and, in most test cases, it outperforms state-of-the-art methods in terms of reconstruction quality, proximity-to-surface accuracy, and computation efficiency. The source code will be publicly available at https://github.com/unknownue/pu-flow.

📄 PDF Abstract BibTeX arXiv:2107.05893

Code (1)

unknownue/pu-flow 공식 구현 pytorch

Tasks

point cloud upsampling

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

EAGLE: Contextual Point Cloud Generation via Adaptive Continuous Normalizing Flow with Self-Attention

2025-03-05 · Linhao Wang, Qichang Zhang, Yifan Yang, Hao Wang

As 3D point clouds become the prevailing shape representation in computer vision, how to generate high-resolution point clouds has become a pressing issue. Flow-based generative models can effectively perform point cloud…

Point Cloud Generation

PD-Flow: A Point Cloud Denoising Framework with Normalizing Flows

2022-03-11 · Aihua Mao, Zihui Du, Yu-Hui Wen, Jun Xuan 외

Point cloud denoising aims to restore clean point clouds from raw observations corrupted by noise and outliers while preserving the fine-grained details. We present a novel deep learning-based denoising model, that incor…

Deep LearningDenoisingDisentanglement

PointFlow: 3D Point Cloud Generation with Continuous Normalizing Flows

2019-06-28 · ICCV 2019 10 · Guandao Yang, Xun Huang, Zekun Hao, Ming-Yu Liu 외

As 3D point clouds become the representation of choice for multiple vision and graphics applications, the ability to synthesize or reconstruct high-resolution, high-fidelity point clouds becomes crucial. Despite the rece…

Point Cloud GenerationVariational Inference

Go with the Flows: Mixtures of Normalizing Flows for Point Cloud Generation and Reconstruction

2021-06-06 · Janis Postels, Mengya Liu, Riccardo Spezialetti, Luc van Gool 외

Recently normalizing flows (NFs) have demonstrated state-of-the-art performance on modeling 3D point clouds while allowing sampling with arbitrary resolution at inference time. However, these flow-based models still requ…

Data AugmentationPoint Cloud Generation

Instance-incremental Scene Graph Generation from Real-world Point Clouds via Normalizing Flows

2023-02-21 · Chao Qi, Jianqin Yin, Jinghang Xu, Pengxiang Ding

This work introduces a new task of instance-incremental scene graph generation: Given a scene of the point cloud, representing it as a graph and automatically increasing novel instances. A graph denoting the object layou…

Graph GenerationScene Graph Generation