paper-with-me

Papers

Spatial Transformer Point Convolution

2020-09-03 · Yuan Fang, Chunyan Xu, Zhen Cui, Yuan Zong, Jian Yang

Point clouds are unstructured and unordered in the embedded 3D space. In order to produce consistent responses under different permutation layouts, most existing methods aggregate local spatial points through maximum or summation operation. But such an aggregation essentially belongs to the isotropic filtering on all operated points therein, which tends to lose the information of geometric structures. In this paper, we propose a spatial transformer point convolution (STPC) method to achieve anisotropic convolution filtering on point clouds. To capture and represent implicit geometric structures, we specifically introduce spatial direction dictionary to learn those latent geometric components. To better encode unordered neighbor points, we design sparse deformer to transform them into the canonical ordered dictionary space by using direction dictionary learning. In the transformed space, the standard image-like convolution can be leveraged to generate anisotropic filtering, which is more robust to express those finer variances of local regions. Dictionary learning and encoding processes are encapsulated into a network module and jointly learnt in an end-to-end manner. Extensive experiments on several public datasets (including S3DIS, Semantic3D, SemanticKITTI) demonstrate the effectiveness of our proposed method in point clouds semantic segmentation task.

📄 PDF Abstract BibTeX arXiv:2009.01427

Code (0)

등록된 구현이 없습니다.

Tasks

Dictionary LearningSemantic 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…
Spatial Transformer A Spatial Transformer is an image model block that explicitly allows the spatial manipulation of data within a [convolutional neural…

Similar Papers 제목 키워드 기반

Token Adaptation via Side Graph Convolution for Temporally and Spatially Efficient Fine-tuning of 3D Point Cloud Transformers

2025-02-19 · Takahiko Furuya

Parameter-efficient fine-tuning (PEFT) of pre-trained 3D point cloud Transformers has emerged as a promising technique for 3D point cloud analysis. While existing PEFT methods attempt to minimize the number of tunable pa…

parameter-efficient fine-tuningPoint Cloud Classification

Spatial Transformer for 3D Point Clouds

2019-06-26 · Jiayun Wang, Rudrasis Chakraborty, Stella X. Yu

Deep neural networks are widely used for understanding 3D point clouds. At each point convolution layer, features are computed from local neighborhoods of 3D points and combined for subsequent processing in order to extr…

Semantic Segmentation

Visual Transformers: Where Do Transformers Really Belong in Vision Models?

2021-01-01 · ICCV 2021 10 · Bichen Wu, Chenfeng Xu, Xiaoliang Dai, Alvin Wan 외

A recent trend in computer vision is to replace convolutions with transformers. However, the performance gain of transformers is attained at a steep cost, requiring GPU years and hundreds of millions of samples for t…

GPUSemantic Segmentation

PointTransformerX: Portable and Efficient 3D Point Cloud Processing without Sparse Algorithms

2026-04-27 · Laurenz Reichardt, Nikolas Ebert, Oliver Wasenmüller arxiv

3D point cloud perception remains tightly coupled to custom CUDA operators for spatial operations, limiting portability and efficiency on non-NVIDIA, AMD, and embedded hardware. We introduce PointTransformerX (PTX), a fu…

Point Clouds

FlatFormer: Flattened Window Attention for Efficient Point Cloud Transformer

2023-01-20 · CVPR 2023 1 · Zhijian Liu, Xinyu Yang, Haotian Tang, Shang Yang 외

Transformer, as an alternative to CNN, has been proven effective in many modalities (e.g., texts and images). For 3D point cloud transformers, existing efforts focus primarily on pushing their accuracy to the state-of-th…

Autonomous Driving