paper-with-me

Papers

Improving Graph Representation for Point Cloud Segmentation via Attentive Filtering

2023-01-01 · CVPR 2023 1 · Nan Zhang, Zhiyi Pan, Thomas H. Li, Wei Gao, Ge Li

Recently, self-attention networks achieve impressive performance in point cloud segmentation due to their superiority in modeling long-range dependencies. However, compared to self-attention mechanism, we find graph convolutions show a stronger ability in capturing local geometry information with less computational cost. In this paper, we employ a hybrid architecture design to construct our Graph Convolution Network with Attentive Filtering (AF-GCN), which takes advantage of both graph convolution and self-attention mechanism. We adopt graph convolutions to aggregate local features in the shallow encoder stages, while in the deeper stages, we propose a self-attention-like module named Graph Attentive Filter (GAF) to better model long-range contexts from distant neighbors. Besides, to further improve graph representation for point cloud segmentation, we employ a Spatial Feature Projection (SFP) module for graph convolutions which helps to handle spatial variations of unstructured point clouds. Finally, a graph-shared down-sampling and up-sampling strategy is introduced to make full use of the graph structures in point cloud processing. We conduct extensive experiments on multiple datasets including S3DIS, ScanNetV2, Toronto-3D, and ShapeNetPart. Experimental results show our AF-GCN obtains competitive performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud Segmentation

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

SCF-Net: Learning Spatial Contextual Features for Large-Scale Point Cloud Segmentation

2021-06-19 · CVPR 2021 1 · Siqi Fan, Qiulei Dong, Fenghua Zhu, Yisheng Lv 외

How to learn effective features from large-scale point clouds for semantic segmentation has attracted increasing attention in recent years. Addressing this problem, we propose a learnable module that learns Spatial C…

3D Semantic SegmentationDecoderPoint Cloud SegmentationSegmentation+1

PAPooling: Graph-based Position Adaptive Aggregation of Local Geometry in Point Clouds

2021-11-28 · Jie Wang, Jianan Li, Lihe Ding, Ying Wang 외

Fine-grained geometry, captured by aggregation of point features in local regions, is crucial for object recognition and scene understanding in point clouds. Nevertheless, existing preeminent point cloud backbones usuall…

3D Shape Classificationgraph constructionObject RecognitionPosition+2

DRINet++: Efficient Voxel-as-point Point Cloud Segmentation

2021-11-16 · Maosheng Ye, Rui Wan, Shuangjie Xu, Tongyi Cao 외

Recently, many approaches have been proposed through single or multiple representations to improve the performance of point cloud semantic segmentation. However, these works do not maintain a good balance among performan…

Point Cloud SegmentationSegmentationSemantic Segmentation

PI-RCNN: An Efficient Multi-sensor 3D Object Detector with Point-based Attentive Cont-conv Fusion Module

2019-11-14 · Liang Xie, Chao Xiang, Zhengxu Yu, Guodong Xu 외

LIDAR point clouds and RGB-images are both extremely essential for 3D object detection. So many state-of-the-art 3D detection algorithms dedicate in fusing these two types of data effectively. However, their fusion metho…

3D Object DetectionImage SegmentationObjectobject-detection+3

FatNet: A Feature-attentive Network for 3D Point Cloud Processing

2021-04-07 · Chaitanya Kaul, Nick Pears, Suresh Manandhar

The application of deep learning to 3D point clouds is challenging due to its lack of order. Inspired by the point embeddings of PointNet and the edge embeddings of DGCNNs, we propose three improvements to the task of po…

Point Cloud Classification