paper-with-me

Papers

Adaptive Graph Convolution for Point Cloud Analysis

2021-08-18 · ICCV 2021 10 · Haoran Zhou, Yidan Feng, Mingsheng Fang, Mingqiang Wei, Jing Qin, Tong Lu

Convolution on 3D point clouds that generalized from 2D grid-like domains is widely researched yet far from perfect. The standard convolution characterises feature correspondences indistinguishably among 3D points, presenting an intrinsic limitation of poor distinctive feature learning. In this paper, we propose Adaptive Graph Convolution (AdaptConv) which generates adaptive kernels for points according to their dynamically learned features. Compared with using a fixed/isotropic kernel, AdaptConv improves the flexibility of point cloud convolutions, effectively and precisely capturing the diverse relations between points from different semantic parts. Unlike popular attentional weight schemes, the proposed AdaptConv implements the adaptiveness inside the convolution operation instead of simply assigning different weights to the neighboring points. Extensive qualitative and quantitative evaluations show that our method outperforms state-of-the-art point cloud classification and segmentation approaches on several benchmark datasets. Our code is available at https://github.com/hrzhou2/AdaptConv-master.

📄 PDF Abstract BibTeX arXiv:2108.08035

Code (1)

hrzhou2/adaptconv-master 공식 구현 pytorch

Tasks

3D Point Cloud ClassificationPoint Cloud Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

MG-SAGC: A multiscale graph and its self-adaptive graph convolution network for 3D point clouds

2020-12-23 · Bo Wu, Bo Lang

To enhance the ability of neural networks to extract local point cloud features and improve their quality, in this paper, we propose a multiscale graph generation method and a self-adaptive graph convolution method. Firs…

Graph Generation

AGConv: Adaptive Graph Convolution on 3D Point Clouds

2022-06-09 · Mingqiang Wei, Zeyong Wei, Haoran Zhou, Fei Hu 외

Convolution on 3D point clouds is widely researched yet far from perfect in geometric deep learning. The traditional wisdom of convolution characterises feature correspondences indistinguishably among 3D points, arising …

DenoisingPoint Cloud Classification

PointViG: A Lightweight GNN-based Model for Efficient Point Cloud Analysis

2024-07-01 · Qiang Zheng, Yafei Qi, Chen Wang, Chao Zhang 외

In the domain of point cloud analysis, despite the significant capabilities of Graph Neural Networks (GNNs) in managing complex 3D datasets, existing approaches encounter challenges like high computational costs and scal…

Computational Efficiency

Adaptive Hierarchical Down-Sampling for Point Cloud Classification

2019-04-11 · CVPR 2020 6 · Ehsan Nezhadarya, Ehsan Taghavi, Ryan Razani, Bingbing Liu 외

While several convolution-like operators have recently been proposed for extracting features out of point clouds, down-sampling an unordered point cloud in a deep neural network has not been rigorously studied. Existing …

ClassificationGeneral ClassificationPoint Cloud Classification

DANet: Density Adaptive Convolutional Network with Interactive Attention for 3D Point Clouds

2023-03-08 · Yong He, Hongshan Yu, Zhengeng Yang, Wei Sun 외

Local features and contextual dependencies are crucial for 3D point cloud analysis. Many works have been devoted to designing better local convolutional kernels that exploit the contextual dependencies. However, current …

Semantic Segmentation