paper-with-me

Papers

SqueezeSegV3: Spatially-Adaptive Convolution for Efficient Point-Cloud Segmentation

2020-04-03 · ECCV 2020 8 · Chenfeng Xu, Bichen Wu, Zining Wang, Wei Zhan, Peter Vajda, Kurt Keutzer, Masayoshi Tomizuka

LiDAR point-cloud segmentation is an important problem for many applications. For large-scale point cloud segmentation, the \textit{de facto} method is to project a 3D point cloud to get a 2D LiDAR image and use convolutions to process it. Despite the similarity between regular RGB and LiDAR images, we discover that the feature distribution of LiDAR images changes drastically at different image locations. Using standard convolutions to process such LiDAR images is problematic, as convolution filters pick up local features that are only active in specific regions in the image. As a result, the capacity of the network is under-utilized and the segmentation performance decreases. To fix this, we propose Spatially-Adaptive Convolution (SAC) to adopt different filters for different locations according to the input image. SAC can be computed efficiently since it can be implemented as a series of element-wise multiplications, im2col, and standard convolution. It is a general framework such that several previous methods can be seen as special cases of SAC. Using SAC, we build SqueezeSegV3 for LiDAR point-cloud segmentation and outperform all previous published methods by at least 3.7% mIoU on the SemanticKITTI benchmark with comparable inference speed.

📄 PDF Abstract BibTeX arXiv:2004.01803

Code (3)

chenfengxu714/SqueezeSegV3 공식 구현 pytorch
PaddlePaddle/Paddle3D paddle
chenfengxu714/YOGO pytorch

Tasks

3D Semantic SegmentationPoint Cloud SegmentationSegmentation

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

SqueezeSegV2: Improved Model Structure and Unsupervised Domain Adaptation for Road-Object Segmentation from a LiDAR Point Cloud

2018-09-22 · Bichen Wu, Xuanyu Zhou, Sicheng Zhao, Xiangyu Yue 외

Earlier work demonstrates the promise of deep-learning-based approaches for point cloud segmentation; however, these approaches need to be improved to be practically useful. To this end, we introduce a new model SqueezeS…

3D Semantic SegmentationDomain AdaptationPoint Cloud SegmentationRobust 3D Semantic Segmentation+3

RAI-Net: Range-Adaptive LiDAR Point Cloud Frame Interpolation Network

2021-06-01 · Lili Zhao, Zezhi Zhu, Xuhu Lin, Xuezhou Guo 외

LiDAR point cloud frame interpolation, which synthesizes the intermediate frame between the captured frames, has emerged as an important issue for many applications. Especially for reducing the amounts of point cloud tra…

Video Frame Interpolation

diffConv: Analyzing Irregular Point Clouds with an Irregular View

2021-11-29 · Manxi Lin, Aasa Feragen

Standard spatial convolutions assume input data with a regular neighborhood structure. Existing methods typically generalize convolution to the irregular point cloud domain by fixing a regular "view" through e.g. a fixed…

3D Object Classification3D Point Cloud Classification3D Shape Classification

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

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