paper-with-me

홈 › Papers

AziNorm: Exploiting the Radial Symmetry of Point Cloud for Azimuth-Normalized 3D Perception

2022-03-24 · CVPR 2022 1 · Shaoyu Chen, Xinggang Wang, Tianheng Cheng, Wenqiang Zhang, Qian Zhang, Chang Huang, Wenyu Liu

Studying the inherent symmetry of data is of great importance in machine learning. Point cloud, the most important data format for 3D environmental perception, is naturally endowed with strong radial symmetry. In this work, we exploit this radial symmetry via a divide-and-conquer strategy to boost 3D perception performance and ease optimization. We propose Azimuth Normalization (AziNorm), which normalizes the point clouds along the radial direction and eliminates the variability brought by the difference of azimuth. AziNorm can be flexibly incorporated into most LiDAR-based perception methods. To validate its effectiveness and generalization ability, we apply AziNorm in both object detection and semantic segmentation. For detection, we integrate AziNorm into two representative detection methods, the one-stage SECOND detector and the state-of-the-art two-stage PV-RCNN detector. Experiments on Waymo Open Dataset demonstrate that AziNorm improves SECOND and PV-RCNN by 7.03 mAPH and 3.01 mAPH respectively. For segmentation, we integrate AziNorm into KPConv. On SemanticKitti dataset, AziNorm improves KPConv by 1.6/1.1 mIoU on val/test set. Besides, AziNorm remarkably improves data efficiency and accelerates convergence, reducing the requirement of data amounts or training epochs by an order of magnitude. SECOND w/ AziNorm can significantly outperform fully trained vanilla SECOND, even trained with only 10% data or 10% epochs. Code and models are available at https://github.com/hustvl/AziNorm.

📄 PDF Abstract BibTeX arXiv:2203.13090

Code (1)

hustvl/azinorm 공식 구현 pytorch

Tasks

object-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Rotational Symmetry based Object Pose Estimation from Point Clouds in the Absence of Known 3D Models

2026-06-15 · Weichen Dai, Ruixun Yu, Yangjie Tang, Yifan Du 외 arxiv

Object pose estimation is crucial to many industrial applications, with one example being automated spray painting using a robot. However, confidentiality concerns often limit access to high-quality 3D models, posing a s…

Pose EstimationPoint Clouds

SymmCompletion: High-Fidelity and High-Consistency Point Cloud Completion with Symmetry Guidance

2025-03-23 · Hongyu Yan, Zijun Li, Kunming Luo, Li Lu 외

Point cloud completion aims to recover a complete point shape from a partial point cloud. Although existing methods can form satisfactory point clouds in global completeness, they often lose the original geometry details…

Point Cloud Completion

Cloud-RAIN: Point Cloud Analysis with Reflectional Invariance

2023-05-13 · Yiming Cui, Lecheng Ruan, Hang-Cheng Dong, Qiang Li 외

The networks for point cloud tasks are expected to be invariant when the point clouds are affinely transformed such as rotation and reflection. So far, relative to the rotational invariance that has been attracting major…

Data Augmentation

Symmetry Detection of Occluded Point Cloud Using Deep Learning

2020-03-14 · Zhelun Wu, Hongyan Jiang, Siyun He

Symmetry detection has been a classical problem in computer graphics, many of which using traditional geometric methods. In recent years, however, we have witnessed the arising deep learning changed the landscape of comp…

Deep LearningOccluded 3D Object Symmetry DetectionSymmetry Detection

RBFIM: Perceptual Quality Assessment for Compressed Point Clouds Using Radial Basis Function Interpolation

2025-03-18 · Zhang Chen, Shuai Wan, Siyu Ren, Fuzheng Yang 외

One of the main challenges in point cloud compression (PCC) is how to evaluate the perceived distortion so that the codec can be optimized for perceptual quality. Current standard practices in PCC highlight a primary iss…