Parameter is Not All You Need: Starting from Non-Parametric Networks for
3D Point Cloud Analysis
- URL: http://arxiv.org/abs/2303.08134v2
- Date: Wed, 10 May 2023 15:29:07 GMT
- Title: Parameter is Not All You Need: Starting from Non-Parametric Networks for
3D Point Cloud Analysis
- Authors: Renrui Zhang, Liuhui Wang, Ziyu Guo, Yali Wang, Peng Gao, Hongsheng
Li, Jianbo Shi
- Abstract summary: We present a Non-parametric Network for 3D point cloud analysis, Point-NN, which consists of purely non-learnable components.
Surprisingly, it performs well on various 3D tasks, requiring no parameters or training, and even surpasses existing fully trained models.
- Score: 51.0695452455959
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: We present a Non-parametric Network for 3D point cloud analysis, Point-NN,
which consists of purely non-learnable components: farthest point sampling
(FPS), k-nearest neighbors (k-NN), and pooling operations, with trigonometric
functions. Surprisingly, it performs well on various 3D tasks, requiring no
parameters or training, and even surpasses existing fully trained models.
Starting from this basic non-parametric model, we propose two extensions.
First, Point-NN can serve as a base architectural framework to construct
Parametric Networks by simply inserting linear layers on top. Given the
superior non-parametric foundation, the derived Point-PN exhibits a high
performance-efficiency trade-off with only a few learnable parameters. Second,
Point-NN can be regarded as a plug-and-play module for the already trained 3D
models during inference. Point-NN captures the complementary geometric
knowledge and enhances existing methods for different 3D benchmarks without
re-training. We hope our work may cast a light on the community for
understanding 3D point clouds with non-parametric methods. Code is available at
https://github.com/ZrrSkywalker/Point-NN.
Related papers
- ParaPoint: Learning Global Free-Boundary Surface Parameterization of 3D Point Clouds [52.03819676074455]
ParaPoint is an unsupervised neural learning pipeline for achieving global free-boundary surface parameterization.
This work makes the first attempt to investigate neural point cloud parameterization that pursues both global mappings and free boundaries.
arXiv Detail & Related papers (2024-03-15T14:35:05Z) - Clustering based Point Cloud Representation Learning for 3D Analysis [80.88995099442374]
We propose a clustering based supervised learning scheme for point cloud analysis.
Unlike current de-facto, scene-wise training paradigm, our algorithm conducts within-class clustering on the point embedding space.
Our algorithm shows notable improvements on famous point cloud segmentation datasets.
arXiv Detail & Related papers (2023-07-27T03:42:12Z) - Nearest Neighbors Meet Deep Neural Networks for Point Cloud Analysis [14.844183458784235]
We present an alternative to enhance existing deep neural networks without redesigning or extra parameters, termed as Spatial-Neighbor Adapter (SN-Adapter)
Building on any trained 3D network, we utilize its learned encoding capability to extract features of the training dataset and summarize them as spatial knowledge.
For a test point cloud, the SN-Adapter retrieves k nearest neighbors (k-NN) from the pre-constructed spatial prototypes and linearly interpolates the k-NN prediction with prototypical that of the original 3D network.
arXiv Detail & Related papers (2023-03-01T17:57:09Z) - Learning task-specific features for 3D pointcloud graph creation [0.8629912408966145]
We propose a principled way of creating a graph from a 3D pointcloud.
Our method is based on performing k-NN over a transformation of the input 3D pointcloud.
We also introduce a regularization method based on stress minimization, which allows to control how distant is the learnt graph from our baseline: k-NN over xyz space.
arXiv Detail & Related papers (2022-09-02T11:13:02Z) - SNAKE: Shape-aware Neural 3D Keypoint Field [62.91169625183118]
Detecting 3D keypoints from point clouds is important for shape reconstruction.
This work investigates the dual question: can shape reconstruction benefit 3D keypoint detection?
We propose a novel unsupervised paradigm named SNAKE, which is short for shape-aware neural 3D keypoint field.
arXiv Detail & Related papers (2022-06-03T17:58:43Z) - PointAttN: You Only Need Attention for Point Cloud Completion [89.88766317412052]
Point cloud completion refers to completing 3D shapes from partial 3D point clouds.
We propose a novel neural network for processing point cloud in a per-point manner to eliminate kNNs.
The proposed framework, namely PointAttN, is simple, neat and effective, which can precisely capture the structural information of 3D shapes.
arXiv Detail & Related papers (2022-03-16T09:20:01Z) - Exploiting Local Geometry for Feature and Graph Construction for Better
3D Point Cloud Processing with Graph Neural Networks [22.936590869919865]
We propose improvements in point representations and local neighborhood graph construction within the general framework of graph neural networks.
We show that the proposed network achieves faster training convergence, i.e. 40% less epochs for classification.
arXiv Detail & Related papers (2021-03-28T21:34:59Z) - ParaNet: Deep Regular Representation for 3D Point Clouds [62.81379889095186]
ParaNet is a novel end-to-end deep learning framework for representing 3D point clouds.
It converts an irregular 3D point cloud into a regular 2D color image, named point geometry image (PGI)
In contrast to conventional regular representation modalities based on multi-view projection and voxelization, the proposed representation is differentiable and reversible.
arXiv Detail & Related papers (2020-12-05T13:19:55Z) - ParSeNet: A Parametric Surface Fitting Network for 3D Point Clouds [40.52124782103019]
We propose a novel, end-to-end trainable, deep network called ParSeNet that decomposes a 3D point cloud into parametric surface patches.
ParSeNet is trained on a large-scale dataset of man-made 3D shapes and captures high-level semantic priors for shape decomposition.
arXiv Detail & Related papers (2020-03-26T22:54:18Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.