paper-with-me

홈 › Papers

Equivariant Point Network for 3D Point Cloud Analysis

2021-03-25 · CVPR 2021 1 · Haiwei Chen, Shichen Liu, Weikai Chen, Hao Li

Features that are equivariant to a larger group of symmetries have been shown to be more discriminative and powerful in recent studies. However, higher-order equivariant features often come with an exponentially-growing computational cost. Furthermore, it remains relatively less explored how rotation-equivariant features can be leveraged to tackle 3D shape alignment tasks. While many past approaches have been based on either non-equivariant or invariant descriptors to align 3D shapes, we argue that such tasks may benefit greatly from an equivariant framework. In this paper, we propose an effective and practical SE(3) (3D translation and rotation) equivariant network for point cloud analysis that addresses both problems. First, we present SE(3) separable point convolution, a novel framework that breaks down the 6D convolution into two separable convolutional operators alternatively performed in the 3D Euclidean and SO(3) spaces. This significantly reduces the computational cost without compromising the performance. Second, we introduce an attention layer to effectively harness the expressiveness of the equivariant features. While jointly trained with the network, the attention layer implicitly derives the intrinsic local frame in the feature space and generates attention vectors that can be integrated into different alignment tasks. We evaluate our approach through extensive studies and visual interpretations. The empirical results demonstrate that our proposed model outperforms strong baselines in a variety of benchmarks

📄 PDF Abstract BibTeX arXiv:2103.14147

Code (1)

nintendops/EPN_PointCloud 공식 구현 pytorch

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

Equivariant Point Cloud Analysis via Learning Orientations for Message Passing

2022-03-28 · CVPR 2022 1 · Shitong Luo, Jiahan Li, Jiaqi Guan, Yufeng Su 외

Equivariance has been a long-standing concern in various fields ranging from computer vision to physical modeling. Most previous methods struggle with generality, simplicity, and expressiveness -- some are designed ad ho…

Graph Neural Network

BiEquiFormer: Bi-Equivariant Representations for Global Point Cloud Registration

2024-07-11 · Stefanos Pertigkiozoglou, Evangelos Chatzipantazis, Kostas Daniilidis

The goal of this paper is to address the problem of global point cloud registration (PCR) i.e., finding the optimal alignment between point clouds irrespective of the initial poses of the scans. This problem is notorious…

Point Cloud Registration

Surfel-based 3D Registration with Equivariant SE(3) Features

2025-08-28 · Xueyang Kang, Hang Zhao, Kourosh Khoshelham, Patrick Vandewalle arxiv

Point cloud registration is crucial for ensuring 3D alignment consistency of multiple local point clouds in 3D reconstruction for remote sensing or digital heritage. While various point cloud-based registration methods e…

Point Cloud Registration3D ReconstructionPoint Clouds

E2PN: Efficient SE(3)-Equivariant Point Network

2022-06-11 · CVPR 2023 1 · Minghan Zhu, Maani Ghaffari, William A. Clark, Huei Peng

This paper proposes a convolution structure for learning SE(3)-equivariant features from 3D point clouds. It can be viewed as an equivariant version of kernel point convolutions (KPConv), a widely used convolution form t…

Pose Estimation

REVNET: Rotation-Equivariant Point Cloud Completion via Vector Neuron Anchor Transformer

2026-01-13 · Zhifan Ni, Eckehard Steinbach arxiv

Incomplete point clouds captured by 3D sensors often result in the loss of both geometric and semantic information. Most existing point cloud completion methods are built on rotation-variant frameworks trained with data …

Point Cloud CompletionData AugmentationPoint Clouds