paper-with-me

Papers

Graph Attention Convolution for Point Cloud Semantic Segmentation

2019-06-01 · CVPR 2019 6 · Lei Wang, Yuchun Huang, Yaolin Hou, Shenman Zhang, Jie Shan

Standard convolution is inherently limited for semantic segmentation of point cloud due to its isotropy about features. It neglects the structure of an object, results in poor object delineation and small spurious regions in the segmentation result. This paper proposes a novel graph attention convolution (GAC), whose kernels can be dynamically carved into specific shapes to adapt to the structure of an object. Specifically, by assigning proper attentional weights to different neighboring points, GAC is designed to selectively focus on the most relevant part of them according to their dynamically learned features. The shape of the convolution kernel is then determined by the learned distribution of the attentional weights. Though simple, GAC can capture the structured features of point clouds for fine-grained segmentation and avoid feature contamination between objects. Theoretically, we provided a thorough analysis on the expressive capabilities of GAC to show how it can learn about the features of point clouds. Empirically, we evaluated the proposed GAC on challenging indoor and outdoor datasets and achieved the state-of-the-art results in both scenarios.

📄 PDF Abstract BibTeX

Code (1)

yanx27/GACNet pytorch

Tasks

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

Point Attention Network for Semantic Segmentation of 3D Point Clouds

2019-09-27 · Mingtao Feng, Liang Zhang, Xuefei Lin, Syed Zulqarnain Gilani 외

Convolutional Neural Networks (CNNs) have performed extremely well on data represented by regularly arranged grids such as images. However, directly leveraging the classic convolution kernels or parameter sharing mechani…

DecoderPoint Cloud SegmentationSemantic Segmentation

Adaptive Graph Convolution for Point Cloud Analysis

2021-08-18 · ICCV 2021 10 · Haoran Zhou, Yidan Feng, Mingsheng Fang, Mingqiang Wei 외

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, prese…

3D Point Cloud ClassificationPoint Cloud Classification

Airborne LiDAR Point Cloud Classification with Graph Attention Convolution Neural Network

2020-04-20 · Congcong Wen, Xiang Li, Xiaojing Yao, Ling Peng 외

Airborne light detection and ranging (LiDAR) plays an increasingly significant role in urban planning, topographic mapping, environmental monitoring, power line detection and other fields thanks to its capability to quic…

Deep LearningGeneral ClassificationGraph AttentionLine Detection+1

CpT: Convolutional Point Transformer for 3D Point Cloud Processing

2021-11-21 · Chaitanya Kaul, Joshua Mitton, Hang Dai, Roderick Murray-Smith

We present CpT: Convolutional point Transformer - a novel deep learning architecture for dealing with the unstructured nature of 3D point cloud data. CpT is an improvement over existing attention-based Convolutions Neura…

SegmentationSemantic Segmentation

3D Graph Embedding Learning with a Structure-aware Loss Function for Point Cloud Semantic Instance Segmentation

2019-02-14 · Zhidong Liang, Ming Yang, Chunxiang Wang

This paper introduces a novel approach for 3D semantic instance segmentation on point clouds. A 3D convolutional neural network called submanifold sparse convolutional network is used to generate semantic predictions and…

3D Instance Segmentation3D Semantic Instance SegmentationGraph EmbeddingInstance Segmentation+1