paper-with-me

홈 › Papers

PaRot: Patch-Wise Rotation-Invariant Network via Feature Disentanglement and Pose Restoration

2023-02-06 · Dingxin Zhang, Jianhui Yu, Chaoyi Zhang, Weidong Cai

Recent interest in point cloud analysis has led rapid progress in designing deep learning methods for 3D models. However, state-of-the-art models are not robust to rotations, which remains an unknown prior to real applications and harms the model performance. In this work, we introduce a novel Patch-wise Rotation-invariant network (PaRot), which achieves rotation invariance via feature disentanglement and produces consistent predictions for samples with arbitrary rotations. Specifically, we design a siamese training module which disentangles rotation invariance and equivariance from patches defined over different scales, e.g., the local geometry and global shape, via a pair of rotations. However, our disentangled invariant feature loses the intrinsic pose information of each patch. To solve this problem, we propose a rotation-invariant geometric relation to restore the relative pose with equivariant information for patches defined over different scales. Utilising the pose information, we propose a hierarchical module which implements intra-scale and inter-scale feature aggregation for 3D shape learning. Moreover, we introduce a pose-aware feature propagation process with the rotation-invariant relative pose information embedded. Experiments show that our disentanglement module extracts high-quality rotation-robust features and the proposed lightweight model achieves competitive results in rotated 3D object classification and part segmentation tasks. Our project page is released at: https://patchrot.github.io/.

📄 PDF Abstract BibTeX arXiv:2302.02535

Code (1)

dingxin-zhang/PaRot 공식 구현 pytorch

Tasks

3D Object ClassificationDisentanglement

Similar Papers 제목 키워드 기반

Harmonic Networks: Deep Translation and Rotation Equivariance

2016-12-14 · CVPR 2017 7 · Daniel E. Worrall, Stephan J. Garbin, Daniyar Turmukhambetov, Gabriel J. Brostow

Translating or rotating an input image should not affect the results of many computer vision tasks. Convolutional neural networks (CNNs) are already translation equivariant: input image translations produce proportionate…

Data AugmentationRotated MNISTTranslation

Rethinking Rotation Invariance with Point Cloud Registration

2022-12-31 · Jianhui Yu, Chaoyi Zhang, Weidong Cai

Recent investigations on rotation invariance for 3D point clouds have been devoted to devising rotation-invariant feature descriptors or learning canonical spaces where objects are semantically aligned. Examinations of l…

3D Shape ClassificationPoint Cloud RegistrationRetrieval

RI-MAE: Rotation-Invariant Masked AutoEncoders for Self-Supervised Point Cloud Representation Learning

2024-08-31 · Kunming Su, Qiuxia Wu, Panpan Cai, Xiaogang Zhu 외

Masked point modeling methods have recently achieved great success in self-supervised learning for point cloud data. However, these methods are sensitive to rotations and often exhibit sharp performance drops when encoun…

Representation LearningSelf-Supervised Learning

SGMNet: Learning Rotation-Invariant Point Cloud Representations via Sorted Gram Matrix

2021-01-01 · ICCV 2021 10 · Jianyun Xu, Xin Tang, Yushi Zhu, Jie Sun 외

Recently, various works that attempted to introduce rotation invariance to point cloud analysis have devised point-pair features, such as angles and distances. In these methods, however, the point-pair is only compri…

PRIN/SPRIN: On Extracting Point-wise Rotation Invariant Features

2021-02-24 · Yang You, Yujing Lou, Ruoxi Shi, Qi Liu 외

Point cloud analysis without pose priors is very challenging in real applications, as the orientations of point clouds are often unknown. In this paper, we propose a brand new point-set learning framework PRIN, namely, P…

3D Feature MatchingData Augmentation