paper-with-me

Papers

A Linear Time and Space Local Point Cloud Geometry Encoder via Vectorized Kernel Mixture (VecKM)

2024-04-02 · Dehao Yuan, Cornelia Fermüller, Tahseen Rabbani, Furong Huang, Yiannis Aloimonos

We propose VecKM, a local point cloud geometry encoder that is descriptive and efficient to compute. VecKM leverages a unique approach by vectorizing a kernel mixture to represent the local point cloud. Such representation's descriptiveness is supported by two theorems that validate its ability to reconstruct and preserve the similarity of the local shape. Unlike existing encoders downsampling the local point cloud, VecKM constructs the local geometry encoding using all neighboring points, producing a more descriptive encoding. Moreover, VecKM is efficient to compute and scalable to large point cloud inputs: VecKM reduces the memory cost from $(n^2+nKd)$ to $(nd+np)$; and reduces the major runtime cost from computing $nK$ MLPs to $n$ MLPs, where $n$ is the size of the point cloud, $K$ is the neighborhood size, $d$ is the encoding dimension, and $p$ is a marginal factor. The efficiency is due to VecKM's unique factorizable property that eliminates the need of explicitly grouping points into neighbors. In the normal estimation task, VecKM demonstrates not only 100x faster inference speed but also highest accuracy and strongest robustness. In classification and segmentation tasks, integrating VecKM as a preprocessing module achieves consistently better performance than the PointNet, PointNet++, and point transformer baselines, and runs consistently faster by up to 10 times.

📄 PDF Abstract BibTeX arXiv:2404.01568

Code (1)

dhyuan99/veckm 공식 구현 pytorch

Tasks

Descriptive

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Mamba3D: Enhancing Local Features for 3D Point Cloud Analysis via State Space Model

2024-04-23 · Xu Han, Yuan Tang, Zhaoxuan Wang, Xianzhi Li

Existing Transformer-based models for point cloud analysis suffer from quadratic complexity, leading to compromised point cloud resolution and information loss. In contrast, the newly proposed Mamba model, based on state…

3D Point Cloud ClassificationMambaState Space ModelsSupervised Only 3D Point Cloud Classification

HydraMamba: Multi-Head State Space Model for Global Point Cloud Learning

2025-07-26 · Kanglin Qu, Pan Gao, Qun Dai, Yuanhao Sun arxiv

The attention mechanism has become a dominant operator in point cloud learning, but its quadratic complexity leads to limited inter-point interactions, hindering long-range dependency modeling between objects. Due to exc…

Long-range modeling

Point Cloud Mamba: Point Cloud Learning via State Space Model

2024-03-01 · Tao Zhang, Haobo Yuan, Lu Qi, Jiangning Zhang 외

Recently, state space models have exhibited strong global modeling capabilities and linear computational complexity in contrast to transformers. This research focuses on applying such architecture to more efficiently and…

MambaState Space ModelsSupervised Only 3D Point Cloud Classification

PointManifold: Using Manifold Learning for Point Cloud Classification

2020-10-14 · Dinghao Yang, Wei Gao

In this paper, we propose a point cloud classification method based on graph neural network and manifold learning. Different from the conventional point cloud analysis methods, this paper uses manifold learning algorithm…

3D Point Cloud ClassificationClassificationGeneral ClassificationGraph Neural Network+1

FUSE-Flow: Scalable Real-Time Multi-View Point Cloud Reconstruction Using Confidence

2026-02-01 · Chentian Sun arxiv

Real-time multi-view point cloud reconstruction is a core problem in 3D vision and immersive perception, with wide applications in VR, AR, robotic navigation, digital twins, and computer interaction. Despite advances in …

Point Cloud GenerationPoint Clouds